kernel32: Convert source files to utf-8.
[wine/multimedia.git] / configure
blob119c985c450d5a183f1941abc541d7ba3814b291
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.6.
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.6'
578 PACKAGE_STRING='Wine 1.1.6'
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 CROSSCC
737 CROSSWINDRES
738 CROSSTEST
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.6 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.6:";;
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.6
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.6, 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
7221 for ac_header in \
7222 AudioUnit/AudioUnit.h \
7223 Carbon/Carbon.h \
7224 CoreAudio/CoreAudio.h \
7225 DiskArbitration/DiskArbitration.h \
7226 IOKit/IOKitLib.h \
7227 alias.h \
7228 alsa/asoundlib.h \
7229 arpa/inet.h \
7230 arpa/nameser.h \
7231 asm/types.h \
7232 capi20.h \
7233 curses.h \
7234 direct.h \
7235 dirent.h \
7236 dlfcn.h \
7237 elf.h \
7238 float.h \
7239 fontconfig/fontconfig.h \
7240 getopt.h \
7241 ieeefp.h \
7242 io.h \
7243 jack/jack.h \
7244 jpeglib.h \
7245 lber.h \
7246 lcms.h \
7247 lcms/lcms.h \
7248 ldap.h \
7249 libaudioio.h \
7250 link.h \
7251 linux/cdrom.h \
7252 linux/compiler.h \
7253 linux/hdreg.h \
7254 linux/input.h \
7255 linux/ioctl.h \
7256 linux/joystick.h \
7257 linux/major.h \
7258 linux/param.h \
7259 linux/serial.h \
7260 linux/ucdrom.h \
7261 mach/mach.h \
7262 mach/machine.h \
7263 machine/cpu.h \
7264 machine/limits.h \
7265 machine/soundcard.h \
7266 mntent.h \
7267 ncurses.h \
7268 netdb.h \
7269 netinet/in.h \
7270 netinet/in_systm.h \
7271 netinet/tcp.h \
7272 netinet/tcp_fsm.h \
7273 openssl/err.h \
7274 openssl/ssl.h \
7275 png.h \
7276 poll.h \
7277 process.h \
7278 pthread.h \
7279 pwd.h \
7280 regex.h \
7281 sched.h \
7282 scsi/scsi.h \
7283 scsi/scsi_ioctl.h \
7284 scsi/sg.h \
7285 soundcard.h \
7286 stdint.h \
7287 strings.h \
7288 sys/asoundlib.h \
7289 sys/cdio.h \
7290 sys/elf32.h \
7291 sys/epoll.h \
7292 sys/errno.h \
7293 sys/event.h \
7294 sys/exec_elf.h \
7295 sys/filio.h \
7296 sys/ioctl.h \
7297 sys/ipc.h \
7298 sys/limits.h \
7299 sys/link.h \
7300 sys/lwp.h \
7301 sys/mman.h \
7302 sys/modem.h \
7303 sys/msg.h \
7304 sys/mtio.h \
7305 sys/param.h \
7306 sys/poll.h \
7307 sys/prctl.h \
7308 sys/ptrace.h \
7309 sys/reg.h \
7310 sys/resource.h \
7311 sys/scsiio.h \
7312 sys/shm.h \
7313 sys/signal.h \
7314 sys/socket.h \
7315 sys/socketvar.h \
7316 sys/sockio.h \
7317 sys/soundcard.h \
7318 sys/statvfs.h \
7319 sys/strtio.h \
7320 sys/syscall.h \
7321 sys/sysctl.h \
7322 sys/time.h \
7323 sys/times.h \
7324 sys/uio.h \
7325 sys/un.h \
7326 sys/vm86.h \
7327 sys/wait.h \
7328 syscall.h \
7329 termios.h \
7330 unistd.h \
7331 utime.h \
7332 valgrind/memcheck.h \
7333 valgrind/valgrind.h
7336 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7337 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7338 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7339 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7340 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7341 echo $ECHO_N "(cached) $ECHO_C" >&6
7343 ac_res=`eval echo '${'$as_ac_Header'}'`
7344 { echo "$as_me:$LINENO: result: $ac_res" >&5
7345 echo "${ECHO_T}$ac_res" >&6; }
7346 else
7347 # Is the header compilable?
7348 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7349 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7350 cat >conftest.$ac_ext <<_ACEOF
7351 /* confdefs.h. */
7352 _ACEOF
7353 cat confdefs.h >>conftest.$ac_ext
7354 cat >>conftest.$ac_ext <<_ACEOF
7355 /* end confdefs.h. */
7356 $ac_includes_default
7357 #include <$ac_header>
7358 _ACEOF
7359 rm -f conftest.$ac_objext
7360 if { (ac_try="$ac_compile"
7361 case "(($ac_try" in
7362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7363 *) ac_try_echo=$ac_try;;
7364 esac
7365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7366 (eval "$ac_compile") 2>conftest.er1
7367 ac_status=$?
7368 grep -v '^ *+' conftest.er1 >conftest.err
7369 rm -f conftest.er1
7370 cat conftest.err >&5
7371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7372 (exit $ac_status); } && {
7373 test -z "$ac_c_werror_flag" ||
7374 test ! -s conftest.err
7375 } && test -s conftest.$ac_objext; then
7376 ac_header_compiler=yes
7377 else
7378 echo "$as_me: failed program was:" >&5
7379 sed 's/^/| /' conftest.$ac_ext >&5
7381 ac_header_compiler=no
7384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7385 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7386 echo "${ECHO_T}$ac_header_compiler" >&6; }
7388 # Is the header present?
7389 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7390 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7391 cat >conftest.$ac_ext <<_ACEOF
7392 /* confdefs.h. */
7393 _ACEOF
7394 cat confdefs.h >>conftest.$ac_ext
7395 cat >>conftest.$ac_ext <<_ACEOF
7396 /* end confdefs.h. */
7397 #include <$ac_header>
7398 _ACEOF
7399 if { (ac_try="$ac_cpp conftest.$ac_ext"
7400 case "(($ac_try" in
7401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7402 *) ac_try_echo=$ac_try;;
7403 esac
7404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7405 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7406 ac_status=$?
7407 grep -v '^ *+' conftest.er1 >conftest.err
7408 rm -f conftest.er1
7409 cat conftest.err >&5
7410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7411 (exit $ac_status); } >/dev/null && {
7412 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7413 test ! -s conftest.err
7414 }; then
7415 ac_header_preproc=yes
7416 else
7417 echo "$as_me: failed program was:" >&5
7418 sed 's/^/| /' conftest.$ac_ext >&5
7420 ac_header_preproc=no
7423 rm -f conftest.err conftest.$ac_ext
7424 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7425 echo "${ECHO_T}$ac_header_preproc" >&6; }
7427 # So? What about this header?
7428 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7429 yes:no: )
7430 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7431 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7432 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7433 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7434 ac_header_preproc=yes
7436 no:yes:* )
7437 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7438 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7439 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7440 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7441 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7442 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7443 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7444 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7445 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7446 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7447 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7448 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7449 ( cat <<\_ASBOX
7450 ## ------------------------------------ ##
7451 ## Report this to wine-devel@winehq.org ##
7452 ## ------------------------------------ ##
7453 _ASBOX
7454 ) | sed "s/^/$as_me: WARNING: /" >&2
7456 esac
7457 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7458 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7459 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7460 echo $ECHO_N "(cached) $ECHO_C" >&6
7461 else
7462 eval "$as_ac_Header=\$ac_header_preproc"
7464 ac_res=`eval echo '${'$as_ac_Header'}'`
7465 { echo "$as_me:$LINENO: result: $ac_res" >&5
7466 echo "${ECHO_T}$ac_res" >&6; }
7469 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7470 cat >>confdefs.h <<_ACEOF
7471 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7472 _ACEOF
7476 done
7478 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7479 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7480 if test "${ac_cv_header_stat_broken+set}" = set; then
7481 echo $ECHO_N "(cached) $ECHO_C" >&6
7482 else
7483 cat >conftest.$ac_ext <<_ACEOF
7484 /* confdefs.h. */
7485 _ACEOF
7486 cat confdefs.h >>conftest.$ac_ext
7487 cat >>conftest.$ac_ext <<_ACEOF
7488 /* end confdefs.h. */
7489 #include <sys/types.h>
7490 #include <sys/stat.h>
7492 #if defined S_ISBLK && defined S_IFDIR
7493 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7494 #endif
7496 #if defined S_ISBLK && defined S_IFCHR
7497 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7498 #endif
7500 #if defined S_ISLNK && defined S_IFREG
7501 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7502 #endif
7504 #if defined S_ISSOCK && defined S_IFREG
7505 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7506 #endif
7508 _ACEOF
7509 rm -f conftest.$ac_objext
7510 if { (ac_try="$ac_compile"
7511 case "(($ac_try" in
7512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7513 *) ac_try_echo=$ac_try;;
7514 esac
7515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7516 (eval "$ac_compile") 2>conftest.er1
7517 ac_status=$?
7518 grep -v '^ *+' conftest.er1 >conftest.err
7519 rm -f conftest.er1
7520 cat conftest.err >&5
7521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7522 (exit $ac_status); } && {
7523 test -z "$ac_c_werror_flag" ||
7524 test ! -s conftest.err
7525 } && test -s conftest.$ac_objext; then
7526 ac_cv_header_stat_broken=no
7527 else
7528 echo "$as_me: failed program was:" >&5
7529 sed 's/^/| /' conftest.$ac_ext >&5
7531 ac_cv_header_stat_broken=yes
7534 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7536 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7537 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7538 if test $ac_cv_header_stat_broken = yes; then
7540 cat >>confdefs.h <<\_ACEOF
7541 #define STAT_MACROS_BROKEN 1
7542 _ACEOF
7552 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7554 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7555 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7556 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7557 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7558 echo $ECHO_N "(cached) $ECHO_C" >&6
7559 else
7560 cat >conftest.$ac_ext <<_ACEOF
7561 /* confdefs.h. */
7562 _ACEOF
7563 cat confdefs.h >>conftest.$ac_ext
7564 cat >>conftest.$ac_ext <<_ACEOF
7565 /* end confdefs.h. */
7566 #include <sys/types.h>
7567 #ifdef HAVE_SYS_PARAM_H
7568 # include <sys/param.h>
7569 #endif
7571 #include <$ac_header>
7572 _ACEOF
7573 rm -f conftest.$ac_objext
7574 if { (ac_try="$ac_compile"
7575 case "(($ac_try" in
7576 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7577 *) ac_try_echo=$ac_try;;
7578 esac
7579 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7580 (eval "$ac_compile") 2>conftest.er1
7581 ac_status=$?
7582 grep -v '^ *+' conftest.er1 >conftest.err
7583 rm -f conftest.er1
7584 cat conftest.err >&5
7585 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7586 (exit $ac_status); } && {
7587 test -z "$ac_c_werror_flag" ||
7588 test ! -s conftest.err
7589 } && test -s conftest.$ac_objext; then
7590 eval "$as_ac_Header=yes"
7591 else
7592 echo "$as_me: failed program was:" >&5
7593 sed 's/^/| /' conftest.$ac_ext >&5
7595 eval "$as_ac_Header=no"
7598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7600 ac_res=`eval echo '${'$as_ac_Header'}'`
7601 { echo "$as_me:$LINENO: result: $ac_res" >&5
7602 echo "${ECHO_T}$ac_res" >&6; }
7603 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7604 cat >>confdefs.h <<_ACEOF
7605 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7606 _ACEOF
7610 done
7625 for ac_header in \
7626 netinet/ip.h \
7627 net/if.h \
7628 net/if_arp.h \
7629 net/if_dl.h \
7630 net/if_types.h \
7631 net/route.h \
7632 netinet/if_ether.h \
7633 netinet/in_pcb.h \
7634 netinet/ip_icmp.h \
7635 netinet/ip_var.h \
7636 netinet/udp.h \
7637 netipx/ipx.h \
7640 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7641 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7642 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7643 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7644 echo $ECHO_N "(cached) $ECHO_C" >&6
7645 else
7646 cat >conftest.$ac_ext <<_ACEOF
7647 /* confdefs.h. */
7648 _ACEOF
7649 cat confdefs.h >>conftest.$ac_ext
7650 cat >>conftest.$ac_ext <<_ACEOF
7651 /* end confdefs.h. */
7652 #include <sys/types.h>
7653 #ifdef HAVE_SYS_SOCKET_H
7654 # include <sys/socket.h>
7655 #endif
7656 #ifdef HAVE_SYS_SOCKETVAR_H
7657 # include <sys/socketvar.h>
7658 #endif
7659 #ifdef HAVE_NETINET_IN_H
7660 # include <netinet/in.h>
7661 #endif
7662 #ifdef HAVE_NETINET_IP_H
7663 # include <netinet/ip.h>
7664 #endif
7666 #include <$ac_header>
7667 _ACEOF
7668 rm -f conftest.$ac_objext
7669 if { (ac_try="$ac_compile"
7670 case "(($ac_try" in
7671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7672 *) ac_try_echo=$ac_try;;
7673 esac
7674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7675 (eval "$ac_compile") 2>conftest.er1
7676 ac_status=$?
7677 grep -v '^ *+' conftest.er1 >conftest.err
7678 rm -f conftest.er1
7679 cat conftest.err >&5
7680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7681 (exit $ac_status); } && {
7682 test -z "$ac_c_werror_flag" ||
7683 test ! -s conftest.err
7684 } && test -s conftest.$ac_objext; then
7685 eval "$as_ac_Header=yes"
7686 else
7687 echo "$as_me: failed program was:" >&5
7688 sed 's/^/| /' conftest.$ac_ext >&5
7690 eval "$as_ac_Header=no"
7693 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7695 ac_res=`eval echo '${'$as_ac_Header'}'`
7696 { echo "$as_me:$LINENO: result: $ac_res" >&5
7697 echo "${ECHO_T}$ac_res" >&6; }
7698 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7699 cat >>confdefs.h <<_ACEOF
7700 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7701 _ACEOF
7705 done
7712 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7714 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7715 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7716 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7717 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7718 echo $ECHO_N "(cached) $ECHO_C" >&6
7719 else
7720 cat >conftest.$ac_ext <<_ACEOF
7721 /* confdefs.h. */
7722 _ACEOF
7723 cat confdefs.h >>conftest.$ac_ext
7724 cat >>conftest.$ac_ext <<_ACEOF
7725 /* end confdefs.h. */
7726 #include <sys/types.h>
7727 #ifdef HAVE_ALIAS_H
7728 # include <alias.h>
7729 #endif
7730 #ifdef HAVE_SYS_SOCKET_H
7731 # include <sys/socket.h>
7732 #endif
7733 #ifdef HAVE_SYS_SOCKETVAR_H
7734 # include <sys/socketvar.h>
7735 #endif
7736 #ifdef HAVE_NETINET_IN_H
7737 # include <netinet/in.h>
7738 #endif
7739 #ifdef HAVE_NETINET_IP_H
7740 # include <netinet/ip.h>
7741 #endif
7742 #ifdef HAVE_NETINET_IP_VAR_H
7743 # include <netinet/ip_var.h>
7744 #endif
7745 #ifdef HAVE_NETINET_IP_ICMP_H
7746 # include <netinet/ip_icmp.h>
7747 #endif
7748 #ifdef HAVE_NETINET_UDP_H
7749 # include <netinet/udp.h>
7750 #endif
7751 #ifdef HAVE_NETINET_TCP_H
7752 # include <netinet/tcp.h>
7753 #endif
7755 #include <$ac_header>
7756 _ACEOF
7757 rm -f conftest.$ac_objext
7758 if { (ac_try="$ac_compile"
7759 case "(($ac_try" in
7760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7761 *) ac_try_echo=$ac_try;;
7762 esac
7763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7764 (eval "$ac_compile") 2>conftest.er1
7765 ac_status=$?
7766 grep -v '^ *+' conftest.er1 >conftest.err
7767 rm -f conftest.er1
7768 cat conftest.err >&5
7769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7770 (exit $ac_status); } && {
7771 test -z "$ac_c_werror_flag" ||
7772 test ! -s conftest.err
7773 } && test -s conftest.$ac_objext; then
7774 eval "$as_ac_Header=yes"
7775 else
7776 echo "$as_me: failed program was:" >&5
7777 sed 's/^/| /' conftest.$ac_ext >&5
7779 eval "$as_ac_Header=no"
7782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7784 ac_res=`eval echo '${'$as_ac_Header'}'`
7785 { echo "$as_me:$LINENO: result: $ac_res" >&5
7786 echo "${ECHO_T}$ac_res" >&6; }
7787 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7788 cat >>confdefs.h <<_ACEOF
7789 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7790 _ACEOF
7794 done
7798 for ac_header in linux/ipx.h
7800 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7801 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7802 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7803 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7804 echo $ECHO_N "(cached) $ECHO_C" >&6
7805 else
7806 cat >conftest.$ac_ext <<_ACEOF
7807 /* confdefs.h. */
7808 _ACEOF
7809 cat confdefs.h >>conftest.$ac_ext
7810 cat >>conftest.$ac_ext <<_ACEOF
7811 /* end confdefs.h. */
7812 #include <sys/types.h>
7813 #ifdef HAVE_ASM_TYPES_H
7814 # include <asm/types.h>
7815 #endif
7816 #ifdef HAVE_SYS_SOCKET_H
7817 # include <sys/socket.h>
7818 #endif
7820 #include <$ac_header>
7821 _ACEOF
7822 rm -f conftest.$ac_objext
7823 if { (ac_try="$ac_compile"
7824 case "(($ac_try" in
7825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7826 *) ac_try_echo=$ac_try;;
7827 esac
7828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7829 (eval "$ac_compile") 2>conftest.er1
7830 ac_status=$?
7831 grep -v '^ *+' conftest.er1 >conftest.err
7832 rm -f conftest.er1
7833 cat conftest.err >&5
7834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7835 (exit $ac_status); } && {
7836 test -z "$ac_c_werror_flag" ||
7837 test ! -s conftest.err
7838 } && test -s conftest.$ac_objext; then
7839 eval "$as_ac_Header=yes"
7840 else
7841 echo "$as_me: failed program was:" >&5
7842 sed 's/^/| /' conftest.$ac_ext >&5
7844 eval "$as_ac_Header=no"
7847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7849 ac_res=`eval echo '${'$as_ac_Header'}'`
7850 { echo "$as_me:$LINENO: result: $ac_res" >&5
7851 echo "${ECHO_T}$ac_res" >&6; }
7852 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7853 cat >>confdefs.h <<_ACEOF
7854 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7855 _ACEOF
7859 done
7863 for ac_header in resolv.h
7865 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7866 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7867 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7868 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7869 echo $ECHO_N "(cached) $ECHO_C" >&6
7870 else
7871 cat >conftest.$ac_ext <<_ACEOF
7872 /* confdefs.h. */
7873 _ACEOF
7874 cat confdefs.h >>conftest.$ac_ext
7875 cat >>conftest.$ac_ext <<_ACEOF
7876 /* end confdefs.h. */
7877 #include <sys/types.h>
7878 #ifdef HAVE_SYS_SOCKET_H
7879 # include <sys/socket.h>
7880 #endif
7881 #ifdef HAVE_NETINET_IN_H
7882 # include <netinet/in.h>
7883 #endif
7884 #ifdef HAVE_ARPA_NAMESER_H
7885 # include <arpa/nameser.h>
7886 #endif
7888 #include <$ac_header>
7889 _ACEOF
7890 rm -f conftest.$ac_objext
7891 if { (ac_try="$ac_compile"
7892 case "(($ac_try" in
7893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7894 *) ac_try_echo=$ac_try;;
7895 esac
7896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7897 (eval "$ac_compile") 2>conftest.er1
7898 ac_status=$?
7899 grep -v '^ *+' conftest.er1 >conftest.err
7900 rm -f conftest.er1
7901 cat conftest.err >&5
7902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7903 (exit $ac_status); } && {
7904 test -z "$ac_c_werror_flag" ||
7905 test ! -s conftest.err
7906 } && test -s conftest.$ac_objext; then
7907 eval "$as_ac_Header=yes"
7908 else
7909 echo "$as_me: failed program was:" >&5
7910 sed 's/^/| /' conftest.$ac_ext >&5
7912 eval "$as_ac_Header=no"
7915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7917 ac_res=`eval echo '${'$as_ac_Header'}'`
7918 { echo "$as_me:$LINENO: result: $ac_res" >&5
7919 echo "${ECHO_T}$ac_res" >&6; }
7920 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7921 cat >>confdefs.h <<_ACEOF
7922 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7923 _ACEOF
7927 done
7931 for ac_header in ucontext.h
7933 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7934 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7935 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7936 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7937 echo $ECHO_N "(cached) $ECHO_C" >&6
7938 else
7939 cat >conftest.$ac_ext <<_ACEOF
7940 /* confdefs.h. */
7941 _ACEOF
7942 cat confdefs.h >>conftest.$ac_ext
7943 cat >>conftest.$ac_ext <<_ACEOF
7944 /* end confdefs.h. */
7945 #include <signal.h>
7947 #include <$ac_header>
7948 _ACEOF
7949 rm -f conftest.$ac_objext
7950 if { (ac_try="$ac_compile"
7951 case "(($ac_try" in
7952 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7953 *) ac_try_echo=$ac_try;;
7954 esac
7955 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7956 (eval "$ac_compile") 2>conftest.er1
7957 ac_status=$?
7958 grep -v '^ *+' conftest.er1 >conftest.err
7959 rm -f conftest.er1
7960 cat conftest.err >&5
7961 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7962 (exit $ac_status); } && {
7963 test -z "$ac_c_werror_flag" ||
7964 test ! -s conftest.err
7965 } && test -s conftest.$ac_objext; then
7966 eval "$as_ac_Header=yes"
7967 else
7968 echo "$as_me: failed program was:" >&5
7969 sed 's/^/| /' conftest.$ac_ext >&5
7971 eval "$as_ac_Header=no"
7974 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7976 ac_res=`eval echo '${'$as_ac_Header'}'`
7977 { echo "$as_me:$LINENO: result: $ac_res" >&5
7978 echo "${ECHO_T}$ac_res" >&6; }
7979 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7980 cat >>confdefs.h <<_ACEOF
7981 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7982 _ACEOF
7986 done
7990 for ac_header in sys/thr.h
7992 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7993 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7994 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7995 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7996 echo $ECHO_N "(cached) $ECHO_C" >&6
7997 else
7998 cat >conftest.$ac_ext <<_ACEOF
7999 /* confdefs.h. */
8000 _ACEOF
8001 cat confdefs.h >>conftest.$ac_ext
8002 cat >>conftest.$ac_ext <<_ACEOF
8003 /* end confdefs.h. */
8004 #include <sys/types.h>
8005 #ifdef HAVE_UCONTEXT_H
8006 #include <ucontext.h>
8007 #endif
8009 #include <$ac_header>
8010 _ACEOF
8011 rm -f conftest.$ac_objext
8012 if { (ac_try="$ac_compile"
8013 case "(($ac_try" in
8014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8015 *) ac_try_echo=$ac_try;;
8016 esac
8017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8018 (eval "$ac_compile") 2>conftest.er1
8019 ac_status=$?
8020 grep -v '^ *+' conftest.er1 >conftest.err
8021 rm -f conftest.er1
8022 cat conftest.err >&5
8023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8024 (exit $ac_status); } && {
8025 test -z "$ac_c_werror_flag" ||
8026 test ! -s conftest.err
8027 } && test -s conftest.$ac_objext; then
8028 eval "$as_ac_Header=yes"
8029 else
8030 echo "$as_me: failed program was:" >&5
8031 sed 's/^/| /' conftest.$ac_ext >&5
8033 eval "$as_ac_Header=no"
8036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8038 ac_res=`eval echo '${'$as_ac_Header'}'`
8039 { echo "$as_me:$LINENO: result: $ac_res" >&5
8040 echo "${ECHO_T}$ac_res" >&6; }
8041 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8042 cat >>confdefs.h <<_ACEOF
8043 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8044 _ACEOF
8048 done
8052 for ac_header in pthread_np.h
8054 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8055 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8056 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8057 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8058 echo $ECHO_N "(cached) $ECHO_C" >&6
8059 else
8060 cat >conftest.$ac_ext <<_ACEOF
8061 /* confdefs.h. */
8062 _ACEOF
8063 cat confdefs.h >>conftest.$ac_ext
8064 cat >>conftest.$ac_ext <<_ACEOF
8065 /* end confdefs.h. */
8066 #ifdef HAVE_PTHREAD_H
8067 #include <pthread.h>
8068 #endif
8070 #include <$ac_header>
8071 _ACEOF
8072 rm -f conftest.$ac_objext
8073 if { (ac_try="$ac_compile"
8074 case "(($ac_try" in
8075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8076 *) ac_try_echo=$ac_try;;
8077 esac
8078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8079 (eval "$ac_compile") 2>conftest.er1
8080 ac_status=$?
8081 grep -v '^ *+' conftest.er1 >conftest.err
8082 rm -f conftest.er1
8083 cat conftest.err >&5
8084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8085 (exit $ac_status); } && {
8086 test -z "$ac_c_werror_flag" ||
8087 test ! -s conftest.err
8088 } && test -s conftest.$ac_objext; then
8089 eval "$as_ac_Header=yes"
8090 else
8091 echo "$as_me: failed program was:" >&5
8092 sed 's/^/| /' conftest.$ac_ext >&5
8094 eval "$as_ac_Header=no"
8097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8099 ac_res=`eval echo '${'$as_ac_Header'}'`
8100 { echo "$as_me:$LINENO: result: $ac_res" >&5
8101 echo "${ECHO_T}$ac_res" >&6; }
8102 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8103 cat >>confdefs.h <<_ACEOF
8104 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8105 _ACEOF
8109 done
8113 for ac_header in linux/videodev.h
8115 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8116 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8117 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8118 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8119 echo $ECHO_N "(cached) $ECHO_C" >&6
8120 else
8121 cat >conftest.$ac_ext <<_ACEOF
8122 /* confdefs.h. */
8123 _ACEOF
8124 cat confdefs.h >>conftest.$ac_ext
8125 cat >>conftest.$ac_ext <<_ACEOF
8126 /* end confdefs.h. */
8127 #ifdef HAVE_SYS_TIME_H
8128 #include <sys/time.h>
8129 #endif
8130 #include <sys/types.h>
8131 #ifdef HAVE_ASM_TYPES_H
8132 #include <asm/types.h>
8133 #endif
8135 #include <$ac_header>
8136 _ACEOF
8137 rm -f conftest.$ac_objext
8138 if { (ac_try="$ac_compile"
8139 case "(($ac_try" in
8140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8141 *) ac_try_echo=$ac_try;;
8142 esac
8143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8144 (eval "$ac_compile") 2>conftest.er1
8145 ac_status=$?
8146 grep -v '^ *+' conftest.er1 >conftest.err
8147 rm -f conftest.er1
8148 cat conftest.err >&5
8149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8150 (exit $ac_status); } && {
8151 test -z "$ac_c_werror_flag" ||
8152 test ! -s conftest.err
8153 } && test -s conftest.$ac_objext; then
8154 eval "$as_ac_Header=yes"
8155 else
8156 echo "$as_me: failed program was:" >&5
8157 sed 's/^/| /' conftest.$ac_ext >&5
8159 eval "$as_ac_Header=no"
8162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8164 ac_res=`eval echo '${'$as_ac_Header'}'`
8165 { echo "$as_me:$LINENO: result: $ac_res" >&5
8166 echo "${ECHO_T}$ac_res" >&6; }
8167 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8168 cat >>confdefs.h <<_ACEOF
8169 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8170 _ACEOF
8174 done
8178 for ac_header in linux/capi.h
8180 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8181 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8182 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8183 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8184 echo $ECHO_N "(cached) $ECHO_C" >&6
8185 else
8186 cat >conftest.$ac_ext <<_ACEOF
8187 /* confdefs.h. */
8188 _ACEOF
8189 cat confdefs.h >>conftest.$ac_ext
8190 cat >>conftest.$ac_ext <<_ACEOF
8191 /* end confdefs.h. */
8192 #define __user
8194 #include <$ac_header>
8195 _ACEOF
8196 rm -f conftest.$ac_objext
8197 if { (ac_try="$ac_compile"
8198 case "(($ac_try" in
8199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8200 *) ac_try_echo=$ac_try;;
8201 esac
8202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8203 (eval "$ac_compile") 2>conftest.er1
8204 ac_status=$?
8205 grep -v '^ *+' conftest.er1 >conftest.err
8206 rm -f conftest.er1
8207 cat conftest.err >&5
8208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8209 (exit $ac_status); } && {
8210 test -z "$ac_c_werror_flag" ||
8211 test ! -s conftest.err
8212 } && test -s conftest.$ac_objext; then
8213 eval "$as_ac_Header=yes"
8214 else
8215 echo "$as_me: failed program was:" >&5
8216 sed 's/^/| /' conftest.$ac_ext >&5
8218 eval "$as_ac_Header=no"
8221 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8223 ac_res=`eval echo '${'$as_ac_Header'}'`
8224 { echo "$as_me:$LINENO: result: $ac_res" >&5
8225 echo "${ECHO_T}$ac_res" >&6; }
8226 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8227 cat >>confdefs.h <<_ACEOF
8228 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8229 _ACEOF
8233 done
8237 DLLEXT=""
8239 DLLFLAGS="-D_REENTRANT"
8241 LDSHARED=""
8243 LDDLLFLAGS=""
8245 LIBEXT="so"
8247 IMPLIBEXT="def"
8249 LDRPATH_INSTALL=""
8251 LDRPATH_LOCAL=""
8253 # Extract the first word of "ldd", so it can be a program name with args.
8254 set dummy ldd; ac_word=$2
8255 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8256 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8257 if test "${ac_cv_path_LDD+set}" = set; then
8258 echo $ECHO_N "(cached) $ECHO_C" >&6
8259 else
8260 case $LDD in
8261 [\\/]* | ?:[\\/]*)
8262 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8265 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8266 as_dummy="/sbin:/usr/sbin:$PATH"
8267 for as_dir in $as_dummy
8269 IFS=$as_save_IFS
8270 test -z "$as_dir" && as_dir=.
8271 for ac_exec_ext in '' $ac_executable_extensions; do
8272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8273 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8274 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8275 break 2
8277 done
8278 done
8279 IFS=$as_save_IFS
8281 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8283 esac
8285 LDD=$ac_cv_path_LDD
8286 if test -n "$LDD"; then
8287 { echo "$as_me:$LINENO: result: $LDD" >&5
8288 echo "${ECHO_T}$LDD" >&6; }
8289 else
8290 { echo "$as_me:$LINENO: result: no" >&5
8291 echo "${ECHO_T}no" >&6; }
8296 case $host_os in
8297 cygwin*|mingw32*)
8298 if test -n "$ac_tool_prefix"; then
8299 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8300 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8301 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8302 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8303 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8304 echo $ECHO_N "(cached) $ECHO_C" >&6
8305 else
8306 if test -n "$DLLTOOL"; then
8307 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8308 else
8309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8310 for as_dir in $PATH
8312 IFS=$as_save_IFS
8313 test -z "$as_dir" && as_dir=.
8314 for ac_exec_ext in '' $ac_executable_extensions; do
8315 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8316 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8317 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8318 break 2
8320 done
8321 done
8322 IFS=$as_save_IFS
8326 DLLTOOL=$ac_cv_prog_DLLTOOL
8327 if test -n "$DLLTOOL"; then
8328 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8329 echo "${ECHO_T}$DLLTOOL" >&6; }
8330 else
8331 { echo "$as_me:$LINENO: result: no" >&5
8332 echo "${ECHO_T}no" >&6; }
8337 if test -z "$ac_cv_prog_DLLTOOL"; then
8338 ac_ct_DLLTOOL=$DLLTOOL
8339 # Extract the first word of "dlltool", so it can be a program name with args.
8340 set dummy dlltool; ac_word=$2
8341 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8342 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8343 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8344 echo $ECHO_N "(cached) $ECHO_C" >&6
8345 else
8346 if test -n "$ac_ct_DLLTOOL"; then
8347 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8348 else
8349 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8350 for as_dir in $PATH
8352 IFS=$as_save_IFS
8353 test -z "$as_dir" && as_dir=.
8354 for ac_exec_ext in '' $ac_executable_extensions; do
8355 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8356 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8357 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8358 break 2
8360 done
8361 done
8362 IFS=$as_save_IFS
8366 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8367 if test -n "$ac_ct_DLLTOOL"; then
8368 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8369 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8370 else
8371 { echo "$as_me:$LINENO: result: no" >&5
8372 echo "${ECHO_T}no" >&6; }
8375 if test "x$ac_ct_DLLTOOL" = x; then
8376 DLLTOOL="false"
8377 else
8378 case $cross_compiling:$ac_tool_warned in
8379 yes:)
8380 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8381 whose name does not start with the host triplet. If you think this
8382 configuration is useful to you, please write to autoconf@gnu.org." >&5
8383 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8384 whose name does not start with the host triplet. If you think this
8385 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8386 ac_tool_warned=yes ;;
8387 esac
8388 DLLTOOL=$ac_ct_DLLTOOL
8390 else
8391 DLLTOOL="$ac_cv_prog_DLLTOOL"
8394 if test -n "$ac_tool_prefix"; then
8395 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8396 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8397 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8398 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8399 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8400 echo $ECHO_N "(cached) $ECHO_C" >&6
8401 else
8402 if test -n "$DLLWRAP"; then
8403 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8404 else
8405 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8406 for as_dir in $PATH
8408 IFS=$as_save_IFS
8409 test -z "$as_dir" && as_dir=.
8410 for ac_exec_ext in '' $ac_executable_extensions; do
8411 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8412 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8413 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8414 break 2
8416 done
8417 done
8418 IFS=$as_save_IFS
8422 DLLWRAP=$ac_cv_prog_DLLWRAP
8423 if test -n "$DLLWRAP"; then
8424 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8425 echo "${ECHO_T}$DLLWRAP" >&6; }
8426 else
8427 { echo "$as_me:$LINENO: result: no" >&5
8428 echo "${ECHO_T}no" >&6; }
8433 if test -z "$ac_cv_prog_DLLWRAP"; then
8434 ac_ct_DLLWRAP=$DLLWRAP
8435 # Extract the first word of "dllwrap", so it can be a program name with args.
8436 set dummy dllwrap; ac_word=$2
8437 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8438 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8439 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8440 echo $ECHO_N "(cached) $ECHO_C" >&6
8441 else
8442 if test -n "$ac_ct_DLLWRAP"; then
8443 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8444 else
8445 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8446 for as_dir in $PATH
8448 IFS=$as_save_IFS
8449 test -z "$as_dir" && as_dir=.
8450 for ac_exec_ext in '' $ac_executable_extensions; do
8451 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8452 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8453 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8454 break 2
8456 done
8457 done
8458 IFS=$as_save_IFS
8462 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8463 if test -n "$ac_ct_DLLWRAP"; then
8464 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8465 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8466 else
8467 { echo "$as_me:$LINENO: result: no" >&5
8468 echo "${ECHO_T}no" >&6; }
8471 if test "x$ac_ct_DLLWRAP" = x; then
8472 DLLWRAP="false"
8473 else
8474 case $cross_compiling:$ac_tool_warned in
8475 yes:)
8476 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8477 whose name does not start with the host triplet. If you think this
8478 configuration is useful to you, please write to autoconf@gnu.org." >&5
8479 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8480 whose name does not start with the host triplet. If you think this
8481 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8482 ac_tool_warned=yes ;;
8483 esac
8484 DLLWRAP=$ac_ct_DLLWRAP
8486 else
8487 DLLWRAP="$ac_cv_prog_DLLWRAP"
8490 if test -n "$ac_tool_prefix"; then
8491 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8492 set dummy ${ac_tool_prefix}ar; ac_word=$2
8493 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8494 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8495 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8496 echo $ECHO_N "(cached) $ECHO_C" >&6
8497 else
8498 if test -n "$MINGWAR"; then
8499 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8500 else
8501 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8502 for as_dir in $PATH
8504 IFS=$as_save_IFS
8505 test -z "$as_dir" && as_dir=.
8506 for ac_exec_ext in '' $ac_executable_extensions; do
8507 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8508 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8509 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8510 break 2
8512 done
8513 done
8514 IFS=$as_save_IFS
8518 MINGWAR=$ac_cv_prog_MINGWAR
8519 if test -n "$MINGWAR"; then
8520 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8521 echo "${ECHO_T}$MINGWAR" >&6; }
8522 else
8523 { echo "$as_me:$LINENO: result: no" >&5
8524 echo "${ECHO_T}no" >&6; }
8529 if test -z "$ac_cv_prog_MINGWAR"; then
8530 ac_ct_MINGWAR=$MINGWAR
8531 # Extract the first word of "ar", so it can be a program name with args.
8532 set dummy ar; ac_word=$2
8533 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8534 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8535 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8536 echo $ECHO_N "(cached) $ECHO_C" >&6
8537 else
8538 if test -n "$ac_ct_MINGWAR"; then
8539 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8540 else
8541 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8542 for as_dir in $PATH
8544 IFS=$as_save_IFS
8545 test -z "$as_dir" && as_dir=.
8546 for ac_exec_ext in '' $ac_executable_extensions; do
8547 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8548 ac_cv_prog_ac_ct_MINGWAR="ar"
8549 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8550 break 2
8552 done
8553 done
8554 IFS=$as_save_IFS
8558 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8559 if test -n "$ac_ct_MINGWAR"; then
8560 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8561 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8562 else
8563 { echo "$as_me:$LINENO: result: no" >&5
8564 echo "${ECHO_T}no" >&6; }
8567 if test "x$ac_ct_MINGWAR" = x; then
8568 MINGWAR="false"
8569 else
8570 case $cross_compiling:$ac_tool_warned in
8571 yes:)
8572 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8573 whose name does not start with the host triplet. If you think this
8574 configuration is useful to you, please write to autoconf@gnu.org." >&5
8575 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8576 whose name does not start with the host triplet. If you think this
8577 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8578 ac_tool_warned=yes ;;
8579 esac
8580 MINGWAR=$ac_ct_MINGWAR
8582 else
8583 MINGWAR="$ac_cv_prog_MINGWAR"
8586 if test "$DLLWRAP" = "false"; then
8587 LIBEXT="a"
8588 else
8589 LIBEXT="dll"
8591 IMPLIBEXT="a"
8592 WIN16_FILES=""
8593 WIN16_INSTALL=""
8594 enable_iphlpapi=${enable_iphlpapi:-no}
8595 enable_kernel32=${enable_kernel32:-no}
8596 enable_msvcrt=${enable_msvcrt:-no}
8597 enable_ntdll=${enable_ntdll:-no}
8598 enable_ws2_32=${enable_ws2_32:-no}
8599 enable_loader=${enable_loader:-no}
8600 enable_server=${enable_server:-no}
8602 darwin*|macosx*)
8603 DLLEXT=".so"
8604 LIBEXT="dylib"
8605 DLLFLAGS="$DLLFLAGS -fPIC"
8606 LDDLLFLAGS="-bundle -multiply_defined suppress"
8607 LIBWINE_LDFLAGS="-multiply_defined suppress"
8608 LDSHARED="\$(CC) -dynamiclib"
8609 STRIP="$STRIP -x"
8610 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8611 SECURITYLIB="-framework Security -framework CoreFoundation"
8613 COREFOUNDATIONLIB="-framework CoreFoundation"
8615 IOKITLIB="-framework IOKit -framework CoreFoundation"
8617 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8619 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8620 then
8621 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8624 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8625 then
8626 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8629 case $host_cpu in
8630 *powerpc*)
8631 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8632 esac
8633 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8634 then
8635 CARBONLIB="-framework Carbon"
8637 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8641 DLLFLAGS="$DLLFLAGS -fPIC"
8642 DLLEXT=".so"
8643 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8644 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8645 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8646 echo $ECHO_N "(cached) $ECHO_C" >&6
8647 else
8648 ac_wine_try_cflags_saved=$CFLAGS
8649 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8650 cat >conftest.$ac_ext <<_ACEOF
8651 void myfunc() {}
8652 _ACEOF
8653 rm -f conftest.$ac_objext conftest$ac_exeext
8654 if { (ac_try="$ac_link"
8655 case "(($ac_try" in
8656 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8657 *) ac_try_echo=$ac_try;;
8658 esac
8659 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8660 (eval "$ac_link") 2>conftest.er1
8661 ac_status=$?
8662 grep -v '^ *+' conftest.er1 >conftest.err
8663 rm -f conftest.er1
8664 cat conftest.err >&5
8665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8666 (exit $ac_status); } && {
8667 test -z "$ac_c_werror_flag" ||
8668 test ! -s conftest.err
8669 } && test -s conftest$ac_exeext &&
8670 $as_test_x conftest$ac_exeext; then
8671 ac_cv_c_dll_gnuelf="yes"
8672 else
8673 echo "$as_me: failed program was:" >&5
8674 sed 's/^/| /' conftest.$ac_ext >&5
8676 ac_cv_c_dll_gnuelf="no"
8679 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8680 conftest$ac_exeext conftest.$ac_ext
8681 CFLAGS=$ac_wine_try_cflags_saved
8683 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8684 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8685 if test "$ac_cv_c_dll_gnuelf" = "yes"
8686 then
8687 LDSHARED="\$(CC) -shared"
8688 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8689 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8690 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8691 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8692 echo $ECHO_N "(cached) $ECHO_C" >&6
8693 else
8694 ac_wine_try_cflags_saved=$CFLAGS
8695 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8696 cat >conftest.$ac_ext <<_ACEOF
8697 /* confdefs.h. */
8698 _ACEOF
8699 cat confdefs.h >>conftest.$ac_ext
8700 cat >>conftest.$ac_ext <<_ACEOF
8701 /* end confdefs.h. */
8704 main ()
8708 return 0;
8710 _ACEOF
8711 rm -f conftest.$ac_objext conftest$ac_exeext
8712 if { (ac_try="$ac_link"
8713 case "(($ac_try" in
8714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8715 *) ac_try_echo=$ac_try;;
8716 esac
8717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8718 (eval "$ac_link") 2>conftest.er1
8719 ac_status=$?
8720 grep -v '^ *+' conftest.er1 >conftest.err
8721 rm -f conftest.er1
8722 cat conftest.err >&5
8723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8724 (exit $ac_status); } && {
8725 test -z "$ac_c_werror_flag" ||
8726 test ! -s conftest.err
8727 } && test -s conftest$ac_exeext &&
8728 $as_test_x conftest$ac_exeext; then
8729 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8730 else
8731 echo "$as_me: failed program was:" >&5
8732 sed 's/^/| /' conftest.$ac_ext >&5
8734 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8737 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8738 conftest$ac_exeext conftest.$ac_ext
8739 CFLAGS=$ac_wine_try_cflags_saved
8741 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8742 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8743 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8744 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8745 else
8746 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8747 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8748 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8749 echo $ECHO_N "(cached) $ECHO_C" >&6
8750 else
8751 ac_wine_try_cflags_saved=$CFLAGS
8752 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8753 cat >conftest.$ac_ext <<_ACEOF
8754 /* confdefs.h. */
8755 _ACEOF
8756 cat confdefs.h >>conftest.$ac_ext
8757 cat >>conftest.$ac_ext <<_ACEOF
8758 /* end confdefs.h. */
8761 main ()
8765 return 0;
8767 _ACEOF
8768 rm -f conftest.$ac_objext conftest$ac_exeext
8769 if { (ac_try="$ac_link"
8770 case "(($ac_try" in
8771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8772 *) ac_try_echo=$ac_try;;
8773 esac
8774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8775 (eval "$ac_link") 2>conftest.er1
8776 ac_status=$?
8777 grep -v '^ *+' conftest.er1 >conftest.err
8778 rm -f conftest.er1
8779 cat conftest.err >&5
8780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8781 (exit $ac_status); } && {
8782 test -z "$ac_c_werror_flag" ||
8783 test ! -s conftest.err
8784 } && test -s conftest$ac_exeext &&
8785 $as_test_x conftest$ac_exeext; then
8786 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8787 else
8788 echo "$as_me: failed program was:" >&5
8789 sed 's/^/| /' conftest.$ac_ext >&5
8791 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8794 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8795 conftest$ac_exeext conftest.$ac_ext
8796 CFLAGS=$ac_wine_try_cflags_saved
8798 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8799 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8800 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8801 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8807 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8808 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8809 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8810 echo $ECHO_N "(cached) $ECHO_C" >&6
8811 else
8812 ac_wine_try_cflags_saved=$CFLAGS
8813 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8814 cat >conftest.$ac_ext <<_ACEOF
8815 /* confdefs.h. */
8816 _ACEOF
8817 cat confdefs.h >>conftest.$ac_ext
8818 cat >>conftest.$ac_ext <<_ACEOF
8819 /* end confdefs.h. */
8822 main ()
8826 return 0;
8828 _ACEOF
8829 rm -f conftest.$ac_objext conftest$ac_exeext
8830 if { (ac_try="$ac_link"
8831 case "(($ac_try" in
8832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8833 *) ac_try_echo=$ac_try;;
8834 esac
8835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8836 (eval "$ac_link") 2>conftest.er1
8837 ac_status=$?
8838 grep -v '^ *+' conftest.er1 >conftest.err
8839 rm -f conftest.er1
8840 cat conftest.err >&5
8841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8842 (exit $ac_status); } && {
8843 test -z "$ac_c_werror_flag" ||
8844 test ! -s conftest.err
8845 } && test -s conftest$ac_exeext &&
8846 $as_test_x conftest$ac_exeext; then
8847 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8848 else
8849 echo "$as_me: failed program was:" >&5
8850 sed 's/^/| /' conftest.$ac_ext >&5
8852 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8855 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8856 conftest$ac_exeext conftest.$ac_ext
8857 CFLAGS=$ac_wine_try_cflags_saved
8859 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8860 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8861 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8862 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8866 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8867 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8868 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8869 echo $ECHO_N "(cached) $ECHO_C" >&6
8870 else
8871 ac_wine_try_cflags_saved=$CFLAGS
8872 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8873 cat >conftest.$ac_ext <<_ACEOF
8874 /* confdefs.h. */
8875 _ACEOF
8876 cat confdefs.h >>conftest.$ac_ext
8877 cat >>conftest.$ac_ext <<_ACEOF
8878 /* end confdefs.h. */
8881 main ()
8885 return 0;
8887 _ACEOF
8888 rm -f conftest.$ac_objext conftest$ac_exeext
8889 if { (ac_try="$ac_link"
8890 case "(($ac_try" in
8891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8892 *) ac_try_echo=$ac_try;;
8893 esac
8894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8895 (eval "$ac_link") 2>conftest.er1
8896 ac_status=$?
8897 grep -v '^ *+' conftest.er1 >conftest.err
8898 rm -f conftest.er1
8899 cat conftest.err >&5
8900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8901 (exit $ac_status); } && {
8902 test -z "$ac_c_werror_flag" ||
8903 test ! -s conftest.err
8904 } && test -s conftest$ac_exeext &&
8905 $as_test_x conftest$ac_exeext; then
8906 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8907 else
8908 echo "$as_me: failed program was:" >&5
8909 sed 's/^/| /' conftest.$ac_ext >&5
8911 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8914 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8915 conftest$ac_exeext conftest.$ac_ext
8916 CFLAGS=$ac_wine_try_cflags_saved
8918 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8919 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8920 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8921 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8925 echo '{ global: *; };' >conftest.map
8926 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8927 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8928 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8929 echo $ECHO_N "(cached) $ECHO_C" >&6
8930 else
8931 ac_wine_try_cflags_saved=$CFLAGS
8932 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8933 cat >conftest.$ac_ext <<_ACEOF
8934 /* confdefs.h. */
8935 _ACEOF
8936 cat confdefs.h >>conftest.$ac_ext
8937 cat >>conftest.$ac_ext <<_ACEOF
8938 /* end confdefs.h. */
8941 main ()
8945 return 0;
8947 _ACEOF
8948 rm -f conftest.$ac_objext conftest$ac_exeext
8949 if { (ac_try="$ac_link"
8950 case "(($ac_try" in
8951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8952 *) ac_try_echo=$ac_try;;
8953 esac
8954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8955 (eval "$ac_link") 2>conftest.er1
8956 ac_status=$?
8957 grep -v '^ *+' conftest.er1 >conftest.err
8958 rm -f conftest.er1
8959 cat conftest.err >&5
8960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8961 (exit $ac_status); } && {
8962 test -z "$ac_c_werror_flag" ||
8963 test ! -s conftest.err
8964 } && test -s conftest$ac_exeext &&
8965 $as_test_x conftest$ac_exeext; then
8966 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8967 else
8968 echo "$as_me: failed program was:" >&5
8969 sed 's/^/| /' conftest.$ac_ext >&5
8971 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8975 conftest$ac_exeext conftest.$ac_ext
8976 CFLAGS=$ac_wine_try_cflags_saved
8978 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8979 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8980 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8981 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8984 rm -f conftest.map
8986 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8987 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8988 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8989 echo $ECHO_N "(cached) $ECHO_C" >&6
8990 else
8991 ac_wine_try_cflags_saved=$CFLAGS
8992 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8993 cat >conftest.$ac_ext <<_ACEOF
8994 /* confdefs.h. */
8995 _ACEOF
8996 cat confdefs.h >>conftest.$ac_ext
8997 cat >>conftest.$ac_ext <<_ACEOF
8998 /* end confdefs.h. */
9001 main ()
9005 return 0;
9007 _ACEOF
9008 rm -f conftest.$ac_objext conftest$ac_exeext
9009 if { (ac_try="$ac_link"
9010 case "(($ac_try" in
9011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9012 *) ac_try_echo=$ac_try;;
9013 esac
9014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9015 (eval "$ac_link") 2>conftest.er1
9016 ac_status=$?
9017 grep -v '^ *+' conftest.er1 >conftest.err
9018 rm -f conftest.er1
9019 cat conftest.err >&5
9020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9021 (exit $ac_status); } && {
9022 test -z "$ac_c_werror_flag" ||
9023 test ! -s conftest.err
9024 } && test -s conftest$ac_exeext &&
9025 $as_test_x conftest$ac_exeext; then
9026 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9027 else
9028 echo "$as_me: failed program was:" >&5
9029 sed 's/^/| /' conftest.$ac_ext >&5
9031 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9035 conftest$ac_exeext conftest.$ac_ext
9036 CFLAGS=$ac_wine_try_cflags_saved
9038 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9039 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9040 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9041 LDEXECFLAGS="-Wl,--export-dynamic"
9046 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9047 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9048 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9049 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9050 echo $ECHO_N "(cached) $ECHO_C" >&6
9051 else
9052 ac_wine_try_cflags_saved=$CFLAGS
9053 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9054 cat >conftest.$ac_ext <<_ACEOF
9055 /* confdefs.h. */
9056 _ACEOF
9057 cat confdefs.h >>conftest.$ac_ext
9058 cat >>conftest.$ac_ext <<_ACEOF
9059 /* end confdefs.h. */
9062 main ()
9066 return 0;
9068 _ACEOF
9069 rm -f conftest.$ac_objext conftest$ac_exeext
9070 if { (ac_try="$ac_link"
9071 case "(($ac_try" in
9072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9073 *) ac_try_echo=$ac_try;;
9074 esac
9075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9076 (eval "$ac_link") 2>conftest.er1
9077 ac_status=$?
9078 grep -v '^ *+' conftest.er1 >conftest.err
9079 rm -f conftest.er1
9080 cat conftest.err >&5
9081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9082 (exit $ac_status); } && {
9083 test -z "$ac_c_werror_flag" ||
9084 test ! -s conftest.err
9085 } && test -s conftest$ac_exeext &&
9086 $as_test_x conftest$ac_exeext; then
9087 eval "$as_ac_var=yes"
9088 else
9089 echo "$as_me: failed program was:" >&5
9090 sed 's/^/| /' conftest.$ac_ext >&5
9092 eval "$as_ac_var=no"
9095 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9096 conftest$ac_exeext conftest.$ac_ext
9097 CFLAGS=$ac_wine_try_cflags_saved
9099 ac_res=`eval echo '${'$as_ac_var'}'`
9100 { echo "$as_me:$LINENO: result: $ac_res" >&5
9101 echo "${ECHO_T}$ac_res" >&6; }
9102 if test `eval echo '${'$as_ac_var'}'` = yes; then
9103 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9104 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9105 else
9106 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9107 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9108 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9109 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9110 echo $ECHO_N "(cached) $ECHO_C" >&6
9111 else
9112 ac_wine_try_cflags_saved=$CFLAGS
9113 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9114 cat >conftest.$ac_ext <<_ACEOF
9115 /* confdefs.h. */
9116 _ACEOF
9117 cat confdefs.h >>conftest.$ac_ext
9118 cat >>conftest.$ac_ext <<_ACEOF
9119 /* end confdefs.h. */
9122 main ()
9126 return 0;
9128 _ACEOF
9129 rm -f conftest.$ac_objext conftest$ac_exeext
9130 if { (ac_try="$ac_link"
9131 case "(($ac_try" in
9132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9133 *) ac_try_echo=$ac_try;;
9134 esac
9135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9136 (eval "$ac_link") 2>conftest.er1
9137 ac_status=$?
9138 grep -v '^ *+' conftest.er1 >conftest.err
9139 rm -f conftest.er1
9140 cat conftest.err >&5
9141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9142 (exit $ac_status); } && {
9143 test -z "$ac_c_werror_flag" ||
9144 test ! -s conftest.err
9145 } && test -s conftest$ac_exeext &&
9146 $as_test_x conftest$ac_exeext; then
9147 eval "$as_ac_var=yes"
9148 else
9149 echo "$as_me: failed program was:" >&5
9150 sed 's/^/| /' conftest.$ac_ext >&5
9152 eval "$as_ac_var=no"
9155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9156 conftest$ac_exeext conftest.$ac_ext
9157 CFLAGS=$ac_wine_try_cflags_saved
9159 ac_res=`eval echo '${'$as_ac_var'}'`
9160 { echo "$as_me:$LINENO: result: $ac_res" >&5
9161 echo "${ECHO_T}$ac_res" >&6; }
9162 if test `eval echo '${'$as_ac_var'}'` = yes; then
9163 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9164 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9170 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9171 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9172 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9173 echo $ECHO_N "(cached) $ECHO_C" >&6
9174 else
9175 ac_wine_try_cflags_saved=$CFLAGS
9176 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9177 cat >conftest.$ac_ext <<_ACEOF
9178 /* confdefs.h. */
9179 _ACEOF
9180 cat confdefs.h >>conftest.$ac_ext
9181 cat >>conftest.$ac_ext <<_ACEOF
9182 /* end confdefs.h. */
9185 main ()
9189 return 0;
9191 _ACEOF
9192 rm -f conftest.$ac_objext conftest$ac_exeext
9193 if { (ac_try="$ac_link"
9194 case "(($ac_try" in
9195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9196 *) ac_try_echo=$ac_try;;
9197 esac
9198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9199 (eval "$ac_link") 2>conftest.er1
9200 ac_status=$?
9201 grep -v '^ *+' conftest.er1 >conftest.err
9202 rm -f conftest.er1
9203 cat conftest.err >&5
9204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9205 (exit $ac_status); } && {
9206 test -z "$ac_c_werror_flag" ||
9207 test ! -s conftest.err
9208 } && test -s conftest$ac_exeext &&
9209 $as_test_x conftest$ac_exeext; then
9210 ac_cv_cflags__Wl___enable_new_dtags=yes
9211 else
9212 echo "$as_me: failed program was:" >&5
9213 sed 's/^/| /' conftest.$ac_ext >&5
9215 ac_cv_cflags__Wl___enable_new_dtags=no
9218 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9219 conftest$ac_exeext conftest.$ac_ext
9220 CFLAGS=$ac_wine_try_cflags_saved
9222 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9223 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9224 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9225 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9229 case $host_cpu in
9230 *i[3456789]86* | x86_64)
9231 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9232 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9233 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9234 echo $ECHO_N "(cached) $ECHO_C" >&6
9235 else
9236 ac_wine_try_cflags_saved=$CFLAGS
9237 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9238 cat >conftest.$ac_ext <<_ACEOF
9239 /* confdefs.h. */
9240 _ACEOF
9241 cat confdefs.h >>conftest.$ac_ext
9242 cat >>conftest.$ac_ext <<_ACEOF
9243 /* end confdefs.h. */
9246 main ()
9250 return 0;
9252 _ACEOF
9253 rm -f conftest.$ac_objext conftest$ac_exeext
9254 if { (ac_try="$ac_link"
9255 case "(($ac_try" in
9256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9257 *) ac_try_echo=$ac_try;;
9258 esac
9259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9260 (eval "$ac_link") 2>conftest.er1
9261 ac_status=$?
9262 grep -v '^ *+' conftest.er1 >conftest.err
9263 rm -f conftest.er1
9264 cat conftest.err >&5
9265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9266 (exit $ac_status); } && {
9267 test -z "$ac_c_werror_flag" ||
9268 test ! -s conftest.err
9269 } && test -s conftest$ac_exeext &&
9270 $as_test_x conftest$ac_exeext; then
9271 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9272 else
9273 echo "$as_me: failed program was:" >&5
9274 sed 's/^/| /' conftest.$ac_ext >&5
9276 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9279 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9280 conftest$ac_exeext conftest.$ac_ext
9281 CFLAGS=$ac_wine_try_cflags_saved
9283 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9284 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9285 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9286 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9290 esac
9292 else
9293 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9294 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9295 if test "${ac_cv_c_dll_unixware+set}" = set; then
9296 echo $ECHO_N "(cached) $ECHO_C" >&6
9297 else
9298 ac_wine_try_cflags_saved=$CFLAGS
9299 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9300 cat >conftest.$ac_ext <<_ACEOF
9301 void myfunc() {}
9302 _ACEOF
9303 rm -f conftest.$ac_objext conftest$ac_exeext
9304 if { (ac_try="$ac_link"
9305 case "(($ac_try" in
9306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9307 *) ac_try_echo=$ac_try;;
9308 esac
9309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9310 (eval "$ac_link") 2>conftest.er1
9311 ac_status=$?
9312 grep -v '^ *+' conftest.er1 >conftest.err
9313 rm -f conftest.er1
9314 cat conftest.err >&5
9315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9316 (exit $ac_status); } && {
9317 test -z "$ac_c_werror_flag" ||
9318 test ! -s conftest.err
9319 } && test -s conftest$ac_exeext &&
9320 $as_test_x conftest$ac_exeext; then
9321 ac_cv_c_dll_unixware="yes"
9322 else
9323 echo "$as_me: failed program was:" >&5
9324 sed 's/^/| /' conftest.$ac_ext >&5
9326 ac_cv_c_dll_unixware="no"
9329 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9330 conftest$ac_exeext conftest.$ac_ext
9331 CFLAGS=$ac_wine_try_cflags_saved
9333 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9334 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9335 if test "$ac_cv_c_dll_unixware" = "yes"
9336 then
9337 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9338 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9340 else
9341 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9342 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9343 if test "${ac_cv_c_dll_hpux+set}" = set; then
9344 echo $ECHO_N "(cached) $ECHO_C" >&6
9345 else
9346 ac_wine_try_cflags_saved=$CFLAGS
9347 CFLAGS="$CFLAGS -shared"
9348 cat >conftest.$ac_ext <<_ACEOF
9349 void myfunc() {}
9350 _ACEOF
9351 rm -f conftest.$ac_objext conftest$ac_exeext
9352 if { (ac_try="$ac_link"
9353 case "(($ac_try" in
9354 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9355 *) ac_try_echo=$ac_try;;
9356 esac
9357 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9358 (eval "$ac_link") 2>conftest.er1
9359 ac_status=$?
9360 grep -v '^ *+' conftest.er1 >conftest.err
9361 rm -f conftest.er1
9362 cat conftest.err >&5
9363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9364 (exit $ac_status); } && {
9365 test -z "$ac_c_werror_flag" ||
9366 test ! -s conftest.err
9367 } && test -s conftest$ac_exeext &&
9368 $as_test_x conftest$ac_exeext; then
9369 ac_cv_c_dll_hpux="yes"
9370 else
9371 echo "$as_me: failed program was:" >&5
9372 sed 's/^/| /' conftest.$ac_ext >&5
9374 ac_cv_c_dll_hpux="no"
9377 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9378 conftest$ac_exeext conftest.$ac_ext
9379 CFLAGS=$ac_wine_try_cflags_saved
9381 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9382 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9383 if test "$ac_cv_c_dll_hpux" = "yes"
9384 then
9385 LIBEXT="sl"
9386 DLLEXT=".sl"
9387 LDDLLFLAGS="-shared -fPIC"
9388 LDSHARED="\$(CC) -shared"
9393 esac
9395 enable_winequartz_drv=${enable_winequartz_drv:-no}
9397 if test "$LIBEXT" = "a"; then
9398 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9399 It is currently not possible to build Wine without shared library
9400 (.so) support to allow transparent switch between .so and .dll files.
9401 If you are using Linux, you will need a newer binutils.
9402 " >&5
9403 echo "$as_me: error: could not find a way to build shared libraries.
9404 It is currently not possible to build Wine without shared library
9405 (.so) support to allow transparent switch between .so and .dll files.
9406 If you are using Linux, you will need a newer binutils.
9407 " >&2;}
9408 { (exit 1); exit 1; }; }
9411 if test "$cross_compiling" = "no" -a "$LIBEXT" != "dll"
9412 then
9413 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
9415 # Extract the first word of "$ac_prog", so it can be a program name with args.
9416 set dummy $ac_prog; ac_word=$2
9417 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9418 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9419 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9420 echo $ECHO_N "(cached) $ECHO_C" >&6
9421 else
9422 if test -n "$CROSSCC"; then
9423 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9424 else
9425 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9426 for as_dir in $PATH
9428 IFS=$as_save_IFS
9429 test -z "$as_dir" && as_dir=.
9430 for ac_exec_ext in '' $ac_executable_extensions; do
9431 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9432 ac_cv_prog_CROSSCC="$ac_prog"
9433 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9434 break 2
9436 done
9437 done
9438 IFS=$as_save_IFS
9442 CROSSCC=$ac_cv_prog_CROSSCC
9443 if test -n "$CROSSCC"; then
9444 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9445 echo "${ECHO_T}$CROSSCC" >&6; }
9446 else
9447 { echo "$as_me:$LINENO: result: no" >&5
9448 echo "${ECHO_T}no" >&6; }
9452 test -n "$CROSSCC" && break
9453 done
9454 test -n "$CROSSCC" || CROSSCC="false"
9456 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
9458 # Extract the first word of "$ac_prog", so it can be a program name with args.
9459 set dummy $ac_prog; ac_word=$2
9460 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9461 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9462 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9463 echo $ECHO_N "(cached) $ECHO_C" >&6
9464 else
9465 if test -n "$DLLTOOL"; then
9466 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9467 else
9468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9469 for as_dir in $PATH
9471 IFS=$as_save_IFS
9472 test -z "$as_dir" && as_dir=.
9473 for ac_exec_ext in '' $ac_executable_extensions; do
9474 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9475 ac_cv_prog_DLLTOOL="$ac_prog"
9476 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9477 break 2
9479 done
9480 done
9481 IFS=$as_save_IFS
9485 DLLTOOL=$ac_cv_prog_DLLTOOL
9486 if test -n "$DLLTOOL"; then
9487 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9488 echo "${ECHO_T}$DLLTOOL" >&6; }
9489 else
9490 { echo "$as_me:$LINENO: result: no" >&5
9491 echo "${ECHO_T}no" >&6; }
9495 test -n "$DLLTOOL" && break
9496 done
9497 test -n "$DLLTOOL" || DLLTOOL="false"
9499 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
9501 # Extract the first word of "$ac_prog", so it can be a program name with args.
9502 set dummy $ac_prog; ac_word=$2
9503 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9504 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9505 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9506 echo $ECHO_N "(cached) $ECHO_C" >&6
9507 else
9508 if test -n "$CROSSWINDRES"; then
9509 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9510 else
9511 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9512 for as_dir in $PATH
9514 IFS=$as_save_IFS
9515 test -z "$as_dir" && as_dir=.
9516 for ac_exec_ext in '' $ac_executable_extensions; do
9517 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9518 ac_cv_prog_CROSSWINDRES="$ac_prog"
9519 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9520 break 2
9522 done
9523 done
9524 IFS=$as_save_IFS
9528 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9529 if test -n "$CROSSWINDRES"; then
9530 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9531 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9532 else
9533 { echo "$as_me:$LINENO: result: no" >&5
9534 echo "${ECHO_T}no" >&6; }
9538 test -n "$CROSSWINDRES" && break
9539 done
9540 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9542 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
9544 # Extract the first word of "$ac_prog", so it can be a program name with args.
9545 set dummy $ac_prog; ac_word=$2
9546 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9547 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9548 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9549 echo $ECHO_N "(cached) $ECHO_C" >&6
9550 else
9551 if test -n "$MINGWAR"; then
9552 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9553 else
9554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9555 for as_dir in $PATH
9557 IFS=$as_save_IFS
9558 test -z "$as_dir" && as_dir=.
9559 for ac_exec_ext in '' $ac_executable_extensions; do
9560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9561 ac_cv_prog_MINGWAR="$ac_prog"
9562 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9563 break 2
9565 done
9566 done
9567 IFS=$as_save_IFS
9571 MINGWAR=$ac_cv_prog_MINGWAR
9572 if test -n "$MINGWAR"; then
9573 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9574 echo "${ECHO_T}$MINGWAR" >&6; }
9575 else
9576 { echo "$as_me:$LINENO: result: no" >&5
9577 echo "${ECHO_T}no" >&6; }
9581 test -n "$MINGWAR" && break
9582 done
9583 test -n "$MINGWAR" || MINGWAR="false"
9585 if test "$CROSSCC" != "false"
9586 then
9587 CROSSTEST="\$(CROSSTEST)"
9593 if test "$have_x" = "yes"
9594 then
9595 XLIB="-lXext -lX11"
9596 ac_save_CPPFLAGS="$CPPFLAGS"
9597 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9599 { echo "$as_me:$LINENO: checking for -lX11" >&5
9600 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9601 if test "${ac_cv_lib_soname_X11+set}" = set; then
9602 echo $ECHO_N "(cached) $ECHO_C" >&6
9603 else
9604 ac_check_soname_save_LIBS=$LIBS
9605 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9606 cat >conftest.$ac_ext <<_ACEOF
9607 /* confdefs.h. */
9608 _ACEOF
9609 cat confdefs.h >>conftest.$ac_ext
9610 cat >>conftest.$ac_ext <<_ACEOF
9611 /* end confdefs.h. */
9613 /* Override any GCC internal prototype to avoid an error.
9614 Use char because int might match the return type of a GCC
9615 builtin and then its argument prototype would still apply. */
9616 #ifdef __cplusplus
9617 extern "C"
9618 #endif
9619 char XCreateWindow ();
9621 main ()
9623 return XCreateWindow ();
9625 return 0;
9627 _ACEOF
9628 rm -f conftest.$ac_objext conftest$ac_exeext
9629 if { (ac_try="$ac_link"
9630 case "(($ac_try" in
9631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9632 *) ac_try_echo=$ac_try;;
9633 esac
9634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9635 (eval "$ac_link") 2>conftest.er1
9636 ac_status=$?
9637 grep -v '^ *+' conftest.er1 >conftest.err
9638 rm -f conftest.er1
9639 cat conftest.err >&5
9640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9641 (exit $ac_status); } && {
9642 test -z "$ac_c_werror_flag" ||
9643 test ! -s conftest.err
9644 } && test -s conftest$ac_exeext &&
9645 $as_test_x conftest$ac_exeext; then
9646 case "$LIBEXT" in
9647 dll) ;;
9648 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'` ;;
9649 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9650 esac
9651 else
9652 echo "$as_me: failed program was:" >&5
9653 sed 's/^/| /' conftest.$ac_ext >&5
9658 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9659 conftest$ac_exeext conftest.$ac_ext
9660 LIBS=$ac_check_soname_save_LIBS
9662 if test "x$ac_cv_lib_soname_X11" = "x"; then
9663 { echo "$as_me:$LINENO: result: not found" >&5
9664 echo "${ECHO_T}not found" >&6; }
9666 else
9667 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9668 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9670 cat >>confdefs.h <<_ACEOF
9671 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9672 _ACEOF
9677 { echo "$as_me:$LINENO: checking for -lXext" >&5
9678 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9679 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9680 echo $ECHO_N "(cached) $ECHO_C" >&6
9681 else
9682 ac_check_soname_save_LIBS=$LIBS
9683 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9684 cat >conftest.$ac_ext <<_ACEOF
9685 /* confdefs.h. */
9686 _ACEOF
9687 cat confdefs.h >>conftest.$ac_ext
9688 cat >>conftest.$ac_ext <<_ACEOF
9689 /* end confdefs.h. */
9691 /* Override any GCC internal prototype to avoid an error.
9692 Use char because int might match the return type of a GCC
9693 builtin and then its argument prototype would still apply. */
9694 #ifdef __cplusplus
9695 extern "C"
9696 #endif
9697 char XextCreateExtension ();
9699 main ()
9701 return XextCreateExtension ();
9703 return 0;
9705 _ACEOF
9706 rm -f conftest.$ac_objext conftest$ac_exeext
9707 if { (ac_try="$ac_link"
9708 case "(($ac_try" in
9709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9710 *) ac_try_echo=$ac_try;;
9711 esac
9712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9713 (eval "$ac_link") 2>conftest.er1
9714 ac_status=$?
9715 grep -v '^ *+' conftest.er1 >conftest.err
9716 rm -f conftest.er1
9717 cat conftest.err >&5
9718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9719 (exit $ac_status); } && {
9720 test -z "$ac_c_werror_flag" ||
9721 test ! -s conftest.err
9722 } && test -s conftest$ac_exeext &&
9723 $as_test_x conftest$ac_exeext; then
9724 case "$LIBEXT" in
9725 dll) ;;
9726 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'` ;;
9727 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9728 esac
9729 else
9730 echo "$as_me: failed program was:" >&5
9731 sed 's/^/| /' conftest.$ac_ext >&5
9736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9737 conftest$ac_exeext conftest.$ac_ext
9738 LIBS=$ac_check_soname_save_LIBS
9740 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9741 { echo "$as_me:$LINENO: result: not found" >&5
9742 echo "${ECHO_T}not found" >&6; }
9744 else
9745 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9746 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9748 cat >>confdefs.h <<_ACEOF
9749 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9750 _ACEOF
9768 for ac_header in X11/Xlib.h \
9769 X11/XKBlib.h \
9770 X11/Xutil.h \
9771 X11/Xcursor/Xcursor.h \
9772 X11/extensions/shape.h \
9773 X11/extensions/XInput.h \
9774 X11/extensions/XShm.h \
9775 X11/extensions/Xcomposite.h \
9776 X11/extensions/Xinerama.h \
9777 X11/extensions/Xrandr.h \
9778 X11/extensions/Xrender.h \
9779 X11/extensions/xf86vmode.h
9781 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9782 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9783 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9784 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9785 echo $ECHO_N "(cached) $ECHO_C" >&6
9786 else
9787 cat >conftest.$ac_ext <<_ACEOF
9788 /* confdefs.h. */
9789 _ACEOF
9790 cat confdefs.h >>conftest.$ac_ext
9791 cat >>conftest.$ac_ext <<_ACEOF
9792 /* end confdefs.h. */
9793 #ifdef HAVE_X11_XLIB_H
9794 # include <X11/Xlib.h>
9795 #endif
9796 #ifdef HAVE_X11_XUTIL_H
9797 # include <X11/Xutil.h>
9798 #endif
9800 #include <$ac_header>
9801 _ACEOF
9802 rm -f conftest.$ac_objext
9803 if { (ac_try="$ac_compile"
9804 case "(($ac_try" in
9805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9806 *) ac_try_echo=$ac_try;;
9807 esac
9808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9809 (eval "$ac_compile") 2>conftest.er1
9810 ac_status=$?
9811 grep -v '^ *+' conftest.er1 >conftest.err
9812 rm -f conftest.er1
9813 cat conftest.err >&5
9814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9815 (exit $ac_status); } && {
9816 test -z "$ac_c_werror_flag" ||
9817 test ! -s conftest.err
9818 } && test -s conftest.$ac_objext; then
9819 eval "$as_ac_Header=yes"
9820 else
9821 echo "$as_me: failed program was:" >&5
9822 sed 's/^/| /' conftest.$ac_ext >&5
9824 eval "$as_ac_Header=no"
9827 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9829 ac_res=`eval echo '${'$as_ac_Header'}'`
9830 { echo "$as_me:$LINENO: result: $ac_res" >&5
9831 echo "${ECHO_T}$ac_res" >&6; }
9832 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9833 cat >>confdefs.h <<_ACEOF
9834 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9835 _ACEOF
9839 done
9842 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9843 then
9844 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9845 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9846 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9847 echo $ECHO_N "(cached) $ECHO_C" >&6
9848 else
9849 ac_check_lib_save_LIBS=$LIBS
9850 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9851 cat >conftest.$ac_ext <<_ACEOF
9852 /* confdefs.h. */
9853 _ACEOF
9854 cat confdefs.h >>conftest.$ac_ext
9855 cat >>conftest.$ac_ext <<_ACEOF
9856 /* end confdefs.h. */
9858 /* Override any GCC internal prototype to avoid an error.
9859 Use char because int might match the return type of a GCC
9860 builtin and then its argument prototype would still apply. */
9861 #ifdef __cplusplus
9862 extern "C"
9863 #endif
9864 char XkbQueryExtension ();
9866 main ()
9868 return XkbQueryExtension ();
9870 return 0;
9872 _ACEOF
9873 rm -f conftest.$ac_objext conftest$ac_exeext
9874 if { (ac_try="$ac_link"
9875 case "(($ac_try" in
9876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9877 *) ac_try_echo=$ac_try;;
9878 esac
9879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9880 (eval "$ac_link") 2>conftest.er1
9881 ac_status=$?
9882 grep -v '^ *+' conftest.er1 >conftest.err
9883 rm -f conftest.er1
9884 cat conftest.err >&5
9885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9886 (exit $ac_status); } && {
9887 test -z "$ac_c_werror_flag" ||
9888 test ! -s conftest.err
9889 } && test -s conftest$ac_exeext &&
9890 $as_test_x conftest$ac_exeext; then
9891 ac_cv_lib_X11_XkbQueryExtension=yes
9892 else
9893 echo "$as_me: failed program was:" >&5
9894 sed 's/^/| /' conftest.$ac_ext >&5
9896 ac_cv_lib_X11_XkbQueryExtension=no
9899 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9900 conftest$ac_exeext conftest.$ac_ext
9901 LIBS=$ac_check_lib_save_LIBS
9903 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9904 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9905 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9907 cat >>confdefs.h <<\_ACEOF
9908 #define HAVE_XKB 1
9909 _ACEOF
9915 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9916 then
9917 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9918 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9919 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9920 echo $ECHO_N "(cached) $ECHO_C" >&6
9921 else
9922 ac_check_soname_save_LIBS=$LIBS
9923 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9924 cat >conftest.$ac_ext <<_ACEOF
9925 /* confdefs.h. */
9926 _ACEOF
9927 cat confdefs.h >>conftest.$ac_ext
9928 cat >>conftest.$ac_ext <<_ACEOF
9929 /* end confdefs.h. */
9931 /* Override any GCC internal prototype to avoid an error.
9932 Use char because int might match the return type of a GCC
9933 builtin and then its argument prototype would still apply. */
9934 #ifdef __cplusplus
9935 extern "C"
9936 #endif
9937 char XcursorImageLoadCursor ();
9939 main ()
9941 return XcursorImageLoadCursor ();
9943 return 0;
9945 _ACEOF
9946 rm -f conftest.$ac_objext conftest$ac_exeext
9947 if { (ac_try="$ac_link"
9948 case "(($ac_try" in
9949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9950 *) ac_try_echo=$ac_try;;
9951 esac
9952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9953 (eval "$ac_link") 2>conftest.er1
9954 ac_status=$?
9955 grep -v '^ *+' conftest.er1 >conftest.err
9956 rm -f conftest.er1
9957 cat conftest.err >&5
9958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9959 (exit $ac_status); } && {
9960 test -z "$ac_c_werror_flag" ||
9961 test ! -s conftest.err
9962 } && test -s conftest$ac_exeext &&
9963 $as_test_x conftest$ac_exeext; then
9964 case "$LIBEXT" in
9965 dll) ;;
9966 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'` ;;
9967 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9968 esac
9969 else
9970 echo "$as_me: failed program was:" >&5
9971 sed 's/^/| /' conftest.$ac_ext >&5
9976 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9977 conftest$ac_exeext conftest.$ac_ext
9978 LIBS=$ac_check_soname_save_LIBS
9980 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9981 { echo "$as_me:$LINENO: result: not found" >&5
9982 echo "${ECHO_T}not found" >&6; }
9984 else
9985 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9986 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9988 cat >>confdefs.h <<_ACEOF
9989 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9990 _ACEOF
9996 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9997 case "x$with_xcursor" in
9998 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9999 xno) ;;
10000 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
10001 This is an error since --with-xcursor was requested." >&5
10002 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
10003 This is an error since --with-xcursor was requested." >&2;}
10004 { (exit 1); exit 1; }; } ;;
10005 esac
10009 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10010 then
10011 { echo "$as_me:$LINENO: checking for -lXi" >&5
10012 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10013 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10014 echo $ECHO_N "(cached) $ECHO_C" >&6
10015 else
10016 ac_check_soname_save_LIBS=$LIBS
10017 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10018 cat >conftest.$ac_ext <<_ACEOF
10019 /* confdefs.h. */
10020 _ACEOF
10021 cat confdefs.h >>conftest.$ac_ext
10022 cat >>conftest.$ac_ext <<_ACEOF
10023 /* end confdefs.h. */
10025 /* Override any GCC internal prototype to avoid an error.
10026 Use char because int might match the return type of a GCC
10027 builtin and then its argument prototype would still apply. */
10028 #ifdef __cplusplus
10029 extern "C"
10030 #endif
10031 char XOpenDevice ();
10033 main ()
10035 return XOpenDevice ();
10037 return 0;
10039 _ACEOF
10040 rm -f conftest.$ac_objext conftest$ac_exeext
10041 if { (ac_try="$ac_link"
10042 case "(($ac_try" in
10043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10044 *) ac_try_echo=$ac_try;;
10045 esac
10046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10047 (eval "$ac_link") 2>conftest.er1
10048 ac_status=$?
10049 grep -v '^ *+' conftest.er1 >conftest.err
10050 rm -f conftest.er1
10051 cat conftest.err >&5
10052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10053 (exit $ac_status); } && {
10054 test -z "$ac_c_werror_flag" ||
10055 test ! -s conftest.err
10056 } && test -s conftest$ac_exeext &&
10057 $as_test_x conftest$ac_exeext; then
10058 case "$LIBEXT" in
10059 dll) ;;
10060 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'` ;;
10061 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10062 esac
10063 else
10064 echo "$as_me: failed program was:" >&5
10065 sed 's/^/| /' conftest.$ac_ext >&5
10070 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10071 conftest$ac_exeext conftest.$ac_ext
10072 LIBS=$ac_check_soname_save_LIBS
10074 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10075 { echo "$as_me:$LINENO: result: not found" >&5
10076 echo "${ECHO_T}not found" >&6; }
10078 else
10079 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10080 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10082 cat >>confdefs.h <<_ACEOF
10083 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10084 _ACEOF
10090 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10091 case "x$with_xinput" in
10092 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10093 xno) ;;
10094 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10095 This is an error since --with-xinput was requested." >&5
10096 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10097 This is an error since --with-xinput was requested." >&2;}
10098 { (exit 1); exit 1; }; } ;;
10099 esac
10103 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10104 then
10105 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10106 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10107 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10108 echo $ECHO_N "(cached) $ECHO_C" >&6
10109 else
10110 ac_check_lib_save_LIBS=$LIBS
10111 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10112 cat >conftest.$ac_ext <<_ACEOF
10113 /* confdefs.h. */
10114 _ACEOF
10115 cat confdefs.h >>conftest.$ac_ext
10116 cat >>conftest.$ac_ext <<_ACEOF
10117 /* end confdefs.h. */
10119 /* Override any GCC internal prototype to avoid an error.
10120 Use char because int might match the return type of a GCC
10121 builtin and then its argument prototype would still apply. */
10122 #ifdef __cplusplus
10123 extern "C"
10124 #endif
10125 char XShmQueryExtension ();
10127 main ()
10129 return XShmQueryExtension ();
10131 return 0;
10133 _ACEOF
10134 rm -f conftest.$ac_objext conftest$ac_exeext
10135 if { (ac_try="$ac_link"
10136 case "(($ac_try" in
10137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10138 *) ac_try_echo=$ac_try;;
10139 esac
10140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10141 (eval "$ac_link") 2>conftest.er1
10142 ac_status=$?
10143 grep -v '^ *+' conftest.er1 >conftest.err
10144 rm -f conftest.er1
10145 cat conftest.err >&5
10146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10147 (exit $ac_status); } && {
10148 test -z "$ac_c_werror_flag" ||
10149 test ! -s conftest.err
10150 } && test -s conftest$ac_exeext &&
10151 $as_test_x conftest$ac_exeext; then
10152 ac_cv_lib_Xext_XShmQueryExtension=yes
10153 else
10154 echo "$as_me: failed program was:" >&5
10155 sed 's/^/| /' conftest.$ac_ext >&5
10157 ac_cv_lib_Xext_XShmQueryExtension=no
10160 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10161 conftest$ac_exeext conftest.$ac_ext
10162 LIBS=$ac_check_lib_save_LIBS
10164 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10165 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10166 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10168 cat >>confdefs.h <<\_ACEOF
10169 #define HAVE_LIBXXSHM 1
10170 _ACEOF
10175 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10176 case "x$with_xshm" in
10177 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10178 xno) ;;
10179 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10180 This is an error since --with-xshm was requested." >&5
10181 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10182 This is an error since --with-xshm was requested." >&2;}
10183 { (exit 1); exit 1; }; } ;;
10184 esac
10188 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10189 then
10190 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10191 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10192 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10193 echo $ECHO_N "(cached) $ECHO_C" >&6
10194 else
10195 ac_check_lib_save_LIBS=$LIBS
10196 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10197 cat >conftest.$ac_ext <<_ACEOF
10198 /* confdefs.h. */
10199 _ACEOF
10200 cat confdefs.h >>conftest.$ac_ext
10201 cat >>conftest.$ac_ext <<_ACEOF
10202 /* end confdefs.h. */
10204 /* Override any GCC internal prototype to avoid an error.
10205 Use char because int might match the return type of a GCC
10206 builtin and then its argument prototype would still apply. */
10207 #ifdef __cplusplus
10208 extern "C"
10209 #endif
10210 char XShapeQueryExtension ();
10212 main ()
10214 return XShapeQueryExtension ();
10216 return 0;
10218 _ACEOF
10219 rm -f conftest.$ac_objext conftest$ac_exeext
10220 if { (ac_try="$ac_link"
10221 case "(($ac_try" in
10222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10223 *) ac_try_echo=$ac_try;;
10224 esac
10225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10226 (eval "$ac_link") 2>conftest.er1
10227 ac_status=$?
10228 grep -v '^ *+' conftest.er1 >conftest.err
10229 rm -f conftest.er1
10230 cat conftest.err >&5
10231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10232 (exit $ac_status); } && {
10233 test -z "$ac_c_werror_flag" ||
10234 test ! -s conftest.err
10235 } && test -s conftest$ac_exeext &&
10236 $as_test_x conftest$ac_exeext; then
10237 ac_cv_lib_Xext_XShapeQueryExtension=yes
10238 else
10239 echo "$as_me: failed program was:" >&5
10240 sed 's/^/| /' conftest.$ac_ext >&5
10242 ac_cv_lib_Xext_XShapeQueryExtension=no
10245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10246 conftest$ac_exeext conftest.$ac_ext
10247 LIBS=$ac_check_lib_save_LIBS
10249 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10250 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10251 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10253 cat >>confdefs.h <<\_ACEOF
10254 #define HAVE_LIBXSHAPE 1
10255 _ACEOF
10260 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10261 case "x$with_xshape" in
10262 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10263 xno) ;;
10264 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10265 This is an error since --with-xshape was requested." >&5
10266 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10267 This is an error since --with-xshape was requested." >&2;}
10268 { (exit 1); exit 1; }; } ;;
10269 esac
10273 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10274 then
10275 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10276 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10277 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10278 echo $ECHO_N "(cached) $ECHO_C" >&6
10279 else
10280 ac_check_soname_save_LIBS=$LIBS
10281 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10282 cat >conftest.$ac_ext <<_ACEOF
10283 /* confdefs.h. */
10284 _ACEOF
10285 cat confdefs.h >>conftest.$ac_ext
10286 cat >>conftest.$ac_ext <<_ACEOF
10287 /* end confdefs.h. */
10289 /* Override any GCC internal prototype to avoid an error.
10290 Use char because int might match the return type of a GCC
10291 builtin and then its argument prototype would still apply. */
10292 #ifdef __cplusplus
10293 extern "C"
10294 #endif
10295 char XF86VidModeQueryExtension ();
10297 main ()
10299 return XF86VidModeQueryExtension ();
10301 return 0;
10303 _ACEOF
10304 rm -f conftest.$ac_objext conftest$ac_exeext
10305 if { (ac_try="$ac_link"
10306 case "(($ac_try" in
10307 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10308 *) ac_try_echo=$ac_try;;
10309 esac
10310 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10311 (eval "$ac_link") 2>conftest.er1
10312 ac_status=$?
10313 grep -v '^ *+' conftest.er1 >conftest.err
10314 rm -f conftest.er1
10315 cat conftest.err >&5
10316 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10317 (exit $ac_status); } && {
10318 test -z "$ac_c_werror_flag" ||
10319 test ! -s conftest.err
10320 } && test -s conftest$ac_exeext &&
10321 $as_test_x conftest$ac_exeext; then
10322 case "$LIBEXT" in
10323 dll) ;;
10324 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'` ;;
10325 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10326 esac
10327 else
10328 echo "$as_me: failed program was:" >&5
10329 sed 's/^/| /' conftest.$ac_ext >&5
10334 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10335 conftest$ac_exeext conftest.$ac_ext
10336 LIBS=$ac_check_soname_save_LIBS
10338 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10339 { echo "$as_me:$LINENO: result: not found" >&5
10340 echo "${ECHO_T}not found" >&6; }
10342 else
10343 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10344 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10346 cat >>confdefs.h <<_ACEOF
10347 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10348 _ACEOF
10354 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10355 case "x$with_xxf86vm" in
10356 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10357 xno) ;;
10358 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10359 This is an error since --with-xxf86vm was requested." >&5
10360 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10361 This is an error since --with-xxf86vm was requested." >&2;}
10362 { (exit 1); exit 1; }; } ;;
10363 esac
10367 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"
10368 then
10369 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10370 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10371 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10372 echo $ECHO_N "(cached) $ECHO_C" >&6
10373 else
10374 ac_check_soname_save_LIBS=$LIBS
10375 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10376 cat >conftest.$ac_ext <<_ACEOF
10377 /* confdefs.h. */
10378 _ACEOF
10379 cat confdefs.h >>conftest.$ac_ext
10380 cat >>conftest.$ac_ext <<_ACEOF
10381 /* end confdefs.h. */
10383 /* Override any GCC internal prototype to avoid an error.
10384 Use char because int might match the return type of a GCC
10385 builtin and then its argument prototype would still apply. */
10386 #ifdef __cplusplus
10387 extern "C"
10388 #endif
10389 char XRenderQueryExtension ();
10391 main ()
10393 return XRenderQueryExtension ();
10395 return 0;
10397 _ACEOF
10398 rm -f conftest.$ac_objext conftest$ac_exeext
10399 if { (ac_try="$ac_link"
10400 case "(($ac_try" in
10401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10402 *) ac_try_echo=$ac_try;;
10403 esac
10404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10405 (eval "$ac_link") 2>conftest.er1
10406 ac_status=$?
10407 grep -v '^ *+' conftest.er1 >conftest.err
10408 rm -f conftest.er1
10409 cat conftest.err >&5
10410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10411 (exit $ac_status); } && {
10412 test -z "$ac_c_werror_flag" ||
10413 test ! -s conftest.err
10414 } && test -s conftest$ac_exeext &&
10415 $as_test_x conftest$ac_exeext; then
10416 case "$LIBEXT" in
10417 dll) ;;
10418 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'` ;;
10419 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10420 esac
10421 else
10422 echo "$as_me: failed program was:" >&5
10423 sed 's/^/| /' conftest.$ac_ext >&5
10428 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10429 conftest$ac_exeext conftest.$ac_ext
10430 LIBS=$ac_check_soname_save_LIBS
10432 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10433 { echo "$as_me:$LINENO: result: not found" >&5
10434 echo "${ECHO_T}not found" >&6; }
10436 else
10437 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10438 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10440 cat >>confdefs.h <<_ACEOF
10441 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10442 _ACEOF
10444 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10445 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10446 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10447 echo $ECHO_N "(cached) $ECHO_C" >&6
10448 else
10449 ac_check_lib_save_LIBS=$LIBS
10450 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10451 cat >conftest.$ac_ext <<_ACEOF
10452 /* confdefs.h. */
10453 _ACEOF
10454 cat confdefs.h >>conftest.$ac_ext
10455 cat >>conftest.$ac_ext <<_ACEOF
10456 /* end confdefs.h. */
10458 /* Override any GCC internal prototype to avoid an error.
10459 Use char because int might match the return type of a GCC
10460 builtin and then its argument prototype would still apply. */
10461 #ifdef __cplusplus
10462 extern "C"
10463 #endif
10464 char XRenderSetPictureTransform ();
10466 main ()
10468 return XRenderSetPictureTransform ();
10470 return 0;
10472 _ACEOF
10473 rm -f conftest.$ac_objext conftest$ac_exeext
10474 if { (ac_try="$ac_link"
10475 case "(($ac_try" in
10476 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10477 *) ac_try_echo=$ac_try;;
10478 esac
10479 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10480 (eval "$ac_link") 2>conftest.er1
10481 ac_status=$?
10482 grep -v '^ *+' conftest.er1 >conftest.err
10483 rm -f conftest.er1
10484 cat conftest.err >&5
10485 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10486 (exit $ac_status); } && {
10487 test -z "$ac_c_werror_flag" ||
10488 test ! -s conftest.err
10489 } && test -s conftest$ac_exeext &&
10490 $as_test_x conftest$ac_exeext; then
10491 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10492 else
10493 echo "$as_me: failed program was:" >&5
10494 sed 's/^/| /' conftest.$ac_ext >&5
10496 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10499 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10500 conftest$ac_exeext conftest.$ac_ext
10501 LIBS=$ac_check_lib_save_LIBS
10503 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10504 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10505 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10507 cat >>confdefs.h <<\_ACEOF
10508 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10509 _ACEOF
10517 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10518 case "x$with_xrender" in
10519 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10520 xno) ;;
10521 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10522 This is an error since --with-xrender was requested." >&5
10523 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10524 This is an error since --with-xrender was requested." >&2;}
10525 { (exit 1); exit 1; }; } ;;
10526 esac
10530 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10531 then
10532 cat >conftest.$ac_ext <<_ACEOF
10533 /* confdefs.h. */
10534 _ACEOF
10535 cat confdefs.h >>conftest.$ac_ext
10536 cat >>conftest.$ac_ext <<_ACEOF
10537 /* end confdefs.h. */
10538 #include <X11/Xlib.h>
10539 #include <X11/extensions/Xrandr.h>
10541 main ()
10543 static typeof(XRRSetScreenConfigAndRate) * func;
10545 return 0;
10547 _ACEOF
10548 rm -f conftest.$ac_objext
10549 if { (ac_try="$ac_compile"
10550 case "(($ac_try" in
10551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10552 *) ac_try_echo=$ac_try;;
10553 esac
10554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10555 (eval "$ac_compile") 2>conftest.er1
10556 ac_status=$?
10557 grep -v '^ *+' conftest.er1 >conftest.err
10558 rm -f conftest.er1
10559 cat conftest.err >&5
10560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10561 (exit $ac_status); } && {
10562 test -z "$ac_c_werror_flag" ||
10563 test ! -s conftest.err
10564 } && test -s conftest.$ac_objext; then
10565 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10566 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10567 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10568 echo $ECHO_N "(cached) $ECHO_C" >&6
10569 else
10570 ac_check_soname_save_LIBS=$LIBS
10571 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10572 cat >conftest.$ac_ext <<_ACEOF
10573 /* confdefs.h. */
10574 _ACEOF
10575 cat confdefs.h >>conftest.$ac_ext
10576 cat >>conftest.$ac_ext <<_ACEOF
10577 /* end confdefs.h. */
10579 /* Override any GCC internal prototype to avoid an error.
10580 Use char because int might match the return type of a GCC
10581 builtin and then its argument prototype would still apply. */
10582 #ifdef __cplusplus
10583 extern "C"
10584 #endif
10585 char XRRQueryExtension ();
10587 main ()
10589 return XRRQueryExtension ();
10591 return 0;
10593 _ACEOF
10594 rm -f conftest.$ac_objext conftest$ac_exeext
10595 if { (ac_try="$ac_link"
10596 case "(($ac_try" in
10597 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10598 *) ac_try_echo=$ac_try;;
10599 esac
10600 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10601 (eval "$ac_link") 2>conftest.er1
10602 ac_status=$?
10603 grep -v '^ *+' conftest.er1 >conftest.err
10604 rm -f conftest.er1
10605 cat conftest.err >&5
10606 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10607 (exit $ac_status); } && {
10608 test -z "$ac_c_werror_flag" ||
10609 test ! -s conftest.err
10610 } && test -s conftest$ac_exeext &&
10611 $as_test_x conftest$ac_exeext; then
10612 case "$LIBEXT" in
10613 dll) ;;
10614 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'` ;;
10615 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10616 esac
10617 else
10618 echo "$as_me: failed program was:" >&5
10619 sed 's/^/| /' conftest.$ac_ext >&5
10624 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10625 conftest$ac_exeext conftest.$ac_ext
10626 LIBS=$ac_check_soname_save_LIBS
10628 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10629 { echo "$as_me:$LINENO: result: not found" >&5
10630 echo "${ECHO_T}not found" >&6; }
10632 else
10633 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10634 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10636 cat >>confdefs.h <<_ACEOF
10637 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10638 _ACEOF
10643 else
10644 echo "$as_me: failed program was:" >&5
10645 sed 's/^/| /' conftest.$ac_ext >&5
10650 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10652 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10653 case "x$with_xrandr" in
10654 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10655 xno) ;;
10656 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10657 This is an error since --with-xrandr was requested." >&5
10658 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10659 This is an error since --with-xrandr was requested." >&2;}
10660 { (exit 1); exit 1; }; } ;;
10661 esac
10665 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10666 then
10667 cat >conftest.$ac_ext <<_ACEOF
10668 /* confdefs.h. */
10669 _ACEOF
10670 cat confdefs.h >>conftest.$ac_ext
10671 cat >>conftest.$ac_ext <<_ACEOF
10672 /* end confdefs.h. */
10673 #include <X11/Xlib.h>
10674 #include <X11/extensions/Xinerama.h>
10676 main ()
10678 static typeof(XineramaQueryScreens) * func;
10680 return 0;
10682 _ACEOF
10683 rm -f conftest.$ac_objext
10684 if { (ac_try="$ac_compile"
10685 case "(($ac_try" in
10686 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10687 *) ac_try_echo=$ac_try;;
10688 esac
10689 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10690 (eval "$ac_compile") 2>conftest.er1
10691 ac_status=$?
10692 grep -v '^ *+' conftest.er1 >conftest.err
10693 rm -f conftest.er1
10694 cat conftest.err >&5
10695 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10696 (exit $ac_status); } && {
10697 test -z "$ac_c_werror_flag" ||
10698 test ! -s conftest.err
10699 } && test -s conftest.$ac_objext; then
10700 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10701 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10702 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10703 echo $ECHO_N "(cached) $ECHO_C" >&6
10704 else
10705 ac_check_soname_save_LIBS=$LIBS
10706 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10707 cat >conftest.$ac_ext <<_ACEOF
10708 /* confdefs.h. */
10709 _ACEOF
10710 cat confdefs.h >>conftest.$ac_ext
10711 cat >>conftest.$ac_ext <<_ACEOF
10712 /* end confdefs.h. */
10714 /* Override any GCC internal prototype to avoid an error.
10715 Use char because int might match the return type of a GCC
10716 builtin and then its argument prototype would still apply. */
10717 #ifdef __cplusplus
10718 extern "C"
10719 #endif
10720 char XineramaQueryScreens ();
10722 main ()
10724 return XineramaQueryScreens ();
10726 return 0;
10728 _ACEOF
10729 rm -f conftest.$ac_objext conftest$ac_exeext
10730 if { (ac_try="$ac_link"
10731 case "(($ac_try" in
10732 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10733 *) ac_try_echo=$ac_try;;
10734 esac
10735 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10736 (eval "$ac_link") 2>conftest.er1
10737 ac_status=$?
10738 grep -v '^ *+' conftest.er1 >conftest.err
10739 rm -f conftest.er1
10740 cat conftest.err >&5
10741 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10742 (exit $ac_status); } && {
10743 test -z "$ac_c_werror_flag" ||
10744 test ! -s conftest.err
10745 } && test -s conftest$ac_exeext &&
10746 $as_test_x conftest$ac_exeext; then
10747 case "$LIBEXT" in
10748 dll) ;;
10749 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'` ;;
10750 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10751 esac
10752 else
10753 echo "$as_me: failed program was:" >&5
10754 sed 's/^/| /' conftest.$ac_ext >&5
10759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10760 conftest$ac_exeext conftest.$ac_ext
10761 LIBS=$ac_check_soname_save_LIBS
10763 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10764 { echo "$as_me:$LINENO: result: not found" >&5
10765 echo "${ECHO_T}not found" >&6; }
10767 else
10768 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10769 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10771 cat >>confdefs.h <<_ACEOF
10772 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10773 _ACEOF
10778 else
10779 echo "$as_me: failed program was:" >&5
10780 sed 's/^/| /' conftest.$ac_ext >&5
10785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10787 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10788 case "x$with_xinerama" in
10789 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10790 xno) ;;
10791 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10792 This is an error since --with-xinerama was requested." >&5
10793 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10794 This is an error since --with-xinerama was requested." >&2;}
10795 { (exit 1); exit 1; }; } ;;
10796 esac
10800 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10801 then
10802 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10803 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10804 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10805 echo $ECHO_N "(cached) $ECHO_C" >&6
10806 else
10807 ac_check_soname_save_LIBS=$LIBS
10808 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10809 cat >conftest.$ac_ext <<_ACEOF
10810 /* confdefs.h. */
10811 _ACEOF
10812 cat confdefs.h >>conftest.$ac_ext
10813 cat >>conftest.$ac_ext <<_ACEOF
10814 /* end confdefs.h. */
10816 /* Override any GCC internal prototype to avoid an error.
10817 Use char because int might match the return type of a GCC
10818 builtin and then its argument prototype would still apply. */
10819 #ifdef __cplusplus
10820 extern "C"
10821 #endif
10822 char XCompositeRedirectWindow ();
10824 main ()
10826 return XCompositeRedirectWindow ();
10828 return 0;
10830 _ACEOF
10831 rm -f conftest.$ac_objext conftest$ac_exeext
10832 if { (ac_try="$ac_link"
10833 case "(($ac_try" in
10834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10835 *) ac_try_echo=$ac_try;;
10836 esac
10837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10838 (eval "$ac_link") 2>conftest.er1
10839 ac_status=$?
10840 grep -v '^ *+' conftest.er1 >conftest.err
10841 rm -f conftest.er1
10842 cat conftest.err >&5
10843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10844 (exit $ac_status); } && {
10845 test -z "$ac_c_werror_flag" ||
10846 test ! -s conftest.err
10847 } && test -s conftest$ac_exeext &&
10848 $as_test_x conftest$ac_exeext; then
10849 case "$LIBEXT" in
10850 dll) ;;
10851 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'` ;;
10852 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10853 esac
10854 else
10855 echo "$as_me: failed program was:" >&5
10856 sed 's/^/| /' conftest.$ac_ext >&5
10861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10862 conftest$ac_exeext conftest.$ac_ext
10863 LIBS=$ac_check_soname_save_LIBS
10865 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10866 { echo "$as_me:$LINENO: result: not found" >&5
10867 echo "${ECHO_T}not found" >&6; }
10869 else
10870 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10871 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10873 cat >>confdefs.h <<_ACEOF
10874 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10875 _ACEOF
10881 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10882 case "x$with_xcomposite" in
10883 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10884 xno) ;;
10885 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10886 This is an error since --with-xcomposite was requested." >&5
10887 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10888 This is an error since --with-xcomposite was requested." >&2;}
10889 { (exit 1); exit 1; }; } ;;
10890 esac
10894 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10895 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10896 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10897 echo $ECHO_N "(cached) $ECHO_C" >&6
10898 else
10899 cat >conftest.$ac_ext <<_ACEOF
10900 /* confdefs.h. */
10901 _ACEOF
10902 cat confdefs.h >>conftest.$ac_ext
10903 cat >>conftest.$ac_ext <<_ACEOF
10904 /* end confdefs.h. */
10905 #ifdef HAVE_X11_XLIB_H
10906 #include <X11/Xlib.h>
10907 #endif
10910 main ()
10912 static XICCallback ac_aggr;
10913 if (ac_aggr.callback)
10914 return 0;
10916 return 0;
10918 _ACEOF
10919 rm -f conftest.$ac_objext
10920 if { (ac_try="$ac_compile"
10921 case "(($ac_try" in
10922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10923 *) ac_try_echo=$ac_try;;
10924 esac
10925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10926 (eval "$ac_compile") 2>conftest.er1
10927 ac_status=$?
10928 grep -v '^ *+' conftest.er1 >conftest.err
10929 rm -f conftest.er1
10930 cat conftest.err >&5
10931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10932 (exit $ac_status); } && {
10933 test -z "$ac_c_werror_flag" ||
10934 test ! -s conftest.err
10935 } && test -s conftest.$ac_objext; then
10936 ac_cv_member_XICCallback_callback=yes
10937 else
10938 echo "$as_me: failed program was:" >&5
10939 sed 's/^/| /' conftest.$ac_ext >&5
10941 cat >conftest.$ac_ext <<_ACEOF
10942 /* confdefs.h. */
10943 _ACEOF
10944 cat confdefs.h >>conftest.$ac_ext
10945 cat >>conftest.$ac_ext <<_ACEOF
10946 /* end confdefs.h. */
10947 #ifdef HAVE_X11_XLIB_H
10948 #include <X11/Xlib.h>
10949 #endif
10952 main ()
10954 static XICCallback ac_aggr;
10955 if (sizeof ac_aggr.callback)
10956 return 0;
10958 return 0;
10960 _ACEOF
10961 rm -f conftest.$ac_objext
10962 if { (ac_try="$ac_compile"
10963 case "(($ac_try" in
10964 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10965 *) ac_try_echo=$ac_try;;
10966 esac
10967 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10968 (eval "$ac_compile") 2>conftest.er1
10969 ac_status=$?
10970 grep -v '^ *+' conftest.er1 >conftest.err
10971 rm -f conftest.er1
10972 cat conftest.err >&5
10973 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10974 (exit $ac_status); } && {
10975 test -z "$ac_c_werror_flag" ||
10976 test ! -s conftest.err
10977 } && test -s conftest.$ac_objext; then
10978 ac_cv_member_XICCallback_callback=yes
10979 else
10980 echo "$as_me: failed program was:" >&5
10981 sed 's/^/| /' conftest.$ac_ext >&5
10983 ac_cv_member_XICCallback_callback=no
10986 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10989 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10991 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10992 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10993 if test $ac_cv_member_XICCallback_callback = yes; then
10995 cat >>confdefs.h <<_ACEOF
10996 #define HAVE_XICCALLBACK_CALLBACK 1
10997 _ACEOF
11004 opengl_msg=""
11005 if test "x$with_opengl" != "xno"
11006 then
11011 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11013 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11014 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11015 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11016 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11017 echo $ECHO_N "(cached) $ECHO_C" >&6
11018 else
11019 cat >conftest.$ac_ext <<_ACEOF
11020 /* confdefs.h. */
11021 _ACEOF
11022 cat confdefs.h >>conftest.$ac_ext
11023 cat >>conftest.$ac_ext <<_ACEOF
11024 /* end confdefs.h. */
11025 #ifdef HAVE_GL_GLX_H
11026 # include <GL/glx.h>
11027 #endif
11029 #include <$ac_header>
11030 _ACEOF
11031 rm -f conftest.$ac_objext
11032 if { (ac_try="$ac_compile"
11033 case "(($ac_try" in
11034 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11035 *) ac_try_echo=$ac_try;;
11036 esac
11037 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11038 (eval "$ac_compile") 2>conftest.er1
11039 ac_status=$?
11040 grep -v '^ *+' conftest.er1 >conftest.err
11041 rm -f conftest.er1
11042 cat conftest.err >&5
11043 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11044 (exit $ac_status); } && {
11045 test -z "$ac_c_werror_flag" ||
11046 test ! -s conftest.err
11047 } && test -s conftest.$ac_objext; then
11048 eval "$as_ac_Header=yes"
11049 else
11050 echo "$as_me: failed program was:" >&5
11051 sed 's/^/| /' conftest.$ac_ext >&5
11053 eval "$as_ac_Header=no"
11056 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11058 ac_res=`eval echo '${'$as_ac_Header'}'`
11059 { echo "$as_me:$LINENO: result: $ac_res" >&5
11060 echo "${ECHO_T}$ac_res" >&6; }
11061 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11062 cat >>confdefs.h <<_ACEOF
11063 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11064 _ACEOF
11068 done
11070 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11071 then
11072 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11073 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11074 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11075 echo $ECHO_N "(cached) $ECHO_C" >&6
11076 else
11077 cat >conftest.$ac_ext <<_ACEOF
11078 /* confdefs.h. */
11079 _ACEOF
11080 cat confdefs.h >>conftest.$ac_ext
11081 cat >>conftest.$ac_ext <<_ACEOF
11082 /* end confdefs.h. */
11083 #include <GL/gl.h>
11085 main ()
11087 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11089 return 0;
11091 _ACEOF
11092 rm -f conftest.$ac_objext
11093 if { (ac_try="$ac_compile"
11094 case "(($ac_try" in
11095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11096 *) ac_try_echo=$ac_try;;
11097 esac
11098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11099 (eval "$ac_compile") 2>conftest.er1
11100 ac_status=$?
11101 grep -v '^ *+' conftest.er1 >conftest.err
11102 rm -f conftest.er1
11103 cat conftest.err >&5
11104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11105 (exit $ac_status); } && {
11106 test -z "$ac_c_werror_flag" ||
11107 test ! -s conftest.err
11108 } && test -s conftest.$ac_objext; then
11109 wine_cv_opengl_header_version_OK="yes"
11110 else
11111 echo "$as_me: failed program was:" >&5
11112 sed 's/^/| /' conftest.$ac_ext >&5
11114 wine_cv_opengl_header_version_OK="no"
11117 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11119 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11120 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11122 if test "$wine_cv_opengl_header_version_OK" = "yes"
11123 then
11124 { echo "$as_me:$LINENO: checking for -lGL" >&5
11125 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11126 if test "${ac_cv_lib_soname_GL+set}" = set; then
11127 echo $ECHO_N "(cached) $ECHO_C" >&6
11128 else
11129 ac_check_soname_save_LIBS=$LIBS
11130 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11131 cat >conftest.$ac_ext <<_ACEOF
11132 /* confdefs.h. */
11133 _ACEOF
11134 cat confdefs.h >>conftest.$ac_ext
11135 cat >>conftest.$ac_ext <<_ACEOF
11136 /* end confdefs.h. */
11138 /* Override any GCC internal prototype to avoid an error.
11139 Use char because int might match the return type of a GCC
11140 builtin and then its argument prototype would still apply. */
11141 #ifdef __cplusplus
11142 extern "C"
11143 #endif
11144 char glXCreateContext ();
11146 main ()
11148 return glXCreateContext ();
11150 return 0;
11152 _ACEOF
11153 rm -f conftest.$ac_objext conftest$ac_exeext
11154 if { (ac_try="$ac_link"
11155 case "(($ac_try" in
11156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11157 *) ac_try_echo=$ac_try;;
11158 esac
11159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11160 (eval "$ac_link") 2>conftest.er1
11161 ac_status=$?
11162 grep -v '^ *+' conftest.er1 >conftest.err
11163 rm -f conftest.er1
11164 cat conftest.err >&5
11165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11166 (exit $ac_status); } && {
11167 test -z "$ac_c_werror_flag" ||
11168 test ! -s conftest.err
11169 } && test -s conftest$ac_exeext &&
11170 $as_test_x conftest$ac_exeext; then
11171 case "$LIBEXT" in
11172 dll) ;;
11173 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'` ;;
11174 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11175 esac
11176 else
11177 echo "$as_me: failed program was:" >&5
11178 sed 's/^/| /' conftest.$ac_ext >&5
11183 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11184 conftest$ac_exeext conftest.$ac_ext
11185 LIBS=$ac_check_soname_save_LIBS
11187 if test "x$ac_cv_lib_soname_GL" = "x"; then
11188 { echo "$as_me:$LINENO: result: not found" >&5
11189 echo "${ECHO_T}not found" >&6; }
11190 { echo "$as_me:$LINENO: checking for -lGL" >&5
11191 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11192 if test "${ac_cv_lib_soname_GL+set}" = set; then
11193 echo $ECHO_N "(cached) $ECHO_C" >&6
11194 else
11195 ac_check_soname_save_LIBS=$LIBS
11196 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"
11197 cat >conftest.$ac_ext <<_ACEOF
11198 /* confdefs.h. */
11199 _ACEOF
11200 cat confdefs.h >>conftest.$ac_ext
11201 cat >>conftest.$ac_ext <<_ACEOF
11202 /* end confdefs.h. */
11204 /* Override any GCC internal prototype to avoid an error.
11205 Use char because int might match the return type of a GCC
11206 builtin and then its argument prototype would still apply. */
11207 #ifdef __cplusplus
11208 extern "C"
11209 #endif
11210 char glXCreateContext ();
11212 main ()
11214 return glXCreateContext ();
11216 return 0;
11218 _ACEOF
11219 rm -f conftest.$ac_objext conftest$ac_exeext
11220 if { (ac_try="$ac_link"
11221 case "(($ac_try" in
11222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11223 *) ac_try_echo=$ac_try;;
11224 esac
11225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11226 (eval "$ac_link") 2>conftest.er1
11227 ac_status=$?
11228 grep -v '^ *+' conftest.er1 >conftest.err
11229 rm -f conftest.er1
11230 cat conftest.err >&5
11231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11232 (exit $ac_status); } && {
11233 test -z "$ac_c_werror_flag" ||
11234 test ! -s conftest.err
11235 } && test -s conftest$ac_exeext &&
11236 $as_test_x conftest$ac_exeext; then
11237 case "$LIBEXT" in
11238 dll) ;;
11239 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'` ;;
11240 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11241 esac
11242 else
11243 echo "$as_me: failed program was:" >&5
11244 sed 's/^/| /' conftest.$ac_ext >&5
11249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11250 conftest$ac_exeext conftest.$ac_ext
11251 LIBS=$ac_check_soname_save_LIBS
11253 if test "x$ac_cv_lib_soname_GL" = "x"; then
11254 { echo "$as_me:$LINENO: result: not found" >&5
11255 echo "${ECHO_T}not found" >&6; }
11256 if test -f /usr/X11R6/lib/libGL.a
11257 then
11258 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11259 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11260 else
11261 opengl_msg="No OpenGL library found on this system."
11263 else
11264 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11265 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11267 cat >>confdefs.h <<_ACEOF
11268 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11269 _ACEOF
11271 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"
11273 cat >>confdefs.h <<\_ACEOF
11274 #define HAVE_OPENGL 1
11275 _ACEOF
11279 else
11280 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11281 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11283 cat >>confdefs.h <<_ACEOF
11284 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11285 _ACEOF
11287 OPENGL_LIBS="-lGL"
11289 cat >>confdefs.h <<\_ACEOF
11290 #define HAVE_OPENGL 1
11291 _ACEOF
11295 if test "$ac_cv_header_GL_glu_h" = "yes"
11296 then
11297 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11298 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11299 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11300 echo $ECHO_N "(cached) $ECHO_C" >&6
11301 else
11302 ac_check_soname_save_LIBS=$LIBS
11303 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11304 cat >conftest.$ac_ext <<_ACEOF
11305 /* confdefs.h. */
11306 _ACEOF
11307 cat confdefs.h >>conftest.$ac_ext
11308 cat >>conftest.$ac_ext <<_ACEOF
11309 /* end confdefs.h. */
11311 /* Override any GCC internal prototype to avoid an error.
11312 Use char because int might match the return type of a GCC
11313 builtin and then its argument prototype would still apply. */
11314 #ifdef __cplusplus
11315 extern "C"
11316 #endif
11317 char gluLookAt ();
11319 main ()
11321 return gluLookAt ();
11323 return 0;
11325 _ACEOF
11326 rm -f conftest.$ac_objext conftest$ac_exeext
11327 if { (ac_try="$ac_link"
11328 case "(($ac_try" in
11329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11330 *) ac_try_echo=$ac_try;;
11331 esac
11332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11333 (eval "$ac_link") 2>conftest.er1
11334 ac_status=$?
11335 grep -v '^ *+' conftest.er1 >conftest.err
11336 rm -f conftest.er1
11337 cat conftest.err >&5
11338 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11339 (exit $ac_status); } && {
11340 test -z "$ac_c_werror_flag" ||
11341 test ! -s conftest.err
11342 } && test -s conftest$ac_exeext &&
11343 $as_test_x conftest$ac_exeext; then
11344 case "$LIBEXT" in
11345 dll) ;;
11346 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'` ;;
11347 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11348 esac
11349 else
11350 echo "$as_me: failed program was:" >&5
11351 sed 's/^/| /' conftest.$ac_ext >&5
11356 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11357 conftest$ac_exeext conftest.$ac_ext
11358 LIBS=$ac_check_soname_save_LIBS
11360 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11361 { echo "$as_me:$LINENO: result: not found" >&5
11362 echo "${ECHO_T}not found" >&6; }
11364 else
11365 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11366 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11368 cat >>confdefs.h <<_ACEOF
11369 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11370 _ACEOF
11376 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11377 case "x$with_glu" in
11378 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11379 xno) ;;
11380 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11381 This is an error since --with-glu was requested." >&5
11382 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11383 This is an error since --with-glu was requested." >&2;}
11384 { (exit 1); exit 1; }; } ;;
11385 esac
11388 else
11389 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11391 else
11392 opengl_msg="OpenGL development headers not found."
11394 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11395 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11396 else
11397 enable_opengl32=${enable_opengl32:-no}
11398 enable_glu32=${enable_glu32:-no}
11400 if test -n "$opengl_msg"; then
11401 case "x$with_opengl" in
11402 x) wine_warnings="$wine_warnings|$opengl_msg
11403 OpenGL and Direct3D won't be supported." ;;
11404 xno) ;;
11405 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11406 OpenGL and Direct3D won't be supported.
11407 This is an error since --with-opengl was requested." >&5
11408 echo "$as_me: error: $opengl_msg
11409 OpenGL and Direct3D won't be supported.
11410 This is an error since --with-opengl was requested." >&2;}
11411 { (exit 1); exit 1; }; } ;;
11412 esac
11416 NASLIBS=""
11419 for ac_header in audio/audiolib.h
11421 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11422 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11423 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11424 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11425 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11426 echo $ECHO_N "(cached) $ECHO_C" >&6
11428 ac_res=`eval echo '${'$as_ac_Header'}'`
11429 { echo "$as_me:$LINENO: result: $ac_res" >&5
11430 echo "${ECHO_T}$ac_res" >&6; }
11431 else
11432 # Is the header compilable?
11433 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11434 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11435 cat >conftest.$ac_ext <<_ACEOF
11436 /* confdefs.h. */
11437 _ACEOF
11438 cat confdefs.h >>conftest.$ac_ext
11439 cat >>conftest.$ac_ext <<_ACEOF
11440 /* end confdefs.h. */
11441 $ac_includes_default
11442 #include <$ac_header>
11443 _ACEOF
11444 rm -f conftest.$ac_objext
11445 if { (ac_try="$ac_compile"
11446 case "(($ac_try" in
11447 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11448 *) ac_try_echo=$ac_try;;
11449 esac
11450 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11451 (eval "$ac_compile") 2>conftest.er1
11452 ac_status=$?
11453 grep -v '^ *+' conftest.er1 >conftest.err
11454 rm -f conftest.er1
11455 cat conftest.err >&5
11456 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11457 (exit $ac_status); } && {
11458 test -z "$ac_c_werror_flag" ||
11459 test ! -s conftest.err
11460 } && test -s conftest.$ac_objext; then
11461 ac_header_compiler=yes
11462 else
11463 echo "$as_me: failed program was:" >&5
11464 sed 's/^/| /' conftest.$ac_ext >&5
11466 ac_header_compiler=no
11469 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11470 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11471 echo "${ECHO_T}$ac_header_compiler" >&6; }
11473 # Is the header present?
11474 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11475 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11476 cat >conftest.$ac_ext <<_ACEOF
11477 /* confdefs.h. */
11478 _ACEOF
11479 cat confdefs.h >>conftest.$ac_ext
11480 cat >>conftest.$ac_ext <<_ACEOF
11481 /* end confdefs.h. */
11482 #include <$ac_header>
11483 _ACEOF
11484 if { (ac_try="$ac_cpp conftest.$ac_ext"
11485 case "(($ac_try" in
11486 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11487 *) ac_try_echo=$ac_try;;
11488 esac
11489 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11490 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11491 ac_status=$?
11492 grep -v '^ *+' conftest.er1 >conftest.err
11493 rm -f conftest.er1
11494 cat conftest.err >&5
11495 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11496 (exit $ac_status); } >/dev/null && {
11497 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11498 test ! -s conftest.err
11499 }; then
11500 ac_header_preproc=yes
11501 else
11502 echo "$as_me: failed program was:" >&5
11503 sed 's/^/| /' conftest.$ac_ext >&5
11505 ac_header_preproc=no
11508 rm -f conftest.err conftest.$ac_ext
11509 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11510 echo "${ECHO_T}$ac_header_preproc" >&6; }
11512 # So? What about this header?
11513 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11514 yes:no: )
11515 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11516 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11517 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11518 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11519 ac_header_preproc=yes
11521 no:yes:* )
11522 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11523 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11524 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11525 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11526 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11527 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11528 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11529 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11530 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11531 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11532 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11533 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11534 ( cat <<\_ASBOX
11535 ## ------------------------------------ ##
11536 ## Report this to wine-devel@winehq.org ##
11537 ## ------------------------------------ ##
11538 _ASBOX
11539 ) | sed "s/^/$as_me: WARNING: /" >&2
11541 esac
11542 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11543 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11544 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11545 echo $ECHO_N "(cached) $ECHO_C" >&6
11546 else
11547 eval "$as_ac_Header=\$ac_header_preproc"
11549 ac_res=`eval echo '${'$as_ac_Header'}'`
11550 { echo "$as_me:$LINENO: result: $ac_res" >&5
11551 echo "${ECHO_T}$ac_res" >&6; }
11554 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11555 cat >>confdefs.h <<_ACEOF
11556 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11557 _ACEOF
11559 for ac_header in audio/soundlib.h
11561 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11562 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11563 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11564 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11565 echo $ECHO_N "(cached) $ECHO_C" >&6
11566 else
11567 cat >conftest.$ac_ext <<_ACEOF
11568 /* confdefs.h. */
11569 _ACEOF
11570 cat confdefs.h >>conftest.$ac_ext
11571 cat >>conftest.$ac_ext <<_ACEOF
11572 /* end confdefs.h. */
11573 #include <audio/audiolib.h>
11575 #include <$ac_header>
11576 _ACEOF
11577 rm -f conftest.$ac_objext
11578 if { (ac_try="$ac_compile"
11579 case "(($ac_try" in
11580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11581 *) ac_try_echo=$ac_try;;
11582 esac
11583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11584 (eval "$ac_compile") 2>conftest.er1
11585 ac_status=$?
11586 grep -v '^ *+' conftest.er1 >conftest.err
11587 rm -f conftest.er1
11588 cat conftest.err >&5
11589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11590 (exit $ac_status); } && {
11591 test -z "$ac_c_werror_flag" ||
11592 test ! -s conftest.err
11593 } && test -s conftest.$ac_objext; then
11594 eval "$as_ac_Header=yes"
11595 else
11596 echo "$as_me: failed program was:" >&5
11597 sed 's/^/| /' conftest.$ac_ext >&5
11599 eval "$as_ac_Header=no"
11602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11604 ac_res=`eval echo '${'$as_ac_Header'}'`
11605 { echo "$as_me:$LINENO: result: $ac_res" >&5
11606 echo "${ECHO_T}$ac_res" >&6; }
11607 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11608 cat >>confdefs.h <<_ACEOF
11609 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11610 _ACEOF
11614 done
11616 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11617 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11618 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11619 echo $ECHO_N "(cached) $ECHO_C" >&6
11620 else
11621 ac_check_lib_save_LIBS=$LIBS
11622 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11623 cat >conftest.$ac_ext <<_ACEOF
11624 /* confdefs.h. */
11625 _ACEOF
11626 cat confdefs.h >>conftest.$ac_ext
11627 cat >>conftest.$ac_ext <<_ACEOF
11628 /* end confdefs.h. */
11630 /* Override any GCC internal prototype to avoid an error.
11631 Use char because int might match the return type of a GCC
11632 builtin and then its argument prototype would still apply. */
11633 #ifdef __cplusplus
11634 extern "C"
11635 #endif
11636 char AuCreateFlow ();
11638 main ()
11640 return AuCreateFlow ();
11642 return 0;
11644 _ACEOF
11645 rm -f conftest.$ac_objext conftest$ac_exeext
11646 if { (ac_try="$ac_link"
11647 case "(($ac_try" in
11648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11649 *) ac_try_echo=$ac_try;;
11650 esac
11651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11652 (eval "$ac_link") 2>conftest.er1
11653 ac_status=$?
11654 grep -v '^ *+' conftest.er1 >conftest.err
11655 rm -f conftest.er1
11656 cat conftest.err >&5
11657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11658 (exit $ac_status); } && {
11659 test -z "$ac_c_werror_flag" ||
11660 test ! -s conftest.err
11661 } && test -s conftest$ac_exeext &&
11662 $as_test_x conftest$ac_exeext; then
11663 ac_cv_lib_audio_AuCreateFlow=yes
11664 else
11665 echo "$as_me: failed program was:" >&5
11666 sed 's/^/| /' conftest.$ac_ext >&5
11668 ac_cv_lib_audio_AuCreateFlow=no
11671 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11672 conftest$ac_exeext conftest.$ac_ext
11673 LIBS=$ac_check_lib_save_LIBS
11675 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11676 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11677 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11679 cat >>confdefs.h <<\_ACEOF
11680 #define HAVE_NAS 1
11681 _ACEOF
11683 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11684 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11685 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11686 echo $ECHO_N "(cached) $ECHO_C" >&6
11687 else
11688 ac_check_lib_save_LIBS=$LIBS
11689 LIBS="-lXau $X_LIBS $LIBS"
11690 cat >conftest.$ac_ext <<_ACEOF
11691 /* confdefs.h. */
11692 _ACEOF
11693 cat confdefs.h >>conftest.$ac_ext
11694 cat >>conftest.$ac_ext <<_ACEOF
11695 /* end confdefs.h. */
11697 /* Override any GCC internal prototype to avoid an error.
11698 Use char because int might match the return type of a GCC
11699 builtin and then its argument prototype would still apply. */
11700 #ifdef __cplusplus
11701 extern "C"
11702 #endif
11703 char XauGetBestAuthByAddr ();
11705 main ()
11707 return XauGetBestAuthByAddr ();
11709 return 0;
11711 _ACEOF
11712 rm -f conftest.$ac_objext conftest$ac_exeext
11713 if { (ac_try="$ac_link"
11714 case "(($ac_try" in
11715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11716 *) ac_try_echo=$ac_try;;
11717 esac
11718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11719 (eval "$ac_link") 2>conftest.er1
11720 ac_status=$?
11721 grep -v '^ *+' conftest.er1 >conftest.err
11722 rm -f conftest.er1
11723 cat conftest.err >&5
11724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11725 (exit $ac_status); } && {
11726 test -z "$ac_c_werror_flag" ||
11727 test ! -s conftest.err
11728 } && test -s conftest$ac_exeext &&
11729 $as_test_x conftest$ac_exeext; then
11730 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11731 else
11732 echo "$as_me: failed program was:" >&5
11733 sed 's/^/| /' conftest.$ac_ext >&5
11735 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11739 conftest$ac_exeext conftest.$ac_ext
11740 LIBS=$ac_check_lib_save_LIBS
11742 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11743 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11744 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11745 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11746 else
11747 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11755 done
11758 CPPFLAGS="$ac_save_CPPFLAGS"
11759 else
11760 XLIB=""
11761 X_CFLAGS=""
11762 X_LIBS=""
11763 enable_winex11_drv=${enable_winex11_drv:-no}
11764 enable_opengl32=${enable_opengl32:-no}
11765 enable_glu32=${enable_glu32:-no}
11767 if test "x$XLIB" = "x"; then
11768 case "x$with_x" in
11769 xno) ;;
11770 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11771 without X support, which probably isn't what you want. You will need to install
11772 development packages of Xlib/Xfree86 at the very least.
11773 Use the --without-x option if you really want this." >&5
11774 echo "$as_me: error: X development files not found. Wine will be built
11775 without X support, which probably isn't what you want. You will need to install
11776 development packages of Xlib/Xfree86 at the very least.
11777 Use the --without-x option if you really want this." >&2;}
11778 { (exit 1); exit 1; }; } ;;
11779 esac
11784 XML2LIBS=""
11786 XML2INCL=""
11788 XSLTLIBS=""
11790 XSLTINCL=""
11792 if test "x$with_xml" != "xno"
11793 then
11794 ac_save_CPPFLAGS="$CPPFLAGS"
11795 if test "$PKG_CONFIG" != "false"
11796 then
11797 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11798 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11799 else
11800 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11801 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11803 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11805 for ac_header in libxml/parser.h
11807 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11808 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11809 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11810 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11811 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11812 echo $ECHO_N "(cached) $ECHO_C" >&6
11814 ac_res=`eval echo '${'$as_ac_Header'}'`
11815 { echo "$as_me:$LINENO: result: $ac_res" >&5
11816 echo "${ECHO_T}$ac_res" >&6; }
11817 else
11818 # Is the header compilable?
11819 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11820 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11821 cat >conftest.$ac_ext <<_ACEOF
11822 /* confdefs.h. */
11823 _ACEOF
11824 cat confdefs.h >>conftest.$ac_ext
11825 cat >>conftest.$ac_ext <<_ACEOF
11826 /* end confdefs.h. */
11827 $ac_includes_default
11828 #include <$ac_header>
11829 _ACEOF
11830 rm -f conftest.$ac_objext
11831 if { (ac_try="$ac_compile"
11832 case "(($ac_try" in
11833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11834 *) ac_try_echo=$ac_try;;
11835 esac
11836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11837 (eval "$ac_compile") 2>conftest.er1
11838 ac_status=$?
11839 grep -v '^ *+' conftest.er1 >conftest.err
11840 rm -f conftest.er1
11841 cat conftest.err >&5
11842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11843 (exit $ac_status); } && {
11844 test -z "$ac_c_werror_flag" ||
11845 test ! -s conftest.err
11846 } && test -s conftest.$ac_objext; then
11847 ac_header_compiler=yes
11848 else
11849 echo "$as_me: failed program was:" >&5
11850 sed 's/^/| /' conftest.$ac_ext >&5
11852 ac_header_compiler=no
11855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11856 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11857 echo "${ECHO_T}$ac_header_compiler" >&6; }
11859 # Is the header present?
11860 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11861 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11862 cat >conftest.$ac_ext <<_ACEOF
11863 /* confdefs.h. */
11864 _ACEOF
11865 cat confdefs.h >>conftest.$ac_ext
11866 cat >>conftest.$ac_ext <<_ACEOF
11867 /* end confdefs.h. */
11868 #include <$ac_header>
11869 _ACEOF
11870 if { (ac_try="$ac_cpp conftest.$ac_ext"
11871 case "(($ac_try" in
11872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11873 *) ac_try_echo=$ac_try;;
11874 esac
11875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11876 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11877 ac_status=$?
11878 grep -v '^ *+' conftest.er1 >conftest.err
11879 rm -f conftest.er1
11880 cat conftest.err >&5
11881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11882 (exit $ac_status); } >/dev/null && {
11883 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11884 test ! -s conftest.err
11885 }; then
11886 ac_header_preproc=yes
11887 else
11888 echo "$as_me: failed program was:" >&5
11889 sed 's/^/| /' conftest.$ac_ext >&5
11891 ac_header_preproc=no
11894 rm -f conftest.err conftest.$ac_ext
11895 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11896 echo "${ECHO_T}$ac_header_preproc" >&6; }
11898 # So? What about this header?
11899 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11900 yes:no: )
11901 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11902 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11903 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11904 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11905 ac_header_preproc=yes
11907 no:yes:* )
11908 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11909 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11910 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11911 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11912 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11913 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11914 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11915 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11916 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11917 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11918 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11919 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11920 ( cat <<\_ASBOX
11921 ## ------------------------------------ ##
11922 ## Report this to wine-devel@winehq.org ##
11923 ## ------------------------------------ ##
11924 _ASBOX
11925 ) | sed "s/^/$as_me: WARNING: /" >&2
11927 esac
11928 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11929 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11930 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11931 echo $ECHO_N "(cached) $ECHO_C" >&6
11932 else
11933 eval "$as_ac_Header=\$ac_header_preproc"
11935 ac_res=`eval echo '${'$as_ac_Header'}'`
11936 { echo "$as_me:$LINENO: result: $ac_res" >&5
11937 echo "${ECHO_T}$ac_res" >&6; }
11940 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11941 cat >>confdefs.h <<_ACEOF
11942 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11943 _ACEOF
11944 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11945 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11946 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11947 echo $ECHO_N "(cached) $ECHO_C" >&6
11948 else
11949 ac_check_lib_save_LIBS=$LIBS
11950 LIBS="-lxml2 $ac_xml_libs $LIBS"
11951 cat >conftest.$ac_ext <<_ACEOF
11952 /* confdefs.h. */
11953 _ACEOF
11954 cat confdefs.h >>conftest.$ac_ext
11955 cat >>conftest.$ac_ext <<_ACEOF
11956 /* end confdefs.h. */
11958 /* Override any GCC internal prototype to avoid an error.
11959 Use char because int might match the return type of a GCC
11960 builtin and then its argument prototype would still apply. */
11961 #ifdef __cplusplus
11962 extern "C"
11963 #endif
11964 char xmlParseMemory ();
11966 main ()
11968 return xmlParseMemory ();
11970 return 0;
11972 _ACEOF
11973 rm -f conftest.$ac_objext conftest$ac_exeext
11974 if { (ac_try="$ac_link"
11975 case "(($ac_try" in
11976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11977 *) ac_try_echo=$ac_try;;
11978 esac
11979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11980 (eval "$ac_link") 2>conftest.er1
11981 ac_status=$?
11982 grep -v '^ *+' conftest.er1 >conftest.err
11983 rm -f conftest.er1
11984 cat conftest.err >&5
11985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11986 (exit $ac_status); } && {
11987 test -z "$ac_c_werror_flag" ||
11988 test ! -s conftest.err
11989 } && test -s conftest$ac_exeext &&
11990 $as_test_x conftest$ac_exeext; then
11991 ac_cv_lib_xml2_xmlParseMemory=yes
11992 else
11993 echo "$as_me: failed program was:" >&5
11994 sed 's/^/| /' conftest.$ac_ext >&5
11996 ac_cv_lib_xml2_xmlParseMemory=no
11999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12000 conftest$ac_exeext conftest.$ac_ext
12001 LIBS=$ac_check_lib_save_LIBS
12003 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12004 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12005 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12007 cat >>confdefs.h <<\_ACEOF
12008 #define HAVE_LIBXML2 1
12009 _ACEOF
12011 XML2LIBS="$ac_xml_libs"
12012 XML2INCL="$ac_xml_cflags"
12015 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12016 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12017 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12018 echo $ECHO_N "(cached) $ECHO_C" >&6
12019 else
12020 ac_check_lib_save_LIBS=$LIBS
12021 LIBS="-lxml2 $ac_xml_libs $LIBS"
12022 cat >conftest.$ac_ext <<_ACEOF
12023 /* confdefs.h. */
12024 _ACEOF
12025 cat confdefs.h >>conftest.$ac_ext
12026 cat >>conftest.$ac_ext <<_ACEOF
12027 /* end confdefs.h. */
12029 /* Override any GCC internal prototype to avoid an error.
12030 Use char because int might match the return type of a GCC
12031 builtin and then its argument prototype would still apply. */
12032 #ifdef __cplusplus
12033 extern "C"
12034 #endif
12035 char xmlReadMemory ();
12037 main ()
12039 return xmlReadMemory ();
12041 return 0;
12043 _ACEOF
12044 rm -f conftest.$ac_objext conftest$ac_exeext
12045 if { (ac_try="$ac_link"
12046 case "(($ac_try" in
12047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12048 *) ac_try_echo=$ac_try;;
12049 esac
12050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12051 (eval "$ac_link") 2>conftest.er1
12052 ac_status=$?
12053 grep -v '^ *+' conftest.er1 >conftest.err
12054 rm -f conftest.er1
12055 cat conftest.err >&5
12056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12057 (exit $ac_status); } && {
12058 test -z "$ac_c_werror_flag" ||
12059 test ! -s conftest.err
12060 } && test -s conftest$ac_exeext &&
12061 $as_test_x conftest$ac_exeext; then
12062 ac_cv_lib_xml2_xmlReadMemory=yes
12063 else
12064 echo "$as_me: failed program was:" >&5
12065 sed 's/^/| /' conftest.$ac_ext >&5
12067 ac_cv_lib_xml2_xmlReadMemory=no
12070 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12071 conftest$ac_exeext conftest.$ac_ext
12072 LIBS=$ac_check_lib_save_LIBS
12074 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12075 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12076 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12078 cat >>confdefs.h <<\_ACEOF
12079 #define HAVE_XMLREADMEMORY 1
12080 _ACEOF
12084 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12085 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12086 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12087 echo $ECHO_N "(cached) $ECHO_C" >&6
12088 else
12089 ac_check_lib_save_LIBS=$LIBS
12090 LIBS="-lxml2 $ac_xml_libs $LIBS"
12091 cat >conftest.$ac_ext <<_ACEOF
12092 /* confdefs.h. */
12093 _ACEOF
12094 cat confdefs.h >>conftest.$ac_ext
12095 cat >>conftest.$ac_ext <<_ACEOF
12096 /* end confdefs.h. */
12098 /* Override any GCC internal prototype to avoid an error.
12099 Use char because int might match the return type of a GCC
12100 builtin and then its argument prototype would still apply. */
12101 #ifdef __cplusplus
12102 extern "C"
12103 #endif
12104 char xmlNewDocPI ();
12106 main ()
12108 return xmlNewDocPI ();
12110 return 0;
12112 _ACEOF
12113 rm -f conftest.$ac_objext conftest$ac_exeext
12114 if { (ac_try="$ac_link"
12115 case "(($ac_try" in
12116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12117 *) ac_try_echo=$ac_try;;
12118 esac
12119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12120 (eval "$ac_link") 2>conftest.er1
12121 ac_status=$?
12122 grep -v '^ *+' conftest.er1 >conftest.err
12123 rm -f conftest.er1
12124 cat conftest.err >&5
12125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12126 (exit $ac_status); } && {
12127 test -z "$ac_c_werror_flag" ||
12128 test ! -s conftest.err
12129 } && test -s conftest$ac_exeext &&
12130 $as_test_x conftest$ac_exeext; then
12131 ac_cv_lib_xml2_xmlNewDocPI=yes
12132 else
12133 echo "$as_me: failed program was:" >&5
12134 sed 's/^/| /' conftest.$ac_ext >&5
12136 ac_cv_lib_xml2_xmlNewDocPI=no
12139 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12140 conftest$ac_exeext conftest.$ac_ext
12141 LIBS=$ac_check_lib_save_LIBS
12143 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12144 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12145 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12147 cat >>confdefs.h <<\_ACEOF
12148 #define HAVE_XMLNEWDOCPI 1
12149 _ACEOF
12156 done
12158 CPPFLAGS="$ac_save_CPPFLAGS"
12160 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12161 case "x$with_xml" in
12162 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12163 xno) ;;
12164 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12165 This is an error since --with-xml was requested." >&5
12166 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12167 This is an error since --with-xml was requested." >&2;}
12168 { (exit 1); exit 1; }; } ;;
12169 esac
12173 if test "x$with_xslt" != "xno"
12174 then
12175 if test "$PKG_CONFIG" != "false"
12176 then
12177 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12178 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12179 else
12180 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12181 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12183 ac_save_CPPFLAGS="$CPPFLAGS"
12184 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12187 for ac_header in libxslt/pattern.h libxslt/transform.h
12189 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12190 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12191 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12192 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12193 echo $ECHO_N "(cached) $ECHO_C" >&6
12194 else
12195 cat >conftest.$ac_ext <<_ACEOF
12196 /* confdefs.h. */
12197 _ACEOF
12198 cat confdefs.h >>conftest.$ac_ext
12199 cat >>conftest.$ac_ext <<_ACEOF
12200 /* end confdefs.h. */
12201 #ifdef HAVE_LIBXSLT_PATTERN_H
12202 # include <libxslt/pattern.h>
12203 #endif
12205 #include <$ac_header>
12206 _ACEOF
12207 rm -f conftest.$ac_objext
12208 if { (ac_try="$ac_compile"
12209 case "(($ac_try" in
12210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12211 *) ac_try_echo=$ac_try;;
12212 esac
12213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12214 (eval "$ac_compile") 2>conftest.er1
12215 ac_status=$?
12216 grep -v '^ *+' conftest.er1 >conftest.err
12217 rm -f conftest.er1
12218 cat conftest.err >&5
12219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12220 (exit $ac_status); } && {
12221 test -z "$ac_c_werror_flag" ||
12222 test ! -s conftest.err
12223 } && test -s conftest.$ac_objext; then
12224 eval "$as_ac_Header=yes"
12225 else
12226 echo "$as_me: failed program was:" >&5
12227 sed 's/^/| /' conftest.$ac_ext >&5
12229 eval "$as_ac_Header=no"
12232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12234 ac_res=`eval echo '${'$as_ac_Header'}'`
12235 { echo "$as_me:$LINENO: result: $ac_res" >&5
12236 echo "${ECHO_T}$ac_res" >&6; }
12237 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12238 cat >>confdefs.h <<_ACEOF
12239 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12240 _ACEOF
12244 done
12246 CPPFLAGS="$ac_save_CPPFLAGS"
12247 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12248 then
12249 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12250 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12251 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12252 echo $ECHO_N "(cached) $ECHO_C" >&6
12253 else
12254 ac_check_lib_save_LIBS=$LIBS
12255 LIBS="-lxslt $ac_xslt_libs $LIBS"
12256 cat >conftest.$ac_ext <<_ACEOF
12257 /* confdefs.h. */
12258 _ACEOF
12259 cat confdefs.h >>conftest.$ac_ext
12260 cat >>conftest.$ac_ext <<_ACEOF
12261 /* end confdefs.h. */
12263 /* Override any GCC internal prototype to avoid an error.
12264 Use char because int might match the return type of a GCC
12265 builtin and then its argument prototype would still apply. */
12266 #ifdef __cplusplus
12267 extern "C"
12268 #endif
12269 char xsltCompilePattern ();
12271 main ()
12273 return xsltCompilePattern ();
12275 return 0;
12277 _ACEOF
12278 rm -f conftest.$ac_objext conftest$ac_exeext
12279 if { (ac_try="$ac_link"
12280 case "(($ac_try" in
12281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12282 *) ac_try_echo=$ac_try;;
12283 esac
12284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12285 (eval "$ac_link") 2>conftest.er1
12286 ac_status=$?
12287 grep -v '^ *+' conftest.er1 >conftest.err
12288 rm -f conftest.er1
12289 cat conftest.err >&5
12290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12291 (exit $ac_status); } && {
12292 test -z "$ac_c_werror_flag" ||
12293 test ! -s conftest.err
12294 } && test -s conftest$ac_exeext &&
12295 $as_test_x conftest$ac_exeext; then
12296 ac_cv_lib_xslt_xsltCompilePattern=yes
12297 else
12298 echo "$as_me: failed program was:" >&5
12299 sed 's/^/| /' conftest.$ac_ext >&5
12301 ac_cv_lib_xslt_xsltCompilePattern=no
12304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12305 conftest$ac_exeext conftest.$ac_ext
12306 LIBS=$ac_check_lib_save_LIBS
12308 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12309 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12310 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12312 cat >>confdefs.h <<\_ACEOF
12313 #define HAVE_LIBXSLT 1
12314 _ACEOF
12316 XSLTLIBS="$ac_xslt_libs"
12317 XSLTINCL="$ac_xslt_cflags"
12318 ac_save_LIBS="$LIBS"
12319 LIBS="$LIBS $ac_xslt_libs"
12321 for ac_func in xsltInit
12323 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12324 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12325 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12326 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12327 echo $ECHO_N "(cached) $ECHO_C" >&6
12328 else
12329 cat >conftest.$ac_ext <<_ACEOF
12330 /* confdefs.h. */
12331 _ACEOF
12332 cat confdefs.h >>conftest.$ac_ext
12333 cat >>conftest.$ac_ext <<_ACEOF
12334 /* end confdefs.h. */
12335 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12336 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12337 #define $ac_func innocuous_$ac_func
12339 /* System header to define __stub macros and hopefully few prototypes,
12340 which can conflict with char $ac_func (); below.
12341 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12342 <limits.h> exists even on freestanding compilers. */
12344 #ifdef __STDC__
12345 # include <limits.h>
12346 #else
12347 # include <assert.h>
12348 #endif
12350 #undef $ac_func
12352 /* Override any GCC internal prototype to avoid an error.
12353 Use char because int might match the return type of a GCC
12354 builtin and then its argument prototype would still apply. */
12355 #ifdef __cplusplus
12356 extern "C"
12357 #endif
12358 char $ac_func ();
12359 /* The GNU C library defines this for functions which it implements
12360 to always fail with ENOSYS. Some functions are actually named
12361 something starting with __ and the normal name is an alias. */
12362 #if defined __stub_$ac_func || defined __stub___$ac_func
12363 choke me
12364 #endif
12367 main ()
12369 return $ac_func ();
12371 return 0;
12373 _ACEOF
12374 rm -f conftest.$ac_objext conftest$ac_exeext
12375 if { (ac_try="$ac_link"
12376 case "(($ac_try" in
12377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12378 *) ac_try_echo=$ac_try;;
12379 esac
12380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12381 (eval "$ac_link") 2>conftest.er1
12382 ac_status=$?
12383 grep -v '^ *+' conftest.er1 >conftest.err
12384 rm -f conftest.er1
12385 cat conftest.err >&5
12386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12387 (exit $ac_status); } && {
12388 test -z "$ac_c_werror_flag" ||
12389 test ! -s conftest.err
12390 } && test -s conftest$ac_exeext &&
12391 $as_test_x conftest$ac_exeext; then
12392 eval "$as_ac_var=yes"
12393 else
12394 echo "$as_me: failed program was:" >&5
12395 sed 's/^/| /' conftest.$ac_ext >&5
12397 eval "$as_ac_var=no"
12400 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12401 conftest$ac_exeext conftest.$ac_ext
12403 ac_res=`eval echo '${'$as_ac_var'}'`
12404 { echo "$as_me:$LINENO: result: $ac_res" >&5
12405 echo "${ECHO_T}$ac_res" >&6; }
12406 if test `eval echo '${'$as_ac_var'}'` = yes; then
12407 cat >>confdefs.h <<_ACEOF
12408 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12409 _ACEOF
12412 done
12414 LIBS="$ac_save_LIBS"
12419 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12420 case "x$with_xslt" in
12421 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12422 xno) ;;
12423 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12424 This is an error since --with-xslt was requested." >&5
12425 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12426 This is an error since --with-xslt was requested." >&2;}
12427 { (exit 1); exit 1; }; } ;;
12428 esac
12432 HALINCL=""
12434 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12435 then
12436 ac_save_CPPFLAGS="$CPPFLAGS"
12437 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12438 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12439 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12442 for ac_header in dbus/dbus.h hal/libhal.h
12444 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12445 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12446 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12447 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12449 echo $ECHO_N "(cached) $ECHO_C" >&6
12451 ac_res=`eval echo '${'$as_ac_Header'}'`
12452 { echo "$as_me:$LINENO: result: $ac_res" >&5
12453 echo "${ECHO_T}$ac_res" >&6; }
12454 else
12455 # Is the header compilable?
12456 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12457 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12458 cat >conftest.$ac_ext <<_ACEOF
12459 /* confdefs.h. */
12460 _ACEOF
12461 cat confdefs.h >>conftest.$ac_ext
12462 cat >>conftest.$ac_ext <<_ACEOF
12463 /* end confdefs.h. */
12464 $ac_includes_default
12465 #include <$ac_header>
12466 _ACEOF
12467 rm -f conftest.$ac_objext
12468 if { (ac_try="$ac_compile"
12469 case "(($ac_try" in
12470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12471 *) ac_try_echo=$ac_try;;
12472 esac
12473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12474 (eval "$ac_compile") 2>conftest.er1
12475 ac_status=$?
12476 grep -v '^ *+' conftest.er1 >conftest.err
12477 rm -f conftest.er1
12478 cat conftest.err >&5
12479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12480 (exit $ac_status); } && {
12481 test -z "$ac_c_werror_flag" ||
12482 test ! -s conftest.err
12483 } && test -s conftest.$ac_objext; then
12484 ac_header_compiler=yes
12485 else
12486 echo "$as_me: failed program was:" >&5
12487 sed 's/^/| /' conftest.$ac_ext >&5
12489 ac_header_compiler=no
12492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12493 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12494 echo "${ECHO_T}$ac_header_compiler" >&6; }
12496 # Is the header present?
12497 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12498 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12499 cat >conftest.$ac_ext <<_ACEOF
12500 /* confdefs.h. */
12501 _ACEOF
12502 cat confdefs.h >>conftest.$ac_ext
12503 cat >>conftest.$ac_ext <<_ACEOF
12504 /* end confdefs.h. */
12505 #include <$ac_header>
12506 _ACEOF
12507 if { (ac_try="$ac_cpp conftest.$ac_ext"
12508 case "(($ac_try" in
12509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12510 *) ac_try_echo=$ac_try;;
12511 esac
12512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12513 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12514 ac_status=$?
12515 grep -v '^ *+' conftest.er1 >conftest.err
12516 rm -f conftest.er1
12517 cat conftest.err >&5
12518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12519 (exit $ac_status); } >/dev/null && {
12520 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12521 test ! -s conftest.err
12522 }; then
12523 ac_header_preproc=yes
12524 else
12525 echo "$as_me: failed program was:" >&5
12526 sed 's/^/| /' conftest.$ac_ext >&5
12528 ac_header_preproc=no
12531 rm -f conftest.err conftest.$ac_ext
12532 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12533 echo "${ECHO_T}$ac_header_preproc" >&6; }
12535 # So? What about this header?
12536 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12537 yes:no: )
12538 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12539 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12540 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12541 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12542 ac_header_preproc=yes
12544 no:yes:* )
12545 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12546 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12547 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12548 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12549 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12550 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12551 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12552 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12553 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12554 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12555 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12556 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12557 ( cat <<\_ASBOX
12558 ## ------------------------------------ ##
12559 ## Report this to wine-devel@winehq.org ##
12560 ## ------------------------------------ ##
12561 _ASBOX
12562 ) | sed "s/^/$as_me: WARNING: /" >&2
12564 esac
12565 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12566 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12567 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12568 echo $ECHO_N "(cached) $ECHO_C" >&6
12569 else
12570 eval "$as_ac_Header=\$ac_header_preproc"
12572 ac_res=`eval echo '${'$as_ac_Header'}'`
12573 { echo "$as_me:$LINENO: result: $ac_res" >&5
12574 echo "${ECHO_T}$ac_res" >&6; }
12577 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12578 cat >>confdefs.h <<_ACEOF
12579 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12580 _ACEOF
12584 done
12586 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12587 then
12588 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12589 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12590 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12591 echo $ECHO_N "(cached) $ECHO_C" >&6
12592 else
12593 ac_check_lib_save_LIBS=$LIBS
12594 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12595 cat >conftest.$ac_ext <<_ACEOF
12596 /* confdefs.h. */
12597 _ACEOF
12598 cat confdefs.h >>conftest.$ac_ext
12599 cat >>conftest.$ac_ext <<_ACEOF
12600 /* end confdefs.h. */
12602 /* Override any GCC internal prototype to avoid an error.
12603 Use char because int might match the return type of a GCC
12604 builtin and then its argument prototype would still apply. */
12605 #ifdef __cplusplus
12606 extern "C"
12607 #endif
12608 char dbus_connection_close ();
12610 main ()
12612 return dbus_connection_close ();
12614 return 0;
12616 _ACEOF
12617 rm -f conftest.$ac_objext conftest$ac_exeext
12618 if { (ac_try="$ac_link"
12619 case "(($ac_try" in
12620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12621 *) ac_try_echo=$ac_try;;
12622 esac
12623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12624 (eval "$ac_link") 2>conftest.er1
12625 ac_status=$?
12626 grep -v '^ *+' conftest.er1 >conftest.err
12627 rm -f conftest.er1
12628 cat conftest.err >&5
12629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12630 (exit $ac_status); } && {
12631 test -z "$ac_c_werror_flag" ||
12632 test ! -s conftest.err
12633 } && test -s conftest$ac_exeext &&
12634 $as_test_x conftest$ac_exeext; then
12635 ac_cv_lib_dbus_1_dbus_connection_close=yes
12636 else
12637 echo "$as_me: failed program was:" >&5
12638 sed 's/^/| /' conftest.$ac_ext >&5
12640 ac_cv_lib_dbus_1_dbus_connection_close=no
12643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12644 conftest$ac_exeext conftest.$ac_ext
12645 LIBS=$ac_check_lib_save_LIBS
12647 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12648 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12649 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12650 { echo "$as_me:$LINENO: checking for -lhal" >&5
12651 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12652 if test "${ac_cv_lib_soname_hal+set}" = set; then
12653 echo $ECHO_N "(cached) $ECHO_C" >&6
12654 else
12655 ac_check_soname_save_LIBS=$LIBS
12656 LIBS="-lhal $ac_hal_libs $LIBS"
12657 cat >conftest.$ac_ext <<_ACEOF
12658 /* confdefs.h. */
12659 _ACEOF
12660 cat confdefs.h >>conftest.$ac_ext
12661 cat >>conftest.$ac_ext <<_ACEOF
12662 /* end confdefs.h. */
12664 /* Override any GCC internal prototype to avoid an error.
12665 Use char because int might match the return type of a GCC
12666 builtin and then its argument prototype would still apply. */
12667 #ifdef __cplusplus
12668 extern "C"
12669 #endif
12670 char libhal_ctx_new ();
12672 main ()
12674 return libhal_ctx_new ();
12676 return 0;
12678 _ACEOF
12679 rm -f conftest.$ac_objext conftest$ac_exeext
12680 if { (ac_try="$ac_link"
12681 case "(($ac_try" in
12682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12683 *) ac_try_echo=$ac_try;;
12684 esac
12685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12686 (eval "$ac_link") 2>conftest.er1
12687 ac_status=$?
12688 grep -v '^ *+' conftest.er1 >conftest.err
12689 rm -f conftest.er1
12690 cat conftest.err >&5
12691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12692 (exit $ac_status); } && {
12693 test -z "$ac_c_werror_flag" ||
12694 test ! -s conftest.err
12695 } && test -s conftest$ac_exeext &&
12696 $as_test_x conftest$ac_exeext; then
12697 case "$LIBEXT" in
12698 dll) ;;
12699 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'` ;;
12700 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12701 esac
12702 else
12703 echo "$as_me: failed program was:" >&5
12704 sed 's/^/| /' conftest.$ac_ext >&5
12709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12710 conftest$ac_exeext conftest.$ac_ext
12711 LIBS=$ac_check_soname_save_LIBS
12713 if test "x$ac_cv_lib_soname_hal" = "x"; then
12714 { echo "$as_me:$LINENO: result: not found" >&5
12715 echo "${ECHO_T}not found" >&6; }
12717 else
12718 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12719 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12721 cat >>confdefs.h <<_ACEOF
12722 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12723 _ACEOF
12725 HALINCL="$ac_hal_cflags"
12731 CPPFLAGS="$ac_save_CPPFLAGS"
12733 if test "x$ac_cv_lib_soname_hal" = "x"; then
12734 case "x$with_hal" in
12735 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12736 xno) ;;
12737 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12738 This is an error since --with-hal was requested." >&5
12739 echo "$as_me: error: libhal development files not found, no dynamic device support.
12740 This is an error since --with-hal was requested." >&2;}
12741 { (exit 1); exit 1; }; } ;;
12742 esac
12746 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12747 then
12748 ac_save_CPPFLAGS="$CPPFLAGS"
12749 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12750 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12751 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12752 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12753 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12754 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12755 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12756 echo $ECHO_N "(cached) $ECHO_C" >&6
12758 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12759 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12760 else
12761 # Is the header compilable?
12762 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12763 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12764 cat >conftest.$ac_ext <<_ACEOF
12765 /* confdefs.h. */
12766 _ACEOF
12767 cat confdefs.h >>conftest.$ac_ext
12768 cat >>conftest.$ac_ext <<_ACEOF
12769 /* end confdefs.h. */
12770 $ac_includes_default
12771 #include <gnutls/gnutls.h>
12772 _ACEOF
12773 rm -f conftest.$ac_objext
12774 if { (ac_try="$ac_compile"
12775 case "(($ac_try" in
12776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12777 *) ac_try_echo=$ac_try;;
12778 esac
12779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12780 (eval "$ac_compile") 2>conftest.er1
12781 ac_status=$?
12782 grep -v '^ *+' conftest.er1 >conftest.err
12783 rm -f conftest.er1
12784 cat conftest.err >&5
12785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12786 (exit $ac_status); } && {
12787 test -z "$ac_c_werror_flag" ||
12788 test ! -s conftest.err
12789 } && test -s conftest.$ac_objext; then
12790 ac_header_compiler=yes
12791 else
12792 echo "$as_me: failed program was:" >&5
12793 sed 's/^/| /' conftest.$ac_ext >&5
12795 ac_header_compiler=no
12798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12799 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12800 echo "${ECHO_T}$ac_header_compiler" >&6; }
12802 # Is the header present?
12803 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12804 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12805 cat >conftest.$ac_ext <<_ACEOF
12806 /* confdefs.h. */
12807 _ACEOF
12808 cat confdefs.h >>conftest.$ac_ext
12809 cat >>conftest.$ac_ext <<_ACEOF
12810 /* end confdefs.h. */
12811 #include <gnutls/gnutls.h>
12812 _ACEOF
12813 if { (ac_try="$ac_cpp conftest.$ac_ext"
12814 case "(($ac_try" in
12815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12816 *) ac_try_echo=$ac_try;;
12817 esac
12818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12819 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12820 ac_status=$?
12821 grep -v '^ *+' conftest.er1 >conftest.err
12822 rm -f conftest.er1
12823 cat conftest.err >&5
12824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12825 (exit $ac_status); } >/dev/null && {
12826 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12827 test ! -s conftest.err
12828 }; then
12829 ac_header_preproc=yes
12830 else
12831 echo "$as_me: failed program was:" >&5
12832 sed 's/^/| /' conftest.$ac_ext >&5
12834 ac_header_preproc=no
12837 rm -f conftest.err conftest.$ac_ext
12838 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12839 echo "${ECHO_T}$ac_header_preproc" >&6; }
12841 # So? What about this header?
12842 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12843 yes:no: )
12844 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12845 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12846 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12847 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12848 ac_header_preproc=yes
12850 no:yes:* )
12851 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12852 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12853 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12854 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12855 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12856 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12857 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12858 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12859 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12860 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12861 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12862 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12863 ( cat <<\_ASBOX
12864 ## ------------------------------------ ##
12865 ## Report this to wine-devel@winehq.org ##
12866 ## ------------------------------------ ##
12867 _ASBOX
12868 ) | sed "s/^/$as_me: WARNING: /" >&2
12870 esac
12871 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12872 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12873 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12874 echo $ECHO_N "(cached) $ECHO_C" >&6
12875 else
12876 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12878 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12879 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12882 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12883 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12884 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12885 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12886 echo $ECHO_N "(cached) $ECHO_C" >&6
12887 else
12888 ac_check_soname_save_LIBS=$LIBS
12889 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12890 cat >conftest.$ac_ext <<_ACEOF
12891 /* confdefs.h. */
12892 _ACEOF
12893 cat confdefs.h >>conftest.$ac_ext
12894 cat >>conftest.$ac_ext <<_ACEOF
12895 /* end confdefs.h. */
12897 /* Override any GCC internal prototype to avoid an error.
12898 Use char because int might match the return type of a GCC
12899 builtin and then its argument prototype would still apply. */
12900 #ifdef __cplusplus
12901 extern "C"
12902 #endif
12903 char gnutls_global_init ();
12905 main ()
12907 return gnutls_global_init ();
12909 return 0;
12911 _ACEOF
12912 rm -f conftest.$ac_objext conftest$ac_exeext
12913 if { (ac_try="$ac_link"
12914 case "(($ac_try" in
12915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12916 *) ac_try_echo=$ac_try;;
12917 esac
12918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12919 (eval "$ac_link") 2>conftest.er1
12920 ac_status=$?
12921 grep -v '^ *+' conftest.er1 >conftest.err
12922 rm -f conftest.er1
12923 cat conftest.err >&5
12924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12925 (exit $ac_status); } && {
12926 test -z "$ac_c_werror_flag" ||
12927 test ! -s conftest.err
12928 } && test -s conftest$ac_exeext &&
12929 $as_test_x conftest$ac_exeext; then
12930 case "$LIBEXT" in
12931 dll) ;;
12932 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'` ;;
12933 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12934 esac
12935 else
12936 echo "$as_me: failed program was:" >&5
12937 sed 's/^/| /' conftest.$ac_ext >&5
12942 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12943 conftest$ac_exeext conftest.$ac_ext
12944 LIBS=$ac_check_soname_save_LIBS
12946 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12947 { echo "$as_me:$LINENO: result: not found" >&5
12948 echo "${ECHO_T}not found" >&6; }
12950 else
12951 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12952 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12954 cat >>confdefs.h <<_ACEOF
12955 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12956 _ACEOF
12958 GNUTLSINCL="$ac_gnutls_cflags"
12965 CPPFLAGS="$ac_save_CPPFLAGS"
12967 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12968 case "x$with_gnutls" in
12969 x) wine_notices="$wine_notices|libgnutls development files not found, no schannel support." ;;
12970 xno) ;;
12971 *) { { echo "$as_me:$LINENO: error: libgnutls development files not found, no schannel support.
12972 This is an error since --with-gnutls was requested." >&5
12973 echo "$as_me: error: libgnutls development files not found, no schannel support.
12974 This is an error since --with-gnutls was requested." >&2;}
12975 { (exit 1); exit 1; }; } ;;
12976 esac
12980 CURSESLIBS=""
12981 if test "$ac_cv_header_ncurses_h" = "yes"
12982 then
12983 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12984 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12985 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12986 echo $ECHO_N "(cached) $ECHO_C" >&6
12987 else
12988 ac_check_soname_save_LIBS=$LIBS
12989 LIBS="-lncurses $LIBS"
12990 cat >conftest.$ac_ext <<_ACEOF
12991 /* confdefs.h. */
12992 _ACEOF
12993 cat confdefs.h >>conftest.$ac_ext
12994 cat >>conftest.$ac_ext <<_ACEOF
12995 /* end confdefs.h. */
12997 /* Override any GCC internal prototype to avoid an error.
12998 Use char because int might match the return type of a GCC
12999 builtin and then its argument prototype would still apply. */
13000 #ifdef __cplusplus
13001 extern "C"
13002 #endif
13003 char waddch ();
13005 main ()
13007 return waddch ();
13009 return 0;
13011 _ACEOF
13012 rm -f conftest.$ac_objext conftest$ac_exeext
13013 if { (ac_try="$ac_link"
13014 case "(($ac_try" in
13015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13016 *) ac_try_echo=$ac_try;;
13017 esac
13018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13019 (eval "$ac_link") 2>conftest.er1
13020 ac_status=$?
13021 grep -v '^ *+' conftest.er1 >conftest.err
13022 rm -f conftest.er1
13023 cat conftest.err >&5
13024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13025 (exit $ac_status); } && {
13026 test -z "$ac_c_werror_flag" ||
13027 test ! -s conftest.err
13028 } && test -s conftest$ac_exeext &&
13029 $as_test_x conftest$ac_exeext; then
13030 case "$LIBEXT" in
13031 dll) ;;
13032 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'` ;;
13033 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13034 esac
13035 else
13036 echo "$as_me: failed program was:" >&5
13037 sed 's/^/| /' conftest.$ac_ext >&5
13042 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13043 conftest$ac_exeext conftest.$ac_ext
13044 LIBS=$ac_check_soname_save_LIBS
13046 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13047 { echo "$as_me:$LINENO: result: not found" >&5
13048 echo "${ECHO_T}not found" >&6; }
13050 else
13051 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13052 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13054 cat >>confdefs.h <<_ACEOF
13055 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13056 _ACEOF
13058 CURSESLIBS="-lncurses"
13061 elif test "$ac_cv_header_curses_h" = "yes"
13062 then
13063 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13064 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13065 if test "${ac_cv_lib_soname_curses+set}" = set; then
13066 echo $ECHO_N "(cached) $ECHO_C" >&6
13067 else
13068 ac_check_soname_save_LIBS=$LIBS
13069 LIBS="-lcurses $LIBS"
13070 cat >conftest.$ac_ext <<_ACEOF
13071 /* confdefs.h. */
13072 _ACEOF
13073 cat confdefs.h >>conftest.$ac_ext
13074 cat >>conftest.$ac_ext <<_ACEOF
13075 /* end confdefs.h. */
13077 /* Override any GCC internal prototype to avoid an error.
13078 Use char because int might match the return type of a GCC
13079 builtin and then its argument prototype would still apply. */
13080 #ifdef __cplusplus
13081 extern "C"
13082 #endif
13083 char waddch ();
13085 main ()
13087 return waddch ();
13089 return 0;
13091 _ACEOF
13092 rm -f conftest.$ac_objext conftest$ac_exeext
13093 if { (ac_try="$ac_link"
13094 case "(($ac_try" in
13095 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13096 *) ac_try_echo=$ac_try;;
13097 esac
13098 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13099 (eval "$ac_link") 2>conftest.er1
13100 ac_status=$?
13101 grep -v '^ *+' conftest.er1 >conftest.err
13102 rm -f conftest.er1
13103 cat conftest.err >&5
13104 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13105 (exit $ac_status); } && {
13106 test -z "$ac_c_werror_flag" ||
13107 test ! -s conftest.err
13108 } && test -s conftest$ac_exeext &&
13109 $as_test_x conftest$ac_exeext; then
13110 case "$LIBEXT" in
13111 dll) ;;
13112 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'` ;;
13113 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13114 esac
13115 else
13116 echo "$as_me: failed program was:" >&5
13117 sed 's/^/| /' conftest.$ac_ext >&5
13122 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13123 conftest$ac_exeext conftest.$ac_ext
13124 LIBS=$ac_check_soname_save_LIBS
13126 if test "x$ac_cv_lib_soname_curses" = "x"; then
13127 { echo "$as_me:$LINENO: result: not found" >&5
13128 echo "${ECHO_T}not found" >&6; }
13130 else
13131 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13132 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13134 cat >>confdefs.h <<_ACEOF
13135 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13136 _ACEOF
13138 CURSESLIBS="-lcurses"
13142 ac_save_LIBS="$LIBS"
13143 LIBS="$LIBS $CURSESLIBS"
13145 for ac_func in mousemask
13147 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13148 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13149 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13150 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13151 echo $ECHO_N "(cached) $ECHO_C" >&6
13152 else
13153 cat >conftest.$ac_ext <<_ACEOF
13154 /* confdefs.h. */
13155 _ACEOF
13156 cat confdefs.h >>conftest.$ac_ext
13157 cat >>conftest.$ac_ext <<_ACEOF
13158 /* end confdefs.h. */
13159 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13160 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13161 #define $ac_func innocuous_$ac_func
13163 /* System header to define __stub macros and hopefully few prototypes,
13164 which can conflict with char $ac_func (); below.
13165 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13166 <limits.h> exists even on freestanding compilers. */
13168 #ifdef __STDC__
13169 # include <limits.h>
13170 #else
13171 # include <assert.h>
13172 #endif
13174 #undef $ac_func
13176 /* Override any GCC internal prototype to avoid an error.
13177 Use char because int might match the return type of a GCC
13178 builtin and then its argument prototype would still apply. */
13179 #ifdef __cplusplus
13180 extern "C"
13181 #endif
13182 char $ac_func ();
13183 /* The GNU C library defines this for functions which it implements
13184 to always fail with ENOSYS. Some functions are actually named
13185 something starting with __ and the normal name is an alias. */
13186 #if defined __stub_$ac_func || defined __stub___$ac_func
13187 choke me
13188 #endif
13191 main ()
13193 return $ac_func ();
13195 return 0;
13197 _ACEOF
13198 rm -f conftest.$ac_objext conftest$ac_exeext
13199 if { (ac_try="$ac_link"
13200 case "(($ac_try" in
13201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13202 *) ac_try_echo=$ac_try;;
13203 esac
13204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13205 (eval "$ac_link") 2>conftest.er1
13206 ac_status=$?
13207 grep -v '^ *+' conftest.er1 >conftest.err
13208 rm -f conftest.er1
13209 cat conftest.err >&5
13210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13211 (exit $ac_status); } && {
13212 test -z "$ac_c_werror_flag" ||
13213 test ! -s conftest.err
13214 } && test -s conftest$ac_exeext &&
13215 $as_test_x conftest$ac_exeext; then
13216 eval "$as_ac_var=yes"
13217 else
13218 echo "$as_me: failed program was:" >&5
13219 sed 's/^/| /' conftest.$ac_ext >&5
13221 eval "$as_ac_var=no"
13224 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13225 conftest$ac_exeext conftest.$ac_ext
13227 ac_res=`eval echo '${'$as_ac_var'}'`
13228 { echo "$as_me:$LINENO: result: $ac_res" >&5
13229 echo "${ECHO_T}$ac_res" >&6; }
13230 if test `eval echo '${'$as_ac_var'}'` = yes; then
13231 cat >>confdefs.h <<_ACEOF
13232 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13233 _ACEOF
13236 done
13238 LIBS="$ac_save_LIBS"
13239 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13240 case "x$with_curses" in
13241 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13242 xno) ;;
13243 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13244 This is an error since --with-curses was requested." >&5
13245 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13246 This is an error since --with-curses was requested." >&2;}
13247 { (exit 1); exit 1; }; } ;;
13248 esac
13252 # Extract the first word of "sane-config", so it can be a program name with args.
13253 set dummy sane-config; ac_word=$2
13254 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13255 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13256 if test "${ac_cv_prog_sane_devel+set}" = set; then
13257 echo $ECHO_N "(cached) $ECHO_C" >&6
13258 else
13259 if test -n "$sane_devel"; then
13260 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13261 else
13262 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13263 for as_dir in $PATH
13265 IFS=$as_save_IFS
13266 test -z "$as_dir" && as_dir=.
13267 for ac_exec_ext in '' $ac_executable_extensions; do
13268 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13269 ac_cv_prog_sane_devel="sane-config"
13270 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13271 break 2
13273 done
13274 done
13275 IFS=$as_save_IFS
13277 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13280 sane_devel=$ac_cv_prog_sane_devel
13281 if test -n "$sane_devel"; then
13282 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13283 echo "${ECHO_T}$sane_devel" >&6; }
13284 else
13285 { echo "$as_me:$LINENO: result: no" >&5
13286 echo "${ECHO_T}no" >&6; }
13290 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13291 then
13292 ac_sane_incl="`$sane_devel --cflags`"
13293 ac_sane_libs="`$sane_devel --ldflags`"
13294 ac_save_CPPFLAGS="$CPPFLAGS"
13295 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13296 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13297 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13298 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13299 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13300 echo $ECHO_N "(cached) $ECHO_C" >&6
13302 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13303 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13304 else
13305 # Is the header compilable?
13306 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13307 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13308 cat >conftest.$ac_ext <<_ACEOF
13309 /* confdefs.h. */
13310 _ACEOF
13311 cat confdefs.h >>conftest.$ac_ext
13312 cat >>conftest.$ac_ext <<_ACEOF
13313 /* end confdefs.h. */
13314 $ac_includes_default
13315 #include <sane/sane.h>
13316 _ACEOF
13317 rm -f conftest.$ac_objext
13318 if { (ac_try="$ac_compile"
13319 case "(($ac_try" in
13320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13321 *) ac_try_echo=$ac_try;;
13322 esac
13323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13324 (eval "$ac_compile") 2>conftest.er1
13325 ac_status=$?
13326 grep -v '^ *+' conftest.er1 >conftest.err
13327 rm -f conftest.er1
13328 cat conftest.err >&5
13329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13330 (exit $ac_status); } && {
13331 test -z "$ac_c_werror_flag" ||
13332 test ! -s conftest.err
13333 } && test -s conftest.$ac_objext; then
13334 ac_header_compiler=yes
13335 else
13336 echo "$as_me: failed program was:" >&5
13337 sed 's/^/| /' conftest.$ac_ext >&5
13339 ac_header_compiler=no
13342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13343 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13344 echo "${ECHO_T}$ac_header_compiler" >&6; }
13346 # Is the header present?
13347 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13348 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13349 cat >conftest.$ac_ext <<_ACEOF
13350 /* confdefs.h. */
13351 _ACEOF
13352 cat confdefs.h >>conftest.$ac_ext
13353 cat >>conftest.$ac_ext <<_ACEOF
13354 /* end confdefs.h. */
13355 #include <sane/sane.h>
13356 _ACEOF
13357 if { (ac_try="$ac_cpp conftest.$ac_ext"
13358 case "(($ac_try" in
13359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13360 *) ac_try_echo=$ac_try;;
13361 esac
13362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13363 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13364 ac_status=$?
13365 grep -v '^ *+' conftest.er1 >conftest.err
13366 rm -f conftest.er1
13367 cat conftest.err >&5
13368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13369 (exit $ac_status); } >/dev/null && {
13370 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13371 test ! -s conftest.err
13372 }; then
13373 ac_header_preproc=yes
13374 else
13375 echo "$as_me: failed program was:" >&5
13376 sed 's/^/| /' conftest.$ac_ext >&5
13378 ac_header_preproc=no
13381 rm -f conftest.err conftest.$ac_ext
13382 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13383 echo "${ECHO_T}$ac_header_preproc" >&6; }
13385 # So? What about this header?
13386 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13387 yes:no: )
13388 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13389 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13390 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13391 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13392 ac_header_preproc=yes
13394 no:yes:* )
13395 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13396 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13397 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13398 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13399 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13400 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13401 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13402 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13403 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13404 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13405 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13406 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13407 ( cat <<\_ASBOX
13408 ## ------------------------------------ ##
13409 ## Report this to wine-devel@winehq.org ##
13410 ## ------------------------------------ ##
13411 _ASBOX
13412 ) | sed "s/^/$as_me: WARNING: /" >&2
13414 esac
13415 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13416 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13417 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13418 echo $ECHO_N "(cached) $ECHO_C" >&6
13419 else
13420 ac_cv_header_sane_sane_h=$ac_header_preproc
13422 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13423 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13426 if test $ac_cv_header_sane_sane_h = yes; then
13427 { echo "$as_me:$LINENO: checking for -lsane" >&5
13428 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13429 if test "${ac_cv_lib_soname_sane+set}" = set; then
13430 echo $ECHO_N "(cached) $ECHO_C" >&6
13431 else
13432 ac_check_soname_save_LIBS=$LIBS
13433 LIBS="-lsane $ac_sane_libs $LIBS"
13434 cat >conftest.$ac_ext <<_ACEOF
13435 /* confdefs.h. */
13436 _ACEOF
13437 cat confdefs.h >>conftest.$ac_ext
13438 cat >>conftest.$ac_ext <<_ACEOF
13439 /* end confdefs.h. */
13441 /* Override any GCC internal prototype to avoid an error.
13442 Use char because int might match the return type of a GCC
13443 builtin and then its argument prototype would still apply. */
13444 #ifdef __cplusplus
13445 extern "C"
13446 #endif
13447 char sane_init ();
13449 main ()
13451 return sane_init ();
13453 return 0;
13455 _ACEOF
13456 rm -f conftest.$ac_objext conftest$ac_exeext
13457 if { (ac_try="$ac_link"
13458 case "(($ac_try" in
13459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13460 *) ac_try_echo=$ac_try;;
13461 esac
13462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13463 (eval "$ac_link") 2>conftest.er1
13464 ac_status=$?
13465 grep -v '^ *+' conftest.er1 >conftest.err
13466 rm -f conftest.er1
13467 cat conftest.err >&5
13468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13469 (exit $ac_status); } && {
13470 test -z "$ac_c_werror_flag" ||
13471 test ! -s conftest.err
13472 } && test -s conftest$ac_exeext &&
13473 $as_test_x conftest$ac_exeext; then
13474 case "$LIBEXT" in
13475 dll) ;;
13476 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'` ;;
13477 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13478 esac
13479 else
13480 echo "$as_me: failed program was:" >&5
13481 sed 's/^/| /' conftest.$ac_ext >&5
13486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13487 conftest$ac_exeext conftest.$ac_ext
13488 LIBS=$ac_check_soname_save_LIBS
13490 if test "x$ac_cv_lib_soname_sane" = "x"; then
13491 { echo "$as_me:$LINENO: result: not found" >&5
13492 echo "${ECHO_T}not found" >&6; }
13494 else
13495 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13496 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13498 cat >>confdefs.h <<_ACEOF
13499 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13500 _ACEOF
13502 SANEINCL="$ac_sane_incl"
13509 CPPFLAGS="$ac_save_CPPFLAGS"
13511 if test "x$ac_cv_lib_soname_sane" = "x"; then
13512 case "x$with_sane" in
13513 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13514 xno) ;;
13515 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13516 This is an error since --with-sane was requested." >&5
13517 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13518 This is an error since --with-sane was requested." >&2;}
13519 { (exit 1); exit 1; }; } ;;
13520 esac
13524 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13525 set dummy gphoto2-config; ac_word=$2
13526 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13527 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13528 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13529 echo $ECHO_N "(cached) $ECHO_C" >&6
13530 else
13531 if test -n "$gphoto2_devel"; then
13532 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13533 else
13534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13535 for as_dir in $PATH
13537 IFS=$as_save_IFS
13538 test -z "$as_dir" && as_dir=.
13539 for ac_exec_ext in '' $ac_executable_extensions; do
13540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13541 ac_cv_prog_gphoto2_devel="gphoto2-config"
13542 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13543 break 2
13545 done
13546 done
13547 IFS=$as_save_IFS
13549 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13552 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13553 if test -n "$gphoto2_devel"; then
13554 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13555 echo "${ECHO_T}$gphoto2_devel" >&6; }
13556 else
13557 { echo "$as_me:$LINENO: result: no" >&5
13558 echo "${ECHO_T}no" >&6; }
13562 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13563 set dummy gphoto2-port-config; ac_word=$2
13564 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13565 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13566 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13567 echo $ECHO_N "(cached) $ECHO_C" >&6
13568 else
13569 if test -n "$gphoto2port_devel"; then
13570 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13571 else
13572 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13573 for as_dir in $PATH
13575 IFS=$as_save_IFS
13576 test -z "$as_dir" && as_dir=.
13577 for ac_exec_ext in '' $ac_executable_extensions; do
13578 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13579 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13580 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13581 break 2
13583 done
13584 done
13585 IFS=$as_save_IFS
13587 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13590 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13591 if test -n "$gphoto2port_devel"; then
13592 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13593 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13594 else
13595 { echo "$as_me:$LINENO: result: no" >&5
13596 echo "${ECHO_T}no" >&6; }
13600 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13601 then
13602 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13603 ac_gphoto2_libs=""
13604 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13606 case "$i" in
13607 -L/usr/lib|-L/usr/lib64) ;;
13608 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13609 esac
13610 done
13611 ac_save_CPPFLAGS="$CPPFLAGS"
13612 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13613 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13614 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13615 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13616 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13617 echo $ECHO_N "(cached) $ECHO_C" >&6
13619 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13620 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13621 else
13622 # Is the header compilable?
13623 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13624 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13625 cat >conftest.$ac_ext <<_ACEOF
13626 /* confdefs.h. */
13627 _ACEOF
13628 cat confdefs.h >>conftest.$ac_ext
13629 cat >>conftest.$ac_ext <<_ACEOF
13630 /* end confdefs.h. */
13631 $ac_includes_default
13632 #include <gphoto2-camera.h>
13633 _ACEOF
13634 rm -f conftest.$ac_objext
13635 if { (ac_try="$ac_compile"
13636 case "(($ac_try" in
13637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13638 *) ac_try_echo=$ac_try;;
13639 esac
13640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13641 (eval "$ac_compile") 2>conftest.er1
13642 ac_status=$?
13643 grep -v '^ *+' conftest.er1 >conftest.err
13644 rm -f conftest.er1
13645 cat conftest.err >&5
13646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13647 (exit $ac_status); } && {
13648 test -z "$ac_c_werror_flag" ||
13649 test ! -s conftest.err
13650 } && test -s conftest.$ac_objext; then
13651 ac_header_compiler=yes
13652 else
13653 echo "$as_me: failed program was:" >&5
13654 sed 's/^/| /' conftest.$ac_ext >&5
13656 ac_header_compiler=no
13659 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13660 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13661 echo "${ECHO_T}$ac_header_compiler" >&6; }
13663 # Is the header present?
13664 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13665 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13666 cat >conftest.$ac_ext <<_ACEOF
13667 /* confdefs.h. */
13668 _ACEOF
13669 cat confdefs.h >>conftest.$ac_ext
13670 cat >>conftest.$ac_ext <<_ACEOF
13671 /* end confdefs.h. */
13672 #include <gphoto2-camera.h>
13673 _ACEOF
13674 if { (ac_try="$ac_cpp conftest.$ac_ext"
13675 case "(($ac_try" in
13676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13677 *) ac_try_echo=$ac_try;;
13678 esac
13679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13680 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13681 ac_status=$?
13682 grep -v '^ *+' conftest.er1 >conftest.err
13683 rm -f conftest.er1
13684 cat conftest.err >&5
13685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13686 (exit $ac_status); } >/dev/null && {
13687 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13688 test ! -s conftest.err
13689 }; then
13690 ac_header_preproc=yes
13691 else
13692 echo "$as_me: failed program was:" >&5
13693 sed 's/^/| /' conftest.$ac_ext >&5
13695 ac_header_preproc=no
13698 rm -f conftest.err conftest.$ac_ext
13699 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13700 echo "${ECHO_T}$ac_header_preproc" >&6; }
13702 # So? What about this header?
13703 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13704 yes:no: )
13705 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13706 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13707 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13708 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13709 ac_header_preproc=yes
13711 no:yes:* )
13712 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13713 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13714 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13715 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13716 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13717 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13718 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13719 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13720 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13721 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13722 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13723 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13724 ( cat <<\_ASBOX
13725 ## ------------------------------------ ##
13726 ## Report this to wine-devel@winehq.org ##
13727 ## ------------------------------------ ##
13728 _ASBOX
13729 ) | sed "s/^/$as_me: WARNING: /" >&2
13731 esac
13732 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13733 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13734 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13735 echo $ECHO_N "(cached) $ECHO_C" >&6
13736 else
13737 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13739 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13740 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13743 if test $ac_cv_header_gphoto2_camera_h = yes; then
13744 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13745 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13746 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13747 echo $ECHO_N "(cached) $ECHO_C" >&6
13748 else
13749 ac_check_lib_save_LIBS=$LIBS
13750 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13751 cat >conftest.$ac_ext <<_ACEOF
13752 /* confdefs.h. */
13753 _ACEOF
13754 cat confdefs.h >>conftest.$ac_ext
13755 cat >>conftest.$ac_ext <<_ACEOF
13756 /* end confdefs.h. */
13758 /* Override any GCC internal prototype to avoid an error.
13759 Use char because int might match the return type of a GCC
13760 builtin and then its argument prototype would still apply. */
13761 #ifdef __cplusplus
13762 extern "C"
13763 #endif
13764 char gp_camera_new ();
13766 main ()
13768 return gp_camera_new ();
13770 return 0;
13772 _ACEOF
13773 rm -f conftest.$ac_objext conftest$ac_exeext
13774 if { (ac_try="$ac_link"
13775 case "(($ac_try" in
13776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13777 *) ac_try_echo=$ac_try;;
13778 esac
13779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13780 (eval "$ac_link") 2>conftest.er1
13781 ac_status=$?
13782 grep -v '^ *+' conftest.er1 >conftest.err
13783 rm -f conftest.er1
13784 cat conftest.err >&5
13785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13786 (exit $ac_status); } && {
13787 test -z "$ac_c_werror_flag" ||
13788 test ! -s conftest.err
13789 } && test -s conftest$ac_exeext &&
13790 $as_test_x conftest$ac_exeext; then
13791 ac_cv_lib_gphoto2_gp_camera_new=yes
13792 else
13793 echo "$as_me: failed program was:" >&5
13794 sed 's/^/| /' conftest.$ac_ext >&5
13796 ac_cv_lib_gphoto2_gp_camera_new=no
13799 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13800 conftest$ac_exeext conftest.$ac_ext
13801 LIBS=$ac_check_lib_save_LIBS
13803 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13804 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13805 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13807 cat >>confdefs.h <<\_ACEOF
13808 #define HAVE_GPHOTO2 1
13809 _ACEOF
13811 GPHOTO2LIBS="$ac_gphoto2_libs"
13813 GPHOTO2INCL="$ac_gphoto2_incl"
13820 CPPFLAGS="$ac_save_CPPFLAGS"
13822 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13823 case "x$with_gphoto" in
13824 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13825 xno) ;;
13826 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13827 This is an error since --with-gphoto was requested." >&5
13828 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13829 This is an error since --with-gphoto was requested." >&2;}
13830 { (exit 1); exit 1; }; } ;;
13831 esac
13836 RESOLVLIBS=""
13838 if test "$ac_cv_header_resolv_h" = "yes"
13839 then
13840 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13841 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13842 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13843 echo $ECHO_N "(cached) $ECHO_C" >&6
13844 else
13845 ac_check_lib_save_LIBS=$LIBS
13846 LIBS="-lresolv $LIBS"
13847 cat >conftest.$ac_ext <<_ACEOF
13848 /* confdefs.h. */
13849 _ACEOF
13850 cat confdefs.h >>conftest.$ac_ext
13851 cat >>conftest.$ac_ext <<_ACEOF
13852 /* end confdefs.h. */
13854 /* Override any GCC internal prototype to avoid an error.
13855 Use char because int might match the return type of a GCC
13856 builtin and then its argument prototype would still apply. */
13857 #ifdef __cplusplus
13858 extern "C"
13859 #endif
13860 char res_query ();
13862 main ()
13864 return res_query ();
13866 return 0;
13868 _ACEOF
13869 rm -f conftest.$ac_objext conftest$ac_exeext
13870 if { (ac_try="$ac_link"
13871 case "(($ac_try" in
13872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13873 *) ac_try_echo=$ac_try;;
13874 esac
13875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13876 (eval "$ac_link") 2>conftest.er1
13877 ac_status=$?
13878 grep -v '^ *+' conftest.er1 >conftest.err
13879 rm -f conftest.er1
13880 cat conftest.err >&5
13881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13882 (exit $ac_status); } && {
13883 test -z "$ac_c_werror_flag" ||
13884 test ! -s conftest.err
13885 } && test -s conftest$ac_exeext &&
13886 $as_test_x conftest$ac_exeext; then
13887 ac_cv_lib_resolv_res_query=yes
13888 else
13889 echo "$as_me: failed program was:" >&5
13890 sed 's/^/| /' conftest.$ac_ext >&5
13892 ac_cv_lib_resolv_res_query=no
13895 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13896 conftest$ac_exeext conftest.$ac_ext
13897 LIBS=$ac_check_lib_save_LIBS
13899 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13900 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13901 if test $ac_cv_lib_resolv_res_query = yes; then
13903 cat >>confdefs.h <<\_ACEOF
13904 #define HAVE_RESOLV 1
13905 _ACEOF
13907 RESOLVLIBS="-lresolv"
13912 LCMSLIBS=""
13914 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13915 then
13916 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13917 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13918 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13919 echo $ECHO_N "(cached) $ECHO_C" >&6
13920 else
13921 ac_check_lib_save_LIBS=$LIBS
13922 LIBS="-llcms $LIBS"
13923 cat >conftest.$ac_ext <<_ACEOF
13924 /* confdefs.h. */
13925 _ACEOF
13926 cat confdefs.h >>conftest.$ac_ext
13927 cat >>conftest.$ac_ext <<_ACEOF
13928 /* end confdefs.h. */
13930 /* Override any GCC internal prototype to avoid an error.
13931 Use char because int might match the return type of a GCC
13932 builtin and then its argument prototype would still apply. */
13933 #ifdef __cplusplus
13934 extern "C"
13935 #endif
13936 char cmsOpenProfileFromFile ();
13938 main ()
13940 return cmsOpenProfileFromFile ();
13942 return 0;
13944 _ACEOF
13945 rm -f conftest.$ac_objext conftest$ac_exeext
13946 if { (ac_try="$ac_link"
13947 case "(($ac_try" in
13948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13949 *) ac_try_echo=$ac_try;;
13950 esac
13951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13952 (eval "$ac_link") 2>conftest.er1
13953 ac_status=$?
13954 grep -v '^ *+' conftest.er1 >conftest.err
13955 rm -f conftest.er1
13956 cat conftest.err >&5
13957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13958 (exit $ac_status); } && {
13959 test -z "$ac_c_werror_flag" ||
13960 test ! -s conftest.err
13961 } && test -s conftest$ac_exeext &&
13962 $as_test_x conftest$ac_exeext; then
13963 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13964 else
13965 echo "$as_me: failed program was:" >&5
13966 sed 's/^/| /' conftest.$ac_ext >&5
13968 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13971 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13972 conftest$ac_exeext conftest.$ac_ext
13973 LIBS=$ac_check_lib_save_LIBS
13975 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13976 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13977 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13979 cat >>confdefs.h <<\_ACEOF
13980 #define HAVE_LCMS 1
13981 _ACEOF
13983 LCMSLIBS="-llcms"
13987 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13988 case "x$with_cms" in
13989 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13990 xno) ;;
13991 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13992 This is an error since --with-cms was requested." >&5
13993 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13994 This is an error since --with-cms was requested." >&2;}
13995 { (exit 1); exit 1; }; } ;;
13996 esac
14000 for ac_prog in freetype-config freetype2-config
14002 # Extract the first word of "$ac_prog", so it can be a program name with args.
14003 set dummy $ac_prog; ac_word=$2
14004 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14005 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14006 if test "${ac_cv_prog_ft_devel+set}" = set; then
14007 echo $ECHO_N "(cached) $ECHO_C" >&6
14008 else
14009 if test -n "$ft_devel"; then
14010 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14011 else
14012 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14013 for as_dir in $PATH
14015 IFS=$as_save_IFS
14016 test -z "$as_dir" && as_dir=.
14017 for ac_exec_ext in '' $ac_executable_extensions; do
14018 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14019 ac_cv_prog_ft_devel="$ac_prog"
14020 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14021 break 2
14023 done
14024 done
14025 IFS=$as_save_IFS
14029 ft_devel=$ac_cv_prog_ft_devel
14030 if test -n "$ft_devel"; then
14031 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14032 echo "${ECHO_T}$ft_devel" >&6; }
14033 else
14034 { echo "$as_me:$LINENO: result: no" >&5
14035 echo "${ECHO_T}no" >&6; }
14039 test -n "$ft_devel" && break
14040 done
14041 test -n "$ft_devel" || ft_devel="false"
14043 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14044 then
14045 ac_freetype_libs=`$ft_devel --libs`
14046 ac_freetype_incl=`$ft_devel --cflags`
14047 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14048 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14049 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14050 echo $ECHO_N "(cached) $ECHO_C" >&6
14051 else
14052 ac_check_soname_save_LIBS=$LIBS
14053 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14054 cat >conftest.$ac_ext <<_ACEOF
14055 /* confdefs.h. */
14056 _ACEOF
14057 cat confdefs.h >>conftest.$ac_ext
14058 cat >>conftest.$ac_ext <<_ACEOF
14059 /* end confdefs.h. */
14061 /* Override any GCC internal prototype to avoid an error.
14062 Use char because int might match the return type of a GCC
14063 builtin and then its argument prototype would still apply. */
14064 #ifdef __cplusplus
14065 extern "C"
14066 #endif
14067 char FT_Init_FreeType ();
14069 main ()
14071 return FT_Init_FreeType ();
14073 return 0;
14075 _ACEOF
14076 rm -f conftest.$ac_objext conftest$ac_exeext
14077 if { (ac_try="$ac_link"
14078 case "(($ac_try" in
14079 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14080 *) ac_try_echo=$ac_try;;
14081 esac
14082 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14083 (eval "$ac_link") 2>conftest.er1
14084 ac_status=$?
14085 grep -v '^ *+' conftest.er1 >conftest.err
14086 rm -f conftest.er1
14087 cat conftest.err >&5
14088 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14089 (exit $ac_status); } && {
14090 test -z "$ac_c_werror_flag" ||
14091 test ! -s conftest.err
14092 } && test -s conftest$ac_exeext &&
14093 $as_test_x conftest$ac_exeext; then
14094 case "$LIBEXT" in
14095 dll) ;;
14096 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'` ;;
14097 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14098 esac
14099 else
14100 echo "$as_me: failed program was:" >&5
14101 sed 's/^/| /' conftest.$ac_ext >&5
14106 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14107 conftest$ac_exeext conftest.$ac_ext
14108 LIBS=$ac_check_soname_save_LIBS
14110 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14111 { echo "$as_me:$LINENO: result: not found" >&5
14112 echo "${ECHO_T}not found" >&6; }
14113 ft_lib=no
14114 else
14115 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14116 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14118 cat >>confdefs.h <<_ACEOF
14119 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14120 _ACEOF
14122 ft_lib=yes
14125 if test "$ft_lib" = "yes"
14126 then
14127 ac_save_CPPFLAGS="$CPPFLAGS"
14128 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14141 for ac_header in ft2build.h \
14142 freetype/freetype.h \
14143 freetype/ftglyph.h \
14144 freetype/fttypes.h \
14145 freetype/tttables.h \
14146 freetype/ftnames.h \
14147 freetype/ftsnames.h \
14148 freetype/ttnameid.h \
14149 freetype/ftoutln.h \
14150 freetype/ftwinfnt.h \
14151 freetype/ftmodapi.h \
14152 freetype/internal/sfnt.h
14154 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14155 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14156 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14157 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14158 echo $ECHO_N "(cached) $ECHO_C" >&6
14159 else
14160 cat >conftest.$ac_ext <<_ACEOF
14161 /* confdefs.h. */
14162 _ACEOF
14163 cat confdefs.h >>conftest.$ac_ext
14164 cat >>conftest.$ac_ext <<_ACEOF
14165 /* end confdefs.h. */
14166 #ifdef HAVE_FT2BUILD_H
14167 # include <ft2build.h>
14168 #endif
14170 #include <$ac_header>
14171 _ACEOF
14172 rm -f conftest.$ac_objext
14173 if { (ac_try="$ac_compile"
14174 case "(($ac_try" in
14175 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14176 *) ac_try_echo=$ac_try;;
14177 esac
14178 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14179 (eval "$ac_compile") 2>conftest.er1
14180 ac_status=$?
14181 grep -v '^ *+' conftest.er1 >conftest.err
14182 rm -f conftest.er1
14183 cat conftest.err >&5
14184 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14185 (exit $ac_status); } && {
14186 test -z "$ac_c_werror_flag" ||
14187 test ! -s conftest.err
14188 } && test -s conftest.$ac_objext; then
14189 eval "$as_ac_Header=yes"
14190 else
14191 echo "$as_me: failed program was:" >&5
14192 sed 's/^/| /' conftest.$ac_ext >&5
14194 eval "$as_ac_Header=no"
14197 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14199 ac_res=`eval echo '${'$as_ac_Header'}'`
14200 { echo "$as_me:$LINENO: result: $ac_res" >&5
14201 echo "${ECHO_T}$ac_res" >&6; }
14202 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14203 cat >>confdefs.h <<_ACEOF
14204 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14205 _ACEOF
14209 done
14211 cat >conftest.$ac_ext <<_ACEOF
14212 /* confdefs.h. */
14213 _ACEOF
14214 cat confdefs.h >>conftest.$ac_ext
14215 cat >>conftest.$ac_ext <<_ACEOF
14216 /* end confdefs.h. */
14217 #include <ft2build.h>
14218 #include <freetype/fttrigon.h>
14219 _ACEOF
14220 if { (ac_try="$ac_cpp conftest.$ac_ext"
14221 case "(($ac_try" in
14222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14223 *) ac_try_echo=$ac_try;;
14224 esac
14225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14226 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14227 ac_status=$?
14228 grep -v '^ *+' conftest.er1 >conftest.err
14229 rm -f conftest.er1
14230 cat conftest.err >&5
14231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14232 (exit $ac_status); } >/dev/null && {
14233 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14234 test ! -s conftest.err
14235 }; then
14237 cat >>confdefs.h <<\_ACEOF
14238 #define HAVE_FREETYPE_FTTRIGON_H 1
14239 _ACEOF
14241 wine_cv_fttrigon=yes
14242 else
14243 echo "$as_me: failed program was:" >&5
14244 sed 's/^/| /' conftest.$ac_ext >&5
14246 wine_cv_fttrigon=no
14249 rm -f conftest.err conftest.$ac_ext
14250 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14251 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14252 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14253 echo $ECHO_N "(cached) $ECHO_C" >&6
14254 else
14255 cat >conftest.$ac_ext <<_ACEOF
14256 /* confdefs.h. */
14257 _ACEOF
14258 cat confdefs.h >>conftest.$ac_ext
14259 cat >>conftest.$ac_ext <<_ACEOF
14260 /* end confdefs.h. */
14261 #include <freetype/ftmodapi.h>
14263 typedef FT_TrueTypeEngineType ac__type_new_;
14265 main ()
14267 if ((ac__type_new_ *) 0)
14268 return 0;
14269 if (sizeof (ac__type_new_))
14270 return 0;
14272 return 0;
14274 _ACEOF
14275 rm -f conftest.$ac_objext
14276 if { (ac_try="$ac_compile"
14277 case "(($ac_try" in
14278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14279 *) ac_try_echo=$ac_try;;
14280 esac
14281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14282 (eval "$ac_compile") 2>conftest.er1
14283 ac_status=$?
14284 grep -v '^ *+' conftest.er1 >conftest.err
14285 rm -f conftest.er1
14286 cat conftest.err >&5
14287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14288 (exit $ac_status); } && {
14289 test -z "$ac_c_werror_flag" ||
14290 test ! -s conftest.err
14291 } && test -s conftest.$ac_objext; then
14292 ac_cv_type_FT_TrueTypeEngineType=yes
14293 else
14294 echo "$as_me: failed program was:" >&5
14295 sed 's/^/| /' conftest.$ac_ext >&5
14297 ac_cv_type_FT_TrueTypeEngineType=no
14300 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14302 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14303 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14304 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14306 cat >>confdefs.h <<_ACEOF
14307 #define HAVE_FT_TRUETYPEENGINETYPE 1
14308 _ACEOF
14313 ac_save_CFLAGS="$CFLAGS"
14314 CFLAGS="$CFLAGS $ac_freetype_libs"
14316 for ac_func in FT_Load_Sfnt_Table
14318 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14319 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14320 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14321 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14322 echo $ECHO_N "(cached) $ECHO_C" >&6
14323 else
14324 cat >conftest.$ac_ext <<_ACEOF
14325 /* confdefs.h. */
14326 _ACEOF
14327 cat confdefs.h >>conftest.$ac_ext
14328 cat >>conftest.$ac_ext <<_ACEOF
14329 /* end confdefs.h. */
14330 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14331 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14332 #define $ac_func innocuous_$ac_func
14334 /* System header to define __stub macros and hopefully few prototypes,
14335 which can conflict with char $ac_func (); below.
14336 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14337 <limits.h> exists even on freestanding compilers. */
14339 #ifdef __STDC__
14340 # include <limits.h>
14341 #else
14342 # include <assert.h>
14343 #endif
14345 #undef $ac_func
14347 /* Override any GCC internal prototype to avoid an error.
14348 Use char because int might match the return type of a GCC
14349 builtin and then its argument prototype would still apply. */
14350 #ifdef __cplusplus
14351 extern "C"
14352 #endif
14353 char $ac_func ();
14354 /* The GNU C library defines this for functions which it implements
14355 to always fail with ENOSYS. Some functions are actually named
14356 something starting with __ and the normal name is an alias. */
14357 #if defined __stub_$ac_func || defined __stub___$ac_func
14358 choke me
14359 #endif
14362 main ()
14364 return $ac_func ();
14366 return 0;
14368 _ACEOF
14369 rm -f conftest.$ac_objext conftest$ac_exeext
14370 if { (ac_try="$ac_link"
14371 case "(($ac_try" in
14372 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14373 *) ac_try_echo=$ac_try;;
14374 esac
14375 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14376 (eval "$ac_link") 2>conftest.er1
14377 ac_status=$?
14378 grep -v '^ *+' conftest.er1 >conftest.err
14379 rm -f conftest.er1
14380 cat conftest.err >&5
14381 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14382 (exit $ac_status); } && {
14383 test -z "$ac_c_werror_flag" ||
14384 test ! -s conftest.err
14385 } && test -s conftest$ac_exeext &&
14386 $as_test_x conftest$ac_exeext; then
14387 eval "$as_ac_var=yes"
14388 else
14389 echo "$as_me: failed program was:" >&5
14390 sed 's/^/| /' conftest.$ac_ext >&5
14392 eval "$as_ac_var=no"
14395 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14396 conftest$ac_exeext conftest.$ac_ext
14398 ac_res=`eval echo '${'$as_ac_var'}'`
14399 { echo "$as_me:$LINENO: result: $ac_res" >&5
14400 echo "${ECHO_T}$ac_res" >&6; }
14401 if test `eval echo '${'$as_ac_var'}'` = yes; then
14402 cat >>confdefs.h <<_ACEOF
14403 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14404 _ACEOF
14407 done
14409 CFLAGS="$ac_save_CFLAGS"
14410 CPPFLAGS="$ac_save_CPPFLAGS"
14411 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14412 then
14414 cat >>confdefs.h <<\_ACEOF
14415 #define HAVE_FREETYPE 1
14416 _ACEOF
14418 FREETYPELIBS="$ac_freetype_libs"
14420 FREETYPEINCL="$ac_freetype_incl"
14425 if test "x$FREETYPELIBS" = "x"; then
14426 case "x$with_freetype" in
14427 xno) ;;
14428 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14429 Fonts will not be built. Dialog text may be invisible or unaligned.
14430 Use the --without-freetype option if you really want this." >&5
14431 echo "$as_me: error: FreeType development files not found.
14432 Fonts will not be built. Dialog text may be invisible or unaligned.
14433 Use the --without-freetype option if you really want this." >&2;}
14434 { (exit 1); exit 1; }; } ;;
14435 esac
14438 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14440 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14441 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14442 if test "${ac_cv_c_ppdev+set}" = set; then
14443 echo $ECHO_N "(cached) $ECHO_C" >&6
14444 else
14445 cat >conftest.$ac_ext <<_ACEOF
14446 /* confdefs.h. */
14447 _ACEOF
14448 cat confdefs.h >>conftest.$ac_ext
14449 cat >>conftest.$ac_ext <<_ACEOF
14450 /* end confdefs.h. */
14451 #include <linux/ppdev.h>
14453 main ()
14455 ioctl (1,PPCLAIM,0)
14457 return 0;
14459 _ACEOF
14460 rm -f conftest.$ac_objext
14461 if { (ac_try="$ac_compile"
14462 case "(($ac_try" in
14463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14464 *) ac_try_echo=$ac_try;;
14465 esac
14466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14467 (eval "$ac_compile") 2>conftest.er1
14468 ac_status=$?
14469 grep -v '^ *+' conftest.er1 >conftest.err
14470 rm -f conftest.er1
14471 cat conftest.err >&5
14472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14473 (exit $ac_status); } && {
14474 test -z "$ac_c_werror_flag" ||
14475 test ! -s conftest.err
14476 } && test -s conftest.$ac_objext; then
14477 ac_cv_c_ppdev="yes"
14478 else
14479 echo "$as_me: failed program was:" >&5
14480 sed 's/^/| /' conftest.$ac_ext >&5
14482 ac_cv_c_ppdev="no"
14485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14487 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14488 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14489 if test "$ac_cv_c_ppdev" = "yes"
14490 then
14492 cat >>confdefs.h <<\_ACEOF
14493 #define HAVE_PPDEV 1
14494 _ACEOF
14498 { echo "$as_me:$LINENO: checking for va_copy" >&5
14499 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14500 if test "${ac_cv_c_va_copy+set}" = set; then
14501 echo $ECHO_N "(cached) $ECHO_C" >&6
14502 else
14503 cat >conftest.$ac_ext <<_ACEOF
14504 /* confdefs.h. */
14505 _ACEOF
14506 cat confdefs.h >>conftest.$ac_ext
14507 cat >>conftest.$ac_ext <<_ACEOF
14508 /* end confdefs.h. */
14509 #include <stdarg.h>
14511 main ()
14513 va_list ap1, ap2; va_copy(ap1,ap2);
14515 return 0;
14517 _ACEOF
14518 rm -f conftest.$ac_objext conftest$ac_exeext
14519 if { (ac_try="$ac_link"
14520 case "(($ac_try" in
14521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14522 *) ac_try_echo=$ac_try;;
14523 esac
14524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14525 (eval "$ac_link") 2>conftest.er1
14526 ac_status=$?
14527 grep -v '^ *+' conftest.er1 >conftest.err
14528 rm -f conftest.er1
14529 cat conftest.err >&5
14530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14531 (exit $ac_status); } && {
14532 test -z "$ac_c_werror_flag" ||
14533 test ! -s conftest.err
14534 } && test -s conftest$ac_exeext &&
14535 $as_test_x conftest$ac_exeext; then
14536 ac_cv_c_va_copy="yes"
14537 else
14538 echo "$as_me: failed program was:" >&5
14539 sed 's/^/| /' conftest.$ac_ext >&5
14541 ac_cv_c_va_copy="no"
14544 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14545 conftest$ac_exeext conftest.$ac_ext
14548 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14549 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14550 if test "$ac_cv_c_va_copy" = "yes"
14551 then
14553 cat >>confdefs.h <<\_ACEOF
14554 #define HAVE_VA_COPY 1
14555 _ACEOF
14558 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14559 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14560 if test "${ac_cv_c___va_copy+set}" = set; then
14561 echo $ECHO_N "(cached) $ECHO_C" >&6
14562 else
14563 cat >conftest.$ac_ext <<_ACEOF
14564 /* confdefs.h. */
14565 _ACEOF
14566 cat confdefs.h >>conftest.$ac_ext
14567 cat >>conftest.$ac_ext <<_ACEOF
14568 /* end confdefs.h. */
14569 #include <stdarg.h>
14571 main ()
14573 va_list ap1, ap2; __va_copy(ap1,ap2);
14575 return 0;
14577 _ACEOF
14578 rm -f conftest.$ac_objext conftest$ac_exeext
14579 if { (ac_try="$ac_link"
14580 case "(($ac_try" in
14581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14582 *) ac_try_echo=$ac_try;;
14583 esac
14584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14585 (eval "$ac_link") 2>conftest.er1
14586 ac_status=$?
14587 grep -v '^ *+' conftest.er1 >conftest.err
14588 rm -f conftest.er1
14589 cat conftest.err >&5
14590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14591 (exit $ac_status); } && {
14592 test -z "$ac_c_werror_flag" ||
14593 test ! -s conftest.err
14594 } && test -s conftest$ac_exeext &&
14595 $as_test_x conftest$ac_exeext; then
14596 ac_cv_c___va_copy="yes"
14597 else
14598 echo "$as_me: failed program was:" >&5
14599 sed 's/^/| /' conftest.$ac_ext >&5
14601 ac_cv_c___va_copy="no"
14604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14605 conftest$ac_exeext conftest.$ac_ext
14608 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14609 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14610 if test "$ac_cv_c___va_copy" = "yes"
14611 then
14613 cat >>confdefs.h <<\_ACEOF
14614 #define HAVE___VA_COPY 1
14615 _ACEOF
14619 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14620 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14621 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14622 echo $ECHO_N "(cached) $ECHO_C" >&6
14623 else
14624 cat >conftest.$ac_ext <<_ACEOF
14625 /* confdefs.h. */
14626 _ACEOF
14627 cat confdefs.h >>conftest.$ac_ext
14628 cat >>conftest.$ac_ext <<_ACEOF
14629 /* end confdefs.h. */
14630 #define _GNU_SOURCE
14631 #include <pthread.h>
14633 typedef pthread_rwlock_t ac__type_new_;
14635 main ()
14637 if ((ac__type_new_ *) 0)
14638 return 0;
14639 if (sizeof (ac__type_new_))
14640 return 0;
14642 return 0;
14644 _ACEOF
14645 rm -f conftest.$ac_objext
14646 if { (ac_try="$ac_compile"
14647 case "(($ac_try" in
14648 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14649 *) ac_try_echo=$ac_try;;
14650 esac
14651 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14652 (eval "$ac_compile") 2>conftest.er1
14653 ac_status=$?
14654 grep -v '^ *+' conftest.er1 >conftest.err
14655 rm -f conftest.er1
14656 cat conftest.err >&5
14657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14658 (exit $ac_status); } && {
14659 test -z "$ac_c_werror_flag" ||
14660 test ! -s conftest.err
14661 } && test -s conftest.$ac_objext; then
14662 ac_cv_type_pthread_rwlock_t=yes
14663 else
14664 echo "$as_me: failed program was:" >&5
14665 sed 's/^/| /' conftest.$ac_ext >&5
14667 ac_cv_type_pthread_rwlock_t=no
14670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14672 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14673 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14674 if test $ac_cv_type_pthread_rwlock_t = yes; then
14676 cat >>confdefs.h <<_ACEOF
14677 #define HAVE_PTHREAD_RWLOCK_T 1
14678 _ACEOF
14682 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14683 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14684 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14685 echo $ECHO_N "(cached) $ECHO_C" >&6
14686 else
14687 cat >conftest.$ac_ext <<_ACEOF
14688 /* confdefs.h. */
14689 _ACEOF
14690 cat confdefs.h >>conftest.$ac_ext
14691 cat >>conftest.$ac_ext <<_ACEOF
14692 /* end confdefs.h. */
14693 #define _GNU_SOURCE
14694 #include <pthread.h>
14696 typedef pthread_rwlockattr_t ac__type_new_;
14698 main ()
14700 if ((ac__type_new_ *) 0)
14701 return 0;
14702 if (sizeof (ac__type_new_))
14703 return 0;
14705 return 0;
14707 _ACEOF
14708 rm -f conftest.$ac_objext
14709 if { (ac_try="$ac_compile"
14710 case "(($ac_try" in
14711 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14712 *) ac_try_echo=$ac_try;;
14713 esac
14714 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14715 (eval "$ac_compile") 2>conftest.er1
14716 ac_status=$?
14717 grep -v '^ *+' conftest.er1 >conftest.err
14718 rm -f conftest.er1
14719 cat conftest.err >&5
14720 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14721 (exit $ac_status); } && {
14722 test -z "$ac_c_werror_flag" ||
14723 test ! -s conftest.err
14724 } && test -s conftest.$ac_objext; then
14725 ac_cv_type_pthread_rwlockattr_t=yes
14726 else
14727 echo "$as_me: failed program was:" >&5
14728 sed 's/^/| /' conftest.$ac_ext >&5
14730 ac_cv_type_pthread_rwlockattr_t=no
14733 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14735 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14736 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14737 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14739 cat >>confdefs.h <<_ACEOF
14740 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14741 _ACEOF
14747 ac_wine_check_funcs_save_LIBS="$LIBS"
14748 LIBS="$LIBS $LIBPTHREAD"
14753 for ac_func in \
14754 pthread_attr_get_np \
14755 pthread_getattr_np \
14756 pthread_get_stackaddr_np \
14757 pthread_get_stacksize_np
14759 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14760 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14761 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14762 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14763 echo $ECHO_N "(cached) $ECHO_C" >&6
14764 else
14765 cat >conftest.$ac_ext <<_ACEOF
14766 /* confdefs.h. */
14767 _ACEOF
14768 cat confdefs.h >>conftest.$ac_ext
14769 cat >>conftest.$ac_ext <<_ACEOF
14770 /* end confdefs.h. */
14771 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14772 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14773 #define $ac_func innocuous_$ac_func
14775 /* System header to define __stub macros and hopefully few prototypes,
14776 which can conflict with char $ac_func (); below.
14777 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14778 <limits.h> exists even on freestanding compilers. */
14780 #ifdef __STDC__
14781 # include <limits.h>
14782 #else
14783 # include <assert.h>
14784 #endif
14786 #undef $ac_func
14788 /* Override any GCC internal prototype to avoid an error.
14789 Use char because int might match the return type of a GCC
14790 builtin and then its argument prototype would still apply. */
14791 #ifdef __cplusplus
14792 extern "C"
14793 #endif
14794 char $ac_func ();
14795 /* The GNU C library defines this for functions which it implements
14796 to always fail with ENOSYS. Some functions are actually named
14797 something starting with __ and the normal name is an alias. */
14798 #if defined __stub_$ac_func || defined __stub___$ac_func
14799 choke me
14800 #endif
14803 main ()
14805 return $ac_func ();
14807 return 0;
14809 _ACEOF
14810 rm -f conftest.$ac_objext conftest$ac_exeext
14811 if { (ac_try="$ac_link"
14812 case "(($ac_try" in
14813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14814 *) ac_try_echo=$ac_try;;
14815 esac
14816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14817 (eval "$ac_link") 2>conftest.er1
14818 ac_status=$?
14819 grep -v '^ *+' conftest.er1 >conftest.err
14820 rm -f conftest.er1
14821 cat conftest.err >&5
14822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14823 (exit $ac_status); } && {
14824 test -z "$ac_c_werror_flag" ||
14825 test ! -s conftest.err
14826 } && test -s conftest$ac_exeext &&
14827 $as_test_x conftest$ac_exeext; then
14828 eval "$as_ac_var=yes"
14829 else
14830 echo "$as_me: failed program was:" >&5
14831 sed 's/^/| /' conftest.$ac_ext >&5
14833 eval "$as_ac_var=no"
14836 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14837 conftest$ac_exeext conftest.$ac_ext
14839 ac_res=`eval echo '${'$as_ac_var'}'`
14840 { echo "$as_me:$LINENO: result: $ac_res" >&5
14841 echo "${ECHO_T}$ac_res" >&6; }
14842 if test `eval echo '${'$as_ac_var'}'` = yes; then
14843 cat >>confdefs.h <<_ACEOF
14844 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14845 _ACEOF
14848 done
14850 LIBS="$ac_wine_check_funcs_save_LIBS"
14852 # Extract the first word of "esd-config", so it can be a program name with args.
14853 set dummy esd-config; ac_word=$2
14854 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14855 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14856 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14857 echo $ECHO_N "(cached) $ECHO_C" >&6
14858 else
14859 case $ESDCONFIG in
14860 [\\/]* | ?:[\\/]*)
14861 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14864 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14865 for as_dir in $PATH
14867 IFS=$as_save_IFS
14868 test -z "$as_dir" && as_dir=.
14869 for ac_exec_ext in '' $ac_executable_extensions; do
14870 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14871 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14872 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14873 break 2
14875 done
14876 done
14877 IFS=$as_save_IFS
14880 esac
14882 ESDCONFIG=$ac_cv_path_ESDCONFIG
14883 if test -n "$ESDCONFIG"; then
14884 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14885 echo "${ECHO_T}$ESDCONFIG" >&6; }
14886 else
14887 { echo "$as_me:$LINENO: result: no" >&5
14888 echo "${ECHO_T}no" >&6; }
14892 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14893 then
14894 ac_esd_incl=""
14895 for i in `$ESDCONFIG --cflags`
14897 case "$i" in
14898 -I*) ac_esd_incl="$ac_esd_incl $i";;
14899 esac
14900 done
14901 ac_esd_libs=`$ESDCONFIG --libs`
14902 save_CFLAGS="$CFLAGS"
14903 CFLAGS="$CFLAGS $ac_esd_incl"
14904 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14905 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14906 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14907 echo $ECHO_N "(cached) $ECHO_C" >&6
14908 else
14909 ac_check_lib_save_LIBS=$LIBS
14910 LIBS="-lesd $ac_esd_libs $LIBS"
14911 cat >conftest.$ac_ext <<_ACEOF
14912 /* confdefs.h. */
14913 _ACEOF
14914 cat confdefs.h >>conftest.$ac_ext
14915 cat >>conftest.$ac_ext <<_ACEOF
14916 /* end confdefs.h. */
14918 /* Override any GCC internal prototype to avoid an error.
14919 Use char because int might match the return type of a GCC
14920 builtin and then its argument prototype would still apply. */
14921 #ifdef __cplusplus
14922 extern "C"
14923 #endif
14924 char esd_open_sound ();
14926 main ()
14928 return esd_open_sound ();
14930 return 0;
14932 _ACEOF
14933 rm -f conftest.$ac_objext conftest$ac_exeext
14934 if { (ac_try="$ac_link"
14935 case "(($ac_try" in
14936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14937 *) ac_try_echo=$ac_try;;
14938 esac
14939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14940 (eval "$ac_link") 2>conftest.er1
14941 ac_status=$?
14942 grep -v '^ *+' conftest.er1 >conftest.err
14943 rm -f conftest.er1
14944 cat conftest.err >&5
14945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14946 (exit $ac_status); } && {
14947 test -z "$ac_c_werror_flag" ||
14948 test ! -s conftest.err
14949 } && test -s conftest$ac_exeext &&
14950 $as_test_x conftest$ac_exeext; then
14951 ac_cv_lib_esd_esd_open_sound=yes
14952 else
14953 echo "$as_me: failed program was:" >&5
14954 sed 's/^/| /' conftest.$ac_ext >&5
14956 ac_cv_lib_esd_esd_open_sound=no
14959 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14960 conftest$ac_exeext conftest.$ac_ext
14961 LIBS=$ac_check_lib_save_LIBS
14963 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14964 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14965 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14966 ESDINCL="$ac_esd_incl"
14968 ESDLIBS="$ac_esd_libs"
14971 cat >>confdefs.h <<\_ACEOF
14972 #define HAVE_ESD 1
14973 _ACEOF
14977 CFLAGS="$save_CFLAGS"
14980 ALSALIBS=""
14982 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14983 then
14984 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14985 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14986 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14987 echo $ECHO_N "(cached) $ECHO_C" >&6
14988 else
14989 ac_check_lib_save_LIBS=$LIBS
14990 LIBS="-lasound $LIBS"
14991 cat >conftest.$ac_ext <<_ACEOF
14992 /* confdefs.h. */
14993 _ACEOF
14994 cat confdefs.h >>conftest.$ac_ext
14995 cat >>conftest.$ac_ext <<_ACEOF
14996 /* end confdefs.h. */
14998 /* Override any GCC internal prototype to avoid an error.
14999 Use char because int might match the return type of a GCC
15000 builtin and then its argument prototype would still apply. */
15001 #ifdef __cplusplus
15002 extern "C"
15003 #endif
15004 char snd_pcm_hw_params_get_access ();
15006 main ()
15008 return snd_pcm_hw_params_get_access ();
15010 return 0;
15012 _ACEOF
15013 rm -f conftest.$ac_objext conftest$ac_exeext
15014 if { (ac_try="$ac_link"
15015 case "(($ac_try" in
15016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15017 *) ac_try_echo=$ac_try;;
15018 esac
15019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15020 (eval "$ac_link") 2>conftest.er1
15021 ac_status=$?
15022 grep -v '^ *+' conftest.er1 >conftest.err
15023 rm -f conftest.er1
15024 cat conftest.err >&5
15025 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15026 (exit $ac_status); } && {
15027 test -z "$ac_c_werror_flag" ||
15028 test ! -s conftest.err
15029 } && test -s conftest$ac_exeext &&
15030 $as_test_x conftest$ac_exeext; then
15031 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15032 else
15033 echo "$as_me: failed program was:" >&5
15034 sed 's/^/| /' conftest.$ac_ext >&5
15036 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15039 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15040 conftest$ac_exeext conftest.$ac_ext
15041 LIBS=$ac_check_lib_save_LIBS
15043 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15044 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15045 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15046 cat >conftest.$ac_ext <<_ACEOF
15047 /* confdefs.h. */
15048 _ACEOF
15049 cat confdefs.h >>conftest.$ac_ext
15050 cat >>conftest.$ac_ext <<_ACEOF
15051 /* end confdefs.h. */
15052 #ifdef HAVE_ALSA_ASOUNDLIB_H
15053 #include <alsa/asoundlib.h>
15054 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15055 #include <sys/asoundlib.h>
15056 #endif
15058 main ()
15060 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15062 return 0;
15064 _ACEOF
15065 rm -f conftest.$ac_objext
15066 if { (ac_try="$ac_compile"
15067 case "(($ac_try" in
15068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15069 *) ac_try_echo=$ac_try;;
15070 esac
15071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15072 (eval "$ac_compile") 2>conftest.er1
15073 ac_status=$?
15074 grep -v '^ *+' conftest.er1 >conftest.err
15075 rm -f conftest.er1
15076 cat conftest.err >&5
15077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15078 (exit $ac_status); } && {
15079 test -z "$ac_c_werror_flag" ||
15080 test ! -s conftest.err
15081 } && test -s conftest.$ac_objext; then
15083 cat >>confdefs.h <<\_ACEOF
15084 #define HAVE_ALSA 1
15085 _ACEOF
15087 ALSALIBS="-lasound"
15088 else
15089 echo "$as_me: failed program was:" >&5
15090 sed 's/^/| /' conftest.$ac_ext >&5
15095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15100 AUDIOIOLIBS=""
15102 if test "$ac_cv_header_libaudioio_h" = "yes"
15103 then
15104 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15105 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15106 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15107 echo $ECHO_N "(cached) $ECHO_C" >&6
15108 else
15109 ac_check_lib_save_LIBS=$LIBS
15110 LIBS="-laudioio $LIBS"
15111 cat >conftest.$ac_ext <<_ACEOF
15112 /* confdefs.h. */
15113 _ACEOF
15114 cat confdefs.h >>conftest.$ac_ext
15115 cat >>conftest.$ac_ext <<_ACEOF
15116 /* end confdefs.h. */
15118 /* Override any GCC internal prototype to avoid an error.
15119 Use char because int might match the return type of a GCC
15120 builtin and then its argument prototype would still apply. */
15121 #ifdef __cplusplus
15122 extern "C"
15123 #endif
15124 char AudioIOGetVersion ();
15126 main ()
15128 return AudioIOGetVersion ();
15130 return 0;
15132 _ACEOF
15133 rm -f conftest.$ac_objext conftest$ac_exeext
15134 if { (ac_try="$ac_link"
15135 case "(($ac_try" in
15136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15137 *) ac_try_echo=$ac_try;;
15138 esac
15139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15140 (eval "$ac_link") 2>conftest.er1
15141 ac_status=$?
15142 grep -v '^ *+' conftest.er1 >conftest.err
15143 rm -f conftest.er1
15144 cat conftest.err >&5
15145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15146 (exit $ac_status); } && {
15147 test -z "$ac_c_werror_flag" ||
15148 test ! -s conftest.err
15149 } && test -s conftest$ac_exeext &&
15150 $as_test_x conftest$ac_exeext; then
15151 ac_cv_lib_audioio_AudioIOGetVersion=yes
15152 else
15153 echo "$as_me: failed program was:" >&5
15154 sed 's/^/| /' conftest.$ac_ext >&5
15156 ac_cv_lib_audioio_AudioIOGetVersion=no
15159 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15160 conftest$ac_exeext conftest.$ac_ext
15161 LIBS=$ac_check_lib_save_LIBS
15163 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15164 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15165 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15166 AUDIOIOLIBS="-laudioio"
15168 cat >>confdefs.h <<\_ACEOF
15169 #define HAVE_LIBAUDIOIO 1
15170 _ACEOF
15177 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15178 then
15179 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15180 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15181 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15182 echo $ECHO_N "(cached) $ECHO_C" >&6
15183 else
15184 ac_check_soname_save_LIBS=$LIBS
15185 LIBS="-lcapi20 $LIBS"
15186 cat >conftest.$ac_ext <<_ACEOF
15187 /* confdefs.h. */
15188 _ACEOF
15189 cat confdefs.h >>conftest.$ac_ext
15190 cat >>conftest.$ac_ext <<_ACEOF
15191 /* end confdefs.h. */
15193 /* Override any GCC internal prototype to avoid an error.
15194 Use char because int might match the return type of a GCC
15195 builtin and then its argument prototype would still apply. */
15196 #ifdef __cplusplus
15197 extern "C"
15198 #endif
15199 char capi20_register ();
15201 main ()
15203 return capi20_register ();
15205 return 0;
15207 _ACEOF
15208 rm -f conftest.$ac_objext conftest$ac_exeext
15209 if { (ac_try="$ac_link"
15210 case "(($ac_try" in
15211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15212 *) ac_try_echo=$ac_try;;
15213 esac
15214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15215 (eval "$ac_link") 2>conftest.er1
15216 ac_status=$?
15217 grep -v '^ *+' conftest.er1 >conftest.err
15218 rm -f conftest.er1
15219 cat conftest.err >&5
15220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15221 (exit $ac_status); } && {
15222 test -z "$ac_c_werror_flag" ||
15223 test ! -s conftest.err
15224 } && test -s conftest$ac_exeext &&
15225 $as_test_x conftest$ac_exeext; then
15226 case "$LIBEXT" in
15227 dll) ;;
15228 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'` ;;
15229 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15230 esac
15231 else
15232 echo "$as_me: failed program was:" >&5
15233 sed 's/^/| /' conftest.$ac_ext >&5
15238 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15239 conftest$ac_exeext conftest.$ac_ext
15240 LIBS=$ac_check_soname_save_LIBS
15242 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15243 { echo "$as_me:$LINENO: result: not found" >&5
15244 echo "${ECHO_T}not found" >&6; }
15246 else
15247 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15248 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15250 cat >>confdefs.h <<_ACEOF
15251 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15252 _ACEOF
15258 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15259 case "x$with_capi" in
15260 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15261 xno) ;;
15262 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15263 This is an error since --with-capi was requested." >&5
15264 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15265 This is an error since --with-capi was requested." >&2;}
15266 { (exit 1); exit 1; }; } ;;
15267 esac
15271 CUPSINCL=""
15273 if test "x$with_cups" != "xno"
15274 then
15275 ac_save_CPPFLAGS="$CPPFLAGS"
15276 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15277 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15278 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15280 for ac_header in cups/cups.h
15282 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15283 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15284 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15285 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15286 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15287 echo $ECHO_N "(cached) $ECHO_C" >&6
15289 ac_res=`eval echo '${'$as_ac_Header'}'`
15290 { echo "$as_me:$LINENO: result: $ac_res" >&5
15291 echo "${ECHO_T}$ac_res" >&6; }
15292 else
15293 # Is the header compilable?
15294 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15295 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15296 cat >conftest.$ac_ext <<_ACEOF
15297 /* confdefs.h. */
15298 _ACEOF
15299 cat confdefs.h >>conftest.$ac_ext
15300 cat >>conftest.$ac_ext <<_ACEOF
15301 /* end confdefs.h. */
15302 $ac_includes_default
15303 #include <$ac_header>
15304 _ACEOF
15305 rm -f conftest.$ac_objext
15306 if { (ac_try="$ac_compile"
15307 case "(($ac_try" in
15308 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15309 *) ac_try_echo=$ac_try;;
15310 esac
15311 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15312 (eval "$ac_compile") 2>conftest.er1
15313 ac_status=$?
15314 grep -v '^ *+' conftest.er1 >conftest.err
15315 rm -f conftest.er1
15316 cat conftest.err >&5
15317 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15318 (exit $ac_status); } && {
15319 test -z "$ac_c_werror_flag" ||
15320 test ! -s conftest.err
15321 } && test -s conftest.$ac_objext; then
15322 ac_header_compiler=yes
15323 else
15324 echo "$as_me: failed program was:" >&5
15325 sed 's/^/| /' conftest.$ac_ext >&5
15327 ac_header_compiler=no
15330 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15331 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15332 echo "${ECHO_T}$ac_header_compiler" >&6; }
15334 # Is the header present?
15335 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15336 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15337 cat >conftest.$ac_ext <<_ACEOF
15338 /* confdefs.h. */
15339 _ACEOF
15340 cat confdefs.h >>conftest.$ac_ext
15341 cat >>conftest.$ac_ext <<_ACEOF
15342 /* end confdefs.h. */
15343 #include <$ac_header>
15344 _ACEOF
15345 if { (ac_try="$ac_cpp conftest.$ac_ext"
15346 case "(($ac_try" in
15347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15348 *) ac_try_echo=$ac_try;;
15349 esac
15350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15351 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15352 ac_status=$?
15353 grep -v '^ *+' conftest.er1 >conftest.err
15354 rm -f conftest.er1
15355 cat conftest.err >&5
15356 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15357 (exit $ac_status); } >/dev/null && {
15358 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15359 test ! -s conftest.err
15360 }; then
15361 ac_header_preproc=yes
15362 else
15363 echo "$as_me: failed program was:" >&5
15364 sed 's/^/| /' conftest.$ac_ext >&5
15366 ac_header_preproc=no
15369 rm -f conftest.err conftest.$ac_ext
15370 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15371 echo "${ECHO_T}$ac_header_preproc" >&6; }
15373 # So? What about this header?
15374 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15375 yes:no: )
15376 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15377 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15378 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15379 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15380 ac_header_preproc=yes
15382 no:yes:* )
15383 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15384 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15385 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15386 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15387 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15388 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15389 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15390 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15391 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15392 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15393 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15394 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15395 ( cat <<\_ASBOX
15396 ## ------------------------------------ ##
15397 ## Report this to wine-devel@winehq.org ##
15398 ## ------------------------------------ ##
15399 _ASBOX
15400 ) | sed "s/^/$as_me: WARNING: /" >&2
15402 esac
15403 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15404 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15405 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15406 echo $ECHO_N "(cached) $ECHO_C" >&6
15407 else
15408 eval "$as_ac_Header=\$ac_header_preproc"
15410 ac_res=`eval echo '${'$as_ac_Header'}'`
15411 { echo "$as_me:$LINENO: result: $ac_res" >&5
15412 echo "${ECHO_T}$ac_res" >&6; }
15415 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15416 cat >>confdefs.h <<_ACEOF
15417 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15418 _ACEOF
15419 { echo "$as_me:$LINENO: checking for -lcups" >&5
15420 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15421 if test "${ac_cv_lib_soname_cups+set}" = set; then
15422 echo $ECHO_N "(cached) $ECHO_C" >&6
15423 else
15424 ac_check_soname_save_LIBS=$LIBS
15425 LIBS="-lcups $ac_cups_libs $LIBS"
15426 cat >conftest.$ac_ext <<_ACEOF
15427 /* confdefs.h. */
15428 _ACEOF
15429 cat confdefs.h >>conftest.$ac_ext
15430 cat >>conftest.$ac_ext <<_ACEOF
15431 /* end confdefs.h. */
15433 /* Override any GCC internal prototype to avoid an error.
15434 Use char because int might match the return type of a GCC
15435 builtin and then its argument prototype would still apply. */
15436 #ifdef __cplusplus
15437 extern "C"
15438 #endif
15439 char cupsGetDefault ();
15441 main ()
15443 return cupsGetDefault ();
15445 return 0;
15447 _ACEOF
15448 rm -f conftest.$ac_objext conftest$ac_exeext
15449 if { (ac_try="$ac_link"
15450 case "(($ac_try" in
15451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15452 *) ac_try_echo=$ac_try;;
15453 esac
15454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15455 (eval "$ac_link") 2>conftest.er1
15456 ac_status=$?
15457 grep -v '^ *+' conftest.er1 >conftest.err
15458 rm -f conftest.er1
15459 cat conftest.err >&5
15460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15461 (exit $ac_status); } && {
15462 test -z "$ac_c_werror_flag" ||
15463 test ! -s conftest.err
15464 } && test -s conftest$ac_exeext &&
15465 $as_test_x conftest$ac_exeext; then
15466 case "$LIBEXT" in
15467 dll) ;;
15468 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'` ;;
15469 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15470 esac
15471 else
15472 echo "$as_me: failed program was:" >&5
15473 sed 's/^/| /' conftest.$ac_ext >&5
15478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15479 conftest$ac_exeext conftest.$ac_ext
15480 LIBS=$ac_check_soname_save_LIBS
15482 if test "x$ac_cv_lib_soname_cups" = "x"; then
15483 { echo "$as_me:$LINENO: result: not found" >&5
15484 echo "${ECHO_T}not found" >&6; }
15486 else
15487 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15488 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15490 cat >>confdefs.h <<_ACEOF
15491 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15492 _ACEOF
15494 CUPSINCL="$ac_cups_cflags"
15499 done
15501 CPPFLAGS="$ac_save_CPPFLAGS"
15503 if test "x$ac_cv_lib_soname_cups" = "x"; then
15504 case "x$with_cups" in
15505 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15506 xno) ;;
15507 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15508 This is an error since --with-cups was requested." >&5
15509 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15510 This is an error since --with-cups was requested." >&2;}
15511 { (exit 1); exit 1; }; } ;;
15512 esac
15516 if test "$ac_cv_header_jack_jack_h" = "yes"
15517 then
15518 { echo "$as_me:$LINENO: checking for -ljack" >&5
15519 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15520 if test "${ac_cv_lib_soname_jack+set}" = set; then
15521 echo $ECHO_N "(cached) $ECHO_C" >&6
15522 else
15523 ac_check_soname_save_LIBS=$LIBS
15524 LIBS="-ljack $LIBS"
15525 cat >conftest.$ac_ext <<_ACEOF
15526 /* confdefs.h. */
15527 _ACEOF
15528 cat confdefs.h >>conftest.$ac_ext
15529 cat >>conftest.$ac_ext <<_ACEOF
15530 /* end confdefs.h. */
15532 /* Override any GCC internal prototype to avoid an error.
15533 Use char because int might match the return type of a GCC
15534 builtin and then its argument prototype would still apply. */
15535 #ifdef __cplusplus
15536 extern "C"
15537 #endif
15538 char jack_client_new ();
15540 main ()
15542 return jack_client_new ();
15544 return 0;
15546 _ACEOF
15547 rm -f conftest.$ac_objext conftest$ac_exeext
15548 if { (ac_try="$ac_link"
15549 case "(($ac_try" in
15550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15551 *) ac_try_echo=$ac_try;;
15552 esac
15553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15554 (eval "$ac_link") 2>conftest.er1
15555 ac_status=$?
15556 grep -v '^ *+' conftest.er1 >conftest.err
15557 rm -f conftest.er1
15558 cat conftest.err >&5
15559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15560 (exit $ac_status); } && {
15561 test -z "$ac_c_werror_flag" ||
15562 test ! -s conftest.err
15563 } && test -s conftest$ac_exeext &&
15564 $as_test_x conftest$ac_exeext; then
15565 case "$LIBEXT" in
15566 dll) ;;
15567 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'` ;;
15568 *) 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'` ;;
15569 esac
15570 else
15571 echo "$as_me: failed program was:" >&5
15572 sed 's/^/| /' conftest.$ac_ext >&5
15577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15578 conftest$ac_exeext conftest.$ac_ext
15579 LIBS=$ac_check_soname_save_LIBS
15581 if test "x$ac_cv_lib_soname_jack" = "x"; then
15582 { echo "$as_me:$LINENO: result: not found" >&5
15583 echo "${ECHO_T}not found" >&6; }
15585 else
15586 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15587 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15589 cat >>confdefs.h <<_ACEOF
15590 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15591 _ACEOF
15598 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15599 then
15600 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15601 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15602 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15603 echo $ECHO_N "(cached) $ECHO_C" >&6
15604 else
15605 ac_check_soname_save_LIBS=$LIBS
15606 LIBS="-lfontconfig $LIBS"
15607 cat >conftest.$ac_ext <<_ACEOF
15608 /* confdefs.h. */
15609 _ACEOF
15610 cat confdefs.h >>conftest.$ac_ext
15611 cat >>conftest.$ac_ext <<_ACEOF
15612 /* end confdefs.h. */
15614 /* Override any GCC internal prototype to avoid an error.
15615 Use char because int might match the return type of a GCC
15616 builtin and then its argument prototype would still apply. */
15617 #ifdef __cplusplus
15618 extern "C"
15619 #endif
15620 char FcInit ();
15622 main ()
15624 return FcInit ();
15626 return 0;
15628 _ACEOF
15629 rm -f conftest.$ac_objext conftest$ac_exeext
15630 if { (ac_try="$ac_link"
15631 case "(($ac_try" in
15632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15633 *) ac_try_echo=$ac_try;;
15634 esac
15635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15636 (eval "$ac_link") 2>conftest.er1
15637 ac_status=$?
15638 grep -v '^ *+' conftest.er1 >conftest.err
15639 rm -f conftest.er1
15640 cat conftest.err >&5
15641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15642 (exit $ac_status); } && {
15643 test -z "$ac_c_werror_flag" ||
15644 test ! -s conftest.err
15645 } && test -s conftest$ac_exeext &&
15646 $as_test_x conftest$ac_exeext; then
15647 case "$LIBEXT" in
15648 dll) ;;
15649 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'` ;;
15650 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15651 esac
15652 else
15653 echo "$as_me: failed program was:" >&5
15654 sed 's/^/| /' conftest.$ac_ext >&5
15659 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15660 conftest$ac_exeext conftest.$ac_ext
15661 LIBS=$ac_check_soname_save_LIBS
15663 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15664 { echo "$as_me:$LINENO: result: not found" >&5
15665 echo "${ECHO_T}not found" >&6; }
15667 else
15668 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15669 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15671 cat >>confdefs.h <<_ACEOF
15672 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15673 _ACEOF
15678 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15679 then
15680 ac_save_CPPFLAGS="$CPPFLAGS"
15681 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15682 $as_unset ac_cv_header_fontconfig_fontconfig_h
15684 for ac_header in fontconfig/fontconfig.h
15686 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15687 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15688 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15689 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15690 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15691 echo $ECHO_N "(cached) $ECHO_C" >&6
15693 ac_res=`eval echo '${'$as_ac_Header'}'`
15694 { echo "$as_me:$LINENO: result: $ac_res" >&5
15695 echo "${ECHO_T}$ac_res" >&6; }
15696 else
15697 # Is the header compilable?
15698 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15699 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15700 cat >conftest.$ac_ext <<_ACEOF
15701 /* confdefs.h. */
15702 _ACEOF
15703 cat confdefs.h >>conftest.$ac_ext
15704 cat >>conftest.$ac_ext <<_ACEOF
15705 /* end confdefs.h. */
15706 $ac_includes_default
15707 #include <$ac_header>
15708 _ACEOF
15709 rm -f conftest.$ac_objext
15710 if { (ac_try="$ac_compile"
15711 case "(($ac_try" in
15712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15713 *) ac_try_echo=$ac_try;;
15714 esac
15715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15716 (eval "$ac_compile") 2>conftest.er1
15717 ac_status=$?
15718 grep -v '^ *+' conftest.er1 >conftest.err
15719 rm -f conftest.er1
15720 cat conftest.err >&5
15721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15722 (exit $ac_status); } && {
15723 test -z "$ac_c_werror_flag" ||
15724 test ! -s conftest.err
15725 } && test -s conftest.$ac_objext; then
15726 ac_header_compiler=yes
15727 else
15728 echo "$as_me: failed program was:" >&5
15729 sed 's/^/| /' conftest.$ac_ext >&5
15731 ac_header_compiler=no
15734 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15735 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15736 echo "${ECHO_T}$ac_header_compiler" >&6; }
15738 # Is the header present?
15739 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15740 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15741 cat >conftest.$ac_ext <<_ACEOF
15742 /* confdefs.h. */
15743 _ACEOF
15744 cat confdefs.h >>conftest.$ac_ext
15745 cat >>conftest.$ac_ext <<_ACEOF
15746 /* end confdefs.h. */
15747 #include <$ac_header>
15748 _ACEOF
15749 if { (ac_try="$ac_cpp conftest.$ac_ext"
15750 case "(($ac_try" in
15751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15752 *) ac_try_echo=$ac_try;;
15753 esac
15754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15755 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15756 ac_status=$?
15757 grep -v '^ *+' conftest.er1 >conftest.err
15758 rm -f conftest.er1
15759 cat conftest.err >&5
15760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15761 (exit $ac_status); } >/dev/null && {
15762 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15763 test ! -s conftest.err
15764 }; then
15765 ac_header_preproc=yes
15766 else
15767 echo "$as_me: failed program was:" >&5
15768 sed 's/^/| /' conftest.$ac_ext >&5
15770 ac_header_preproc=no
15773 rm -f conftest.err conftest.$ac_ext
15774 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15775 echo "${ECHO_T}$ac_header_preproc" >&6; }
15777 # So? What about this header?
15778 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15779 yes:no: )
15780 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15781 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15782 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15783 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15784 ac_header_preproc=yes
15786 no:yes:* )
15787 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15788 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15789 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15790 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15791 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15792 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15793 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15794 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15795 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15796 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15797 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15798 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15799 ( cat <<\_ASBOX
15800 ## ------------------------------------ ##
15801 ## Report this to wine-devel@winehq.org ##
15802 ## ------------------------------------ ##
15803 _ASBOX
15804 ) | sed "s/^/$as_me: WARNING: /" >&2
15806 esac
15807 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15808 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15809 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15810 echo $ECHO_N "(cached) $ECHO_C" >&6
15811 else
15812 eval "$as_ac_Header=\$ac_header_preproc"
15814 ac_res=`eval echo '${'$as_ac_Header'}'`
15815 { echo "$as_me:$LINENO: result: $ac_res" >&5
15816 echo "${ECHO_T}$ac_res" >&6; }
15819 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15820 cat >>confdefs.h <<_ACEOF
15821 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15822 _ACEOF
15826 done
15828 CPPFLAGS="$ac_save_CPPFLAGS"
15829 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15830 then
15831 FONTCONFIGINCL="$X_CFLAGS"
15833 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15834 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15835 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15836 echo $ECHO_N "(cached) $ECHO_C" >&6
15837 else
15838 ac_check_soname_save_LIBS=$LIBS
15839 LIBS="-lfontconfig $X_LIBS $LIBS"
15840 cat >conftest.$ac_ext <<_ACEOF
15841 /* confdefs.h. */
15842 _ACEOF
15843 cat confdefs.h >>conftest.$ac_ext
15844 cat >>conftest.$ac_ext <<_ACEOF
15845 /* end confdefs.h. */
15847 /* Override any GCC internal prototype to avoid an error.
15848 Use char because int might match the return type of a GCC
15849 builtin and then its argument prototype would still apply. */
15850 #ifdef __cplusplus
15851 extern "C"
15852 #endif
15853 char FcInit ();
15855 main ()
15857 return FcInit ();
15859 return 0;
15861 _ACEOF
15862 rm -f conftest.$ac_objext conftest$ac_exeext
15863 if { (ac_try="$ac_link"
15864 case "(($ac_try" in
15865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15866 *) ac_try_echo=$ac_try;;
15867 esac
15868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15869 (eval "$ac_link") 2>conftest.er1
15870 ac_status=$?
15871 grep -v '^ *+' conftest.er1 >conftest.err
15872 rm -f conftest.er1
15873 cat conftest.err >&5
15874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15875 (exit $ac_status); } && {
15876 test -z "$ac_c_werror_flag" ||
15877 test ! -s conftest.err
15878 } && test -s conftest$ac_exeext &&
15879 $as_test_x conftest$ac_exeext; then
15880 case "$LIBEXT" in
15881 dll) ;;
15882 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'` ;;
15883 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15884 esac
15885 else
15886 echo "$as_me: failed program was:" >&5
15887 sed 's/^/| /' conftest.$ac_ext >&5
15892 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15893 conftest$ac_exeext conftest.$ac_ext
15894 LIBS=$ac_check_soname_save_LIBS
15896 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15897 { echo "$as_me:$LINENO: result: not found" >&5
15898 echo "${ECHO_T}not found" >&6; }
15900 else
15901 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15902 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15904 cat >>confdefs.h <<_ACEOF
15905 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15906 _ACEOF
15913 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15914 case "x$with_fontconfig" in
15915 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15916 xno) ;;
15917 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15918 This is an error since --with-fontconfig was requested." >&5
15919 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15920 This is an error since --with-fontconfig was requested." >&2;}
15921 { (exit 1); exit 1; }; } ;;
15922 esac
15926 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15927 then
15928 { echo "$as_me:$LINENO: checking for -lssl" >&5
15929 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15930 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15931 echo $ECHO_N "(cached) $ECHO_C" >&6
15932 else
15933 ac_check_soname_save_LIBS=$LIBS
15934 LIBS="-lssl $LIBS"
15935 cat >conftest.$ac_ext <<_ACEOF
15936 /* confdefs.h. */
15937 _ACEOF
15938 cat confdefs.h >>conftest.$ac_ext
15939 cat >>conftest.$ac_ext <<_ACEOF
15940 /* end confdefs.h. */
15942 /* Override any GCC internal prototype to avoid an error.
15943 Use char because int might match the return type of a GCC
15944 builtin and then its argument prototype would still apply. */
15945 #ifdef __cplusplus
15946 extern "C"
15947 #endif
15948 char SSL_library_init ();
15950 main ()
15952 return SSL_library_init ();
15954 return 0;
15956 _ACEOF
15957 rm -f conftest.$ac_objext conftest$ac_exeext
15958 if { (ac_try="$ac_link"
15959 case "(($ac_try" in
15960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15961 *) ac_try_echo=$ac_try;;
15962 esac
15963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15964 (eval "$ac_link") 2>conftest.er1
15965 ac_status=$?
15966 grep -v '^ *+' conftest.er1 >conftest.err
15967 rm -f conftest.er1
15968 cat conftest.err >&5
15969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15970 (exit $ac_status); } && {
15971 test -z "$ac_c_werror_flag" ||
15972 test ! -s conftest.err
15973 } && test -s conftest$ac_exeext &&
15974 $as_test_x conftest$ac_exeext; then
15975 case "$LIBEXT" in
15976 dll) ;;
15977 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'` ;;
15978 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15979 esac
15980 else
15981 echo "$as_me: failed program was:" >&5
15982 sed 's/^/| /' conftest.$ac_ext >&5
15987 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15988 conftest$ac_exeext conftest.$ac_ext
15989 LIBS=$ac_check_soname_save_LIBS
15991 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15992 { echo "$as_me:$LINENO: result: not found" >&5
15993 echo "${ECHO_T}not found" >&6; }
15995 else
15996 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15997 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15999 cat >>confdefs.h <<_ACEOF
16000 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16001 _ACEOF
16006 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16007 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16008 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16009 echo $ECHO_N "(cached) $ECHO_C" >&6
16010 else
16011 ac_check_soname_save_LIBS=$LIBS
16012 LIBS="-lcrypto $LIBS"
16013 cat >conftest.$ac_ext <<_ACEOF
16014 /* confdefs.h. */
16015 _ACEOF
16016 cat confdefs.h >>conftest.$ac_ext
16017 cat >>conftest.$ac_ext <<_ACEOF
16018 /* end confdefs.h. */
16020 /* Override any GCC internal prototype to avoid an error.
16021 Use char because int might match the return type of a GCC
16022 builtin and then its argument prototype would still apply. */
16023 #ifdef __cplusplus
16024 extern "C"
16025 #endif
16026 char BIO_new_socket ();
16028 main ()
16030 return BIO_new_socket ();
16032 return 0;
16034 _ACEOF
16035 rm -f conftest.$ac_objext conftest$ac_exeext
16036 if { (ac_try="$ac_link"
16037 case "(($ac_try" in
16038 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16039 *) ac_try_echo=$ac_try;;
16040 esac
16041 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16042 (eval "$ac_link") 2>conftest.er1
16043 ac_status=$?
16044 grep -v '^ *+' conftest.er1 >conftest.err
16045 rm -f conftest.er1
16046 cat conftest.err >&5
16047 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16048 (exit $ac_status); } && {
16049 test -z "$ac_c_werror_flag" ||
16050 test ! -s conftest.err
16051 } && test -s conftest$ac_exeext &&
16052 $as_test_x conftest$ac_exeext; then
16053 case "$LIBEXT" in
16054 dll) ;;
16055 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'` ;;
16056 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16057 esac
16058 else
16059 echo "$as_me: failed program was:" >&5
16060 sed 's/^/| /' conftest.$ac_ext >&5
16065 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16066 conftest$ac_exeext conftest.$ac_ext
16067 LIBS=$ac_check_soname_save_LIBS
16069 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16070 { echo "$as_me:$LINENO: result: not found" >&5
16071 echo "${ECHO_T}not found" >&6; }
16073 else
16074 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16075 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16077 cat >>confdefs.h <<_ACEOF
16078 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16079 _ACEOF
16085 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16086 case "x$with_openssl" in
16087 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
16088 xno) ;;
16089 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
16090 This is an error since --with-openssl was requested." >&5
16091 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
16092 This is an error since --with-openssl was requested." >&2;}
16093 { (exit 1); exit 1; }; } ;;
16094 esac
16098 if test "$ac_cv_header_jpeglib_h" = "yes"
16099 then
16100 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16101 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16102 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16103 echo $ECHO_N "(cached) $ECHO_C" >&6
16104 else
16105 ac_check_soname_save_LIBS=$LIBS
16106 LIBS="-ljpeg $LIBS"
16107 cat >conftest.$ac_ext <<_ACEOF
16108 /* confdefs.h. */
16109 _ACEOF
16110 cat confdefs.h >>conftest.$ac_ext
16111 cat >>conftest.$ac_ext <<_ACEOF
16112 /* end confdefs.h. */
16114 /* Override any GCC internal prototype to avoid an error.
16115 Use char because int might match the return type of a GCC
16116 builtin and then its argument prototype would still apply. */
16117 #ifdef __cplusplus
16118 extern "C"
16119 #endif
16120 char jpeg_start_decompress ();
16122 main ()
16124 return jpeg_start_decompress ();
16126 return 0;
16128 _ACEOF
16129 rm -f conftest.$ac_objext conftest$ac_exeext
16130 if { (ac_try="$ac_link"
16131 case "(($ac_try" in
16132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16133 *) ac_try_echo=$ac_try;;
16134 esac
16135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16136 (eval "$ac_link") 2>conftest.er1
16137 ac_status=$?
16138 grep -v '^ *+' conftest.er1 >conftest.err
16139 rm -f conftest.er1
16140 cat conftest.err >&5
16141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16142 (exit $ac_status); } && {
16143 test -z "$ac_c_werror_flag" ||
16144 test ! -s conftest.err
16145 } && test -s conftest$ac_exeext &&
16146 $as_test_x conftest$ac_exeext; then
16147 case "$LIBEXT" in
16148 dll) ;;
16149 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'` ;;
16150 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16151 esac
16152 else
16153 echo "$as_me: failed program was:" >&5
16154 sed 's/^/| /' conftest.$ac_ext >&5
16159 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16160 conftest$ac_exeext conftest.$ac_ext
16161 LIBS=$ac_check_soname_save_LIBS
16163 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16164 { echo "$as_me:$LINENO: result: not found" >&5
16165 echo "${ECHO_T}not found" >&6; }
16167 else
16168 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16169 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16171 cat >>confdefs.h <<_ACEOF
16172 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16173 _ACEOF
16179 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16180 case "x$with_jpeg" in
16181 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
16182 xno) ;;
16183 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
16184 This is an error since --with-jpeg was requested." >&5
16185 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
16186 This is an error since --with-jpeg was requested." >&2;}
16187 { (exit 1); exit 1; }; } ;;
16188 esac
16192 if test "$ac_cv_header_png_h" = "yes"
16193 then
16194 { echo "$as_me:$LINENO: checking for -lpng" >&5
16195 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16196 if test "${ac_cv_lib_soname_png+set}" = set; then
16197 echo $ECHO_N "(cached) $ECHO_C" >&6
16198 else
16199 ac_check_soname_save_LIBS=$LIBS
16200 LIBS="-lpng -lm $LIBS"
16201 cat >conftest.$ac_ext <<_ACEOF
16202 /* confdefs.h. */
16203 _ACEOF
16204 cat confdefs.h >>conftest.$ac_ext
16205 cat >>conftest.$ac_ext <<_ACEOF
16206 /* end confdefs.h. */
16208 /* Override any GCC internal prototype to avoid an error.
16209 Use char because int might match the return type of a GCC
16210 builtin and then its argument prototype would still apply. */
16211 #ifdef __cplusplus
16212 extern "C"
16213 #endif
16214 char png_create_read_struct ();
16216 main ()
16218 return png_create_read_struct ();
16220 return 0;
16222 _ACEOF
16223 rm -f conftest.$ac_objext conftest$ac_exeext
16224 if { (ac_try="$ac_link"
16225 case "(($ac_try" in
16226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16227 *) ac_try_echo=$ac_try;;
16228 esac
16229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16230 (eval "$ac_link") 2>conftest.er1
16231 ac_status=$?
16232 grep -v '^ *+' conftest.er1 >conftest.err
16233 rm -f conftest.er1
16234 cat conftest.err >&5
16235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16236 (exit $ac_status); } && {
16237 test -z "$ac_c_werror_flag" ||
16238 test ! -s conftest.err
16239 } && test -s conftest$ac_exeext &&
16240 $as_test_x conftest$ac_exeext; then
16241 case "$LIBEXT" in
16242 dll) ;;
16243 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'` ;;
16244 *) 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'` ;;
16245 esac
16246 else
16247 echo "$as_me: failed program was:" >&5
16248 sed 's/^/| /' conftest.$ac_ext >&5
16253 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16254 conftest$ac_exeext conftest.$ac_ext
16255 LIBS=$ac_check_soname_save_LIBS
16257 if test "x$ac_cv_lib_soname_png" = "x"; then
16258 { echo "$as_me:$LINENO: result: not found" >&5
16259 echo "${ECHO_T}not found" >&6; }
16261 else
16262 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16263 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16265 cat >>confdefs.h <<_ACEOF
16266 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16267 _ACEOF
16273 if test "x$ac_cv_lib_soname_png" = "x"; then
16274 case "x$with_png" in
16275 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16276 xno) ;;
16277 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16278 This is an error since --with-png was requested." >&5
16279 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16280 This is an error since --with-png was requested." >&2;}
16281 { (exit 1); exit 1; }; } ;;
16282 esac
16286 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16287 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16288 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16289 echo $ECHO_N "(cached) $ECHO_C" >&6
16290 else
16291 ac_check_soname_save_LIBS=$LIBS
16292 LIBS="-lodbc $LIBS"
16293 cat >conftest.$ac_ext <<_ACEOF
16294 /* confdefs.h. */
16295 _ACEOF
16296 cat confdefs.h >>conftest.$ac_ext
16297 cat >>conftest.$ac_ext <<_ACEOF
16298 /* end confdefs.h. */
16300 /* Override any GCC internal prototype to avoid an error.
16301 Use char because int might match the return type of a GCC
16302 builtin and then its argument prototype would still apply. */
16303 #ifdef __cplusplus
16304 extern "C"
16305 #endif
16306 char SQLConnect ();
16308 main ()
16310 return SQLConnect ();
16312 return 0;
16314 _ACEOF
16315 rm -f conftest.$ac_objext conftest$ac_exeext
16316 if { (ac_try="$ac_link"
16317 case "(($ac_try" in
16318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16319 *) ac_try_echo=$ac_try;;
16320 esac
16321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16322 (eval "$ac_link") 2>conftest.er1
16323 ac_status=$?
16324 grep -v '^ *+' conftest.er1 >conftest.err
16325 rm -f conftest.er1
16326 cat conftest.err >&5
16327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16328 (exit $ac_status); } && {
16329 test -z "$ac_c_werror_flag" ||
16330 test ! -s conftest.err
16331 } && test -s conftest$ac_exeext &&
16332 $as_test_x conftest$ac_exeext; then
16333 case "$LIBEXT" in
16334 dll) ;;
16335 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'` ;;
16336 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16337 esac
16338 else
16339 echo "$as_me: failed program was:" >&5
16340 sed 's/^/| /' conftest.$ac_ext >&5
16345 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16346 conftest$ac_exeext conftest.$ac_ext
16347 LIBS=$ac_check_soname_save_LIBS
16349 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16350 { echo "$as_me:$LINENO: result: not found" >&5
16351 echo "${ECHO_T}not found" >&6; }
16352 cat >>confdefs.h <<_ACEOF
16353 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16354 _ACEOF
16356 else
16357 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16358 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16360 cat >>confdefs.h <<_ACEOF
16361 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16362 _ACEOF
16368 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16369 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16370 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16371 "$ac_cv_header_soundcard_h" != "yes" -a \
16372 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16373 then
16374 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16378 EXTRACFLAGS=""
16380 if test "x${GCC}" = "xyes"
16381 then
16382 EXTRACFLAGS="-Wall -pipe"
16384 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16385 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16386 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16387 echo $ECHO_N "(cached) $ECHO_C" >&6
16388 else
16389 if test "$cross_compiling" = yes; then
16390 ac_cv_c_gcc_strength_bug="yes"
16391 else
16392 cat >conftest.$ac_ext <<_ACEOF
16393 /* confdefs.h. */
16394 _ACEOF
16395 cat confdefs.h >>conftest.$ac_ext
16396 cat >>conftest.$ac_ext <<_ACEOF
16397 /* end confdefs.h. */
16398 int L[4] = {0,1,2,3};
16400 main ()
16402 static int Array[3];
16403 unsigned int B = 3;
16404 int i;
16405 for(i=0; i<B; i++) Array[i] = i - 3;
16406 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16407 L[i] = 4;
16408 exit( Array[1] != -2 || L[2] != 3)
16410 return 0;
16412 _ACEOF
16413 rm -f conftest$ac_exeext
16414 if { (ac_try="$ac_link"
16415 case "(($ac_try" in
16416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16417 *) ac_try_echo=$ac_try;;
16418 esac
16419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16420 (eval "$ac_link") 2>&5
16421 ac_status=$?
16422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16423 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16424 { (case "(($ac_try" in
16425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16426 *) ac_try_echo=$ac_try;;
16427 esac
16428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16429 (eval "$ac_try") 2>&5
16430 ac_status=$?
16431 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16432 (exit $ac_status); }; }; then
16433 ac_cv_c_gcc_strength_bug="no"
16434 else
16435 echo "$as_me: program exited with status $ac_status" >&5
16436 echo "$as_me: failed program was:" >&5
16437 sed 's/^/| /' conftest.$ac_ext >&5
16439 ( exit $ac_status )
16440 ac_cv_c_gcc_strength_bug="yes"
16442 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16447 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16448 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16449 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16450 then
16451 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16455 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16456 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16457 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16458 echo $ECHO_N "(cached) $ECHO_C" >&6
16459 else
16460 ac_wine_try_cflags_saved=$CFLAGS
16461 CFLAGS="$CFLAGS -fshort-wchar"
16462 cat >conftest.$ac_ext <<_ACEOF
16463 /* confdefs.h. */
16464 _ACEOF
16465 cat confdefs.h >>conftest.$ac_ext
16466 cat >>conftest.$ac_ext <<_ACEOF
16467 /* end confdefs.h. */
16470 main ()
16474 return 0;
16476 _ACEOF
16477 rm -f conftest.$ac_objext conftest$ac_exeext
16478 if { (ac_try="$ac_link"
16479 case "(($ac_try" in
16480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16481 *) ac_try_echo=$ac_try;;
16482 esac
16483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16484 (eval "$ac_link") 2>conftest.er1
16485 ac_status=$?
16486 grep -v '^ *+' conftest.er1 >conftest.err
16487 rm -f conftest.er1
16488 cat conftest.err >&5
16489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16490 (exit $ac_status); } && {
16491 test -z "$ac_c_werror_flag" ||
16492 test ! -s conftest.err
16493 } && test -s conftest$ac_exeext &&
16494 $as_test_x conftest$ac_exeext; then
16495 ac_cv_cflags__fshort_wchar=yes
16496 else
16497 echo "$as_me: failed program was:" >&5
16498 sed 's/^/| /' conftest.$ac_ext >&5
16500 ac_cv_cflags__fshort_wchar=no
16503 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16504 conftest$ac_exeext conftest.$ac_ext
16505 CFLAGS=$ac_wine_try_cflags_saved
16507 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16508 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16509 if test $ac_cv_cflags__fshort_wchar = yes; then
16511 cat >>confdefs.h <<\_ACEOF
16512 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16513 _ACEOF
16517 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16518 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16519 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16520 echo $ECHO_N "(cached) $ECHO_C" >&6
16521 else
16522 ac_wine_try_cflags_saved=$CFLAGS
16523 CFLAGS="$CFLAGS -fno-builtin"
16524 cat >conftest.$ac_ext <<_ACEOF
16525 /* confdefs.h. */
16526 _ACEOF
16527 cat confdefs.h >>conftest.$ac_ext
16528 cat >>conftest.$ac_ext <<_ACEOF
16529 /* end confdefs.h. */
16532 main ()
16536 return 0;
16538 _ACEOF
16539 rm -f conftest.$ac_objext conftest$ac_exeext
16540 if { (ac_try="$ac_link"
16541 case "(($ac_try" in
16542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16543 *) ac_try_echo=$ac_try;;
16544 esac
16545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16546 (eval "$ac_link") 2>conftest.er1
16547 ac_status=$?
16548 grep -v '^ *+' conftest.er1 >conftest.err
16549 rm -f conftest.er1
16550 cat conftest.err >&5
16551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16552 (exit $ac_status); } && {
16553 test -z "$ac_c_werror_flag" ||
16554 test ! -s conftest.err
16555 } && test -s conftest$ac_exeext &&
16556 $as_test_x conftest$ac_exeext; then
16557 ac_cv_cflags__fno_builtin=yes
16558 else
16559 echo "$as_me: failed program was:" >&5
16560 sed 's/^/| /' conftest.$ac_ext >&5
16562 ac_cv_cflags__fno_builtin=no
16565 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16566 conftest$ac_exeext conftest.$ac_ext
16567 CFLAGS=$ac_wine_try_cflags_saved
16569 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16570 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16571 if test $ac_cv_cflags__fno_builtin = yes; then
16572 BUILTINFLAG="-fno-builtin"
16576 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16577 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16578 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16579 echo $ECHO_N "(cached) $ECHO_C" >&6
16580 else
16581 ac_wine_try_cflags_saved=$CFLAGS
16582 CFLAGS="$CFLAGS -fno-strict-aliasing"
16583 cat >conftest.$ac_ext <<_ACEOF
16584 /* confdefs.h. */
16585 _ACEOF
16586 cat confdefs.h >>conftest.$ac_ext
16587 cat >>conftest.$ac_ext <<_ACEOF
16588 /* end confdefs.h. */
16591 main ()
16595 return 0;
16597 _ACEOF
16598 rm -f conftest.$ac_objext conftest$ac_exeext
16599 if { (ac_try="$ac_link"
16600 case "(($ac_try" in
16601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16602 *) ac_try_echo=$ac_try;;
16603 esac
16604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16605 (eval "$ac_link") 2>conftest.er1
16606 ac_status=$?
16607 grep -v '^ *+' conftest.er1 >conftest.err
16608 rm -f conftest.er1
16609 cat conftest.err >&5
16610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16611 (exit $ac_status); } && {
16612 test -z "$ac_c_werror_flag" ||
16613 test ! -s conftest.err
16614 } && test -s conftest$ac_exeext &&
16615 $as_test_x conftest$ac_exeext; then
16616 ac_cv_cflags__fno_strict_aliasing=yes
16617 else
16618 echo "$as_me: failed program was:" >&5
16619 sed 's/^/| /' conftest.$ac_ext >&5
16621 ac_cv_cflags__fno_strict_aliasing=no
16624 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16625 conftest$ac_exeext conftest.$ac_ext
16626 CFLAGS=$ac_wine_try_cflags_saved
16628 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16629 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16630 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16631 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16634 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16635 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16636 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16637 echo $ECHO_N "(cached) $ECHO_C" >&6
16638 else
16639 ac_wine_try_cflags_saved=$CFLAGS
16640 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16641 cat >conftest.$ac_ext <<_ACEOF
16642 /* confdefs.h. */
16643 _ACEOF
16644 cat confdefs.h >>conftest.$ac_ext
16645 cat >>conftest.$ac_ext <<_ACEOF
16646 /* end confdefs.h. */
16649 main ()
16653 return 0;
16655 _ACEOF
16656 rm -f conftest.$ac_objext conftest$ac_exeext
16657 if { (ac_try="$ac_link"
16658 case "(($ac_try" in
16659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16660 *) ac_try_echo=$ac_try;;
16661 esac
16662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16663 (eval "$ac_link") 2>conftest.er1
16664 ac_status=$?
16665 grep -v '^ *+' conftest.er1 >conftest.err
16666 rm -f conftest.er1
16667 cat conftest.err >&5
16668 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16669 (exit $ac_status); } && {
16670 test -z "$ac_c_werror_flag" ||
16671 test ! -s conftest.err
16672 } && test -s conftest$ac_exeext &&
16673 $as_test_x conftest$ac_exeext; then
16674 ac_cv_cflags__Wdeclaration_after_statement=yes
16675 else
16676 echo "$as_me: failed program was:" >&5
16677 sed 's/^/| /' conftest.$ac_ext >&5
16679 ac_cv_cflags__Wdeclaration_after_statement=no
16682 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16683 conftest$ac_exeext conftest.$ac_ext
16684 CFLAGS=$ac_wine_try_cflags_saved
16686 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16687 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16688 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16689 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16692 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16693 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16694 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16695 echo $ECHO_N "(cached) $ECHO_C" >&6
16696 else
16697 ac_wine_try_cflags_saved=$CFLAGS
16698 CFLAGS="$CFLAGS -Wwrite-strings"
16699 cat >conftest.$ac_ext <<_ACEOF
16700 /* confdefs.h. */
16701 _ACEOF
16702 cat confdefs.h >>conftest.$ac_ext
16703 cat >>conftest.$ac_ext <<_ACEOF
16704 /* end confdefs.h. */
16707 main ()
16711 return 0;
16713 _ACEOF
16714 rm -f conftest.$ac_objext conftest$ac_exeext
16715 if { (ac_try="$ac_link"
16716 case "(($ac_try" in
16717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16718 *) ac_try_echo=$ac_try;;
16719 esac
16720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16721 (eval "$ac_link") 2>conftest.er1
16722 ac_status=$?
16723 grep -v '^ *+' conftest.er1 >conftest.err
16724 rm -f conftest.er1
16725 cat conftest.err >&5
16726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16727 (exit $ac_status); } && {
16728 test -z "$ac_c_werror_flag" ||
16729 test ! -s conftest.err
16730 } && test -s conftest$ac_exeext &&
16731 $as_test_x conftest$ac_exeext; then
16732 ac_cv_cflags__Wwrite_strings=yes
16733 else
16734 echo "$as_me: failed program was:" >&5
16735 sed 's/^/| /' conftest.$ac_ext >&5
16737 ac_cv_cflags__Wwrite_strings=no
16740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16741 conftest$ac_exeext conftest.$ac_ext
16742 CFLAGS=$ac_wine_try_cflags_saved
16744 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16745 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16746 if test $ac_cv_cflags__Wwrite_strings = yes; then
16747 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16750 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16751 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16752 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16753 echo $ECHO_N "(cached) $ECHO_C" >&6
16754 else
16755 ac_wine_try_cflags_saved=$CFLAGS
16756 CFLAGS="$CFLAGS -Wtype-limits"
16757 cat >conftest.$ac_ext <<_ACEOF
16758 /* confdefs.h. */
16759 _ACEOF
16760 cat confdefs.h >>conftest.$ac_ext
16761 cat >>conftest.$ac_ext <<_ACEOF
16762 /* end confdefs.h. */
16765 main ()
16769 return 0;
16771 _ACEOF
16772 rm -f conftest.$ac_objext conftest$ac_exeext
16773 if { (ac_try="$ac_link"
16774 case "(($ac_try" in
16775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16776 *) ac_try_echo=$ac_try;;
16777 esac
16778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16779 (eval "$ac_link") 2>conftest.er1
16780 ac_status=$?
16781 grep -v '^ *+' conftest.er1 >conftest.err
16782 rm -f conftest.er1
16783 cat conftest.err >&5
16784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16785 (exit $ac_status); } && {
16786 test -z "$ac_c_werror_flag" ||
16787 test ! -s conftest.err
16788 } && test -s conftest$ac_exeext &&
16789 $as_test_x conftest$ac_exeext; then
16790 ac_cv_cflags__Wtype_limits=yes
16791 else
16792 echo "$as_me: failed program was:" >&5
16793 sed 's/^/| /' conftest.$ac_ext >&5
16795 ac_cv_cflags__Wtype_limits=no
16798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16799 conftest$ac_exeext conftest.$ac_ext
16800 CFLAGS=$ac_wine_try_cflags_saved
16802 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16803 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16804 if test $ac_cv_cflags__Wtype_limits = yes; then
16805 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16809 saved_CFLAGS="$CFLAGS"
16810 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16811 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16812 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16813 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16814 echo $ECHO_N "(cached) $ECHO_C" >&6
16815 else
16816 cat >conftest.$ac_ext <<_ACEOF
16817 /* confdefs.h. */
16818 _ACEOF
16819 cat confdefs.h >>conftest.$ac_ext
16820 cat >>conftest.$ac_ext <<_ACEOF
16821 /* end confdefs.h. */
16822 #include <string.h>
16824 main ()
16828 return 0;
16830 _ACEOF
16831 rm -f conftest.$ac_objext
16832 if { (ac_try="$ac_compile"
16833 case "(($ac_try" in
16834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16835 *) ac_try_echo=$ac_try;;
16836 esac
16837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16838 (eval "$ac_compile") 2>conftest.er1
16839 ac_status=$?
16840 grep -v '^ *+' conftest.er1 >conftest.err
16841 rm -f conftest.er1
16842 cat conftest.err >&5
16843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16844 (exit $ac_status); } && {
16845 test -z "$ac_c_werror_flag" ||
16846 test ! -s conftest.err
16847 } && test -s conftest.$ac_objext; then
16848 ac_cv_c_string_h_warnings=no
16849 else
16850 echo "$as_me: failed program was:" >&5
16851 sed 's/^/| /' conftest.$ac_ext >&5
16853 ac_cv_c_string_h_warnings=yes
16856 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16858 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16859 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16860 CFLAGS="$saved_CFLAGS"
16861 if test "$ac_cv_c_string_h_warnings" = "no"
16862 then
16863 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16868 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16869 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16870 if test "${ac_cv_asm_func_def+set}" = set; then
16871 echo $ECHO_N "(cached) $ECHO_C" >&6
16872 else
16873 cat >conftest.$ac_ext <<_ACEOF
16874 /* confdefs.h. */
16875 _ACEOF
16876 cat confdefs.h >>conftest.$ac_ext
16877 cat >>conftest.$ac_ext <<_ACEOF
16878 /* end confdefs.h. */
16881 main ()
16883 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16885 return 0;
16887 _ACEOF
16888 rm -f conftest.$ac_objext conftest$ac_exeext
16889 if { (ac_try="$ac_link"
16890 case "(($ac_try" in
16891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16892 *) ac_try_echo=$ac_try;;
16893 esac
16894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16895 (eval "$ac_link") 2>conftest.er1
16896 ac_status=$?
16897 grep -v '^ *+' conftest.er1 >conftest.err
16898 rm -f conftest.er1
16899 cat conftest.err >&5
16900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16901 (exit $ac_status); } && {
16902 test -z "$ac_c_werror_flag" ||
16903 test ! -s conftest.err
16904 } && test -s conftest$ac_exeext &&
16905 $as_test_x conftest$ac_exeext; then
16906 ac_cv_asm_func_def=".def"
16907 else
16908 echo "$as_me: failed program was:" >&5
16909 sed 's/^/| /' conftest.$ac_ext >&5
16911 cat >conftest.$ac_ext <<_ACEOF
16912 /* confdefs.h. */
16913 _ACEOF
16914 cat confdefs.h >>conftest.$ac_ext
16915 cat >>conftest.$ac_ext <<_ACEOF
16916 /* end confdefs.h. */
16919 main ()
16921 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16923 return 0;
16925 _ACEOF
16926 rm -f conftest.$ac_objext conftest$ac_exeext
16927 if { (ac_try="$ac_link"
16928 case "(($ac_try" in
16929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16930 *) ac_try_echo=$ac_try;;
16931 esac
16932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16933 (eval "$ac_link") 2>conftest.er1
16934 ac_status=$?
16935 grep -v '^ *+' conftest.er1 >conftest.err
16936 rm -f conftest.er1
16937 cat conftest.err >&5
16938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16939 (exit $ac_status); } && {
16940 test -z "$ac_c_werror_flag" ||
16941 test ! -s conftest.err
16942 } && test -s conftest$ac_exeext &&
16943 $as_test_x conftest$ac_exeext; then
16944 ac_cv_asm_func_def=".type @function"
16945 else
16946 echo "$as_me: failed program was:" >&5
16947 sed 's/^/| /' conftest.$ac_ext >&5
16949 cat >conftest.$ac_ext <<_ACEOF
16950 /* confdefs.h. */
16951 _ACEOF
16952 cat confdefs.h >>conftest.$ac_ext
16953 cat >>conftest.$ac_ext <<_ACEOF
16954 /* end confdefs.h. */
16957 main ()
16959 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16961 return 0;
16963 _ACEOF
16964 rm -f conftest.$ac_objext conftest$ac_exeext
16965 if { (ac_try="$ac_link"
16966 case "(($ac_try" in
16967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16968 *) ac_try_echo=$ac_try;;
16969 esac
16970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16971 (eval "$ac_link") 2>conftest.er1
16972 ac_status=$?
16973 grep -v '^ *+' conftest.er1 >conftest.err
16974 rm -f conftest.er1
16975 cat conftest.err >&5
16976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16977 (exit $ac_status); } && {
16978 test -z "$ac_c_werror_flag" ||
16979 test ! -s conftest.err
16980 } && test -s conftest$ac_exeext &&
16981 $as_test_x conftest$ac_exeext; then
16982 ac_cv_asm_func_def=".type 2"
16983 else
16984 echo "$as_me: failed program was:" >&5
16985 sed 's/^/| /' conftest.$ac_ext >&5
16987 ac_cv_asm_func_def="unknown"
16990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16991 conftest$ac_exeext conftest.$ac_ext
16994 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16995 conftest$ac_exeext conftest.$ac_ext
16998 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16999 conftest$ac_exeext conftest.$ac_ext
17001 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17002 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17006 case "$ac_cv_asm_func_def" in
17007 ".def")
17008 cat >>confdefs.h <<\_ACEOF
17009 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17010 _ACEOF
17012 ".type @function")
17013 cat >>confdefs.h <<\_ACEOF
17014 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17015 _ACEOF
17017 ".type 2")
17018 cat >>confdefs.h <<\_ACEOF
17019 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17020 _ACEOF
17023 cat >>confdefs.h <<\_ACEOF
17024 #define __ASM_FUNC(name) ""
17025 _ACEOF
17027 esac
17030 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17031 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17032 if test "${ac_cv_c_extern_prefix+set}" = set; then
17033 echo $ECHO_N "(cached) $ECHO_C" >&6
17034 else
17035 cat >conftest.$ac_ext <<_ACEOF
17036 /* confdefs.h. */
17037 _ACEOF
17038 cat confdefs.h >>conftest.$ac_ext
17039 cat >>conftest.$ac_ext <<_ACEOF
17040 /* end confdefs.h. */
17041 extern int ac_test;
17043 main ()
17045 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17047 return 0;
17049 _ACEOF
17050 rm -f conftest.$ac_objext conftest$ac_exeext
17051 if { (ac_try="$ac_link"
17052 case "(($ac_try" in
17053 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17054 *) ac_try_echo=$ac_try;;
17055 esac
17056 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17057 (eval "$ac_link") 2>conftest.er1
17058 ac_status=$?
17059 grep -v '^ *+' conftest.er1 >conftest.err
17060 rm -f conftest.er1
17061 cat conftest.err >&5
17062 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17063 (exit $ac_status); } && {
17064 test -z "$ac_c_werror_flag" ||
17065 test ! -s conftest.err
17066 } && test -s conftest$ac_exeext &&
17067 $as_test_x conftest$ac_exeext; then
17068 ac_cv_c_extern_prefix="yes"
17069 else
17070 echo "$as_me: failed program was:" >&5
17071 sed 's/^/| /' conftest.$ac_ext >&5
17073 ac_cv_c_extern_prefix="no"
17076 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17077 conftest$ac_exeext conftest.$ac_ext
17079 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17080 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17084 if test "$ac_cv_c_extern_prefix" = "yes"
17085 then
17086 cat >>confdefs.h <<\_ACEOF
17087 #define __ASM_NAME(name) "_" name
17088 _ACEOF
17090 else
17091 cat >>confdefs.h <<\_ACEOF
17092 #define __ASM_NAME(name) name
17093 _ACEOF
17098 LDPATH=""
17100 case $build_os in
17101 cygwin*|mingw32*)
17102 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17104 darwin*|macosx*)
17106 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17107 then
17108 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17112 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17114 esac
17116 case $host_os in
17117 mingw32*)
17118 CRTLIBS="-lmsvcrt"
17120 SOCKETLIBS="-lws2_32"
17123 esac
17125 MAIN_BINARY="wine-pthread"
17126 case $host_cpu in
17127 *i[3456789]86*)
17128 case $host_os in
17129 linux* | k*bsd*-gnu)
17130 MAIN_BINARY="wine-glibc"
17132 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17134 freebsd*)
17135 MAIN_BINARY="wine-freebsd"
17137 EXTRA_BINARIES="wine-pthread"
17139 esac
17141 esac
17214 for ac_func in \
17215 _pclose \
17216 _popen \
17217 _snprintf \
17218 _spawnvp \
17219 _strdup \
17220 _stricmp \
17221 _strnicmp \
17222 _strtoi64 \
17223 _strtoui64 \
17224 _vsnprintf \
17225 asctime_r \
17226 chsize \
17227 clone \
17228 dlopen \
17229 epoll_create \
17230 ffs \
17231 finite \
17232 fork \
17233 fpclass \
17234 fstatfs \
17235 fstatvfs \
17236 ftruncate \
17237 futimes \
17238 futimesat \
17239 getdirentries \
17240 getopt_long \
17241 getpagesize \
17242 getpwuid \
17243 gettid \
17244 gettimeofday \
17245 getuid \
17246 inet_pton \
17247 kqueue \
17248 lstat \
17249 memmove \
17250 mmap \
17251 pclose \
17252 poll \
17253 popen \
17254 prctl \
17255 pread \
17256 pwrite \
17257 readdir \
17258 readlink \
17259 rfork \
17260 sched_yield \
17261 select \
17262 setproctitle \
17263 setrlimit \
17264 settimeofday \
17265 sigaltstack \
17266 sigprocmask \
17267 snprintf \
17268 spawnvp \
17269 statfs \
17270 statvfs \
17271 strcasecmp \
17272 strdup \
17273 strerror \
17274 strncasecmp \
17275 strtold \
17276 strtoll \
17277 strtoull \
17278 tcgetattr \
17279 thr_kill2 \
17280 timegm \
17281 usleep \
17282 vsnprintf \
17283 wait4 \
17284 waitpid \
17287 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17288 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17289 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17290 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17291 echo $ECHO_N "(cached) $ECHO_C" >&6
17292 else
17293 cat >conftest.$ac_ext <<_ACEOF
17294 /* confdefs.h. */
17295 _ACEOF
17296 cat confdefs.h >>conftest.$ac_ext
17297 cat >>conftest.$ac_ext <<_ACEOF
17298 /* end confdefs.h. */
17299 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17300 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17301 #define $ac_func innocuous_$ac_func
17303 /* System header to define __stub macros and hopefully few prototypes,
17304 which can conflict with char $ac_func (); below.
17305 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17306 <limits.h> exists even on freestanding compilers. */
17308 #ifdef __STDC__
17309 # include <limits.h>
17310 #else
17311 # include <assert.h>
17312 #endif
17314 #undef $ac_func
17316 /* Override any GCC internal prototype to avoid an error.
17317 Use char because int might match the return type of a GCC
17318 builtin and then its argument prototype would still apply. */
17319 #ifdef __cplusplus
17320 extern "C"
17321 #endif
17322 char $ac_func ();
17323 /* The GNU C library defines this for functions which it implements
17324 to always fail with ENOSYS. Some functions are actually named
17325 something starting with __ and the normal name is an alias. */
17326 #if defined __stub_$ac_func || defined __stub___$ac_func
17327 choke me
17328 #endif
17331 main ()
17333 return $ac_func ();
17335 return 0;
17337 _ACEOF
17338 rm -f conftest.$ac_objext conftest$ac_exeext
17339 if { (ac_try="$ac_link"
17340 case "(($ac_try" in
17341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17342 *) ac_try_echo=$ac_try;;
17343 esac
17344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17345 (eval "$ac_link") 2>conftest.er1
17346 ac_status=$?
17347 grep -v '^ *+' conftest.er1 >conftest.err
17348 rm -f conftest.er1
17349 cat conftest.err >&5
17350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17351 (exit $ac_status); } && {
17352 test -z "$ac_c_werror_flag" ||
17353 test ! -s conftest.err
17354 } && test -s conftest$ac_exeext &&
17355 $as_test_x conftest$ac_exeext; then
17356 eval "$as_ac_var=yes"
17357 else
17358 echo "$as_me: failed program was:" >&5
17359 sed 's/^/| /' conftest.$ac_ext >&5
17361 eval "$as_ac_var=no"
17364 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17365 conftest$ac_exeext conftest.$ac_ext
17367 ac_res=`eval echo '${'$as_ac_var'}'`
17368 { echo "$as_me:$LINENO: result: $ac_res" >&5
17369 echo "${ECHO_T}$ac_res" >&6; }
17370 if test `eval echo '${'$as_ac_var'}'` = yes; then
17371 cat >>confdefs.h <<_ACEOF
17372 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17373 _ACEOF
17376 done
17379 if test "$ac_cv_func_dlopen" = no
17380 then
17381 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17382 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17383 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17384 echo $ECHO_N "(cached) $ECHO_C" >&6
17385 else
17386 ac_check_lib_save_LIBS=$LIBS
17387 LIBS="-ldl $LIBS"
17388 cat >conftest.$ac_ext <<_ACEOF
17389 /* confdefs.h. */
17390 _ACEOF
17391 cat confdefs.h >>conftest.$ac_ext
17392 cat >>conftest.$ac_ext <<_ACEOF
17393 /* end confdefs.h. */
17395 /* Override any GCC internal prototype to avoid an error.
17396 Use char because int might match the return type of a GCC
17397 builtin and then its argument prototype would still apply. */
17398 #ifdef __cplusplus
17399 extern "C"
17400 #endif
17401 char dlopen ();
17403 main ()
17405 return dlopen ();
17407 return 0;
17409 _ACEOF
17410 rm -f conftest.$ac_objext conftest$ac_exeext
17411 if { (ac_try="$ac_link"
17412 case "(($ac_try" in
17413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17414 *) ac_try_echo=$ac_try;;
17415 esac
17416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17417 (eval "$ac_link") 2>conftest.er1
17418 ac_status=$?
17419 grep -v '^ *+' conftest.er1 >conftest.err
17420 rm -f conftest.er1
17421 cat conftest.err >&5
17422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17423 (exit $ac_status); } && {
17424 test -z "$ac_c_werror_flag" ||
17425 test ! -s conftest.err
17426 } && test -s conftest$ac_exeext &&
17427 $as_test_x conftest$ac_exeext; then
17428 ac_cv_lib_dl_dlopen=yes
17429 else
17430 echo "$as_me: failed program was:" >&5
17431 sed 's/^/| /' conftest.$ac_ext >&5
17433 ac_cv_lib_dl_dlopen=no
17436 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17437 conftest$ac_exeext conftest.$ac_ext
17438 LIBS=$ac_check_lib_save_LIBS
17440 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17441 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17442 if test $ac_cv_lib_dl_dlopen = yes; then
17443 cat >>confdefs.h <<\_ACEOF
17444 #define HAVE_DLOPEN 1
17445 _ACEOF
17446 LIBDL="-ldl"
17451 ac_wine_check_funcs_save_LIBS="$LIBS"
17452 LIBS="$LIBS $LIBDL"
17454 for ac_func in dladdr
17456 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17457 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17458 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17459 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17460 echo $ECHO_N "(cached) $ECHO_C" >&6
17461 else
17462 cat >conftest.$ac_ext <<_ACEOF
17463 /* confdefs.h. */
17464 _ACEOF
17465 cat confdefs.h >>conftest.$ac_ext
17466 cat >>conftest.$ac_ext <<_ACEOF
17467 /* end confdefs.h. */
17468 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17469 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17470 #define $ac_func innocuous_$ac_func
17472 /* System header to define __stub macros and hopefully few prototypes,
17473 which can conflict with char $ac_func (); below.
17474 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17475 <limits.h> exists even on freestanding compilers. */
17477 #ifdef __STDC__
17478 # include <limits.h>
17479 #else
17480 # include <assert.h>
17481 #endif
17483 #undef $ac_func
17485 /* Override any GCC internal prototype to avoid an error.
17486 Use char because int might match the return type of a GCC
17487 builtin and then its argument prototype would still apply. */
17488 #ifdef __cplusplus
17489 extern "C"
17490 #endif
17491 char $ac_func ();
17492 /* The GNU C library defines this for functions which it implements
17493 to always fail with ENOSYS. Some functions are actually named
17494 something starting with __ and the normal name is an alias. */
17495 #if defined __stub_$ac_func || defined __stub___$ac_func
17496 choke me
17497 #endif
17500 main ()
17502 return $ac_func ();
17504 return 0;
17506 _ACEOF
17507 rm -f conftest.$ac_objext conftest$ac_exeext
17508 if { (ac_try="$ac_link"
17509 case "(($ac_try" in
17510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17511 *) ac_try_echo=$ac_try;;
17512 esac
17513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17514 (eval "$ac_link") 2>conftest.er1
17515 ac_status=$?
17516 grep -v '^ *+' conftest.er1 >conftest.err
17517 rm -f conftest.er1
17518 cat conftest.err >&5
17519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17520 (exit $ac_status); } && {
17521 test -z "$ac_c_werror_flag" ||
17522 test ! -s conftest.err
17523 } && test -s conftest$ac_exeext &&
17524 $as_test_x conftest$ac_exeext; then
17525 eval "$as_ac_var=yes"
17526 else
17527 echo "$as_me: failed program was:" >&5
17528 sed 's/^/| /' conftest.$ac_ext >&5
17530 eval "$as_ac_var=no"
17533 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17534 conftest$ac_exeext conftest.$ac_ext
17536 ac_res=`eval echo '${'$as_ac_var'}'`
17537 { echo "$as_me:$LINENO: result: $ac_res" >&5
17538 echo "${ECHO_T}$ac_res" >&6; }
17539 if test `eval echo '${'$as_ac_var'}'` = yes; then
17540 cat >>confdefs.h <<_ACEOF
17541 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17542 _ACEOF
17545 done
17547 LIBS="$ac_wine_check_funcs_save_LIBS"
17549 if test "$ac_cv_func_poll" = no
17550 then
17551 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17552 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17553 if test "${ac_cv_lib_poll_poll+set}" = set; then
17554 echo $ECHO_N "(cached) $ECHO_C" >&6
17555 else
17556 ac_check_lib_save_LIBS=$LIBS
17557 LIBS="-lpoll $LIBS"
17558 cat >conftest.$ac_ext <<_ACEOF
17559 /* confdefs.h. */
17560 _ACEOF
17561 cat confdefs.h >>conftest.$ac_ext
17562 cat >>conftest.$ac_ext <<_ACEOF
17563 /* end confdefs.h. */
17565 /* Override any GCC internal prototype to avoid an error.
17566 Use char because int might match the return type of a GCC
17567 builtin and then its argument prototype would still apply. */
17568 #ifdef __cplusplus
17569 extern "C"
17570 #endif
17571 char poll ();
17573 main ()
17575 return poll ();
17577 return 0;
17579 _ACEOF
17580 rm -f conftest.$ac_objext conftest$ac_exeext
17581 if { (ac_try="$ac_link"
17582 case "(($ac_try" in
17583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17584 *) ac_try_echo=$ac_try;;
17585 esac
17586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17587 (eval "$ac_link") 2>conftest.er1
17588 ac_status=$?
17589 grep -v '^ *+' conftest.er1 >conftest.err
17590 rm -f conftest.er1
17591 cat conftest.err >&5
17592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17593 (exit $ac_status); } && {
17594 test -z "$ac_c_werror_flag" ||
17595 test ! -s conftest.err
17596 } && test -s conftest$ac_exeext &&
17597 $as_test_x conftest$ac_exeext; then
17598 ac_cv_lib_poll_poll=yes
17599 else
17600 echo "$as_me: failed program was:" >&5
17601 sed 's/^/| /' conftest.$ac_ext >&5
17603 ac_cv_lib_poll_poll=no
17606 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17607 conftest$ac_exeext conftest.$ac_ext
17608 LIBS=$ac_check_lib_save_LIBS
17610 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17611 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17612 if test $ac_cv_lib_poll_poll = yes; then
17613 cat >>confdefs.h <<\_ACEOF
17614 #define HAVE_POLL 1
17615 _ACEOF
17616 LIBPOLL="-lpoll"
17622 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17623 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17624 if test "${ac_cv_search_gethostbyname+set}" = set; then
17625 echo $ECHO_N "(cached) $ECHO_C" >&6
17626 else
17627 ac_func_search_save_LIBS=$LIBS
17628 cat >conftest.$ac_ext <<_ACEOF
17629 /* confdefs.h. */
17630 _ACEOF
17631 cat confdefs.h >>conftest.$ac_ext
17632 cat >>conftest.$ac_ext <<_ACEOF
17633 /* end confdefs.h. */
17635 /* Override any GCC internal prototype to avoid an error.
17636 Use char because int might match the return type of a GCC
17637 builtin and then its argument prototype would still apply. */
17638 #ifdef __cplusplus
17639 extern "C"
17640 #endif
17641 char gethostbyname ();
17643 main ()
17645 return gethostbyname ();
17647 return 0;
17649 _ACEOF
17650 for ac_lib in '' nsl; do
17651 if test -z "$ac_lib"; then
17652 ac_res="none required"
17653 else
17654 ac_res=-l$ac_lib
17655 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17657 rm -f conftest.$ac_objext conftest$ac_exeext
17658 if { (ac_try="$ac_link"
17659 case "(($ac_try" in
17660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17661 *) ac_try_echo=$ac_try;;
17662 esac
17663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17664 (eval "$ac_link") 2>conftest.er1
17665 ac_status=$?
17666 grep -v '^ *+' conftest.er1 >conftest.err
17667 rm -f conftest.er1
17668 cat conftest.err >&5
17669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17670 (exit $ac_status); } && {
17671 test -z "$ac_c_werror_flag" ||
17672 test ! -s conftest.err
17673 } && test -s conftest$ac_exeext &&
17674 $as_test_x conftest$ac_exeext; then
17675 ac_cv_search_gethostbyname=$ac_res
17676 else
17677 echo "$as_me: failed program was:" >&5
17678 sed 's/^/| /' conftest.$ac_ext >&5
17683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17684 conftest$ac_exeext
17685 if test "${ac_cv_search_gethostbyname+set}" = set; then
17686 break
17688 done
17689 if test "${ac_cv_search_gethostbyname+set}" = set; then
17691 else
17692 ac_cv_search_gethostbyname=no
17694 rm conftest.$ac_ext
17695 LIBS=$ac_func_search_save_LIBS
17697 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17698 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17699 ac_res=$ac_cv_search_gethostbyname
17700 if test "$ac_res" != no; then
17701 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17706 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17707 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17708 if test "${ac_cv_search_connect+set}" = set; then
17709 echo $ECHO_N "(cached) $ECHO_C" >&6
17710 else
17711 ac_func_search_save_LIBS=$LIBS
17712 cat >conftest.$ac_ext <<_ACEOF
17713 /* confdefs.h. */
17714 _ACEOF
17715 cat confdefs.h >>conftest.$ac_ext
17716 cat >>conftest.$ac_ext <<_ACEOF
17717 /* end confdefs.h. */
17719 /* Override any GCC internal prototype to avoid an error.
17720 Use char because int might match the return type of a GCC
17721 builtin and then its argument prototype would still apply. */
17722 #ifdef __cplusplus
17723 extern "C"
17724 #endif
17725 char connect ();
17727 main ()
17729 return connect ();
17731 return 0;
17733 _ACEOF
17734 for ac_lib in '' socket; do
17735 if test -z "$ac_lib"; then
17736 ac_res="none required"
17737 else
17738 ac_res=-l$ac_lib
17739 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17741 rm -f conftest.$ac_objext conftest$ac_exeext
17742 if { (ac_try="$ac_link"
17743 case "(($ac_try" in
17744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17745 *) ac_try_echo=$ac_try;;
17746 esac
17747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17748 (eval "$ac_link") 2>conftest.er1
17749 ac_status=$?
17750 grep -v '^ *+' conftest.er1 >conftest.err
17751 rm -f conftest.er1
17752 cat conftest.err >&5
17753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17754 (exit $ac_status); } && {
17755 test -z "$ac_c_werror_flag" ||
17756 test ! -s conftest.err
17757 } && test -s conftest$ac_exeext &&
17758 $as_test_x conftest$ac_exeext; then
17759 ac_cv_search_connect=$ac_res
17760 else
17761 echo "$as_me: failed program was:" >&5
17762 sed 's/^/| /' conftest.$ac_ext >&5
17767 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17768 conftest$ac_exeext
17769 if test "${ac_cv_search_connect+set}" = set; then
17770 break
17772 done
17773 if test "${ac_cv_search_connect+set}" = set; then
17775 else
17776 ac_cv_search_connect=no
17778 rm conftest.$ac_ext
17779 LIBS=$ac_func_search_save_LIBS
17781 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17782 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17783 ac_res=$ac_cv_search_connect
17784 if test "$ac_res" != no; then
17785 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17790 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17791 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17792 if test "${ac_cv_search_inet_aton+set}" = set; then
17793 echo $ECHO_N "(cached) $ECHO_C" >&6
17794 else
17795 ac_func_search_save_LIBS=$LIBS
17796 cat >conftest.$ac_ext <<_ACEOF
17797 /* confdefs.h. */
17798 _ACEOF
17799 cat confdefs.h >>conftest.$ac_ext
17800 cat >>conftest.$ac_ext <<_ACEOF
17801 /* end confdefs.h. */
17803 /* Override any GCC internal prototype to avoid an error.
17804 Use char because int might match the return type of a GCC
17805 builtin and then its argument prototype would still apply. */
17806 #ifdef __cplusplus
17807 extern "C"
17808 #endif
17809 char inet_aton ();
17811 main ()
17813 return inet_aton ();
17815 return 0;
17817 _ACEOF
17818 for ac_lib in '' resolv; do
17819 if test -z "$ac_lib"; then
17820 ac_res="none required"
17821 else
17822 ac_res=-l$ac_lib
17823 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17825 rm -f conftest.$ac_objext conftest$ac_exeext
17826 if { (ac_try="$ac_link"
17827 case "(($ac_try" in
17828 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17829 *) ac_try_echo=$ac_try;;
17830 esac
17831 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17832 (eval "$ac_link") 2>conftest.er1
17833 ac_status=$?
17834 grep -v '^ *+' conftest.er1 >conftest.err
17835 rm -f conftest.er1
17836 cat conftest.err >&5
17837 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17838 (exit $ac_status); } && {
17839 test -z "$ac_c_werror_flag" ||
17840 test ! -s conftest.err
17841 } && test -s conftest$ac_exeext &&
17842 $as_test_x conftest$ac_exeext; then
17843 ac_cv_search_inet_aton=$ac_res
17844 else
17845 echo "$as_me: failed program was:" >&5
17846 sed 's/^/| /' conftest.$ac_ext >&5
17851 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17852 conftest$ac_exeext
17853 if test "${ac_cv_search_inet_aton+set}" = set; then
17854 break
17856 done
17857 if test "${ac_cv_search_inet_aton+set}" = set; then
17859 else
17860 ac_cv_search_inet_aton=no
17862 rm conftest.$ac_ext
17863 LIBS=$ac_func_search_save_LIBS
17865 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17866 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17867 ac_res=$ac_cv_search_inet_aton
17868 if test "$ac_res" != no; then
17869 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17882 for ac_func in \
17883 getaddrinfo \
17884 getnameinfo \
17885 getnetbyname \
17886 getprotobyname \
17887 getprotobynumber \
17888 getservbyport \
17889 inet_network \
17890 sendmsg \
17893 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17894 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17895 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17896 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17897 echo $ECHO_N "(cached) $ECHO_C" >&6
17898 else
17899 cat >conftest.$ac_ext <<_ACEOF
17900 /* confdefs.h. */
17901 _ACEOF
17902 cat confdefs.h >>conftest.$ac_ext
17903 cat >>conftest.$ac_ext <<_ACEOF
17904 /* end confdefs.h. */
17905 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17906 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17907 #define $ac_func innocuous_$ac_func
17909 /* System header to define __stub macros and hopefully few prototypes,
17910 which can conflict with char $ac_func (); below.
17911 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17912 <limits.h> exists even on freestanding compilers. */
17914 #ifdef __STDC__
17915 # include <limits.h>
17916 #else
17917 # include <assert.h>
17918 #endif
17920 #undef $ac_func
17922 /* Override any GCC internal prototype to avoid an error.
17923 Use char because int might match the return type of a GCC
17924 builtin and then its argument prototype would still apply. */
17925 #ifdef __cplusplus
17926 extern "C"
17927 #endif
17928 char $ac_func ();
17929 /* The GNU C library defines this for functions which it implements
17930 to always fail with ENOSYS. Some functions are actually named
17931 something starting with __ and the normal name is an alias. */
17932 #if defined __stub_$ac_func || defined __stub___$ac_func
17933 choke me
17934 #endif
17937 main ()
17939 return $ac_func ();
17941 return 0;
17943 _ACEOF
17944 rm -f conftest.$ac_objext conftest$ac_exeext
17945 if { (ac_try="$ac_link"
17946 case "(($ac_try" in
17947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17948 *) ac_try_echo=$ac_try;;
17949 esac
17950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17951 (eval "$ac_link") 2>conftest.er1
17952 ac_status=$?
17953 grep -v '^ *+' conftest.er1 >conftest.err
17954 rm -f conftest.er1
17955 cat conftest.err >&5
17956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17957 (exit $ac_status); } && {
17958 test -z "$ac_c_werror_flag" ||
17959 test ! -s conftest.err
17960 } && test -s conftest$ac_exeext &&
17961 $as_test_x conftest$ac_exeext; then
17962 eval "$as_ac_var=yes"
17963 else
17964 echo "$as_me: failed program was:" >&5
17965 sed 's/^/| /' conftest.$ac_ext >&5
17967 eval "$as_ac_var=no"
17970 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17971 conftest$ac_exeext conftest.$ac_ext
17973 ac_res=`eval echo '${'$as_ac_var'}'`
17974 { echo "$as_me:$LINENO: result: $ac_res" >&5
17975 echo "${ECHO_T}$ac_res" >&6; }
17976 if test `eval echo '${'$as_ac_var'}'` = yes; then
17977 cat >>confdefs.h <<_ACEOF
17978 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17979 _ACEOF
17982 done
17985 LDAPLIBS=""
17987 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17988 then
17989 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17990 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17991 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17992 echo $ECHO_N "(cached) $ECHO_C" >&6
17993 else
17994 cat >conftest.$ac_ext <<_ACEOF
17995 /* confdefs.h. */
17996 _ACEOF
17997 cat confdefs.h >>conftest.$ac_ext
17998 cat >>conftest.$ac_ext <<_ACEOF
17999 /* end confdefs.h. */
18000 #include <ldap.h>
18002 typedef LDAPSortKey ac__type_new_;
18004 main ()
18006 if ((ac__type_new_ *) 0)
18007 return 0;
18008 if (sizeof (ac__type_new_))
18009 return 0;
18011 return 0;
18013 _ACEOF
18014 rm -f conftest.$ac_objext
18015 if { (ac_try="$ac_compile"
18016 case "(($ac_try" in
18017 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18018 *) ac_try_echo=$ac_try;;
18019 esac
18020 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18021 (eval "$ac_compile") 2>conftest.er1
18022 ac_status=$?
18023 grep -v '^ *+' conftest.er1 >conftest.err
18024 rm -f conftest.er1
18025 cat conftest.err >&5
18026 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18027 (exit $ac_status); } && {
18028 test -z "$ac_c_werror_flag" ||
18029 test ! -s conftest.err
18030 } && test -s conftest.$ac_objext; then
18031 ac_cv_type_LDAPSortKey=yes
18032 else
18033 echo "$as_me: failed program was:" >&5
18034 sed 's/^/| /' conftest.$ac_ext >&5
18036 ac_cv_type_LDAPSortKey=no
18039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18041 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18042 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18043 if test $ac_cv_type_LDAPSortKey = yes; then
18044 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18045 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18046 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18047 echo $ECHO_N "(cached) $ECHO_C" >&6
18048 else
18049 ac_check_lib_save_LIBS=$LIBS
18050 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18051 cat >conftest.$ac_ext <<_ACEOF
18052 /* confdefs.h. */
18053 _ACEOF
18054 cat confdefs.h >>conftest.$ac_ext
18055 cat >>conftest.$ac_ext <<_ACEOF
18056 /* end confdefs.h. */
18058 /* Override any GCC internal prototype to avoid an error.
18059 Use char because int might match the return type of a GCC
18060 builtin and then its argument prototype would still apply. */
18061 #ifdef __cplusplus
18062 extern "C"
18063 #endif
18064 char ldap_initialize ();
18066 main ()
18068 return ldap_initialize ();
18070 return 0;
18072 _ACEOF
18073 rm -f conftest.$ac_objext conftest$ac_exeext
18074 if { (ac_try="$ac_link"
18075 case "(($ac_try" in
18076 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18077 *) ac_try_echo=$ac_try;;
18078 esac
18079 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18080 (eval "$ac_link") 2>conftest.er1
18081 ac_status=$?
18082 grep -v '^ *+' conftest.er1 >conftest.err
18083 rm -f conftest.er1
18084 cat conftest.err >&5
18085 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18086 (exit $ac_status); } && {
18087 test -z "$ac_c_werror_flag" ||
18088 test ! -s conftest.err
18089 } && test -s conftest$ac_exeext &&
18090 $as_test_x conftest$ac_exeext; then
18091 ac_cv_lib_ldap_r_ldap_initialize=yes
18092 else
18093 echo "$as_me: failed program was:" >&5
18094 sed 's/^/| /' conftest.$ac_ext >&5
18096 ac_cv_lib_ldap_r_ldap_initialize=no
18099 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18100 conftest$ac_exeext conftest.$ac_ext
18101 LIBS=$ac_check_lib_save_LIBS
18103 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18104 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18105 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18106 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18107 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18108 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18109 echo $ECHO_N "(cached) $ECHO_C" >&6
18110 else
18111 ac_check_lib_save_LIBS=$LIBS
18112 LIBS="-llber $LIBPTHREAD $LIBS"
18113 cat >conftest.$ac_ext <<_ACEOF
18114 /* confdefs.h. */
18115 _ACEOF
18116 cat confdefs.h >>conftest.$ac_ext
18117 cat >>conftest.$ac_ext <<_ACEOF
18118 /* end confdefs.h. */
18120 /* Override any GCC internal prototype to avoid an error.
18121 Use char because int might match the return type of a GCC
18122 builtin and then its argument prototype would still apply. */
18123 #ifdef __cplusplus
18124 extern "C"
18125 #endif
18126 char ber_init ();
18128 main ()
18130 return ber_init ();
18132 return 0;
18134 _ACEOF
18135 rm -f conftest.$ac_objext conftest$ac_exeext
18136 if { (ac_try="$ac_link"
18137 case "(($ac_try" in
18138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18139 *) ac_try_echo=$ac_try;;
18140 esac
18141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18142 (eval "$ac_link") 2>conftest.er1
18143 ac_status=$?
18144 grep -v '^ *+' conftest.er1 >conftest.err
18145 rm -f conftest.er1
18146 cat conftest.err >&5
18147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18148 (exit $ac_status); } && {
18149 test -z "$ac_c_werror_flag" ||
18150 test ! -s conftest.err
18151 } && test -s conftest$ac_exeext &&
18152 $as_test_x conftest$ac_exeext; then
18153 ac_cv_lib_lber_ber_init=yes
18154 else
18155 echo "$as_me: failed program was:" >&5
18156 sed 's/^/| /' conftest.$ac_ext >&5
18158 ac_cv_lib_lber_ber_init=no
18161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18162 conftest$ac_exeext conftest.$ac_ext
18163 LIBS=$ac_check_lib_save_LIBS
18165 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18166 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18167 if test $ac_cv_lib_lber_ber_init = yes; then
18169 cat >>confdefs.h <<\_ACEOF
18170 #define HAVE_LDAP 1
18171 _ACEOF
18173 LDAPLIBS="-lldap_r -llber"
18180 ac_wine_check_funcs_save_LIBS="$LIBS"
18181 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18190 for ac_func in \
18191 ldap_count_references \
18192 ldap_first_reference \
18193 ldap_next_reference \
18194 ldap_parse_reference \
18195 ldap_parse_sort_control \
18196 ldap_parse_sortresponse_control \
18197 ldap_parse_vlv_control \
18198 ldap_parse_vlvresponse_control
18200 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18201 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18202 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18203 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18204 echo $ECHO_N "(cached) $ECHO_C" >&6
18205 else
18206 cat >conftest.$ac_ext <<_ACEOF
18207 /* confdefs.h. */
18208 _ACEOF
18209 cat confdefs.h >>conftest.$ac_ext
18210 cat >>conftest.$ac_ext <<_ACEOF
18211 /* end confdefs.h. */
18212 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18213 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18214 #define $ac_func innocuous_$ac_func
18216 /* System header to define __stub macros and hopefully few prototypes,
18217 which can conflict with char $ac_func (); below.
18218 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18219 <limits.h> exists even on freestanding compilers. */
18221 #ifdef __STDC__
18222 # include <limits.h>
18223 #else
18224 # include <assert.h>
18225 #endif
18227 #undef $ac_func
18229 /* Override any GCC internal prototype to avoid an error.
18230 Use char because int might match the return type of a GCC
18231 builtin and then its argument prototype would still apply. */
18232 #ifdef __cplusplus
18233 extern "C"
18234 #endif
18235 char $ac_func ();
18236 /* The GNU C library defines this for functions which it implements
18237 to always fail with ENOSYS. Some functions are actually named
18238 something starting with __ and the normal name is an alias. */
18239 #if defined __stub_$ac_func || defined __stub___$ac_func
18240 choke me
18241 #endif
18244 main ()
18246 return $ac_func ();
18248 return 0;
18250 _ACEOF
18251 rm -f conftest.$ac_objext conftest$ac_exeext
18252 if { (ac_try="$ac_link"
18253 case "(($ac_try" in
18254 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18255 *) ac_try_echo=$ac_try;;
18256 esac
18257 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18258 (eval "$ac_link") 2>conftest.er1
18259 ac_status=$?
18260 grep -v '^ *+' conftest.er1 >conftest.err
18261 rm -f conftest.er1
18262 cat conftest.err >&5
18263 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18264 (exit $ac_status); } && {
18265 test -z "$ac_c_werror_flag" ||
18266 test ! -s conftest.err
18267 } && test -s conftest$ac_exeext &&
18268 $as_test_x conftest$ac_exeext; then
18269 eval "$as_ac_var=yes"
18270 else
18271 echo "$as_me: failed program was:" >&5
18272 sed 's/^/| /' conftest.$ac_ext >&5
18274 eval "$as_ac_var=no"
18277 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18278 conftest$ac_exeext conftest.$ac_ext
18280 ac_res=`eval echo '${'$as_ac_var'}'`
18281 { echo "$as_me:$LINENO: result: $ac_res" >&5
18282 echo "${ECHO_T}$ac_res" >&6; }
18283 if test `eval echo '${'$as_ac_var'}'` = yes; then
18284 cat >>confdefs.h <<_ACEOF
18285 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18286 _ACEOF
18289 done
18291 LIBS="$ac_wine_check_funcs_save_LIBS"
18293 if test "x$LDAPLIBS" = "x"; then
18294 case "x$with_ldap" in
18295 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18296 xno) ;;
18297 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18298 This is an error since --with-ldap was requested." >&5
18299 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18300 This is an error since --with-ldap was requested." >&2;}
18301 { (exit 1); exit 1; }; } ;;
18302 esac
18307 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18308 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18309 if test "${ac_cv_c_const+set}" = set; then
18310 echo $ECHO_N "(cached) $ECHO_C" >&6
18311 else
18312 cat >conftest.$ac_ext <<_ACEOF
18313 /* confdefs.h. */
18314 _ACEOF
18315 cat confdefs.h >>conftest.$ac_ext
18316 cat >>conftest.$ac_ext <<_ACEOF
18317 /* end confdefs.h. */
18320 main ()
18322 /* FIXME: Include the comments suggested by Paul. */
18323 #ifndef __cplusplus
18324 /* Ultrix mips cc rejects this. */
18325 typedef int charset[2];
18326 const charset cs;
18327 /* SunOS 4.1.1 cc rejects this. */
18328 char const *const *pcpcc;
18329 char **ppc;
18330 /* NEC SVR4.0.2 mips cc rejects this. */
18331 struct point {int x, y;};
18332 static struct point const zero = {0,0};
18333 /* AIX XL C 1.02.0.0 rejects this.
18334 It does not let you subtract one const X* pointer from another in
18335 an arm of an if-expression whose if-part is not a constant
18336 expression */
18337 const char *g = "string";
18338 pcpcc = &g + (g ? g-g : 0);
18339 /* HPUX 7.0 cc rejects these. */
18340 ++pcpcc;
18341 ppc = (char**) pcpcc;
18342 pcpcc = (char const *const *) ppc;
18343 { /* SCO 3.2v4 cc rejects this. */
18344 char *t;
18345 char const *s = 0 ? (char *) 0 : (char const *) 0;
18347 *t++ = 0;
18348 if (s) return 0;
18350 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18351 int x[] = {25, 17};
18352 const int *foo = &x[0];
18353 ++foo;
18355 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18356 typedef const int *iptr;
18357 iptr p = 0;
18358 ++p;
18360 { /* AIX XL C 1.02.0.0 rejects this saying
18361 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18362 struct s { int j; const int *ap[3]; };
18363 struct s *b; b->j = 5;
18365 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18366 const int foo = 10;
18367 if (!foo) return 0;
18369 return !cs[0] && !zero.x;
18370 #endif
18373 return 0;
18375 _ACEOF
18376 rm -f conftest.$ac_objext
18377 if { (ac_try="$ac_compile"
18378 case "(($ac_try" in
18379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18380 *) ac_try_echo=$ac_try;;
18381 esac
18382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18383 (eval "$ac_compile") 2>conftest.er1
18384 ac_status=$?
18385 grep -v '^ *+' conftest.er1 >conftest.err
18386 rm -f conftest.er1
18387 cat conftest.err >&5
18388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18389 (exit $ac_status); } && {
18390 test -z "$ac_c_werror_flag" ||
18391 test ! -s conftest.err
18392 } && test -s conftest.$ac_objext; then
18393 ac_cv_c_const=yes
18394 else
18395 echo "$as_me: failed program was:" >&5
18396 sed 's/^/| /' conftest.$ac_ext >&5
18398 ac_cv_c_const=no
18401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18403 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18404 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18405 if test $ac_cv_c_const = no; then
18407 cat >>confdefs.h <<\_ACEOF
18408 #define const
18409 _ACEOF
18413 { echo "$as_me:$LINENO: checking for inline" >&5
18414 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18415 if test "${ac_cv_c_inline+set}" = set; then
18416 echo $ECHO_N "(cached) $ECHO_C" >&6
18417 else
18418 ac_cv_c_inline=no
18419 for ac_kw in inline __inline__ __inline; do
18420 cat >conftest.$ac_ext <<_ACEOF
18421 /* confdefs.h. */
18422 _ACEOF
18423 cat confdefs.h >>conftest.$ac_ext
18424 cat >>conftest.$ac_ext <<_ACEOF
18425 /* end confdefs.h. */
18426 #ifndef __cplusplus
18427 typedef int foo_t;
18428 static $ac_kw foo_t static_foo () {return 0; }
18429 $ac_kw foo_t foo () {return 0; }
18430 #endif
18432 _ACEOF
18433 rm -f conftest.$ac_objext
18434 if { (ac_try="$ac_compile"
18435 case "(($ac_try" in
18436 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18437 *) ac_try_echo=$ac_try;;
18438 esac
18439 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18440 (eval "$ac_compile") 2>conftest.er1
18441 ac_status=$?
18442 grep -v '^ *+' conftest.er1 >conftest.err
18443 rm -f conftest.er1
18444 cat conftest.err >&5
18445 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18446 (exit $ac_status); } && {
18447 test -z "$ac_c_werror_flag" ||
18448 test ! -s conftest.err
18449 } && test -s conftest.$ac_objext; then
18450 ac_cv_c_inline=$ac_kw
18451 else
18452 echo "$as_me: failed program was:" >&5
18453 sed 's/^/| /' conftest.$ac_ext >&5
18458 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18459 test "$ac_cv_c_inline" != no && break
18460 done
18463 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18464 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18467 case $ac_cv_c_inline in
18468 inline | yes) ;;
18470 case $ac_cv_c_inline in
18471 no) ac_val=;;
18472 *) ac_val=$ac_cv_c_inline;;
18473 esac
18474 cat >>confdefs.h <<_ACEOF
18475 #ifndef __cplusplus
18476 #define inline $ac_val
18477 #endif
18478 _ACEOF
18480 esac
18482 { echo "$as_me:$LINENO: checking for mode_t" >&5
18483 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18484 if test "${ac_cv_type_mode_t+set}" = set; then
18485 echo $ECHO_N "(cached) $ECHO_C" >&6
18486 else
18487 cat >conftest.$ac_ext <<_ACEOF
18488 /* confdefs.h. */
18489 _ACEOF
18490 cat confdefs.h >>conftest.$ac_ext
18491 cat >>conftest.$ac_ext <<_ACEOF
18492 /* end confdefs.h. */
18493 $ac_includes_default
18494 typedef mode_t ac__type_new_;
18496 main ()
18498 if ((ac__type_new_ *) 0)
18499 return 0;
18500 if (sizeof (ac__type_new_))
18501 return 0;
18503 return 0;
18505 _ACEOF
18506 rm -f conftest.$ac_objext
18507 if { (ac_try="$ac_compile"
18508 case "(($ac_try" in
18509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18510 *) ac_try_echo=$ac_try;;
18511 esac
18512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18513 (eval "$ac_compile") 2>conftest.er1
18514 ac_status=$?
18515 grep -v '^ *+' conftest.er1 >conftest.err
18516 rm -f conftest.er1
18517 cat conftest.err >&5
18518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18519 (exit $ac_status); } && {
18520 test -z "$ac_c_werror_flag" ||
18521 test ! -s conftest.err
18522 } && test -s conftest.$ac_objext; then
18523 ac_cv_type_mode_t=yes
18524 else
18525 echo "$as_me: failed program was:" >&5
18526 sed 's/^/| /' conftest.$ac_ext >&5
18528 ac_cv_type_mode_t=no
18531 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18533 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18534 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18535 if test $ac_cv_type_mode_t = yes; then
18537 cat >>confdefs.h <<_ACEOF
18538 #define HAVE_MODE_T 1
18539 _ACEOF
18543 { echo "$as_me:$LINENO: checking for off_t" >&5
18544 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18545 if test "${ac_cv_type_off_t+set}" = set; then
18546 echo $ECHO_N "(cached) $ECHO_C" >&6
18547 else
18548 cat >conftest.$ac_ext <<_ACEOF
18549 /* confdefs.h. */
18550 _ACEOF
18551 cat confdefs.h >>conftest.$ac_ext
18552 cat >>conftest.$ac_ext <<_ACEOF
18553 /* end confdefs.h. */
18554 $ac_includes_default
18555 typedef off_t ac__type_new_;
18557 main ()
18559 if ((ac__type_new_ *) 0)
18560 return 0;
18561 if (sizeof (ac__type_new_))
18562 return 0;
18564 return 0;
18566 _ACEOF
18567 rm -f conftest.$ac_objext
18568 if { (ac_try="$ac_compile"
18569 case "(($ac_try" in
18570 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18571 *) ac_try_echo=$ac_try;;
18572 esac
18573 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18574 (eval "$ac_compile") 2>conftest.er1
18575 ac_status=$?
18576 grep -v '^ *+' conftest.er1 >conftest.err
18577 rm -f conftest.er1
18578 cat conftest.err >&5
18579 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18580 (exit $ac_status); } && {
18581 test -z "$ac_c_werror_flag" ||
18582 test ! -s conftest.err
18583 } && test -s conftest.$ac_objext; then
18584 ac_cv_type_off_t=yes
18585 else
18586 echo "$as_me: failed program was:" >&5
18587 sed 's/^/| /' conftest.$ac_ext >&5
18589 ac_cv_type_off_t=no
18592 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18594 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18595 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18596 if test $ac_cv_type_off_t = yes; then
18598 cat >>confdefs.h <<_ACEOF
18599 #define HAVE_OFF_T 1
18600 _ACEOF
18604 { echo "$as_me:$LINENO: checking for pid_t" >&5
18605 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18606 if test "${ac_cv_type_pid_t+set}" = set; then
18607 echo $ECHO_N "(cached) $ECHO_C" >&6
18608 else
18609 cat >conftest.$ac_ext <<_ACEOF
18610 /* confdefs.h. */
18611 _ACEOF
18612 cat confdefs.h >>conftest.$ac_ext
18613 cat >>conftest.$ac_ext <<_ACEOF
18614 /* end confdefs.h. */
18615 $ac_includes_default
18616 typedef pid_t ac__type_new_;
18618 main ()
18620 if ((ac__type_new_ *) 0)
18621 return 0;
18622 if (sizeof (ac__type_new_))
18623 return 0;
18625 return 0;
18627 _ACEOF
18628 rm -f conftest.$ac_objext
18629 if { (ac_try="$ac_compile"
18630 case "(($ac_try" in
18631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18632 *) ac_try_echo=$ac_try;;
18633 esac
18634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18635 (eval "$ac_compile") 2>conftest.er1
18636 ac_status=$?
18637 grep -v '^ *+' conftest.er1 >conftest.err
18638 rm -f conftest.er1
18639 cat conftest.err >&5
18640 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18641 (exit $ac_status); } && {
18642 test -z "$ac_c_werror_flag" ||
18643 test ! -s conftest.err
18644 } && test -s conftest.$ac_objext; then
18645 ac_cv_type_pid_t=yes
18646 else
18647 echo "$as_me: failed program was:" >&5
18648 sed 's/^/| /' conftest.$ac_ext >&5
18650 ac_cv_type_pid_t=no
18653 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18655 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18656 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18657 if test $ac_cv_type_pid_t = yes; then
18659 cat >>confdefs.h <<_ACEOF
18660 #define HAVE_PID_T 1
18661 _ACEOF
18665 { echo "$as_me:$LINENO: checking for size_t" >&5
18666 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18667 if test "${ac_cv_type_size_t+set}" = set; then
18668 echo $ECHO_N "(cached) $ECHO_C" >&6
18669 else
18670 cat >conftest.$ac_ext <<_ACEOF
18671 /* confdefs.h. */
18672 _ACEOF
18673 cat confdefs.h >>conftest.$ac_ext
18674 cat >>conftest.$ac_ext <<_ACEOF
18675 /* end confdefs.h. */
18676 $ac_includes_default
18677 typedef size_t ac__type_new_;
18679 main ()
18681 if ((ac__type_new_ *) 0)
18682 return 0;
18683 if (sizeof (ac__type_new_))
18684 return 0;
18686 return 0;
18688 _ACEOF
18689 rm -f conftest.$ac_objext
18690 if { (ac_try="$ac_compile"
18691 case "(($ac_try" in
18692 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18693 *) ac_try_echo=$ac_try;;
18694 esac
18695 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18696 (eval "$ac_compile") 2>conftest.er1
18697 ac_status=$?
18698 grep -v '^ *+' conftest.er1 >conftest.err
18699 rm -f conftest.er1
18700 cat conftest.err >&5
18701 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18702 (exit $ac_status); } && {
18703 test -z "$ac_c_werror_flag" ||
18704 test ! -s conftest.err
18705 } && test -s conftest.$ac_objext; then
18706 ac_cv_type_size_t=yes
18707 else
18708 echo "$as_me: failed program was:" >&5
18709 sed 's/^/| /' conftest.$ac_ext >&5
18711 ac_cv_type_size_t=no
18714 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18716 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18717 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18718 if test $ac_cv_type_size_t = yes; then
18720 cat >>confdefs.h <<_ACEOF
18721 #define HAVE_SIZE_T 1
18722 _ACEOF
18726 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18727 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18728 if test "${ac_cv_type_ssize_t+set}" = set; then
18729 echo $ECHO_N "(cached) $ECHO_C" >&6
18730 else
18731 cat >conftest.$ac_ext <<_ACEOF
18732 /* confdefs.h. */
18733 _ACEOF
18734 cat confdefs.h >>conftest.$ac_ext
18735 cat >>conftest.$ac_ext <<_ACEOF
18736 /* end confdefs.h. */
18737 $ac_includes_default
18738 typedef ssize_t ac__type_new_;
18740 main ()
18742 if ((ac__type_new_ *) 0)
18743 return 0;
18744 if (sizeof (ac__type_new_))
18745 return 0;
18747 return 0;
18749 _ACEOF
18750 rm -f conftest.$ac_objext
18751 if { (ac_try="$ac_compile"
18752 case "(($ac_try" in
18753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18754 *) ac_try_echo=$ac_try;;
18755 esac
18756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18757 (eval "$ac_compile") 2>conftest.er1
18758 ac_status=$?
18759 grep -v '^ *+' conftest.er1 >conftest.err
18760 rm -f conftest.er1
18761 cat conftest.err >&5
18762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18763 (exit $ac_status); } && {
18764 test -z "$ac_c_werror_flag" ||
18765 test ! -s conftest.err
18766 } && test -s conftest.$ac_objext; then
18767 ac_cv_type_ssize_t=yes
18768 else
18769 echo "$as_me: failed program was:" >&5
18770 sed 's/^/| /' conftest.$ac_ext >&5
18772 ac_cv_type_ssize_t=no
18775 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18777 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18778 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18779 if test $ac_cv_type_ssize_t = yes; then
18781 cat >>confdefs.h <<_ACEOF
18782 #define HAVE_SSIZE_T 1
18783 _ACEOF
18787 { echo "$as_me:$LINENO: checking for long long" >&5
18788 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18789 if test "${ac_cv_type_long_long+set}" = set; then
18790 echo $ECHO_N "(cached) $ECHO_C" >&6
18791 else
18792 cat >conftest.$ac_ext <<_ACEOF
18793 /* confdefs.h. */
18794 _ACEOF
18795 cat confdefs.h >>conftest.$ac_ext
18796 cat >>conftest.$ac_ext <<_ACEOF
18797 /* end confdefs.h. */
18798 $ac_includes_default
18799 typedef long long ac__type_new_;
18801 main ()
18803 if ((ac__type_new_ *) 0)
18804 return 0;
18805 if (sizeof (ac__type_new_))
18806 return 0;
18808 return 0;
18810 _ACEOF
18811 rm -f conftest.$ac_objext
18812 if { (ac_try="$ac_compile"
18813 case "(($ac_try" in
18814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18815 *) ac_try_echo=$ac_try;;
18816 esac
18817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18818 (eval "$ac_compile") 2>conftest.er1
18819 ac_status=$?
18820 grep -v '^ *+' conftest.er1 >conftest.err
18821 rm -f conftest.er1
18822 cat conftest.err >&5
18823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18824 (exit $ac_status); } && {
18825 test -z "$ac_c_werror_flag" ||
18826 test ! -s conftest.err
18827 } && test -s conftest.$ac_objext; then
18828 ac_cv_type_long_long=yes
18829 else
18830 echo "$as_me: failed program was:" >&5
18831 sed 's/^/| /' conftest.$ac_ext >&5
18833 ac_cv_type_long_long=no
18836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18838 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18839 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18840 if test $ac_cv_type_long_long = yes; then
18842 cat >>confdefs.h <<_ACEOF
18843 #define HAVE_LONG_LONG 1
18844 _ACEOF
18848 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18849 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18850 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18851 echo $ECHO_N "(cached) $ECHO_C" >&6
18852 else
18853 cat >conftest.$ac_ext <<_ACEOF
18854 /* confdefs.h. */
18855 _ACEOF
18856 cat confdefs.h >>conftest.$ac_ext
18857 cat >>conftest.$ac_ext <<_ACEOF
18858 /* end confdefs.h. */
18859 $ac_includes_default
18860 typedef fsblkcnt_t ac__type_new_;
18862 main ()
18864 if ((ac__type_new_ *) 0)
18865 return 0;
18866 if (sizeof (ac__type_new_))
18867 return 0;
18869 return 0;
18871 _ACEOF
18872 rm -f conftest.$ac_objext
18873 if { (ac_try="$ac_compile"
18874 case "(($ac_try" in
18875 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18876 *) ac_try_echo=$ac_try;;
18877 esac
18878 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18879 (eval "$ac_compile") 2>conftest.er1
18880 ac_status=$?
18881 grep -v '^ *+' conftest.er1 >conftest.err
18882 rm -f conftest.er1
18883 cat conftest.err >&5
18884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18885 (exit $ac_status); } && {
18886 test -z "$ac_c_werror_flag" ||
18887 test ! -s conftest.err
18888 } && test -s conftest.$ac_objext; then
18889 ac_cv_type_fsblkcnt_t=yes
18890 else
18891 echo "$as_me: failed program was:" >&5
18892 sed 's/^/| /' conftest.$ac_ext >&5
18894 ac_cv_type_fsblkcnt_t=no
18897 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18899 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18900 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18901 if test $ac_cv_type_fsblkcnt_t = yes; then
18903 cat >>confdefs.h <<_ACEOF
18904 #define HAVE_FSBLKCNT_T 1
18905 _ACEOF
18909 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18910 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18911 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18912 echo $ECHO_N "(cached) $ECHO_C" >&6
18913 else
18914 cat >conftest.$ac_ext <<_ACEOF
18915 /* confdefs.h. */
18916 _ACEOF
18917 cat confdefs.h >>conftest.$ac_ext
18918 cat >>conftest.$ac_ext <<_ACEOF
18919 /* end confdefs.h. */
18920 $ac_includes_default
18921 typedef fsfilcnt_t ac__type_new_;
18923 main ()
18925 if ((ac__type_new_ *) 0)
18926 return 0;
18927 if (sizeof (ac__type_new_))
18928 return 0;
18930 return 0;
18932 _ACEOF
18933 rm -f conftest.$ac_objext
18934 if { (ac_try="$ac_compile"
18935 case "(($ac_try" in
18936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18937 *) ac_try_echo=$ac_try;;
18938 esac
18939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18940 (eval "$ac_compile") 2>conftest.er1
18941 ac_status=$?
18942 grep -v '^ *+' conftest.er1 >conftest.err
18943 rm -f conftest.er1
18944 cat conftest.err >&5
18945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18946 (exit $ac_status); } && {
18947 test -z "$ac_c_werror_flag" ||
18948 test ! -s conftest.err
18949 } && test -s conftest.$ac_objext; then
18950 ac_cv_type_fsfilcnt_t=yes
18951 else
18952 echo "$as_me: failed program was:" >&5
18953 sed 's/^/| /' conftest.$ac_ext >&5
18955 ac_cv_type_fsfilcnt_t=no
18958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18960 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18961 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18962 if test $ac_cv_type_fsfilcnt_t = yes; then
18964 cat >>confdefs.h <<_ACEOF
18965 #define HAVE_FSFILCNT_T 1
18966 _ACEOF
18971 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18972 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18973 if test "${ac_cv_type_sigset_t+set}" = set; then
18974 echo $ECHO_N "(cached) $ECHO_C" >&6
18975 else
18976 cat >conftest.$ac_ext <<_ACEOF
18977 /* confdefs.h. */
18978 _ACEOF
18979 cat confdefs.h >>conftest.$ac_ext
18980 cat >>conftest.$ac_ext <<_ACEOF
18981 /* end confdefs.h. */
18982 #include <sys/types.h>
18983 #include <signal.h>
18985 typedef sigset_t ac__type_new_;
18987 main ()
18989 if ((ac__type_new_ *) 0)
18990 return 0;
18991 if (sizeof (ac__type_new_))
18992 return 0;
18994 return 0;
18996 _ACEOF
18997 rm -f conftest.$ac_objext
18998 if { (ac_try="$ac_compile"
18999 case "(($ac_try" in
19000 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19001 *) ac_try_echo=$ac_try;;
19002 esac
19003 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19004 (eval "$ac_compile") 2>conftest.er1
19005 ac_status=$?
19006 grep -v '^ *+' conftest.er1 >conftest.err
19007 rm -f conftest.er1
19008 cat conftest.err >&5
19009 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19010 (exit $ac_status); } && {
19011 test -z "$ac_c_werror_flag" ||
19012 test ! -s conftest.err
19013 } && test -s conftest.$ac_objext; then
19014 ac_cv_type_sigset_t=yes
19015 else
19016 echo "$as_me: failed program was:" >&5
19017 sed 's/^/| /' conftest.$ac_ext >&5
19019 ac_cv_type_sigset_t=no
19022 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19024 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19025 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19026 if test $ac_cv_type_sigset_t = yes; then
19028 cat >>confdefs.h <<_ACEOF
19029 #define HAVE_SIGSET_T 1
19030 _ACEOF
19035 { echo "$as_me:$LINENO: checking for request_sense" >&5
19036 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19037 if test "${ac_cv_type_request_sense+set}" = set; then
19038 echo $ECHO_N "(cached) $ECHO_C" >&6
19039 else
19040 cat >conftest.$ac_ext <<_ACEOF
19041 /* confdefs.h. */
19042 _ACEOF
19043 cat confdefs.h >>conftest.$ac_ext
19044 cat >>conftest.$ac_ext <<_ACEOF
19045 /* end confdefs.h. */
19046 #include <linux/cdrom.h>
19048 typedef request_sense ac__type_new_;
19050 main ()
19052 if ((ac__type_new_ *) 0)
19053 return 0;
19054 if (sizeof (ac__type_new_))
19055 return 0;
19057 return 0;
19059 _ACEOF
19060 rm -f conftest.$ac_objext
19061 if { (ac_try="$ac_compile"
19062 case "(($ac_try" in
19063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19064 *) ac_try_echo=$ac_try;;
19065 esac
19066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19067 (eval "$ac_compile") 2>conftest.er1
19068 ac_status=$?
19069 grep -v '^ *+' conftest.er1 >conftest.err
19070 rm -f conftest.er1
19071 cat conftest.err >&5
19072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19073 (exit $ac_status); } && {
19074 test -z "$ac_c_werror_flag" ||
19075 test ! -s conftest.err
19076 } && test -s conftest.$ac_objext; then
19077 ac_cv_type_request_sense=yes
19078 else
19079 echo "$as_me: failed program was:" >&5
19080 sed 's/^/| /' conftest.$ac_ext >&5
19082 ac_cv_type_request_sense=no
19085 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19087 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19088 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19089 if test $ac_cv_type_request_sense = yes; then
19091 cat >>confdefs.h <<_ACEOF
19092 #define HAVE_REQUEST_SENSE 1
19093 _ACEOF
19099 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19100 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19101 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19102 echo $ECHO_N "(cached) $ECHO_C" >&6
19103 else
19104 cat >conftest.$ac_ext <<_ACEOF
19105 /* confdefs.h. */
19106 _ACEOF
19107 cat confdefs.h >>conftest.$ac_ext
19108 cat >>conftest.$ac_ext <<_ACEOF
19109 /* end confdefs.h. */
19110 #ifdef HAVE_LINUX_INPUT_H
19111 #include <linux/input.h>
19112 #endif
19115 main ()
19117 static struct ff_effect ac_aggr;
19118 if (ac_aggr.direction)
19119 return 0;
19121 return 0;
19123 _ACEOF
19124 rm -f conftest.$ac_objext
19125 if { (ac_try="$ac_compile"
19126 case "(($ac_try" in
19127 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19128 *) ac_try_echo=$ac_try;;
19129 esac
19130 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19131 (eval "$ac_compile") 2>conftest.er1
19132 ac_status=$?
19133 grep -v '^ *+' conftest.er1 >conftest.err
19134 rm -f conftest.er1
19135 cat conftest.err >&5
19136 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19137 (exit $ac_status); } && {
19138 test -z "$ac_c_werror_flag" ||
19139 test ! -s conftest.err
19140 } && test -s conftest.$ac_objext; then
19141 ac_cv_member_struct_ff_effect_direction=yes
19142 else
19143 echo "$as_me: failed program was:" >&5
19144 sed 's/^/| /' conftest.$ac_ext >&5
19146 cat >conftest.$ac_ext <<_ACEOF
19147 /* confdefs.h. */
19148 _ACEOF
19149 cat confdefs.h >>conftest.$ac_ext
19150 cat >>conftest.$ac_ext <<_ACEOF
19151 /* end confdefs.h. */
19152 #ifdef HAVE_LINUX_INPUT_H
19153 #include <linux/input.h>
19154 #endif
19157 main ()
19159 static struct ff_effect ac_aggr;
19160 if (sizeof ac_aggr.direction)
19161 return 0;
19163 return 0;
19165 _ACEOF
19166 rm -f conftest.$ac_objext
19167 if { (ac_try="$ac_compile"
19168 case "(($ac_try" in
19169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19170 *) ac_try_echo=$ac_try;;
19171 esac
19172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19173 (eval "$ac_compile") 2>conftest.er1
19174 ac_status=$?
19175 grep -v '^ *+' conftest.er1 >conftest.err
19176 rm -f conftest.er1
19177 cat conftest.err >&5
19178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19179 (exit $ac_status); } && {
19180 test -z "$ac_c_werror_flag" ||
19181 test ! -s conftest.err
19182 } && test -s conftest.$ac_objext; then
19183 ac_cv_member_struct_ff_effect_direction=yes
19184 else
19185 echo "$as_me: failed program was:" >&5
19186 sed 's/^/| /' conftest.$ac_ext >&5
19188 ac_cv_member_struct_ff_effect_direction=no
19191 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19194 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19196 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19197 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19198 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19200 cat >>confdefs.h <<_ACEOF
19201 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19202 _ACEOF
19208 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19209 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19210 if test "${wine_cv_have_sigaddset+set}" = set; then
19211 echo $ECHO_N "(cached) $ECHO_C" >&6
19212 else
19213 cat >conftest.$ac_ext <<_ACEOF
19214 /* confdefs.h. */
19215 _ACEOF
19216 cat confdefs.h >>conftest.$ac_ext
19217 cat >>conftest.$ac_ext <<_ACEOF
19218 /* end confdefs.h. */
19219 #include <signal.h>
19221 main ()
19223 sigset_t set; sigaddset(&set,SIGTERM);
19225 return 0;
19227 _ACEOF
19228 rm -f conftest.$ac_objext conftest$ac_exeext
19229 if { (ac_try="$ac_link"
19230 case "(($ac_try" in
19231 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19232 *) ac_try_echo=$ac_try;;
19233 esac
19234 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19235 (eval "$ac_link") 2>conftest.er1
19236 ac_status=$?
19237 grep -v '^ *+' conftest.er1 >conftest.err
19238 rm -f conftest.er1
19239 cat conftest.err >&5
19240 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19241 (exit $ac_status); } && {
19242 test -z "$ac_c_werror_flag" ||
19243 test ! -s conftest.err
19244 } && test -s conftest$ac_exeext &&
19245 $as_test_x conftest$ac_exeext; then
19246 wine_cv_have_sigaddset=yes
19247 else
19248 echo "$as_me: failed program was:" >&5
19249 sed 's/^/| /' conftest.$ac_ext >&5
19251 wine_cv_have_sigaddset=no
19254 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19255 conftest$ac_exeext conftest.$ac_ext
19257 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19258 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19259 if test "$wine_cv_have_sigaddset" = "yes"
19260 then
19262 cat >>confdefs.h <<\_ACEOF
19263 #define HAVE_SIGADDSET 1
19264 _ACEOF
19269 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19270 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19271 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19272 echo $ECHO_N "(cached) $ECHO_C" >&6
19273 else
19274 cat >conftest.$ac_ext <<_ACEOF
19275 /* confdefs.h. */
19276 _ACEOF
19277 cat confdefs.h >>conftest.$ac_ext
19278 cat >>conftest.$ac_ext <<_ACEOF
19279 /* end confdefs.h. */
19280 #include <netdb.h>
19282 main ()
19285 char *name=0;
19286 struct hostent he;
19287 struct hostent *result;
19288 char *buf=0;
19289 int bufsize=0;
19290 int res,errnr;
19291 char *addr=0;
19292 int addrlen=0;
19293 int addrtype=0;
19294 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19295 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19298 return 0;
19300 _ACEOF
19301 rm -f conftest.$ac_objext conftest$ac_exeext
19302 if { (ac_try="$ac_link"
19303 case "(($ac_try" in
19304 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19305 *) ac_try_echo=$ac_try;;
19306 esac
19307 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19308 (eval "$ac_link") 2>conftest.er1
19309 ac_status=$?
19310 grep -v '^ *+' conftest.er1 >conftest.err
19311 rm -f conftest.er1
19312 cat conftest.err >&5
19313 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19314 (exit $ac_status); } && {
19315 test -z "$ac_c_werror_flag" ||
19316 test ! -s conftest.err
19317 } && test -s conftest$ac_exeext &&
19318 $as_test_x conftest$ac_exeext; then
19319 wine_cv_linux_gethostbyname_r_6=yes
19320 else
19321 echo "$as_me: failed program was:" >&5
19322 sed 's/^/| /' conftest.$ac_ext >&5
19324 wine_cv_linux_gethostbyname_r_6=no
19328 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19329 conftest$ac_exeext conftest.$ac_ext
19332 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19333 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19334 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19335 then
19337 cat >>confdefs.h <<\_ACEOF
19338 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19339 _ACEOF
19343 if test "$ac_cv_header_linux_joystick_h" = "yes"
19344 then
19345 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19346 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19347 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19348 echo $ECHO_N "(cached) $ECHO_C" >&6
19349 else
19350 cat >conftest.$ac_ext <<_ACEOF
19351 /* confdefs.h. */
19352 _ACEOF
19353 cat confdefs.h >>conftest.$ac_ext
19354 cat >>conftest.$ac_ext <<_ACEOF
19355 /* end confdefs.h. */
19357 #include <sys/ioctl.h>
19358 #include <sys/types.h>
19359 #include <linux/joystick.h>
19361 struct js_event blub;
19362 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19363 #error "no 2.2 header"
19364 #endif
19367 main ()
19369 /*empty*/
19371 return 0;
19373 _ACEOF
19374 rm -f conftest.$ac_objext
19375 if { (ac_try="$ac_compile"
19376 case "(($ac_try" in
19377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19378 *) ac_try_echo=$ac_try;;
19379 esac
19380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19381 (eval "$ac_compile") 2>conftest.er1
19382 ac_status=$?
19383 grep -v '^ *+' conftest.er1 >conftest.err
19384 rm -f conftest.er1
19385 cat conftest.err >&5
19386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19387 (exit $ac_status); } && {
19388 test -z "$ac_c_werror_flag" ||
19389 test ! -s conftest.err
19390 } && test -s conftest.$ac_objext; then
19391 wine_cv_linux_joystick_22_api=yes
19392 else
19393 echo "$as_me: failed program was:" >&5
19394 sed 's/^/| /' conftest.$ac_ext >&5
19396 wine_cv_linux_joystick_22_api=no
19399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19402 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19403 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19404 if test "$wine_cv_linux_joystick_22_api" = "yes"
19405 then
19407 cat >>confdefs.h <<\_ACEOF
19408 #define HAVE_LINUX_22_JOYSTICK_API 1
19409 _ACEOF
19415 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19416 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19417 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19418 echo $ECHO_N "(cached) $ECHO_C" >&6
19419 else
19420 cat >conftest.$ac_ext <<_ACEOF
19421 /* confdefs.h. */
19422 _ACEOF
19423 cat confdefs.h >>conftest.$ac_ext
19424 cat >>conftest.$ac_ext <<_ACEOF
19425 /* end confdefs.h. */
19426 #include <sys/types.h>
19427 #ifdef HAVE_SYS_PARAM_H
19428 # include <sys/param.h>
19429 #endif
19430 #ifdef HAVE_SYS_MOUNT_H
19431 # include <sys/mount.h>
19432 #endif
19433 #ifdef HAVE_SYS_VFS_H
19434 # include <sys/vfs.h>
19435 #endif
19436 #ifdef HAVE_SYS_STATFS_H
19437 # include <sys/statfs.h>
19438 #endif
19441 main ()
19443 static struct statfs ac_aggr;
19444 if (ac_aggr.f_bfree)
19445 return 0;
19447 return 0;
19449 _ACEOF
19450 rm -f conftest.$ac_objext
19451 if { (ac_try="$ac_compile"
19452 case "(($ac_try" in
19453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19454 *) ac_try_echo=$ac_try;;
19455 esac
19456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19457 (eval "$ac_compile") 2>conftest.er1
19458 ac_status=$?
19459 grep -v '^ *+' conftest.er1 >conftest.err
19460 rm -f conftest.er1
19461 cat conftest.err >&5
19462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19463 (exit $ac_status); } && {
19464 test -z "$ac_c_werror_flag" ||
19465 test ! -s conftest.err
19466 } && test -s conftest.$ac_objext; then
19467 ac_cv_member_struct_statfs_f_bfree=yes
19468 else
19469 echo "$as_me: failed program was:" >&5
19470 sed 's/^/| /' conftest.$ac_ext >&5
19472 cat >conftest.$ac_ext <<_ACEOF
19473 /* confdefs.h. */
19474 _ACEOF
19475 cat confdefs.h >>conftest.$ac_ext
19476 cat >>conftest.$ac_ext <<_ACEOF
19477 /* end confdefs.h. */
19478 #include <sys/types.h>
19479 #ifdef HAVE_SYS_PARAM_H
19480 # include <sys/param.h>
19481 #endif
19482 #ifdef HAVE_SYS_MOUNT_H
19483 # include <sys/mount.h>
19484 #endif
19485 #ifdef HAVE_SYS_VFS_H
19486 # include <sys/vfs.h>
19487 #endif
19488 #ifdef HAVE_SYS_STATFS_H
19489 # include <sys/statfs.h>
19490 #endif
19493 main ()
19495 static struct statfs ac_aggr;
19496 if (sizeof ac_aggr.f_bfree)
19497 return 0;
19499 return 0;
19501 _ACEOF
19502 rm -f conftest.$ac_objext
19503 if { (ac_try="$ac_compile"
19504 case "(($ac_try" in
19505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19506 *) ac_try_echo=$ac_try;;
19507 esac
19508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19509 (eval "$ac_compile") 2>conftest.er1
19510 ac_status=$?
19511 grep -v '^ *+' conftest.er1 >conftest.err
19512 rm -f conftest.er1
19513 cat conftest.err >&5
19514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19515 (exit $ac_status); } && {
19516 test -z "$ac_c_werror_flag" ||
19517 test ! -s conftest.err
19518 } && test -s conftest.$ac_objext; then
19519 ac_cv_member_struct_statfs_f_bfree=yes
19520 else
19521 echo "$as_me: failed program was:" >&5
19522 sed 's/^/| /' conftest.$ac_ext >&5
19524 ac_cv_member_struct_statfs_f_bfree=no
19527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19532 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19533 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19534 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19536 cat >>confdefs.h <<_ACEOF
19537 #define HAVE_STRUCT_STATFS_F_BFREE 1
19538 _ACEOF
19542 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19543 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19544 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19545 echo $ECHO_N "(cached) $ECHO_C" >&6
19546 else
19547 cat >conftest.$ac_ext <<_ACEOF
19548 /* confdefs.h. */
19549 _ACEOF
19550 cat confdefs.h >>conftest.$ac_ext
19551 cat >>conftest.$ac_ext <<_ACEOF
19552 /* end confdefs.h. */
19553 #include <sys/types.h>
19554 #ifdef HAVE_SYS_PARAM_H
19555 # include <sys/param.h>
19556 #endif
19557 #ifdef HAVE_SYS_MOUNT_H
19558 # include <sys/mount.h>
19559 #endif
19560 #ifdef HAVE_SYS_VFS_H
19561 # include <sys/vfs.h>
19562 #endif
19563 #ifdef HAVE_SYS_STATFS_H
19564 # include <sys/statfs.h>
19565 #endif
19568 main ()
19570 static struct statfs ac_aggr;
19571 if (ac_aggr.f_bavail)
19572 return 0;
19574 return 0;
19576 _ACEOF
19577 rm -f conftest.$ac_objext
19578 if { (ac_try="$ac_compile"
19579 case "(($ac_try" in
19580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19581 *) ac_try_echo=$ac_try;;
19582 esac
19583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19584 (eval "$ac_compile") 2>conftest.er1
19585 ac_status=$?
19586 grep -v '^ *+' conftest.er1 >conftest.err
19587 rm -f conftest.er1
19588 cat conftest.err >&5
19589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19590 (exit $ac_status); } && {
19591 test -z "$ac_c_werror_flag" ||
19592 test ! -s conftest.err
19593 } && test -s conftest.$ac_objext; then
19594 ac_cv_member_struct_statfs_f_bavail=yes
19595 else
19596 echo "$as_me: failed program was:" >&5
19597 sed 's/^/| /' conftest.$ac_ext >&5
19599 cat >conftest.$ac_ext <<_ACEOF
19600 /* confdefs.h. */
19601 _ACEOF
19602 cat confdefs.h >>conftest.$ac_ext
19603 cat >>conftest.$ac_ext <<_ACEOF
19604 /* end confdefs.h. */
19605 #include <sys/types.h>
19606 #ifdef HAVE_SYS_PARAM_H
19607 # include <sys/param.h>
19608 #endif
19609 #ifdef HAVE_SYS_MOUNT_H
19610 # include <sys/mount.h>
19611 #endif
19612 #ifdef HAVE_SYS_VFS_H
19613 # include <sys/vfs.h>
19614 #endif
19615 #ifdef HAVE_SYS_STATFS_H
19616 # include <sys/statfs.h>
19617 #endif
19620 main ()
19622 static struct statfs ac_aggr;
19623 if (sizeof ac_aggr.f_bavail)
19624 return 0;
19626 return 0;
19628 _ACEOF
19629 rm -f conftest.$ac_objext
19630 if { (ac_try="$ac_compile"
19631 case "(($ac_try" in
19632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19633 *) ac_try_echo=$ac_try;;
19634 esac
19635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19636 (eval "$ac_compile") 2>conftest.er1
19637 ac_status=$?
19638 grep -v '^ *+' conftest.er1 >conftest.err
19639 rm -f conftest.er1
19640 cat conftest.err >&5
19641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19642 (exit $ac_status); } && {
19643 test -z "$ac_c_werror_flag" ||
19644 test ! -s conftest.err
19645 } && test -s conftest.$ac_objext; then
19646 ac_cv_member_struct_statfs_f_bavail=yes
19647 else
19648 echo "$as_me: failed program was:" >&5
19649 sed 's/^/| /' conftest.$ac_ext >&5
19651 ac_cv_member_struct_statfs_f_bavail=no
19654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19659 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19660 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19661 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19663 cat >>confdefs.h <<_ACEOF
19664 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19665 _ACEOF
19669 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19670 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19671 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19672 echo $ECHO_N "(cached) $ECHO_C" >&6
19673 else
19674 cat >conftest.$ac_ext <<_ACEOF
19675 /* confdefs.h. */
19676 _ACEOF
19677 cat confdefs.h >>conftest.$ac_ext
19678 cat >>conftest.$ac_ext <<_ACEOF
19679 /* end confdefs.h. */
19680 #include <sys/types.h>
19681 #ifdef HAVE_SYS_PARAM_H
19682 # include <sys/param.h>
19683 #endif
19684 #ifdef HAVE_SYS_MOUNT_H
19685 # include <sys/mount.h>
19686 #endif
19687 #ifdef HAVE_SYS_VFS_H
19688 # include <sys/vfs.h>
19689 #endif
19690 #ifdef HAVE_SYS_STATFS_H
19691 # include <sys/statfs.h>
19692 #endif
19695 main ()
19697 static struct statfs ac_aggr;
19698 if (ac_aggr.f_frsize)
19699 return 0;
19701 return 0;
19703 _ACEOF
19704 rm -f conftest.$ac_objext
19705 if { (ac_try="$ac_compile"
19706 case "(($ac_try" in
19707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19708 *) ac_try_echo=$ac_try;;
19709 esac
19710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19711 (eval "$ac_compile") 2>conftest.er1
19712 ac_status=$?
19713 grep -v '^ *+' conftest.er1 >conftest.err
19714 rm -f conftest.er1
19715 cat conftest.err >&5
19716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19717 (exit $ac_status); } && {
19718 test -z "$ac_c_werror_flag" ||
19719 test ! -s conftest.err
19720 } && test -s conftest.$ac_objext; then
19721 ac_cv_member_struct_statfs_f_frsize=yes
19722 else
19723 echo "$as_me: failed program was:" >&5
19724 sed 's/^/| /' conftest.$ac_ext >&5
19726 cat >conftest.$ac_ext <<_ACEOF
19727 /* confdefs.h. */
19728 _ACEOF
19729 cat confdefs.h >>conftest.$ac_ext
19730 cat >>conftest.$ac_ext <<_ACEOF
19731 /* end confdefs.h. */
19732 #include <sys/types.h>
19733 #ifdef HAVE_SYS_PARAM_H
19734 # include <sys/param.h>
19735 #endif
19736 #ifdef HAVE_SYS_MOUNT_H
19737 # include <sys/mount.h>
19738 #endif
19739 #ifdef HAVE_SYS_VFS_H
19740 # include <sys/vfs.h>
19741 #endif
19742 #ifdef HAVE_SYS_STATFS_H
19743 # include <sys/statfs.h>
19744 #endif
19747 main ()
19749 static struct statfs ac_aggr;
19750 if (sizeof ac_aggr.f_frsize)
19751 return 0;
19753 return 0;
19755 _ACEOF
19756 rm -f conftest.$ac_objext
19757 if { (ac_try="$ac_compile"
19758 case "(($ac_try" in
19759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19760 *) ac_try_echo=$ac_try;;
19761 esac
19762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19763 (eval "$ac_compile") 2>conftest.er1
19764 ac_status=$?
19765 grep -v '^ *+' conftest.er1 >conftest.err
19766 rm -f conftest.er1
19767 cat conftest.err >&5
19768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19769 (exit $ac_status); } && {
19770 test -z "$ac_c_werror_flag" ||
19771 test ! -s conftest.err
19772 } && test -s conftest.$ac_objext; then
19773 ac_cv_member_struct_statfs_f_frsize=yes
19774 else
19775 echo "$as_me: failed program was:" >&5
19776 sed 's/^/| /' conftest.$ac_ext >&5
19778 ac_cv_member_struct_statfs_f_frsize=no
19781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19786 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19787 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19788 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19790 cat >>confdefs.h <<_ACEOF
19791 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19792 _ACEOF
19796 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19797 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19798 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19799 echo $ECHO_N "(cached) $ECHO_C" >&6
19800 else
19801 cat >conftest.$ac_ext <<_ACEOF
19802 /* confdefs.h. */
19803 _ACEOF
19804 cat confdefs.h >>conftest.$ac_ext
19805 cat >>conftest.$ac_ext <<_ACEOF
19806 /* end confdefs.h. */
19807 #include <sys/types.h>
19808 #ifdef HAVE_SYS_PARAM_H
19809 # include <sys/param.h>
19810 #endif
19811 #ifdef HAVE_SYS_MOUNT_H
19812 # include <sys/mount.h>
19813 #endif
19814 #ifdef HAVE_SYS_VFS_H
19815 # include <sys/vfs.h>
19816 #endif
19817 #ifdef HAVE_SYS_STATFS_H
19818 # include <sys/statfs.h>
19819 #endif
19822 main ()
19824 static struct statfs ac_aggr;
19825 if (ac_aggr.f_ffree)
19826 return 0;
19828 return 0;
19830 _ACEOF
19831 rm -f conftest.$ac_objext
19832 if { (ac_try="$ac_compile"
19833 case "(($ac_try" in
19834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19835 *) ac_try_echo=$ac_try;;
19836 esac
19837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19838 (eval "$ac_compile") 2>conftest.er1
19839 ac_status=$?
19840 grep -v '^ *+' conftest.er1 >conftest.err
19841 rm -f conftest.er1
19842 cat conftest.err >&5
19843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19844 (exit $ac_status); } && {
19845 test -z "$ac_c_werror_flag" ||
19846 test ! -s conftest.err
19847 } && test -s conftest.$ac_objext; then
19848 ac_cv_member_struct_statfs_f_ffree=yes
19849 else
19850 echo "$as_me: failed program was:" >&5
19851 sed 's/^/| /' conftest.$ac_ext >&5
19853 cat >conftest.$ac_ext <<_ACEOF
19854 /* confdefs.h. */
19855 _ACEOF
19856 cat confdefs.h >>conftest.$ac_ext
19857 cat >>conftest.$ac_ext <<_ACEOF
19858 /* end confdefs.h. */
19859 #include <sys/types.h>
19860 #ifdef HAVE_SYS_PARAM_H
19861 # include <sys/param.h>
19862 #endif
19863 #ifdef HAVE_SYS_MOUNT_H
19864 # include <sys/mount.h>
19865 #endif
19866 #ifdef HAVE_SYS_VFS_H
19867 # include <sys/vfs.h>
19868 #endif
19869 #ifdef HAVE_SYS_STATFS_H
19870 # include <sys/statfs.h>
19871 #endif
19874 main ()
19876 static struct statfs ac_aggr;
19877 if (sizeof ac_aggr.f_ffree)
19878 return 0;
19880 return 0;
19882 _ACEOF
19883 rm -f conftest.$ac_objext
19884 if { (ac_try="$ac_compile"
19885 case "(($ac_try" in
19886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19887 *) ac_try_echo=$ac_try;;
19888 esac
19889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19890 (eval "$ac_compile") 2>conftest.er1
19891 ac_status=$?
19892 grep -v '^ *+' conftest.er1 >conftest.err
19893 rm -f conftest.er1
19894 cat conftest.err >&5
19895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19896 (exit $ac_status); } && {
19897 test -z "$ac_c_werror_flag" ||
19898 test ! -s conftest.err
19899 } && test -s conftest.$ac_objext; then
19900 ac_cv_member_struct_statfs_f_ffree=yes
19901 else
19902 echo "$as_me: failed program was:" >&5
19903 sed 's/^/| /' conftest.$ac_ext >&5
19905 ac_cv_member_struct_statfs_f_ffree=no
19908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19913 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19914 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19915 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19917 cat >>confdefs.h <<_ACEOF
19918 #define HAVE_STRUCT_STATFS_F_FFREE 1
19919 _ACEOF
19923 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19924 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19925 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19926 echo $ECHO_N "(cached) $ECHO_C" >&6
19927 else
19928 cat >conftest.$ac_ext <<_ACEOF
19929 /* confdefs.h. */
19930 _ACEOF
19931 cat confdefs.h >>conftest.$ac_ext
19932 cat >>conftest.$ac_ext <<_ACEOF
19933 /* end confdefs.h. */
19934 #include <sys/types.h>
19935 #ifdef HAVE_SYS_PARAM_H
19936 # include <sys/param.h>
19937 #endif
19938 #ifdef HAVE_SYS_MOUNT_H
19939 # include <sys/mount.h>
19940 #endif
19941 #ifdef HAVE_SYS_VFS_H
19942 # include <sys/vfs.h>
19943 #endif
19944 #ifdef HAVE_SYS_STATFS_H
19945 # include <sys/statfs.h>
19946 #endif
19949 main ()
19951 static struct statfs ac_aggr;
19952 if (ac_aggr.f_favail)
19953 return 0;
19955 return 0;
19957 _ACEOF
19958 rm -f conftest.$ac_objext
19959 if { (ac_try="$ac_compile"
19960 case "(($ac_try" in
19961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19962 *) ac_try_echo=$ac_try;;
19963 esac
19964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19965 (eval "$ac_compile") 2>conftest.er1
19966 ac_status=$?
19967 grep -v '^ *+' conftest.er1 >conftest.err
19968 rm -f conftest.er1
19969 cat conftest.err >&5
19970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19971 (exit $ac_status); } && {
19972 test -z "$ac_c_werror_flag" ||
19973 test ! -s conftest.err
19974 } && test -s conftest.$ac_objext; then
19975 ac_cv_member_struct_statfs_f_favail=yes
19976 else
19977 echo "$as_me: failed program was:" >&5
19978 sed 's/^/| /' conftest.$ac_ext >&5
19980 cat >conftest.$ac_ext <<_ACEOF
19981 /* confdefs.h. */
19982 _ACEOF
19983 cat confdefs.h >>conftest.$ac_ext
19984 cat >>conftest.$ac_ext <<_ACEOF
19985 /* end confdefs.h. */
19986 #include <sys/types.h>
19987 #ifdef HAVE_SYS_PARAM_H
19988 # include <sys/param.h>
19989 #endif
19990 #ifdef HAVE_SYS_MOUNT_H
19991 # include <sys/mount.h>
19992 #endif
19993 #ifdef HAVE_SYS_VFS_H
19994 # include <sys/vfs.h>
19995 #endif
19996 #ifdef HAVE_SYS_STATFS_H
19997 # include <sys/statfs.h>
19998 #endif
20001 main ()
20003 static struct statfs ac_aggr;
20004 if (sizeof ac_aggr.f_favail)
20005 return 0;
20007 return 0;
20009 _ACEOF
20010 rm -f conftest.$ac_objext
20011 if { (ac_try="$ac_compile"
20012 case "(($ac_try" in
20013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20014 *) ac_try_echo=$ac_try;;
20015 esac
20016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20017 (eval "$ac_compile") 2>conftest.er1
20018 ac_status=$?
20019 grep -v '^ *+' conftest.er1 >conftest.err
20020 rm -f conftest.er1
20021 cat conftest.err >&5
20022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20023 (exit $ac_status); } && {
20024 test -z "$ac_c_werror_flag" ||
20025 test ! -s conftest.err
20026 } && test -s conftest.$ac_objext; then
20027 ac_cv_member_struct_statfs_f_favail=yes
20028 else
20029 echo "$as_me: failed program was:" >&5
20030 sed 's/^/| /' conftest.$ac_ext >&5
20032 ac_cv_member_struct_statfs_f_favail=no
20035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20040 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20041 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20042 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20044 cat >>confdefs.h <<_ACEOF
20045 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20046 _ACEOF
20050 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20051 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20052 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20053 echo $ECHO_N "(cached) $ECHO_C" >&6
20054 else
20055 cat >conftest.$ac_ext <<_ACEOF
20056 /* confdefs.h. */
20057 _ACEOF
20058 cat confdefs.h >>conftest.$ac_ext
20059 cat >>conftest.$ac_ext <<_ACEOF
20060 /* end confdefs.h. */
20061 #include <sys/types.h>
20062 #ifdef HAVE_SYS_PARAM_H
20063 # include <sys/param.h>
20064 #endif
20065 #ifdef HAVE_SYS_MOUNT_H
20066 # include <sys/mount.h>
20067 #endif
20068 #ifdef HAVE_SYS_VFS_H
20069 # include <sys/vfs.h>
20070 #endif
20071 #ifdef HAVE_SYS_STATFS_H
20072 # include <sys/statfs.h>
20073 #endif
20076 main ()
20078 static struct statfs ac_aggr;
20079 if (ac_aggr.f_namelen)
20080 return 0;
20082 return 0;
20084 _ACEOF
20085 rm -f conftest.$ac_objext
20086 if { (ac_try="$ac_compile"
20087 case "(($ac_try" in
20088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20089 *) ac_try_echo=$ac_try;;
20090 esac
20091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20092 (eval "$ac_compile") 2>conftest.er1
20093 ac_status=$?
20094 grep -v '^ *+' conftest.er1 >conftest.err
20095 rm -f conftest.er1
20096 cat conftest.err >&5
20097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20098 (exit $ac_status); } && {
20099 test -z "$ac_c_werror_flag" ||
20100 test ! -s conftest.err
20101 } && test -s conftest.$ac_objext; then
20102 ac_cv_member_struct_statfs_f_namelen=yes
20103 else
20104 echo "$as_me: failed program was:" >&5
20105 sed 's/^/| /' conftest.$ac_ext >&5
20107 cat >conftest.$ac_ext <<_ACEOF
20108 /* confdefs.h. */
20109 _ACEOF
20110 cat confdefs.h >>conftest.$ac_ext
20111 cat >>conftest.$ac_ext <<_ACEOF
20112 /* end confdefs.h. */
20113 #include <sys/types.h>
20114 #ifdef HAVE_SYS_PARAM_H
20115 # include <sys/param.h>
20116 #endif
20117 #ifdef HAVE_SYS_MOUNT_H
20118 # include <sys/mount.h>
20119 #endif
20120 #ifdef HAVE_SYS_VFS_H
20121 # include <sys/vfs.h>
20122 #endif
20123 #ifdef HAVE_SYS_STATFS_H
20124 # include <sys/statfs.h>
20125 #endif
20128 main ()
20130 static struct statfs ac_aggr;
20131 if (sizeof ac_aggr.f_namelen)
20132 return 0;
20134 return 0;
20136 _ACEOF
20137 rm -f conftest.$ac_objext
20138 if { (ac_try="$ac_compile"
20139 case "(($ac_try" in
20140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20141 *) ac_try_echo=$ac_try;;
20142 esac
20143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20144 (eval "$ac_compile") 2>conftest.er1
20145 ac_status=$?
20146 grep -v '^ *+' conftest.er1 >conftest.err
20147 rm -f conftest.er1
20148 cat conftest.err >&5
20149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20150 (exit $ac_status); } && {
20151 test -z "$ac_c_werror_flag" ||
20152 test ! -s conftest.err
20153 } && test -s conftest.$ac_objext; then
20154 ac_cv_member_struct_statfs_f_namelen=yes
20155 else
20156 echo "$as_me: failed program was:" >&5
20157 sed 's/^/| /' conftest.$ac_ext >&5
20159 ac_cv_member_struct_statfs_f_namelen=no
20162 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20165 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20167 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20168 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20169 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20171 cat >>confdefs.h <<_ACEOF
20172 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20173 _ACEOF
20179 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20180 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20181 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20182 echo $ECHO_N "(cached) $ECHO_C" >&6
20183 else
20184 cat >conftest.$ac_ext <<_ACEOF
20185 /* confdefs.h. */
20186 _ACEOF
20187 cat confdefs.h >>conftest.$ac_ext
20188 cat >>conftest.$ac_ext <<_ACEOF
20189 /* end confdefs.h. */
20190 #ifdef HAVE_SYS_STATVFS_H
20191 #include <sys/statvfs.h>
20192 #endif
20195 main ()
20197 static struct statvfs ac_aggr;
20198 if (ac_aggr.f_blocks)
20199 return 0;
20201 return 0;
20203 _ACEOF
20204 rm -f conftest.$ac_objext
20205 if { (ac_try="$ac_compile"
20206 case "(($ac_try" in
20207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20208 *) ac_try_echo=$ac_try;;
20209 esac
20210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20211 (eval "$ac_compile") 2>conftest.er1
20212 ac_status=$?
20213 grep -v '^ *+' conftest.er1 >conftest.err
20214 rm -f conftest.er1
20215 cat conftest.err >&5
20216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20217 (exit $ac_status); } && {
20218 test -z "$ac_c_werror_flag" ||
20219 test ! -s conftest.err
20220 } && test -s conftest.$ac_objext; then
20221 ac_cv_member_struct_statvfs_f_blocks=yes
20222 else
20223 echo "$as_me: failed program was:" >&5
20224 sed 's/^/| /' conftest.$ac_ext >&5
20226 cat >conftest.$ac_ext <<_ACEOF
20227 /* confdefs.h. */
20228 _ACEOF
20229 cat confdefs.h >>conftest.$ac_ext
20230 cat >>conftest.$ac_ext <<_ACEOF
20231 /* end confdefs.h. */
20232 #ifdef HAVE_SYS_STATVFS_H
20233 #include <sys/statvfs.h>
20234 #endif
20237 main ()
20239 static struct statvfs ac_aggr;
20240 if (sizeof ac_aggr.f_blocks)
20241 return 0;
20243 return 0;
20245 _ACEOF
20246 rm -f conftest.$ac_objext
20247 if { (ac_try="$ac_compile"
20248 case "(($ac_try" in
20249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20250 *) ac_try_echo=$ac_try;;
20251 esac
20252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20253 (eval "$ac_compile") 2>conftest.er1
20254 ac_status=$?
20255 grep -v '^ *+' conftest.er1 >conftest.err
20256 rm -f conftest.er1
20257 cat conftest.err >&5
20258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20259 (exit $ac_status); } && {
20260 test -z "$ac_c_werror_flag" ||
20261 test ! -s conftest.err
20262 } && test -s conftest.$ac_objext; then
20263 ac_cv_member_struct_statvfs_f_blocks=yes
20264 else
20265 echo "$as_me: failed program was:" >&5
20266 sed 's/^/| /' conftest.$ac_ext >&5
20268 ac_cv_member_struct_statvfs_f_blocks=no
20271 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20274 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20276 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20277 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20278 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20280 cat >>confdefs.h <<_ACEOF
20281 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20282 _ACEOF
20288 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20289 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20290 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20291 echo $ECHO_N "(cached) $ECHO_C" >&6
20292 else
20293 cat >conftest.$ac_ext <<_ACEOF
20294 /* confdefs.h. */
20295 _ACEOF
20296 cat confdefs.h >>conftest.$ac_ext
20297 cat >>conftest.$ac_ext <<_ACEOF
20298 /* end confdefs.h. */
20299 #include <sys/types.h>
20300 #ifdef HAVE_SYS_SOCKET_H
20301 # include <sys/socket.h>
20302 #endif
20303 #ifdef HAVE_SYS_UN_H
20304 # include <sys/un.h>
20305 #endif
20308 main ()
20310 static struct msghdr ac_aggr;
20311 if (ac_aggr.msg_accrights)
20312 return 0;
20314 return 0;
20316 _ACEOF
20317 rm -f conftest.$ac_objext
20318 if { (ac_try="$ac_compile"
20319 case "(($ac_try" in
20320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20321 *) ac_try_echo=$ac_try;;
20322 esac
20323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20324 (eval "$ac_compile") 2>conftest.er1
20325 ac_status=$?
20326 grep -v '^ *+' conftest.er1 >conftest.err
20327 rm -f conftest.er1
20328 cat conftest.err >&5
20329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20330 (exit $ac_status); } && {
20331 test -z "$ac_c_werror_flag" ||
20332 test ! -s conftest.err
20333 } && test -s conftest.$ac_objext; then
20334 ac_cv_member_struct_msghdr_msg_accrights=yes
20335 else
20336 echo "$as_me: failed program was:" >&5
20337 sed 's/^/| /' conftest.$ac_ext >&5
20339 cat >conftest.$ac_ext <<_ACEOF
20340 /* confdefs.h. */
20341 _ACEOF
20342 cat confdefs.h >>conftest.$ac_ext
20343 cat >>conftest.$ac_ext <<_ACEOF
20344 /* end confdefs.h. */
20345 #include <sys/types.h>
20346 #ifdef HAVE_SYS_SOCKET_H
20347 # include <sys/socket.h>
20348 #endif
20349 #ifdef HAVE_SYS_UN_H
20350 # include <sys/un.h>
20351 #endif
20354 main ()
20356 static struct msghdr ac_aggr;
20357 if (sizeof ac_aggr.msg_accrights)
20358 return 0;
20360 return 0;
20362 _ACEOF
20363 rm -f conftest.$ac_objext
20364 if { (ac_try="$ac_compile"
20365 case "(($ac_try" in
20366 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20367 *) ac_try_echo=$ac_try;;
20368 esac
20369 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20370 (eval "$ac_compile") 2>conftest.er1
20371 ac_status=$?
20372 grep -v '^ *+' conftest.er1 >conftest.err
20373 rm -f conftest.er1
20374 cat conftest.err >&5
20375 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20376 (exit $ac_status); } && {
20377 test -z "$ac_c_werror_flag" ||
20378 test ! -s conftest.err
20379 } && test -s conftest.$ac_objext; then
20380 ac_cv_member_struct_msghdr_msg_accrights=yes
20381 else
20382 echo "$as_me: failed program was:" >&5
20383 sed 's/^/| /' conftest.$ac_ext >&5
20385 ac_cv_member_struct_msghdr_msg_accrights=no
20388 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20393 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20394 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20395 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20397 cat >>confdefs.h <<_ACEOF
20398 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20399 _ACEOF
20403 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20404 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20405 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20406 echo $ECHO_N "(cached) $ECHO_C" >&6
20407 else
20408 cat >conftest.$ac_ext <<_ACEOF
20409 /* confdefs.h. */
20410 _ACEOF
20411 cat confdefs.h >>conftest.$ac_ext
20412 cat >>conftest.$ac_ext <<_ACEOF
20413 /* end confdefs.h. */
20414 #include <sys/types.h>
20415 #ifdef HAVE_SYS_SOCKET_H
20416 # include <sys/socket.h>
20417 #endif
20418 #ifdef HAVE_SYS_UN_H
20419 # include <sys/un.h>
20420 #endif
20423 main ()
20425 static struct sockaddr ac_aggr;
20426 if (ac_aggr.sa_len)
20427 return 0;
20429 return 0;
20431 _ACEOF
20432 rm -f conftest.$ac_objext
20433 if { (ac_try="$ac_compile"
20434 case "(($ac_try" in
20435 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20436 *) ac_try_echo=$ac_try;;
20437 esac
20438 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20439 (eval "$ac_compile") 2>conftest.er1
20440 ac_status=$?
20441 grep -v '^ *+' conftest.er1 >conftest.err
20442 rm -f conftest.er1
20443 cat conftest.err >&5
20444 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20445 (exit $ac_status); } && {
20446 test -z "$ac_c_werror_flag" ||
20447 test ! -s conftest.err
20448 } && test -s conftest.$ac_objext; then
20449 ac_cv_member_struct_sockaddr_sa_len=yes
20450 else
20451 echo "$as_me: failed program was:" >&5
20452 sed 's/^/| /' conftest.$ac_ext >&5
20454 cat >conftest.$ac_ext <<_ACEOF
20455 /* confdefs.h. */
20456 _ACEOF
20457 cat confdefs.h >>conftest.$ac_ext
20458 cat >>conftest.$ac_ext <<_ACEOF
20459 /* end confdefs.h. */
20460 #include <sys/types.h>
20461 #ifdef HAVE_SYS_SOCKET_H
20462 # include <sys/socket.h>
20463 #endif
20464 #ifdef HAVE_SYS_UN_H
20465 # include <sys/un.h>
20466 #endif
20469 main ()
20471 static struct sockaddr ac_aggr;
20472 if (sizeof ac_aggr.sa_len)
20473 return 0;
20475 return 0;
20477 _ACEOF
20478 rm -f conftest.$ac_objext
20479 if { (ac_try="$ac_compile"
20480 case "(($ac_try" in
20481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20482 *) ac_try_echo=$ac_try;;
20483 esac
20484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20485 (eval "$ac_compile") 2>conftest.er1
20486 ac_status=$?
20487 grep -v '^ *+' conftest.er1 >conftest.err
20488 rm -f conftest.er1
20489 cat conftest.err >&5
20490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20491 (exit $ac_status); } && {
20492 test -z "$ac_c_werror_flag" ||
20493 test ! -s conftest.err
20494 } && test -s conftest.$ac_objext; then
20495 ac_cv_member_struct_sockaddr_sa_len=yes
20496 else
20497 echo "$as_me: failed program was:" >&5
20498 sed 's/^/| /' conftest.$ac_ext >&5
20500 ac_cv_member_struct_sockaddr_sa_len=no
20503 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20506 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20508 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20509 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20510 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20512 cat >>confdefs.h <<_ACEOF
20513 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20514 _ACEOF
20518 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20519 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20520 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20521 echo $ECHO_N "(cached) $ECHO_C" >&6
20522 else
20523 cat >conftest.$ac_ext <<_ACEOF
20524 /* confdefs.h. */
20525 _ACEOF
20526 cat confdefs.h >>conftest.$ac_ext
20527 cat >>conftest.$ac_ext <<_ACEOF
20528 /* end confdefs.h. */
20529 #include <sys/types.h>
20530 #ifdef HAVE_SYS_SOCKET_H
20531 # include <sys/socket.h>
20532 #endif
20533 #ifdef HAVE_SYS_UN_H
20534 # include <sys/un.h>
20535 #endif
20538 main ()
20540 static struct sockaddr_un ac_aggr;
20541 if (ac_aggr.sun_len)
20542 return 0;
20544 return 0;
20546 _ACEOF
20547 rm -f conftest.$ac_objext
20548 if { (ac_try="$ac_compile"
20549 case "(($ac_try" in
20550 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20551 *) ac_try_echo=$ac_try;;
20552 esac
20553 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20554 (eval "$ac_compile") 2>conftest.er1
20555 ac_status=$?
20556 grep -v '^ *+' conftest.er1 >conftest.err
20557 rm -f conftest.er1
20558 cat conftest.err >&5
20559 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20560 (exit $ac_status); } && {
20561 test -z "$ac_c_werror_flag" ||
20562 test ! -s conftest.err
20563 } && test -s conftest.$ac_objext; then
20564 ac_cv_member_struct_sockaddr_un_sun_len=yes
20565 else
20566 echo "$as_me: failed program was:" >&5
20567 sed 's/^/| /' conftest.$ac_ext >&5
20569 cat >conftest.$ac_ext <<_ACEOF
20570 /* confdefs.h. */
20571 _ACEOF
20572 cat confdefs.h >>conftest.$ac_ext
20573 cat >>conftest.$ac_ext <<_ACEOF
20574 /* end confdefs.h. */
20575 #include <sys/types.h>
20576 #ifdef HAVE_SYS_SOCKET_H
20577 # include <sys/socket.h>
20578 #endif
20579 #ifdef HAVE_SYS_UN_H
20580 # include <sys/un.h>
20581 #endif
20584 main ()
20586 static struct sockaddr_un ac_aggr;
20587 if (sizeof ac_aggr.sun_len)
20588 return 0;
20590 return 0;
20592 _ACEOF
20593 rm -f conftest.$ac_objext
20594 if { (ac_try="$ac_compile"
20595 case "(($ac_try" in
20596 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20597 *) ac_try_echo=$ac_try;;
20598 esac
20599 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20600 (eval "$ac_compile") 2>conftest.er1
20601 ac_status=$?
20602 grep -v '^ *+' conftest.er1 >conftest.err
20603 rm -f conftest.er1
20604 cat conftest.err >&5
20605 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20606 (exit $ac_status); } && {
20607 test -z "$ac_c_werror_flag" ||
20608 test ! -s conftest.err
20609 } && test -s conftest.$ac_objext; then
20610 ac_cv_member_struct_sockaddr_un_sun_len=yes
20611 else
20612 echo "$as_me: failed program was:" >&5
20613 sed 's/^/| /' conftest.$ac_ext >&5
20615 ac_cv_member_struct_sockaddr_un_sun_len=no
20618 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20621 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20623 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20624 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20625 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20627 cat >>confdefs.h <<_ACEOF
20628 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20629 _ACEOF
20635 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20636 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20637 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20638 echo $ECHO_N "(cached) $ECHO_C" >&6
20639 else
20640 cat >conftest.$ac_ext <<_ACEOF
20641 /* confdefs.h. */
20642 _ACEOF
20643 cat confdefs.h >>conftest.$ac_ext
20644 cat >>conftest.$ac_ext <<_ACEOF
20645 /* end confdefs.h. */
20646 #include <sys/types.h>
20647 #ifdef HAVE_SCSI_SG_H
20648 #include <scsi/sg.h>
20649 #endif
20652 main ()
20654 static scsireq_t ac_aggr;
20655 if (ac_aggr.cmd)
20656 return 0;
20658 return 0;
20660 _ACEOF
20661 rm -f conftest.$ac_objext
20662 if { (ac_try="$ac_compile"
20663 case "(($ac_try" in
20664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20665 *) ac_try_echo=$ac_try;;
20666 esac
20667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20668 (eval "$ac_compile") 2>conftest.er1
20669 ac_status=$?
20670 grep -v '^ *+' conftest.er1 >conftest.err
20671 rm -f conftest.er1
20672 cat conftest.err >&5
20673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20674 (exit $ac_status); } && {
20675 test -z "$ac_c_werror_flag" ||
20676 test ! -s conftest.err
20677 } && test -s conftest.$ac_objext; then
20678 ac_cv_member_scsireq_t_cmd=yes
20679 else
20680 echo "$as_me: failed program was:" >&5
20681 sed 's/^/| /' conftest.$ac_ext >&5
20683 cat >conftest.$ac_ext <<_ACEOF
20684 /* confdefs.h. */
20685 _ACEOF
20686 cat confdefs.h >>conftest.$ac_ext
20687 cat >>conftest.$ac_ext <<_ACEOF
20688 /* end confdefs.h. */
20689 #include <sys/types.h>
20690 #ifdef HAVE_SCSI_SG_H
20691 #include <scsi/sg.h>
20692 #endif
20695 main ()
20697 static scsireq_t ac_aggr;
20698 if (sizeof ac_aggr.cmd)
20699 return 0;
20701 return 0;
20703 _ACEOF
20704 rm -f conftest.$ac_objext
20705 if { (ac_try="$ac_compile"
20706 case "(($ac_try" in
20707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20708 *) ac_try_echo=$ac_try;;
20709 esac
20710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20711 (eval "$ac_compile") 2>conftest.er1
20712 ac_status=$?
20713 grep -v '^ *+' conftest.er1 >conftest.err
20714 rm -f conftest.er1
20715 cat conftest.err >&5
20716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20717 (exit $ac_status); } && {
20718 test -z "$ac_c_werror_flag" ||
20719 test ! -s conftest.err
20720 } && test -s conftest.$ac_objext; then
20721 ac_cv_member_scsireq_t_cmd=yes
20722 else
20723 echo "$as_me: failed program was:" >&5
20724 sed 's/^/| /' conftest.$ac_ext >&5
20726 ac_cv_member_scsireq_t_cmd=no
20729 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20734 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20735 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20736 if test $ac_cv_member_scsireq_t_cmd = yes; then
20738 cat >>confdefs.h <<_ACEOF
20739 #define HAVE_SCSIREQ_T_CMD 1
20740 _ACEOF
20744 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20745 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20746 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20747 echo $ECHO_N "(cached) $ECHO_C" >&6
20748 else
20749 cat >conftest.$ac_ext <<_ACEOF
20750 /* confdefs.h. */
20751 _ACEOF
20752 cat confdefs.h >>conftest.$ac_ext
20753 cat >>conftest.$ac_ext <<_ACEOF
20754 /* end confdefs.h. */
20755 #include <sys/types.h>
20756 #ifdef HAVE_SCSI_SG_H
20757 #include <scsi/sg.h>
20758 #endif
20761 main ()
20763 static sg_io_hdr_t ac_aggr;
20764 if (ac_aggr.interface_id)
20765 return 0;
20767 return 0;
20769 _ACEOF
20770 rm -f conftest.$ac_objext
20771 if { (ac_try="$ac_compile"
20772 case "(($ac_try" in
20773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20774 *) ac_try_echo=$ac_try;;
20775 esac
20776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20777 (eval "$ac_compile") 2>conftest.er1
20778 ac_status=$?
20779 grep -v '^ *+' conftest.er1 >conftest.err
20780 rm -f conftest.er1
20781 cat conftest.err >&5
20782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20783 (exit $ac_status); } && {
20784 test -z "$ac_c_werror_flag" ||
20785 test ! -s conftest.err
20786 } && test -s conftest.$ac_objext; then
20787 ac_cv_member_sg_io_hdr_t_interface_id=yes
20788 else
20789 echo "$as_me: failed program was:" >&5
20790 sed 's/^/| /' conftest.$ac_ext >&5
20792 cat >conftest.$ac_ext <<_ACEOF
20793 /* confdefs.h. */
20794 _ACEOF
20795 cat confdefs.h >>conftest.$ac_ext
20796 cat >>conftest.$ac_ext <<_ACEOF
20797 /* end confdefs.h. */
20798 #include <sys/types.h>
20799 #ifdef HAVE_SCSI_SG_H
20800 #include <scsi/sg.h>
20801 #endif
20804 main ()
20806 static sg_io_hdr_t ac_aggr;
20807 if (sizeof ac_aggr.interface_id)
20808 return 0;
20810 return 0;
20812 _ACEOF
20813 rm -f conftest.$ac_objext
20814 if { (ac_try="$ac_compile"
20815 case "(($ac_try" in
20816 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20817 *) ac_try_echo=$ac_try;;
20818 esac
20819 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20820 (eval "$ac_compile") 2>conftest.er1
20821 ac_status=$?
20822 grep -v '^ *+' conftest.er1 >conftest.err
20823 rm -f conftest.er1
20824 cat conftest.err >&5
20825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20826 (exit $ac_status); } && {
20827 test -z "$ac_c_werror_flag" ||
20828 test ! -s conftest.err
20829 } && test -s conftest.$ac_objext; then
20830 ac_cv_member_sg_io_hdr_t_interface_id=yes
20831 else
20832 echo "$as_me: failed program was:" >&5
20833 sed 's/^/| /' conftest.$ac_ext >&5
20835 ac_cv_member_sg_io_hdr_t_interface_id=no
20838 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20841 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20843 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20844 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20845 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20847 cat >>confdefs.h <<_ACEOF
20848 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20849 _ACEOF
20855 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20856 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20857 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20858 echo $ECHO_N "(cached) $ECHO_C" >&6
20859 else
20860 cat >conftest.$ac_ext <<_ACEOF
20861 /* confdefs.h. */
20862 _ACEOF
20863 cat confdefs.h >>conftest.$ac_ext
20864 cat >>conftest.$ac_ext <<_ACEOF
20865 /* end confdefs.h. */
20866 #include <signal.h>
20869 main ()
20871 static siginfo_t ac_aggr;
20872 if (ac_aggr.si_fd)
20873 return 0;
20875 return 0;
20877 _ACEOF
20878 rm -f conftest.$ac_objext
20879 if { (ac_try="$ac_compile"
20880 case "(($ac_try" in
20881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20882 *) ac_try_echo=$ac_try;;
20883 esac
20884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20885 (eval "$ac_compile") 2>conftest.er1
20886 ac_status=$?
20887 grep -v '^ *+' conftest.er1 >conftest.err
20888 rm -f conftest.er1
20889 cat conftest.err >&5
20890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20891 (exit $ac_status); } && {
20892 test -z "$ac_c_werror_flag" ||
20893 test ! -s conftest.err
20894 } && test -s conftest.$ac_objext; then
20895 ac_cv_member_siginfo_t_si_fd=yes
20896 else
20897 echo "$as_me: failed program was:" >&5
20898 sed 's/^/| /' conftest.$ac_ext >&5
20900 cat >conftest.$ac_ext <<_ACEOF
20901 /* confdefs.h. */
20902 _ACEOF
20903 cat confdefs.h >>conftest.$ac_ext
20904 cat >>conftest.$ac_ext <<_ACEOF
20905 /* end confdefs.h. */
20906 #include <signal.h>
20909 main ()
20911 static siginfo_t ac_aggr;
20912 if (sizeof ac_aggr.si_fd)
20913 return 0;
20915 return 0;
20917 _ACEOF
20918 rm -f conftest.$ac_objext
20919 if { (ac_try="$ac_compile"
20920 case "(($ac_try" in
20921 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20922 *) ac_try_echo=$ac_try;;
20923 esac
20924 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20925 (eval "$ac_compile") 2>conftest.er1
20926 ac_status=$?
20927 grep -v '^ *+' conftest.er1 >conftest.err
20928 rm -f conftest.er1
20929 cat conftest.err >&5
20930 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20931 (exit $ac_status); } && {
20932 test -z "$ac_c_werror_flag" ||
20933 test ! -s conftest.err
20934 } && test -s conftest.$ac_objext; then
20935 ac_cv_member_siginfo_t_si_fd=yes
20936 else
20937 echo "$as_me: failed program was:" >&5
20938 sed 's/^/| /' conftest.$ac_ext >&5
20940 ac_cv_member_siginfo_t_si_fd=no
20943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20946 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20948 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20949 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20950 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20952 cat >>confdefs.h <<_ACEOF
20953 #define HAVE_SIGINFO_T_SI_FD 1
20954 _ACEOF
20960 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20961 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20962 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20963 echo $ECHO_N "(cached) $ECHO_C" >&6
20964 else
20965 cat >conftest.$ac_ext <<_ACEOF
20966 /* confdefs.h. */
20967 _ACEOF
20968 cat confdefs.h >>conftest.$ac_ext
20969 cat >>conftest.$ac_ext <<_ACEOF
20970 /* end confdefs.h. */
20971 #include <sys/types.h>
20972 #ifdef HAVE_SYS_MTIO_H
20973 #include <sys/mtio.h>
20974 #endif
20977 main ()
20979 static struct mtget ac_aggr;
20980 if (ac_aggr.mt_blksiz)
20981 return 0;
20983 return 0;
20985 _ACEOF
20986 rm -f conftest.$ac_objext
20987 if { (ac_try="$ac_compile"
20988 case "(($ac_try" in
20989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20990 *) ac_try_echo=$ac_try;;
20991 esac
20992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20993 (eval "$ac_compile") 2>conftest.er1
20994 ac_status=$?
20995 grep -v '^ *+' conftest.er1 >conftest.err
20996 rm -f conftest.er1
20997 cat conftest.err >&5
20998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20999 (exit $ac_status); } && {
21000 test -z "$ac_c_werror_flag" ||
21001 test ! -s conftest.err
21002 } && test -s conftest.$ac_objext; then
21003 ac_cv_member_struct_mtget_mt_blksiz=yes
21004 else
21005 echo "$as_me: failed program was:" >&5
21006 sed 's/^/| /' conftest.$ac_ext >&5
21008 cat >conftest.$ac_ext <<_ACEOF
21009 /* confdefs.h. */
21010 _ACEOF
21011 cat confdefs.h >>conftest.$ac_ext
21012 cat >>conftest.$ac_ext <<_ACEOF
21013 /* end confdefs.h. */
21014 #include <sys/types.h>
21015 #ifdef HAVE_SYS_MTIO_H
21016 #include <sys/mtio.h>
21017 #endif
21020 main ()
21022 static struct mtget ac_aggr;
21023 if (sizeof ac_aggr.mt_blksiz)
21024 return 0;
21026 return 0;
21028 _ACEOF
21029 rm -f conftest.$ac_objext
21030 if { (ac_try="$ac_compile"
21031 case "(($ac_try" in
21032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21033 *) ac_try_echo=$ac_try;;
21034 esac
21035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21036 (eval "$ac_compile") 2>conftest.er1
21037 ac_status=$?
21038 grep -v '^ *+' conftest.er1 >conftest.err
21039 rm -f conftest.er1
21040 cat conftest.err >&5
21041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21042 (exit $ac_status); } && {
21043 test -z "$ac_c_werror_flag" ||
21044 test ! -s conftest.err
21045 } && test -s conftest.$ac_objext; then
21046 ac_cv_member_struct_mtget_mt_blksiz=yes
21047 else
21048 echo "$as_me: failed program was:" >&5
21049 sed 's/^/| /' conftest.$ac_ext >&5
21051 ac_cv_member_struct_mtget_mt_blksiz=no
21054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21057 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21059 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21060 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21061 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21063 cat >>confdefs.h <<_ACEOF
21064 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21065 _ACEOF
21069 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21070 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21071 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21072 echo $ECHO_N "(cached) $ECHO_C" >&6
21073 else
21074 cat >conftest.$ac_ext <<_ACEOF
21075 /* confdefs.h. */
21076 _ACEOF
21077 cat confdefs.h >>conftest.$ac_ext
21078 cat >>conftest.$ac_ext <<_ACEOF
21079 /* end confdefs.h. */
21080 #include <sys/types.h>
21081 #ifdef HAVE_SYS_MTIO_H
21082 #include <sys/mtio.h>
21083 #endif
21086 main ()
21088 static struct mtget ac_aggr;
21089 if (ac_aggr.mt_gstat)
21090 return 0;
21092 return 0;
21094 _ACEOF
21095 rm -f conftest.$ac_objext
21096 if { (ac_try="$ac_compile"
21097 case "(($ac_try" in
21098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21099 *) ac_try_echo=$ac_try;;
21100 esac
21101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21102 (eval "$ac_compile") 2>conftest.er1
21103 ac_status=$?
21104 grep -v '^ *+' conftest.er1 >conftest.err
21105 rm -f conftest.er1
21106 cat conftest.err >&5
21107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21108 (exit $ac_status); } && {
21109 test -z "$ac_c_werror_flag" ||
21110 test ! -s conftest.err
21111 } && test -s conftest.$ac_objext; then
21112 ac_cv_member_struct_mtget_mt_gstat=yes
21113 else
21114 echo "$as_me: failed program was:" >&5
21115 sed 's/^/| /' conftest.$ac_ext >&5
21117 cat >conftest.$ac_ext <<_ACEOF
21118 /* confdefs.h. */
21119 _ACEOF
21120 cat confdefs.h >>conftest.$ac_ext
21121 cat >>conftest.$ac_ext <<_ACEOF
21122 /* end confdefs.h. */
21123 #include <sys/types.h>
21124 #ifdef HAVE_SYS_MTIO_H
21125 #include <sys/mtio.h>
21126 #endif
21129 main ()
21131 static struct mtget ac_aggr;
21132 if (sizeof ac_aggr.mt_gstat)
21133 return 0;
21135 return 0;
21137 _ACEOF
21138 rm -f conftest.$ac_objext
21139 if { (ac_try="$ac_compile"
21140 case "(($ac_try" in
21141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21142 *) ac_try_echo=$ac_try;;
21143 esac
21144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21145 (eval "$ac_compile") 2>conftest.er1
21146 ac_status=$?
21147 grep -v '^ *+' conftest.er1 >conftest.err
21148 rm -f conftest.er1
21149 cat conftest.err >&5
21150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21151 (exit $ac_status); } && {
21152 test -z "$ac_c_werror_flag" ||
21153 test ! -s conftest.err
21154 } && test -s conftest.$ac_objext; then
21155 ac_cv_member_struct_mtget_mt_gstat=yes
21156 else
21157 echo "$as_me: failed program was:" >&5
21158 sed 's/^/| /' conftest.$ac_ext >&5
21160 ac_cv_member_struct_mtget_mt_gstat=no
21163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21168 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21169 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21170 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21172 cat >>confdefs.h <<_ACEOF
21173 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21174 _ACEOF
21178 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21179 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21180 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21181 echo $ECHO_N "(cached) $ECHO_C" >&6
21182 else
21183 cat >conftest.$ac_ext <<_ACEOF
21184 /* confdefs.h. */
21185 _ACEOF
21186 cat confdefs.h >>conftest.$ac_ext
21187 cat >>conftest.$ac_ext <<_ACEOF
21188 /* end confdefs.h. */
21189 #include <sys/types.h>
21190 #ifdef HAVE_SYS_MTIO_H
21191 #include <sys/mtio.h>
21192 #endif
21195 main ()
21197 static struct mtget ac_aggr;
21198 if (ac_aggr.mt_blkno)
21199 return 0;
21201 return 0;
21203 _ACEOF
21204 rm -f conftest.$ac_objext
21205 if { (ac_try="$ac_compile"
21206 case "(($ac_try" in
21207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21208 *) ac_try_echo=$ac_try;;
21209 esac
21210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21211 (eval "$ac_compile") 2>conftest.er1
21212 ac_status=$?
21213 grep -v '^ *+' conftest.er1 >conftest.err
21214 rm -f conftest.er1
21215 cat conftest.err >&5
21216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21217 (exit $ac_status); } && {
21218 test -z "$ac_c_werror_flag" ||
21219 test ! -s conftest.err
21220 } && test -s conftest.$ac_objext; then
21221 ac_cv_member_struct_mtget_mt_blkno=yes
21222 else
21223 echo "$as_me: failed program was:" >&5
21224 sed 's/^/| /' conftest.$ac_ext >&5
21226 cat >conftest.$ac_ext <<_ACEOF
21227 /* confdefs.h. */
21228 _ACEOF
21229 cat confdefs.h >>conftest.$ac_ext
21230 cat >>conftest.$ac_ext <<_ACEOF
21231 /* end confdefs.h. */
21232 #include <sys/types.h>
21233 #ifdef HAVE_SYS_MTIO_H
21234 #include <sys/mtio.h>
21235 #endif
21238 main ()
21240 static struct mtget ac_aggr;
21241 if (sizeof ac_aggr.mt_blkno)
21242 return 0;
21244 return 0;
21246 _ACEOF
21247 rm -f conftest.$ac_objext
21248 if { (ac_try="$ac_compile"
21249 case "(($ac_try" in
21250 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21251 *) ac_try_echo=$ac_try;;
21252 esac
21253 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21254 (eval "$ac_compile") 2>conftest.er1
21255 ac_status=$?
21256 grep -v '^ *+' conftest.er1 >conftest.err
21257 rm -f conftest.er1
21258 cat conftest.err >&5
21259 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21260 (exit $ac_status); } && {
21261 test -z "$ac_c_werror_flag" ||
21262 test ! -s conftest.err
21263 } && test -s conftest.$ac_objext; then
21264 ac_cv_member_struct_mtget_mt_blkno=yes
21265 else
21266 echo "$as_me: failed program was:" >&5
21267 sed 's/^/| /' conftest.$ac_ext >&5
21269 ac_cv_member_struct_mtget_mt_blkno=no
21272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21275 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21277 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21278 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21279 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21281 cat >>confdefs.h <<_ACEOF
21282 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21283 _ACEOF
21289 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21290 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21291 if test "${ac_cv_member_struct_option_name+set}" = set; then
21292 echo $ECHO_N "(cached) $ECHO_C" >&6
21293 else
21294 cat >conftest.$ac_ext <<_ACEOF
21295 /* confdefs.h. */
21296 _ACEOF
21297 cat confdefs.h >>conftest.$ac_ext
21298 cat >>conftest.$ac_ext <<_ACEOF
21299 /* end confdefs.h. */
21300 #ifdef HAVE_GETOPT_H
21301 #include <getopt.h>
21302 #endif
21305 main ()
21307 static struct option ac_aggr;
21308 if (ac_aggr.name)
21309 return 0;
21311 return 0;
21313 _ACEOF
21314 rm -f conftest.$ac_objext
21315 if { (ac_try="$ac_compile"
21316 case "(($ac_try" in
21317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21318 *) ac_try_echo=$ac_try;;
21319 esac
21320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21321 (eval "$ac_compile") 2>conftest.er1
21322 ac_status=$?
21323 grep -v '^ *+' conftest.er1 >conftest.err
21324 rm -f conftest.er1
21325 cat conftest.err >&5
21326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21327 (exit $ac_status); } && {
21328 test -z "$ac_c_werror_flag" ||
21329 test ! -s conftest.err
21330 } && test -s conftest.$ac_objext; then
21331 ac_cv_member_struct_option_name=yes
21332 else
21333 echo "$as_me: failed program was:" >&5
21334 sed 's/^/| /' conftest.$ac_ext >&5
21336 cat >conftest.$ac_ext <<_ACEOF
21337 /* confdefs.h. */
21338 _ACEOF
21339 cat confdefs.h >>conftest.$ac_ext
21340 cat >>conftest.$ac_ext <<_ACEOF
21341 /* end confdefs.h. */
21342 #ifdef HAVE_GETOPT_H
21343 #include <getopt.h>
21344 #endif
21347 main ()
21349 static struct option ac_aggr;
21350 if (sizeof ac_aggr.name)
21351 return 0;
21353 return 0;
21355 _ACEOF
21356 rm -f conftest.$ac_objext
21357 if { (ac_try="$ac_compile"
21358 case "(($ac_try" in
21359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21360 *) ac_try_echo=$ac_try;;
21361 esac
21362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21363 (eval "$ac_compile") 2>conftest.er1
21364 ac_status=$?
21365 grep -v '^ *+' conftest.er1 >conftest.err
21366 rm -f conftest.er1
21367 cat conftest.err >&5
21368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21369 (exit $ac_status); } && {
21370 test -z "$ac_c_werror_flag" ||
21371 test ! -s conftest.err
21372 } && test -s conftest.$ac_objext; then
21373 ac_cv_member_struct_option_name=yes
21374 else
21375 echo "$as_me: failed program was:" >&5
21376 sed 's/^/| /' conftest.$ac_ext >&5
21378 ac_cv_member_struct_option_name=no
21381 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21384 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21386 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21387 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21388 if test $ac_cv_member_struct_option_name = yes; then
21390 cat >>confdefs.h <<_ACEOF
21391 #define HAVE_STRUCT_OPTION_NAME 1
21392 _ACEOF
21398 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21399 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21400 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21401 echo $ECHO_N "(cached) $ECHO_C" >&6
21402 else
21403 cat >conftest.$ac_ext <<_ACEOF
21404 /* confdefs.h. */
21405 _ACEOF
21406 cat confdefs.h >>conftest.$ac_ext
21407 cat >>conftest.$ac_ext <<_ACEOF
21408 /* end confdefs.h. */
21409 $ac_includes_default
21411 main ()
21413 static struct stat ac_aggr;
21414 if (ac_aggr.st_blocks)
21415 return 0;
21417 return 0;
21419 _ACEOF
21420 rm -f conftest.$ac_objext
21421 if { (ac_try="$ac_compile"
21422 case "(($ac_try" in
21423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21424 *) ac_try_echo=$ac_try;;
21425 esac
21426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21427 (eval "$ac_compile") 2>conftest.er1
21428 ac_status=$?
21429 grep -v '^ *+' conftest.er1 >conftest.err
21430 rm -f conftest.er1
21431 cat conftest.err >&5
21432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21433 (exit $ac_status); } && {
21434 test -z "$ac_c_werror_flag" ||
21435 test ! -s conftest.err
21436 } && test -s conftest.$ac_objext; then
21437 ac_cv_member_struct_stat_st_blocks=yes
21438 else
21439 echo "$as_me: failed program was:" >&5
21440 sed 's/^/| /' conftest.$ac_ext >&5
21442 cat >conftest.$ac_ext <<_ACEOF
21443 /* confdefs.h. */
21444 _ACEOF
21445 cat confdefs.h >>conftest.$ac_ext
21446 cat >>conftest.$ac_ext <<_ACEOF
21447 /* end confdefs.h. */
21448 $ac_includes_default
21450 main ()
21452 static struct stat ac_aggr;
21453 if (sizeof ac_aggr.st_blocks)
21454 return 0;
21456 return 0;
21458 _ACEOF
21459 rm -f conftest.$ac_objext
21460 if { (ac_try="$ac_compile"
21461 case "(($ac_try" in
21462 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21463 *) ac_try_echo=$ac_try;;
21464 esac
21465 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21466 (eval "$ac_compile") 2>conftest.er1
21467 ac_status=$?
21468 grep -v '^ *+' conftest.er1 >conftest.err
21469 rm -f conftest.er1
21470 cat conftest.err >&5
21471 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21472 (exit $ac_status); } && {
21473 test -z "$ac_c_werror_flag" ||
21474 test ! -s conftest.err
21475 } && test -s conftest.$ac_objext; then
21476 ac_cv_member_struct_stat_st_blocks=yes
21477 else
21478 echo "$as_me: failed program was:" >&5
21479 sed 's/^/| /' conftest.$ac_ext >&5
21481 ac_cv_member_struct_stat_st_blocks=no
21484 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21487 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21489 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21490 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21491 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21493 cat >>confdefs.h <<_ACEOF
21494 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21495 _ACEOF
21499 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21500 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21501 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21502 echo $ECHO_N "(cached) $ECHO_C" >&6
21503 else
21504 cat >conftest.$ac_ext <<_ACEOF
21505 /* confdefs.h. */
21506 _ACEOF
21507 cat confdefs.h >>conftest.$ac_ext
21508 cat >>conftest.$ac_ext <<_ACEOF
21509 /* end confdefs.h. */
21510 $ac_includes_default
21512 main ()
21514 static struct stat ac_aggr;
21515 if (ac_aggr.st_mtim)
21516 return 0;
21518 return 0;
21520 _ACEOF
21521 rm -f conftest.$ac_objext
21522 if { (ac_try="$ac_compile"
21523 case "(($ac_try" in
21524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21525 *) ac_try_echo=$ac_try;;
21526 esac
21527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21528 (eval "$ac_compile") 2>conftest.er1
21529 ac_status=$?
21530 grep -v '^ *+' conftest.er1 >conftest.err
21531 rm -f conftest.er1
21532 cat conftest.err >&5
21533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21534 (exit $ac_status); } && {
21535 test -z "$ac_c_werror_flag" ||
21536 test ! -s conftest.err
21537 } && test -s conftest.$ac_objext; then
21538 ac_cv_member_struct_stat_st_mtim=yes
21539 else
21540 echo "$as_me: failed program was:" >&5
21541 sed 's/^/| /' conftest.$ac_ext >&5
21543 cat >conftest.$ac_ext <<_ACEOF
21544 /* confdefs.h. */
21545 _ACEOF
21546 cat confdefs.h >>conftest.$ac_ext
21547 cat >>conftest.$ac_ext <<_ACEOF
21548 /* end confdefs.h. */
21549 $ac_includes_default
21551 main ()
21553 static struct stat ac_aggr;
21554 if (sizeof ac_aggr.st_mtim)
21555 return 0;
21557 return 0;
21559 _ACEOF
21560 rm -f conftest.$ac_objext
21561 if { (ac_try="$ac_compile"
21562 case "(($ac_try" in
21563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21564 *) ac_try_echo=$ac_try;;
21565 esac
21566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21567 (eval "$ac_compile") 2>conftest.er1
21568 ac_status=$?
21569 grep -v '^ *+' conftest.er1 >conftest.err
21570 rm -f conftest.er1
21571 cat conftest.err >&5
21572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21573 (exit $ac_status); } && {
21574 test -z "$ac_c_werror_flag" ||
21575 test ! -s conftest.err
21576 } && test -s conftest.$ac_objext; then
21577 ac_cv_member_struct_stat_st_mtim=yes
21578 else
21579 echo "$as_me: failed program was:" >&5
21580 sed 's/^/| /' conftest.$ac_ext >&5
21582 ac_cv_member_struct_stat_st_mtim=no
21585 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21588 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21590 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21591 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21592 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21594 cat >>confdefs.h <<_ACEOF
21595 #define HAVE_STRUCT_STAT_ST_MTIM 1
21596 _ACEOF
21600 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21601 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21602 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21603 echo $ECHO_N "(cached) $ECHO_C" >&6
21604 else
21605 cat >conftest.$ac_ext <<_ACEOF
21606 /* confdefs.h. */
21607 _ACEOF
21608 cat confdefs.h >>conftest.$ac_ext
21609 cat >>conftest.$ac_ext <<_ACEOF
21610 /* end confdefs.h. */
21611 $ac_includes_default
21613 main ()
21615 static struct stat ac_aggr;
21616 if (ac_aggr.st_ctim)
21617 return 0;
21619 return 0;
21621 _ACEOF
21622 rm -f conftest.$ac_objext
21623 if { (ac_try="$ac_compile"
21624 case "(($ac_try" in
21625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21626 *) ac_try_echo=$ac_try;;
21627 esac
21628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21629 (eval "$ac_compile") 2>conftest.er1
21630 ac_status=$?
21631 grep -v '^ *+' conftest.er1 >conftest.err
21632 rm -f conftest.er1
21633 cat conftest.err >&5
21634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21635 (exit $ac_status); } && {
21636 test -z "$ac_c_werror_flag" ||
21637 test ! -s conftest.err
21638 } && test -s conftest.$ac_objext; then
21639 ac_cv_member_struct_stat_st_ctim=yes
21640 else
21641 echo "$as_me: failed program was:" >&5
21642 sed 's/^/| /' conftest.$ac_ext >&5
21644 cat >conftest.$ac_ext <<_ACEOF
21645 /* confdefs.h. */
21646 _ACEOF
21647 cat confdefs.h >>conftest.$ac_ext
21648 cat >>conftest.$ac_ext <<_ACEOF
21649 /* end confdefs.h. */
21650 $ac_includes_default
21652 main ()
21654 static struct stat ac_aggr;
21655 if (sizeof ac_aggr.st_ctim)
21656 return 0;
21658 return 0;
21660 _ACEOF
21661 rm -f conftest.$ac_objext
21662 if { (ac_try="$ac_compile"
21663 case "(($ac_try" in
21664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21665 *) ac_try_echo=$ac_try;;
21666 esac
21667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21668 (eval "$ac_compile") 2>conftest.er1
21669 ac_status=$?
21670 grep -v '^ *+' conftest.er1 >conftest.err
21671 rm -f conftest.er1
21672 cat conftest.err >&5
21673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21674 (exit $ac_status); } && {
21675 test -z "$ac_c_werror_flag" ||
21676 test ! -s conftest.err
21677 } && test -s conftest.$ac_objext; then
21678 ac_cv_member_struct_stat_st_ctim=yes
21679 else
21680 echo "$as_me: failed program was:" >&5
21681 sed 's/^/| /' conftest.$ac_ext >&5
21683 ac_cv_member_struct_stat_st_ctim=no
21686 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21691 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21692 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21693 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21695 cat >>confdefs.h <<_ACEOF
21696 #define HAVE_STRUCT_STAT_ST_CTIM 1
21697 _ACEOF
21701 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21702 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21703 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21704 echo $ECHO_N "(cached) $ECHO_C" >&6
21705 else
21706 cat >conftest.$ac_ext <<_ACEOF
21707 /* confdefs.h. */
21708 _ACEOF
21709 cat confdefs.h >>conftest.$ac_ext
21710 cat >>conftest.$ac_ext <<_ACEOF
21711 /* end confdefs.h. */
21712 $ac_includes_default
21714 main ()
21716 static struct stat ac_aggr;
21717 if (ac_aggr.st_atim)
21718 return 0;
21720 return 0;
21722 _ACEOF
21723 rm -f conftest.$ac_objext
21724 if { (ac_try="$ac_compile"
21725 case "(($ac_try" in
21726 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21727 *) ac_try_echo=$ac_try;;
21728 esac
21729 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21730 (eval "$ac_compile") 2>conftest.er1
21731 ac_status=$?
21732 grep -v '^ *+' conftest.er1 >conftest.err
21733 rm -f conftest.er1
21734 cat conftest.err >&5
21735 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21736 (exit $ac_status); } && {
21737 test -z "$ac_c_werror_flag" ||
21738 test ! -s conftest.err
21739 } && test -s conftest.$ac_objext; then
21740 ac_cv_member_struct_stat_st_atim=yes
21741 else
21742 echo "$as_me: failed program was:" >&5
21743 sed 's/^/| /' conftest.$ac_ext >&5
21745 cat >conftest.$ac_ext <<_ACEOF
21746 /* confdefs.h. */
21747 _ACEOF
21748 cat confdefs.h >>conftest.$ac_ext
21749 cat >>conftest.$ac_ext <<_ACEOF
21750 /* end confdefs.h. */
21751 $ac_includes_default
21753 main ()
21755 static struct stat ac_aggr;
21756 if (sizeof ac_aggr.st_atim)
21757 return 0;
21759 return 0;
21761 _ACEOF
21762 rm -f conftest.$ac_objext
21763 if { (ac_try="$ac_compile"
21764 case "(($ac_try" in
21765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21766 *) ac_try_echo=$ac_try;;
21767 esac
21768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21769 (eval "$ac_compile") 2>conftest.er1
21770 ac_status=$?
21771 grep -v '^ *+' conftest.er1 >conftest.err
21772 rm -f conftest.er1
21773 cat conftest.err >&5
21774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21775 (exit $ac_status); } && {
21776 test -z "$ac_c_werror_flag" ||
21777 test ! -s conftest.err
21778 } && test -s conftest.$ac_objext; then
21779 ac_cv_member_struct_stat_st_atim=yes
21780 else
21781 echo "$as_me: failed program was:" >&5
21782 sed 's/^/| /' conftest.$ac_ext >&5
21784 ac_cv_member_struct_stat_st_atim=no
21787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21792 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21793 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21794 if test $ac_cv_member_struct_stat_st_atim = yes; then
21796 cat >>confdefs.h <<_ACEOF
21797 #define HAVE_STRUCT_STAT_ST_ATIM 1
21798 _ACEOF
21804 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21805 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21806 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21807 echo $ECHO_N "(cached) $ECHO_C" >&6
21808 else
21809 cat >conftest.$ac_ext <<_ACEOF
21810 /* confdefs.h. */
21811 _ACEOF
21812 cat confdefs.h >>conftest.$ac_ext
21813 cat >>conftest.$ac_ext <<_ACEOF
21814 /* end confdefs.h. */
21815 #ifdef HAVE_SYS_TYPES_H
21816 #include <sys/types.h>
21817 #endif
21818 #ifdef HAVE_NETINET_IN_H
21819 #include <netinet/in.h>
21820 #endif
21823 main ()
21825 static struct sockaddr_in6 ac_aggr;
21826 if (ac_aggr.sin6_scope_id)
21827 return 0;
21829 return 0;
21831 _ACEOF
21832 rm -f conftest.$ac_objext
21833 if { (ac_try="$ac_compile"
21834 case "(($ac_try" in
21835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21836 *) ac_try_echo=$ac_try;;
21837 esac
21838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21839 (eval "$ac_compile") 2>conftest.er1
21840 ac_status=$?
21841 grep -v '^ *+' conftest.er1 >conftest.err
21842 rm -f conftest.er1
21843 cat conftest.err >&5
21844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21845 (exit $ac_status); } && {
21846 test -z "$ac_c_werror_flag" ||
21847 test ! -s conftest.err
21848 } && test -s conftest.$ac_objext; then
21849 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21850 else
21851 echo "$as_me: failed program was:" >&5
21852 sed 's/^/| /' conftest.$ac_ext >&5
21854 cat >conftest.$ac_ext <<_ACEOF
21855 /* confdefs.h. */
21856 _ACEOF
21857 cat confdefs.h >>conftest.$ac_ext
21858 cat >>conftest.$ac_ext <<_ACEOF
21859 /* end confdefs.h. */
21860 #ifdef HAVE_SYS_TYPES_H
21861 #include <sys/types.h>
21862 #endif
21863 #ifdef HAVE_NETINET_IN_H
21864 #include <netinet/in.h>
21865 #endif
21868 main ()
21870 static struct sockaddr_in6 ac_aggr;
21871 if (sizeof ac_aggr.sin6_scope_id)
21872 return 0;
21874 return 0;
21876 _ACEOF
21877 rm -f conftest.$ac_objext
21878 if { (ac_try="$ac_compile"
21879 case "(($ac_try" in
21880 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21881 *) ac_try_echo=$ac_try;;
21882 esac
21883 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21884 (eval "$ac_compile") 2>conftest.er1
21885 ac_status=$?
21886 grep -v '^ *+' conftest.er1 >conftest.err
21887 rm -f conftest.er1
21888 cat conftest.err >&5
21889 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21890 (exit $ac_status); } && {
21891 test -z "$ac_c_werror_flag" ||
21892 test ! -s conftest.err
21893 } && test -s conftest.$ac_objext; then
21894 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21895 else
21896 echo "$as_me: failed program was:" >&5
21897 sed 's/^/| /' conftest.$ac_ext >&5
21899 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21902 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21905 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21907 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21908 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21909 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21911 cat >>confdefs.h <<_ACEOF
21912 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21913 _ACEOF
21919 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21920 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21921 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21922 echo $ECHO_N "(cached) $ECHO_C" >&6
21923 else
21924 cat >conftest.$ac_ext <<_ACEOF
21925 /* confdefs.h. */
21926 _ACEOF
21927 cat confdefs.h >>conftest.$ac_ext
21928 cat >>conftest.$ac_ext <<_ACEOF
21929 /* end confdefs.h. */
21930 #ifdef HAVE_SYS_TYPES_H
21931 #include <sys/types.h>
21932 #endif
21933 #ifdef HAVE_NETINET_IN_H
21934 # include <netinet/in.h>
21935 #endif
21936 #ifdef HAVE_ARPA_NAMESER_H
21937 # include <arpa/nameser.h>
21938 #endif
21941 main ()
21943 static ns_msg ac_aggr;
21944 if (ac_aggr._msg_ptr)
21945 return 0;
21947 return 0;
21949 _ACEOF
21950 rm -f conftest.$ac_objext
21951 if { (ac_try="$ac_compile"
21952 case "(($ac_try" in
21953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21954 *) ac_try_echo=$ac_try;;
21955 esac
21956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21957 (eval "$ac_compile") 2>conftest.er1
21958 ac_status=$?
21959 grep -v '^ *+' conftest.er1 >conftest.err
21960 rm -f conftest.er1
21961 cat conftest.err >&5
21962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21963 (exit $ac_status); } && {
21964 test -z "$ac_c_werror_flag" ||
21965 test ! -s conftest.err
21966 } && test -s conftest.$ac_objext; then
21967 ac_cv_member_ns_msg__msg_ptr=yes
21968 else
21969 echo "$as_me: failed program was:" >&5
21970 sed 's/^/| /' conftest.$ac_ext >&5
21972 cat >conftest.$ac_ext <<_ACEOF
21973 /* confdefs.h. */
21974 _ACEOF
21975 cat confdefs.h >>conftest.$ac_ext
21976 cat >>conftest.$ac_ext <<_ACEOF
21977 /* end confdefs.h. */
21978 #ifdef HAVE_SYS_TYPES_H
21979 #include <sys/types.h>
21980 #endif
21981 #ifdef HAVE_NETINET_IN_H
21982 # include <netinet/in.h>
21983 #endif
21984 #ifdef HAVE_ARPA_NAMESER_H
21985 # include <arpa/nameser.h>
21986 #endif
21989 main ()
21991 static ns_msg ac_aggr;
21992 if (sizeof ac_aggr._msg_ptr)
21993 return 0;
21995 return 0;
21997 _ACEOF
21998 rm -f conftest.$ac_objext
21999 if { (ac_try="$ac_compile"
22000 case "(($ac_try" in
22001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22002 *) ac_try_echo=$ac_try;;
22003 esac
22004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22005 (eval "$ac_compile") 2>conftest.er1
22006 ac_status=$?
22007 grep -v '^ *+' conftest.er1 >conftest.err
22008 rm -f conftest.er1
22009 cat conftest.err >&5
22010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22011 (exit $ac_status); } && {
22012 test -z "$ac_c_werror_flag" ||
22013 test ! -s conftest.err
22014 } && test -s conftest.$ac_objext; then
22015 ac_cv_member_ns_msg__msg_ptr=yes
22016 else
22017 echo "$as_me: failed program was:" >&5
22018 sed 's/^/| /' conftest.$ac_ext >&5
22020 ac_cv_member_ns_msg__msg_ptr=no
22023 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22026 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22028 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22029 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22030 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22032 cat >>confdefs.h <<_ACEOF
22033 #define HAVE_NS_MSG__MSG_PTR 1
22034 _ACEOF
22040 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22041 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22042 if test "${ac_cv_have_timezone+set}" = set; then
22043 echo $ECHO_N "(cached) $ECHO_C" >&6
22044 else
22045 cat >conftest.$ac_ext <<_ACEOF
22046 /* confdefs.h. */
22047 _ACEOF
22048 cat confdefs.h >>conftest.$ac_ext
22049 cat >>conftest.$ac_ext <<_ACEOF
22050 /* end confdefs.h. */
22051 #include <time.h>
22053 main ()
22055 timezone = 1
22057 return 0;
22059 _ACEOF
22060 rm -f conftest.$ac_objext conftest$ac_exeext
22061 if { (ac_try="$ac_link"
22062 case "(($ac_try" in
22063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22064 *) ac_try_echo=$ac_try;;
22065 esac
22066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22067 (eval "$ac_link") 2>conftest.er1
22068 ac_status=$?
22069 grep -v '^ *+' conftest.er1 >conftest.err
22070 rm -f conftest.er1
22071 cat conftest.err >&5
22072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22073 (exit $ac_status); } && {
22074 test -z "$ac_c_werror_flag" ||
22075 test ! -s conftest.err
22076 } && test -s conftest$ac_exeext &&
22077 $as_test_x conftest$ac_exeext; then
22078 ac_cv_have_timezone="yes"
22079 else
22080 echo "$as_me: failed program was:" >&5
22081 sed 's/^/| /' conftest.$ac_ext >&5
22083 ac_cv_have_timezone="no"
22086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22087 conftest$ac_exeext conftest.$ac_ext
22089 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22090 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22091 if test "$ac_cv_have_timezone" = "yes"
22092 then
22094 cat >>confdefs.h <<\_ACEOF
22095 #define HAVE_TIMEZONE 1
22096 _ACEOF
22099 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22100 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22101 if test "${ac_cv_have_daylight+set}" = set; then
22102 echo $ECHO_N "(cached) $ECHO_C" >&6
22103 else
22104 cat >conftest.$ac_ext <<_ACEOF
22105 /* confdefs.h. */
22106 _ACEOF
22107 cat confdefs.h >>conftest.$ac_ext
22108 cat >>conftest.$ac_ext <<_ACEOF
22109 /* end confdefs.h. */
22110 #include <time.h>
22112 main ()
22114 daylight = 1
22116 return 0;
22118 _ACEOF
22119 rm -f conftest.$ac_objext conftest$ac_exeext
22120 if { (ac_try="$ac_link"
22121 case "(($ac_try" in
22122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22123 *) ac_try_echo=$ac_try;;
22124 esac
22125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22126 (eval "$ac_link") 2>conftest.er1
22127 ac_status=$?
22128 grep -v '^ *+' conftest.er1 >conftest.err
22129 rm -f conftest.er1
22130 cat conftest.err >&5
22131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22132 (exit $ac_status); } && {
22133 test -z "$ac_c_werror_flag" ||
22134 test ! -s conftest.err
22135 } && test -s conftest$ac_exeext &&
22136 $as_test_x conftest$ac_exeext; then
22137 ac_cv_have_daylight="yes"
22138 else
22139 echo "$as_me: failed program was:" >&5
22140 sed 's/^/| /' conftest.$ac_ext >&5
22142 ac_cv_have_daylight="no"
22145 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22146 conftest$ac_exeext conftest.$ac_ext
22148 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22149 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22150 if test "$ac_cv_have_daylight" = "yes"
22151 then
22153 cat >>confdefs.h <<\_ACEOF
22154 #define HAVE_DAYLIGHT 1
22155 _ACEOF
22159 { echo "$as_me:$LINENO: checking for isinf" >&5
22160 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22161 if test "${ac_cv_have_isinf+set}" = set; then
22162 echo $ECHO_N "(cached) $ECHO_C" >&6
22163 else
22164 cat >conftest.$ac_ext <<_ACEOF
22165 /* confdefs.h. */
22166 _ACEOF
22167 cat confdefs.h >>conftest.$ac_ext
22168 cat >>conftest.$ac_ext <<_ACEOF
22169 /* end confdefs.h. */
22170 #include <math.h>
22172 main ()
22174 float f = 0.0; int i=isinf(f)
22176 return 0;
22178 _ACEOF
22179 rm -f conftest.$ac_objext conftest$ac_exeext
22180 if { (ac_try="$ac_link"
22181 case "(($ac_try" in
22182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22183 *) ac_try_echo=$ac_try;;
22184 esac
22185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22186 (eval "$ac_link") 2>conftest.er1
22187 ac_status=$?
22188 grep -v '^ *+' conftest.er1 >conftest.err
22189 rm -f conftest.er1
22190 cat conftest.err >&5
22191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22192 (exit $ac_status); } && {
22193 test -z "$ac_c_werror_flag" ||
22194 test ! -s conftest.err
22195 } && test -s conftest$ac_exeext &&
22196 $as_test_x conftest$ac_exeext; then
22197 ac_cv_have_isinf="yes"
22198 else
22199 echo "$as_me: failed program was:" >&5
22200 sed 's/^/| /' conftest.$ac_ext >&5
22202 ac_cv_have_isinf="no"
22205 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22206 conftest$ac_exeext conftest.$ac_ext
22208 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22209 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22210 if test "$ac_cv_have_isinf" = "yes"
22211 then
22213 cat >>confdefs.h <<\_ACEOF
22214 #define HAVE_ISINF 1
22215 _ACEOF
22219 { echo "$as_me:$LINENO: checking for isnan" >&5
22220 echo $ECHO_N "checking for isnan... $ECHO_C" >&6; }
22221 if test "${ac_cv_have_isnan+set}" = set; then
22222 echo $ECHO_N "(cached) $ECHO_C" >&6
22223 else
22224 cat >conftest.$ac_ext <<_ACEOF
22225 /* confdefs.h. */
22226 _ACEOF
22227 cat confdefs.h >>conftest.$ac_ext
22228 cat >>conftest.$ac_ext <<_ACEOF
22229 /* end confdefs.h. */
22230 #include <math.h>
22232 main ()
22234 float f = 0.0; int i=isnan(f)
22236 return 0;
22238 _ACEOF
22239 rm -f conftest.$ac_objext conftest$ac_exeext
22240 if { (ac_try="$ac_link"
22241 case "(($ac_try" in
22242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22243 *) ac_try_echo=$ac_try;;
22244 esac
22245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22246 (eval "$ac_link") 2>conftest.er1
22247 ac_status=$?
22248 grep -v '^ *+' conftest.er1 >conftest.err
22249 rm -f conftest.er1
22250 cat conftest.err >&5
22251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22252 (exit $ac_status); } && {
22253 test -z "$ac_c_werror_flag" ||
22254 test ! -s conftest.err
22255 } && test -s conftest$ac_exeext &&
22256 $as_test_x conftest$ac_exeext; then
22257 ac_cv_have_isnan="yes"
22258 else
22259 echo "$as_me: failed program was:" >&5
22260 sed 's/^/| /' conftest.$ac_ext >&5
22262 ac_cv_have_isnan="no"
22265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22266 conftest$ac_exeext conftest.$ac_ext
22268 { echo "$as_me:$LINENO: result: $ac_cv_have_isnan" >&5
22269 echo "${ECHO_T}$ac_cv_have_isnan" >&6; }
22270 if test "$ac_cv_have_isnan" = "yes"
22271 then
22273 cat >>confdefs.h <<\_ACEOF
22274 #define HAVE_ISNAN 1
22275 _ACEOF
22280 case $host_cpu in
22281 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22282 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22283 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22284 echo $ECHO_N "(cached) $ECHO_C" >&6
22285 else
22286 cat >conftest.$ac_ext <<_ACEOF
22287 /* confdefs.h. */
22288 _ACEOF
22289 cat confdefs.h >>conftest.$ac_ext
22290 cat >>conftest.$ac_ext <<_ACEOF
22291 /* end confdefs.h. */
22292 #ifndef __i386__
22294 #endif
22295 _ACEOF
22296 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22297 $EGREP "yes" >/dev/null 2>&1; then
22298 ac_cv_cpp_def___i386__=yes
22299 else
22300 ac_cv_cpp_def___i386__=no
22302 rm -f conftest*
22305 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22306 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22307 if test $ac_cv_cpp_def___i386__ = yes; then
22308 CFLAGS="$CFLAGS -D__i386__"
22309 LINTFLAGS="$LINTFLAGS -D__i386__"
22312 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22313 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22314 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22315 echo $ECHO_N "(cached) $ECHO_C" >&6
22316 else
22317 cat >conftest.$ac_ext <<_ACEOF
22318 /* confdefs.h. */
22319 _ACEOF
22320 cat confdefs.h >>conftest.$ac_ext
22321 cat >>conftest.$ac_ext <<_ACEOF
22322 /* end confdefs.h. */
22323 #ifndef __x86_64__
22325 #endif
22326 _ACEOF
22327 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22328 $EGREP "yes" >/dev/null 2>&1; then
22329 ac_cv_cpp_def___x86_64__=yes
22330 else
22331 ac_cv_cpp_def___x86_64__=no
22333 rm -f conftest*
22336 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22337 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22338 if test $ac_cv_cpp_def___x86_64__ = yes; then
22339 CFLAGS="$CFLAGS -D__x86_64__"
22340 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22343 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22344 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22345 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22346 echo $ECHO_N "(cached) $ECHO_C" >&6
22347 else
22348 cat >conftest.$ac_ext <<_ACEOF
22349 /* confdefs.h. */
22350 _ACEOF
22351 cat confdefs.h >>conftest.$ac_ext
22352 cat >>conftest.$ac_ext <<_ACEOF
22353 /* end confdefs.h. */
22354 #ifndef __ALPHA__
22356 #endif
22357 _ACEOF
22358 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22359 $EGREP "yes" >/dev/null 2>&1; then
22360 ac_cv_cpp_def___ALPHA__=yes
22361 else
22362 ac_cv_cpp_def___ALPHA__=no
22364 rm -f conftest*
22367 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22368 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22369 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22370 CFLAGS="$CFLAGS -D__ALPHA__"
22371 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22374 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22375 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22376 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22377 echo $ECHO_N "(cached) $ECHO_C" >&6
22378 else
22379 cat >conftest.$ac_ext <<_ACEOF
22380 /* confdefs.h. */
22381 _ACEOF
22382 cat confdefs.h >>conftest.$ac_ext
22383 cat >>conftest.$ac_ext <<_ACEOF
22384 /* end confdefs.h. */
22385 #ifndef __sparc__
22387 #endif
22388 _ACEOF
22389 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22390 $EGREP "yes" >/dev/null 2>&1; then
22391 ac_cv_cpp_def___sparc__=yes
22392 else
22393 ac_cv_cpp_def___sparc__=no
22395 rm -f conftest*
22398 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22399 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22400 if test $ac_cv_cpp_def___sparc__ = yes; then
22401 CFLAGS="$CFLAGS -D__sparc__"
22402 LINTFLAGS="$LINTFLAGS -D__sparc__"
22405 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22406 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22407 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22408 echo $ECHO_N "(cached) $ECHO_C" >&6
22409 else
22410 cat >conftest.$ac_ext <<_ACEOF
22411 /* confdefs.h. */
22412 _ACEOF
22413 cat confdefs.h >>conftest.$ac_ext
22414 cat >>conftest.$ac_ext <<_ACEOF
22415 /* end confdefs.h. */
22416 #ifndef __powerpc__
22418 #endif
22419 _ACEOF
22420 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22421 $EGREP "yes" >/dev/null 2>&1; then
22422 ac_cv_cpp_def___powerpc__=yes
22423 else
22424 ac_cv_cpp_def___powerpc__=no
22426 rm -f conftest*
22429 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22430 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22431 if test $ac_cv_cpp_def___powerpc__ = yes; then
22432 CFLAGS="$CFLAGS -D__powerpc__"
22433 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22436 esac
22438 case $host_vendor in
22439 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22440 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22441 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22442 echo $ECHO_N "(cached) $ECHO_C" >&6
22443 else
22444 cat >conftest.$ac_ext <<_ACEOF
22445 /* confdefs.h. */
22446 _ACEOF
22447 cat confdefs.h >>conftest.$ac_ext
22448 cat >>conftest.$ac_ext <<_ACEOF
22449 /* end confdefs.h. */
22450 #ifndef __sun__
22452 #endif
22453 _ACEOF
22454 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22455 $EGREP "yes" >/dev/null 2>&1; then
22456 ac_cv_cpp_def___sun__=yes
22457 else
22458 ac_cv_cpp_def___sun__=no
22460 rm -f conftest*
22463 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22464 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22465 if test $ac_cv_cpp_def___sun__ = yes; then
22466 CFLAGS="$CFLAGS -D__sun__"
22467 LINTFLAGS="$LINTFLAGS -D__sun__"
22470 esac
22473 DEPENDENCIES="### Dependencies:
22475 .INIT: Makefile
22476 .BEGIN: Makefile
22477 Makefile: dummy
22478 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22480 \$(OBJS): \$(IDL_GEN_HEADERS)
22481 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22482 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22483 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22484 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22487 ALL_MAKERULES=""
22489 ALL_MAKEFILES=""
22491 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22494 ALL_TOP_DIRS=""
22496 ALL_DLL_DIRS=""
22498 ALL_IMPLIB_DIRS=""
22500 ALL_TEST_DIRS=""
22502 ALL_PROGRAM_DIRS=""
22504 ALL_PROGRAM_INSTALL_DIRS=""
22506 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22512 ac_config_commands="$ac_config_commands include/stamp-h"
22515 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22517 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22519 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22521 ac_config_commands="$ac_config_commands dlls/user32/resources"
22523 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22525 ac_config_commands="$ac_config_commands include/wine"
22528 ALL_MAKERULES="$ALL_MAKERULES \\
22529 Make.rules"
22530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22531 Make.rules: Make.rules.in"
22532 MAKE_RULES=Make.rules
22533 ac_config_files="$ac_config_files Make.rules"
22535 ALL_MAKERULES="$ALL_MAKERULES \\
22536 dlls/Makedll.rules"
22537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22538 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22539 MAKE_DLL_RULES=dlls/Makedll.rules
22540 ac_config_files="$ac_config_files dlls/Makedll.rules"
22542 ALL_MAKERULES="$ALL_MAKERULES \\
22543 dlls/Makeimplib.rules"
22544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22545 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22546 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22547 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22549 ALL_MAKERULES="$ALL_MAKERULES \\
22550 dlls/Maketest.rules"
22551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22552 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22553 MAKE_TEST_RULES=dlls/Maketest.rules
22554 ac_config_files="$ac_config_files dlls/Maketest.rules"
22556 ALL_MAKERULES="$ALL_MAKERULES \\
22557 programs/Makeprog.rules"
22558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22559 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22560 MAKE_PROG_RULES=programs/Makeprog.rules
22561 ac_config_files="$ac_config_files programs/Makeprog.rules"
22566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22567 Makefile: Makefile.in Make.rules"
22568 ac_config_files="$ac_config_files Makefile"
22570 ALL_MAKEFILES="$ALL_MAKEFILES \\
22571 dlls/Makefile"
22572 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22573 dlls"
22574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22575 dlls/Makefile: dlls/Makefile.in Make.rules"
22576 ac_config_files="$ac_config_files dlls/Makefile"
22578 ALL_MAKEFILES="$ALL_MAKEFILES \\
22579 dlls/acledit/Makefile"
22580 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22581 acledit"
22582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22583 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22584 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22586 ALL_MAKEFILES="$ALL_MAKEFILES \\
22587 dlls/activeds/Makefile"
22588 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22589 activeds"
22590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22591 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22592 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22594 ALL_MAKEFILES="$ALL_MAKEFILES \\
22595 dlls/actxprxy/Makefile"
22596 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22597 actxprxy"
22598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22599 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22600 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22602 ALL_MAKEFILES="$ALL_MAKEFILES \\
22603 dlls/adsiid/Makefile"
22604 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22605 adsiid"
22606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22607 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22608 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22610 ALL_MAKEFILES="$ALL_MAKEFILES \\
22611 dlls/advapi32/Makefile"
22612 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22613 advapi32"
22614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22615 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22616 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22618 ALL_MAKEFILES="$ALL_MAKEFILES \\
22619 dlls/advapi32/tests/Makefile"
22620 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22621 advapi32/tests"
22622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22623 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22624 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22626 ALL_MAKEFILES="$ALL_MAKEFILES \\
22627 dlls/advpack/Makefile"
22628 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22629 advpack"
22630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22631 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22632 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22634 ALL_MAKEFILES="$ALL_MAKEFILES \\
22635 dlls/advpack/tests/Makefile"
22636 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22637 advpack/tests"
22638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22639 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22640 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22642 ALL_MAKEFILES="$ALL_MAKEFILES \\
22643 dlls/amstream/Makefile"
22644 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22645 amstream"
22646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22647 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22648 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22650 ALL_MAKEFILES="$ALL_MAKEFILES \\
22651 dlls/appwiz.cpl/Makefile"
22652 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22653 appwiz.cpl"
22654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22655 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22656 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22658 ALL_MAKEFILES="$ALL_MAKEFILES \\
22659 dlls/atl/Makefile"
22660 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22661 atl"
22662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22663 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22664 ac_config_files="$ac_config_files dlls/atl/Makefile"
22666 ALL_MAKEFILES="$ALL_MAKEFILES \\
22667 dlls/avicap32/Makefile"
22668 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22669 avicap32"
22670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22671 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22672 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22674 ALL_MAKEFILES="$ALL_MAKEFILES \\
22675 dlls/avifil32/Makefile"
22676 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22677 avifil32"
22678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22679 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22680 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22682 ALL_MAKEFILES="$ALL_MAKEFILES \\
22683 dlls/browseui/Makefile"
22684 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22685 browseui"
22686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22687 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22688 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22690 ALL_MAKEFILES="$ALL_MAKEFILES \\
22691 dlls/browseui/tests/Makefile"
22692 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22693 browseui/tests"
22694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22695 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22696 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22698 ALL_MAKEFILES="$ALL_MAKEFILES \\
22699 dlls/cabinet/Makefile"
22700 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22701 cabinet"
22702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22703 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22704 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22706 ALL_MAKEFILES="$ALL_MAKEFILES \\
22707 dlls/cabinet/tests/Makefile"
22708 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22709 cabinet/tests"
22710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22711 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22712 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22714 ALL_MAKEFILES="$ALL_MAKEFILES \\
22715 dlls/capi2032/Makefile"
22716 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22717 capi2032"
22718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22719 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22720 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22722 ALL_MAKEFILES="$ALL_MAKEFILES \\
22723 dlls/cards/Makefile"
22724 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22725 cards"
22726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22727 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22728 ac_config_files="$ac_config_files dlls/cards/Makefile"
22730 ALL_MAKEFILES="$ALL_MAKEFILES \\
22731 dlls/cfgmgr32/Makefile"
22732 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22733 cfgmgr32"
22734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22735 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22736 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22738 ALL_MAKEFILES="$ALL_MAKEFILES \\
22739 dlls/clusapi/Makefile"
22740 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22741 clusapi"
22742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22743 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22744 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22746 ALL_MAKEFILES="$ALL_MAKEFILES \\
22747 dlls/comcat/Makefile"
22748 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22749 comcat"
22750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22751 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22752 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22754 ALL_MAKEFILES="$ALL_MAKEFILES \\
22755 dlls/comcat/tests/Makefile"
22756 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22757 comcat/tests"
22758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22759 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22760 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22762 ALL_MAKEFILES="$ALL_MAKEFILES \\
22763 dlls/comctl32/Makefile"
22764 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22765 comctl32"
22766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22767 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22768 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22770 ALL_MAKEFILES="$ALL_MAKEFILES \\
22771 dlls/comctl32/tests/Makefile"
22772 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22773 comctl32/tests"
22774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22775 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22776 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22778 ALL_MAKEFILES="$ALL_MAKEFILES \\
22779 dlls/comdlg32/Makefile"
22780 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22781 comdlg32"
22782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22783 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22784 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22786 ALL_MAKEFILES="$ALL_MAKEFILES \\
22787 dlls/comdlg32/tests/Makefile"
22788 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22789 comdlg32/tests"
22790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22791 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22792 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22794 ALL_MAKEFILES="$ALL_MAKEFILES \\
22795 dlls/compstui/Makefile"
22796 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22797 compstui"
22798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22799 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22800 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22802 ALL_MAKEFILES="$ALL_MAKEFILES \\
22803 dlls/credui/Makefile"
22804 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22805 credui"
22806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22807 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22808 ac_config_files="$ac_config_files dlls/credui/Makefile"
22810 ALL_MAKEFILES="$ALL_MAKEFILES \\
22811 dlls/credui/tests/Makefile"
22812 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22813 credui/tests"
22814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22815 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22816 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22818 ALL_MAKEFILES="$ALL_MAKEFILES \\
22819 dlls/crtdll/Makefile"
22820 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22821 crtdll"
22822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22823 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22824 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22826 ALL_MAKEFILES="$ALL_MAKEFILES \\
22827 dlls/crypt32/Makefile"
22828 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22829 crypt32"
22830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22831 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22832 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22834 ALL_MAKEFILES="$ALL_MAKEFILES \\
22835 dlls/crypt32/tests/Makefile"
22836 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22837 crypt32/tests"
22838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22839 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22840 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22842 ALL_MAKEFILES="$ALL_MAKEFILES \\
22843 dlls/cryptdlg/Makefile"
22844 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22845 cryptdlg"
22846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22847 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22848 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22850 ALL_MAKEFILES="$ALL_MAKEFILES \\
22851 dlls/cryptdll/Makefile"
22852 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22853 cryptdll"
22854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22855 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22856 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22858 ALL_MAKEFILES="$ALL_MAKEFILES \\
22859 dlls/cryptnet/Makefile"
22860 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22861 cryptnet"
22862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22863 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22864 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22866 ALL_MAKEFILES="$ALL_MAKEFILES \\
22867 dlls/cryptnet/tests/Makefile"
22868 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22869 cryptnet/tests"
22870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22871 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22872 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22874 ALL_MAKEFILES="$ALL_MAKEFILES \\
22875 dlls/cryptui/Makefile"
22876 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22877 cryptui"
22878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22879 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22880 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22882 ALL_MAKEFILES="$ALL_MAKEFILES \\
22883 dlls/ctapi32/Makefile"
22884 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22885 ctapi32"
22886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22887 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22888 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22890 ALL_MAKEFILES="$ALL_MAKEFILES \\
22891 dlls/ctl3d32/Makefile"
22892 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22893 ctl3d32"
22894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22895 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22896 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22898 ALL_MAKEFILES="$ALL_MAKEFILES \\
22899 dlls/d3d10/Makefile"
22900 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22901 d3d10"
22902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22903 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22904 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22906 ALL_MAKEFILES="$ALL_MAKEFILES \\
22907 dlls/d3d8/Makefile"
22908 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22909 d3d8"
22910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22911 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22912 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22914 ALL_MAKEFILES="$ALL_MAKEFILES \\
22915 dlls/d3d8/tests/Makefile"
22916 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22917 d3d8/tests"
22918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22919 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22920 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22922 ALL_MAKEFILES="$ALL_MAKEFILES \\
22923 dlls/d3d9/Makefile"
22924 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22925 d3d9"
22926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22927 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22928 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22930 ALL_MAKEFILES="$ALL_MAKEFILES \\
22931 dlls/d3d9/tests/Makefile"
22932 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22933 d3d9/tests"
22934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22935 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22936 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22938 ALL_MAKEFILES="$ALL_MAKEFILES \\
22939 dlls/d3dim/Makefile"
22940 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22941 d3dim"
22942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22943 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22944 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22946 ALL_MAKEFILES="$ALL_MAKEFILES \\
22947 dlls/d3drm/Makefile"
22948 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22949 d3drm"
22950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22951 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22952 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22954 ALL_MAKEFILES="$ALL_MAKEFILES \\
22955 dlls/d3drm/tests/Makefile"
22956 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22957 d3drm/tests"
22958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22959 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22960 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22962 ALL_MAKEFILES="$ALL_MAKEFILES \\
22963 dlls/d3dx8/Makefile"
22964 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22965 d3dx8"
22966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22967 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22968 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22970 ALL_MAKEFILES="$ALL_MAKEFILES \\
22971 dlls/d3dx8/tests/Makefile"
22972 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22973 d3dx8/tests"
22974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22975 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22976 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22978 ALL_MAKEFILES="$ALL_MAKEFILES \\
22979 dlls/d3dx9_24/Makefile"
22980 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22981 d3dx9_24"
22982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22983 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22984 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22986 ALL_MAKEFILES="$ALL_MAKEFILES \\
22987 dlls/d3dx9_25/Makefile"
22988 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22989 d3dx9_25"
22990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22991 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22992 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22994 ALL_MAKEFILES="$ALL_MAKEFILES \\
22995 dlls/d3dx9_26/Makefile"
22996 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22997 d3dx9_26"
22998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22999 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
23000 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
23002 ALL_MAKEFILES="$ALL_MAKEFILES \\
23003 dlls/d3dx9_27/Makefile"
23004 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23005 d3dx9_27"
23006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23007 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
23008 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
23010 ALL_MAKEFILES="$ALL_MAKEFILES \\
23011 dlls/d3dx9_28/Makefile"
23012 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23013 d3dx9_28"
23014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23015 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
23016 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23018 ALL_MAKEFILES="$ALL_MAKEFILES \\
23019 dlls/d3dx9_29/Makefile"
23020 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23021 d3dx9_29"
23022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23023 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23024 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23026 ALL_MAKEFILES="$ALL_MAKEFILES \\
23027 dlls/d3dx9_30/Makefile"
23028 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23029 d3dx9_30"
23030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23031 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23032 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23034 ALL_MAKEFILES="$ALL_MAKEFILES \\
23035 dlls/d3dx9_31/Makefile"
23036 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23037 d3dx9_31"
23038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23039 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23040 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23042 ALL_MAKEFILES="$ALL_MAKEFILES \\
23043 dlls/d3dx9_32/Makefile"
23044 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23045 d3dx9_32"
23046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23047 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23048 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23050 ALL_MAKEFILES="$ALL_MAKEFILES \\
23051 dlls/d3dx9_33/Makefile"
23052 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23053 d3dx9_33"
23054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23055 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23056 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23058 ALL_MAKEFILES="$ALL_MAKEFILES \\
23059 dlls/d3dx9_34/Makefile"
23060 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23061 d3dx9_34"
23062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23063 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23064 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23066 ALL_MAKEFILES="$ALL_MAKEFILES \\
23067 dlls/d3dx9_35/Makefile"
23068 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23069 d3dx9_35"
23070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23071 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23072 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23074 ALL_MAKEFILES="$ALL_MAKEFILES \\
23075 dlls/d3dx9_36/Makefile"
23076 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23077 d3dx9_36"
23078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23079 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23080 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23082 ALL_MAKEFILES="$ALL_MAKEFILES \\
23083 dlls/d3dx9_36/tests/Makefile"
23084 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23085 d3dx9_36/tests"
23086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23087 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23088 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23090 ALL_MAKEFILES="$ALL_MAKEFILES \\
23091 dlls/d3dx9_37/Makefile"
23092 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23093 d3dx9_37"
23094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23095 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23096 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23098 ALL_MAKEFILES="$ALL_MAKEFILES \\
23099 dlls/d3dxof/Makefile"
23100 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23101 d3dxof"
23102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23103 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23104 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23106 ALL_MAKEFILES="$ALL_MAKEFILES \\
23107 dlls/d3dxof/tests/Makefile"
23108 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23109 d3dxof/tests"
23110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23111 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23112 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23114 ALL_MAKEFILES="$ALL_MAKEFILES \\
23115 dlls/dbghelp/Makefile"
23116 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23117 dbghelp"
23118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23119 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23120 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23122 ALL_MAKEFILES="$ALL_MAKEFILES \\
23123 dlls/dciman32/Makefile"
23124 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23125 dciman32"
23126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23127 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23128 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23130 ALL_MAKEFILES="$ALL_MAKEFILES \\
23131 dlls/ddraw/Makefile"
23132 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23133 ddraw"
23134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23135 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23136 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23138 ALL_MAKEFILES="$ALL_MAKEFILES \\
23139 dlls/ddraw/tests/Makefile"
23140 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23141 ddraw/tests"
23142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23143 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23144 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23146 ALL_MAKEFILES="$ALL_MAKEFILES \\
23147 dlls/ddrawex/Makefile"
23148 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23149 ddrawex"
23150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23151 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23152 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23154 ALL_MAKEFILES="$ALL_MAKEFILES \\
23155 dlls/devenum/Makefile"
23156 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23157 devenum"
23158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23159 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23160 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23162 ALL_MAKEFILES="$ALL_MAKEFILES \\
23163 dlls/dinput/Makefile"
23164 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23165 dinput"
23166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23167 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23168 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23170 ALL_MAKEFILES="$ALL_MAKEFILES \\
23171 dlls/dinput/tests/Makefile"
23172 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23173 dinput/tests"
23174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23175 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23176 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23178 ALL_MAKEFILES="$ALL_MAKEFILES \\
23179 dlls/dinput8/Makefile"
23180 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23181 dinput8"
23182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23183 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23184 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23186 ALL_MAKEFILES="$ALL_MAKEFILES \\
23187 dlls/dmband/Makefile"
23188 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23189 dmband"
23190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23191 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23192 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23194 ALL_MAKEFILES="$ALL_MAKEFILES \\
23195 dlls/dmcompos/Makefile"
23196 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23197 dmcompos"
23198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23199 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23200 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23202 ALL_MAKEFILES="$ALL_MAKEFILES \\
23203 dlls/dmime/Makefile"
23204 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23205 dmime"
23206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23207 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23208 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23210 ALL_MAKEFILES="$ALL_MAKEFILES \\
23211 dlls/dmloader/Makefile"
23212 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23213 dmloader"
23214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23215 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23216 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23218 ALL_MAKEFILES="$ALL_MAKEFILES \\
23219 dlls/dmscript/Makefile"
23220 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23221 dmscript"
23222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23223 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23224 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23226 ALL_MAKEFILES="$ALL_MAKEFILES \\
23227 dlls/dmstyle/Makefile"
23228 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23229 dmstyle"
23230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23231 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23232 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23234 ALL_MAKEFILES="$ALL_MAKEFILES \\
23235 dlls/dmsynth/Makefile"
23236 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23237 dmsynth"
23238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23239 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23240 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23242 ALL_MAKEFILES="$ALL_MAKEFILES \\
23243 dlls/dmusic/Makefile"
23244 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23245 dmusic"
23246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23247 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23248 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23250 ALL_MAKEFILES="$ALL_MAKEFILES \\
23251 dlls/dmusic32/Makefile"
23252 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23253 dmusic32"
23254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23255 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23256 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23258 ALL_MAKEFILES="$ALL_MAKEFILES \\
23259 dlls/dnsapi/Makefile"
23260 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23261 dnsapi"
23262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23263 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23264 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23266 ALL_MAKEFILES="$ALL_MAKEFILES \\
23267 dlls/dnsapi/tests/Makefile"
23268 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23269 dnsapi/tests"
23270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23271 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23272 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23274 ALL_MAKEFILES="$ALL_MAKEFILES \\
23275 dlls/dplay/Makefile"
23276 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23277 dplay"
23278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23279 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23280 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23282 ALL_MAKEFILES="$ALL_MAKEFILES \\
23283 dlls/dplayx/Makefile"
23284 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23285 dplayx"
23286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23287 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23288 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23290 ALL_MAKEFILES="$ALL_MAKEFILES \\
23291 dlls/dplayx/tests/Makefile"
23292 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23293 dplayx/tests"
23294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23295 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23296 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23298 ALL_MAKEFILES="$ALL_MAKEFILES \\
23299 dlls/dpnaddr/Makefile"
23300 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23301 dpnaddr"
23302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23303 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23304 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23306 ALL_MAKEFILES="$ALL_MAKEFILES \\
23307 dlls/dpnet/Makefile"
23308 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23309 dpnet"
23310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23311 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23312 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23314 ALL_MAKEFILES="$ALL_MAKEFILES \\
23315 dlls/dpnhpast/Makefile"
23316 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23317 dpnhpast"
23318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23319 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23320 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23322 ALL_MAKEFILES="$ALL_MAKEFILES \\
23323 dlls/dpnlobby/Makefile"
23324 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23325 dpnlobby"
23326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23327 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23328 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23330 ALL_MAKEFILES="$ALL_MAKEFILES \\
23331 dlls/dpwsockx/Makefile"
23332 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23333 dpwsockx"
23334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23335 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23336 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23338 ALL_MAKEFILES="$ALL_MAKEFILES \\
23339 dlls/dsound/Makefile"
23340 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23341 dsound"
23342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23343 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23344 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23346 ALL_MAKEFILES="$ALL_MAKEFILES \\
23347 dlls/dsound/tests/Makefile"
23348 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23349 dsound/tests"
23350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23351 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23352 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23354 ALL_MAKEFILES="$ALL_MAKEFILES \\
23355 dlls/dssenh/Makefile"
23356 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23357 dssenh"
23358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23359 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23360 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23362 ALL_MAKEFILES="$ALL_MAKEFILES \\
23363 dlls/dswave/Makefile"
23364 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23365 dswave"
23366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23367 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23368 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23370 ALL_MAKEFILES="$ALL_MAKEFILES \\
23371 dlls/dwmapi/Makefile"
23372 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23373 dwmapi"
23374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23375 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23376 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23378 ALL_MAKEFILES="$ALL_MAKEFILES \\
23379 dlls/dxdiagn/Makefile"
23380 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23381 dxdiagn"
23382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23383 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23384 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23386 ALL_MAKEFILES="$ALL_MAKEFILES \\
23387 dlls/dxerr8/Makefile"
23388 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23389 dxerr8"
23390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23391 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23392 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23394 ALL_MAKEFILES="$ALL_MAKEFILES \\
23395 dlls/dxerr9/Makefile"
23396 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23397 dxerr9"
23398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23399 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23400 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23402 ALL_MAKEFILES="$ALL_MAKEFILES \\
23403 dlls/dxguid/Makefile"
23404 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23405 dxguid"
23406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23407 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23408 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23410 ALL_MAKEFILES="$ALL_MAKEFILES \\
23411 dlls/faultrep/Makefile"
23412 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23413 faultrep"
23414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23415 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23416 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23418 ALL_MAKEFILES="$ALL_MAKEFILES \\
23419 dlls/fusion/Makefile"
23420 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23421 fusion"
23422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23423 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23424 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23426 ALL_MAKEFILES="$ALL_MAKEFILES \\
23427 dlls/fusion/tests/Makefile"
23428 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23429 fusion/tests"
23430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23431 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23432 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23434 ALL_MAKEFILES="$ALL_MAKEFILES \\
23435 dlls/gdi32/Makefile"
23436 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23437 gdi32"
23438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23439 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23440 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23442 ALL_MAKEFILES="$ALL_MAKEFILES \\
23443 dlls/gdi32/tests/Makefile"
23444 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23445 gdi32/tests"
23446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23447 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23448 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23450 ALL_MAKEFILES="$ALL_MAKEFILES \\
23451 dlls/gdiplus/Makefile"
23452 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23453 gdiplus"
23454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23455 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23456 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23458 ALL_MAKEFILES="$ALL_MAKEFILES \\
23459 dlls/gdiplus/tests/Makefile"
23460 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23461 gdiplus/tests"
23462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23463 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23464 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23466 ALL_MAKEFILES="$ALL_MAKEFILES \\
23467 dlls/glu32/Makefile"
23468 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23469 glu32"
23470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23471 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23472 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23474 ALL_MAKEFILES="$ALL_MAKEFILES \\
23475 dlls/gphoto2.ds/Makefile"
23476 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23477 gphoto2.ds"
23478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23479 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23480 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23482 ALL_MAKEFILES="$ALL_MAKEFILES \\
23483 dlls/gpkcsp/Makefile"
23484 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23485 gpkcsp"
23486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23487 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23488 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23490 ALL_MAKEFILES="$ALL_MAKEFILES \\
23491 dlls/hal/Makefile"
23492 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23493 hal"
23494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23495 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23496 ac_config_files="$ac_config_files dlls/hal/Makefile"
23498 ALL_MAKEFILES="$ALL_MAKEFILES \\
23499 dlls/hhctrl.ocx/Makefile"
23500 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23501 hhctrl.ocx"
23502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23503 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23504 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23506 ALL_MAKEFILES="$ALL_MAKEFILES \\
23507 dlls/hid/Makefile"
23508 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23509 hid"
23510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23511 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23512 ac_config_files="$ac_config_files dlls/hid/Makefile"
23514 ALL_MAKEFILES="$ALL_MAKEFILES \\
23515 dlls/hlink/Makefile"
23516 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23517 hlink"
23518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23519 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23520 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23522 ALL_MAKEFILES="$ALL_MAKEFILES \\
23523 dlls/hlink/tests/Makefile"
23524 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23525 hlink/tests"
23526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23527 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23528 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23530 ALL_MAKEFILES="$ALL_MAKEFILES \\
23531 dlls/hnetcfg/Makefile"
23532 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23533 hnetcfg"
23534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23535 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23536 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23538 ALL_MAKEFILES="$ALL_MAKEFILES \\
23539 dlls/iccvid/Makefile"
23540 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23541 iccvid"
23542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23543 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23544 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23546 ALL_MAKEFILES="$ALL_MAKEFILES \\
23547 dlls/icmp/Makefile"
23548 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23549 icmp"
23550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23551 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23552 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23554 ALL_MAKEFILES="$ALL_MAKEFILES \\
23555 dlls/ifsmgr.vxd/Makefile"
23556 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23557 ifsmgr.vxd"
23558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23559 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23560 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23562 ALL_MAKEFILES="$ALL_MAKEFILES \\
23563 dlls/imaadp32.acm/Makefile"
23564 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23565 imaadp32.acm"
23566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23567 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23568 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23570 ALL_MAKEFILES="$ALL_MAKEFILES \\
23571 dlls/imagehlp/Makefile"
23572 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23573 imagehlp"
23574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23575 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23576 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23578 ALL_MAKEFILES="$ALL_MAKEFILES \\
23579 dlls/imm32/Makefile"
23580 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23581 imm32"
23582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23583 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23584 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23586 ALL_MAKEFILES="$ALL_MAKEFILES \\
23587 dlls/imm32/tests/Makefile"
23588 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23589 imm32/tests"
23590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23591 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23592 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23594 ALL_MAKEFILES="$ALL_MAKEFILES \\
23595 dlls/inetcomm/Makefile"
23596 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23597 inetcomm"
23598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23599 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23600 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23602 ALL_MAKEFILES="$ALL_MAKEFILES \\
23603 dlls/inetcomm/tests/Makefile"
23604 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23605 inetcomm/tests"
23606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23607 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23608 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23610 ALL_MAKEFILES="$ALL_MAKEFILES \\
23611 dlls/inetmib1/Makefile"
23612 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23613 inetmib1"
23614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23615 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23616 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23618 ALL_MAKEFILES="$ALL_MAKEFILES \\
23619 dlls/inetmib1/tests/Makefile"
23620 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23621 inetmib1/tests"
23622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23623 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23624 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23626 ALL_MAKEFILES="$ALL_MAKEFILES \\
23627 dlls/infosoft/Makefile"
23628 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23629 infosoft"
23630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23631 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23632 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23634 ALL_MAKEFILES="$ALL_MAKEFILES \\
23635 dlls/infosoft/tests/Makefile"
23636 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23637 infosoft/tests"
23638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23639 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23640 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23642 ALL_MAKEFILES="$ALL_MAKEFILES \\
23643 dlls/initpki/Makefile"
23644 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23645 initpki"
23646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23647 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23648 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23650 ALL_MAKEFILES="$ALL_MAKEFILES \\
23651 dlls/inkobj/Makefile"
23652 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23653 inkobj"
23654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23655 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23656 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23658 ALL_MAKEFILES="$ALL_MAKEFILES \\
23659 dlls/inseng/Makefile"
23660 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23661 inseng"
23662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23663 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23664 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23666 ALL_MAKEFILES="$ALL_MAKEFILES \\
23667 dlls/iphlpapi/Makefile"
23668 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23669 iphlpapi"
23670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23671 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23672 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23674 ALL_MAKEFILES="$ALL_MAKEFILES \\
23675 dlls/iphlpapi/tests/Makefile"
23676 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23677 iphlpapi/tests"
23678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23679 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23680 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23682 ALL_MAKEFILES="$ALL_MAKEFILES \\
23683 dlls/itircl/Makefile"
23684 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23685 itircl"
23686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23687 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23688 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23690 ALL_MAKEFILES="$ALL_MAKEFILES \\
23691 dlls/itss/Makefile"
23692 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23693 itss"
23694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23695 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23696 ac_config_files="$ac_config_files dlls/itss/Makefile"
23698 ALL_MAKEFILES="$ALL_MAKEFILES \\
23699 dlls/itss/tests/Makefile"
23700 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23701 itss/tests"
23702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23703 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23704 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23706 ALL_MAKEFILES="$ALL_MAKEFILES \\
23707 dlls/jscript/Makefile"
23708 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23709 jscript"
23710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23711 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23712 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23714 ALL_MAKEFILES="$ALL_MAKEFILES \\
23715 dlls/jscript/tests/Makefile"
23716 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23717 jscript/tests"
23718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23719 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23720 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23722 ALL_MAKEFILES="$ALL_MAKEFILES \\
23723 dlls/kernel32/Makefile"
23724 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23725 kernel32"
23726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23727 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23728 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23730 ALL_MAKEFILES="$ALL_MAKEFILES \\
23731 dlls/kernel32/tests/Makefile"
23732 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23733 kernel32/tests"
23734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23735 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23736 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23738 ALL_MAKEFILES="$ALL_MAKEFILES \\
23739 dlls/localspl/Makefile"
23740 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23741 localspl"
23742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23743 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23744 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23746 ALL_MAKEFILES="$ALL_MAKEFILES \\
23747 dlls/localspl/tests/Makefile"
23748 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23749 localspl/tests"
23750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23751 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23752 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23754 ALL_MAKEFILES="$ALL_MAKEFILES \\
23755 dlls/localui/Makefile"
23756 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23757 localui"
23758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23759 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23760 ac_config_files="$ac_config_files dlls/localui/Makefile"
23762 ALL_MAKEFILES="$ALL_MAKEFILES \\
23763 dlls/localui/tests/Makefile"
23764 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23765 localui/tests"
23766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23767 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23768 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23770 ALL_MAKEFILES="$ALL_MAKEFILES \\
23771 dlls/lz32/Makefile"
23772 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23773 lz32"
23774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23775 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23776 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23778 ALL_MAKEFILES="$ALL_MAKEFILES \\
23779 dlls/lz32/tests/Makefile"
23780 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23781 lz32/tests"
23782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23783 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23784 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23786 ALL_MAKEFILES="$ALL_MAKEFILES \\
23787 dlls/mapi32/Makefile"
23788 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23789 mapi32"
23790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23791 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23792 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23794 ALL_MAKEFILES="$ALL_MAKEFILES \\
23795 dlls/mapi32/tests/Makefile"
23796 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23797 mapi32/tests"
23798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23799 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23800 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23802 ALL_MAKEFILES="$ALL_MAKEFILES \\
23803 dlls/mciavi32/Makefile"
23804 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23805 mciavi32"
23806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23807 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23808 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23810 ALL_MAKEFILES="$ALL_MAKEFILES \\
23811 dlls/mcicda/Makefile"
23812 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23813 mcicda"
23814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23815 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23816 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23818 ALL_MAKEFILES="$ALL_MAKEFILES \\
23819 dlls/mciseq/Makefile"
23820 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23821 mciseq"
23822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23823 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23824 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23826 ALL_MAKEFILES="$ALL_MAKEFILES \\
23827 dlls/mciwave/Makefile"
23828 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23829 mciwave"
23830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23831 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23832 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23834 ALL_MAKEFILES="$ALL_MAKEFILES \\
23835 dlls/midimap/Makefile"
23836 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23837 midimap"
23838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23839 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23840 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23842 ALL_MAKEFILES="$ALL_MAKEFILES \\
23843 dlls/mlang/Makefile"
23844 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23845 mlang"
23846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23847 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23848 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23850 ALL_MAKEFILES="$ALL_MAKEFILES \\
23851 dlls/mlang/tests/Makefile"
23852 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23853 mlang/tests"
23854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23855 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23856 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23858 ALL_MAKEFILES="$ALL_MAKEFILES \\
23859 dlls/mmdevldr.vxd/Makefile"
23860 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23861 mmdevldr.vxd"
23862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23863 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23864 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23866 ALL_MAKEFILES="$ALL_MAKEFILES \\
23867 dlls/monodebg.vxd/Makefile"
23868 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23869 monodebg.vxd"
23870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23871 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23872 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23874 ALL_MAKEFILES="$ALL_MAKEFILES \\
23875 dlls/mountmgr.sys/Makefile"
23876 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23877 mountmgr.sys"
23878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23879 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23880 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23882 ALL_MAKEFILES="$ALL_MAKEFILES \\
23883 dlls/mpr/Makefile"
23884 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23885 mpr"
23886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23887 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23888 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23890 ALL_MAKEFILES="$ALL_MAKEFILES \\
23891 dlls/mprapi/Makefile"
23892 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23893 mprapi"
23894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23895 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23896 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23898 ALL_MAKEFILES="$ALL_MAKEFILES \\
23899 dlls/msacm32.drv/Makefile"
23900 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23901 msacm32.drv"
23902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23903 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23904 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23906 ALL_MAKEFILES="$ALL_MAKEFILES \\
23907 dlls/msacm32/Makefile"
23908 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23909 msacm32"
23910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23911 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23912 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23914 ALL_MAKEFILES="$ALL_MAKEFILES \\
23915 dlls/msacm32/tests/Makefile"
23916 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23917 msacm32/tests"
23918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23919 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23920 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23922 ALL_MAKEFILES="$ALL_MAKEFILES \\
23923 dlls/msadp32.acm/Makefile"
23924 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23925 msadp32.acm"
23926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23927 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23928 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23930 ALL_MAKEFILES="$ALL_MAKEFILES \\
23931 dlls/mscat32/Makefile"
23932 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23933 mscat32"
23934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23935 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23936 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23938 ALL_MAKEFILES="$ALL_MAKEFILES \\
23939 dlls/mscms/Makefile"
23940 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23941 mscms"
23942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23943 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23944 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23946 ALL_MAKEFILES="$ALL_MAKEFILES \\
23947 dlls/mscms/tests/Makefile"
23948 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23949 mscms/tests"
23950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23951 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23952 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23954 ALL_MAKEFILES="$ALL_MAKEFILES \\
23955 dlls/mscoree/Makefile"
23956 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23957 mscoree"
23958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23959 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23960 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23962 ALL_MAKEFILES="$ALL_MAKEFILES \\
23963 dlls/msdmo/Makefile"
23964 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23965 msdmo"
23966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23967 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23968 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23970 ALL_MAKEFILES="$ALL_MAKEFILES \\
23971 dlls/msftedit/Makefile"
23972 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23973 msftedit"
23974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23975 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23976 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23978 ALL_MAKEFILES="$ALL_MAKEFILES \\
23979 dlls/msg711.acm/Makefile"
23980 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23981 msg711.acm"
23982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23983 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23984 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23986 ALL_MAKEFILES="$ALL_MAKEFILES \\
23987 dlls/mshtml.tlb/Makefile"
23988 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23989 mshtml.tlb"
23990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23991 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23992 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23994 ALL_MAKEFILES="$ALL_MAKEFILES \\
23995 dlls/mshtml/Makefile"
23996 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23997 mshtml"
23998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23999 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
24000 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
24002 ALL_MAKEFILES="$ALL_MAKEFILES \\
24003 dlls/mshtml/tests/Makefile"
24004 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24005 mshtml/tests"
24006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24007 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
24008 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
24010 ALL_MAKEFILES="$ALL_MAKEFILES \\
24011 dlls/msi/Makefile"
24012 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24013 msi"
24014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24015 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
24016 ac_config_files="$ac_config_files dlls/msi/Makefile"
24018 ALL_MAKEFILES="$ALL_MAKEFILES \\
24019 dlls/msi/tests/Makefile"
24020 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24021 msi/tests"
24022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24023 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24024 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24026 ALL_MAKEFILES="$ALL_MAKEFILES \\
24027 dlls/msimg32/Makefile"
24028 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24029 msimg32"
24030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24031 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24032 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24034 ALL_MAKEFILES="$ALL_MAKEFILES \\
24035 dlls/msimtf/Makefile"
24036 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24037 msimtf"
24038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24039 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24040 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24042 ALL_MAKEFILES="$ALL_MAKEFILES \\
24043 dlls/msisip/Makefile"
24044 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24045 msisip"
24046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24047 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24048 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24050 ALL_MAKEFILES="$ALL_MAKEFILES \\
24051 dlls/msisys.ocx/Makefile"
24052 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24053 msisys.ocx"
24054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24055 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24056 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24058 ALL_MAKEFILES="$ALL_MAKEFILES \\
24059 dlls/msnet32/Makefile"
24060 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24061 msnet32"
24062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24063 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24064 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24066 ALL_MAKEFILES="$ALL_MAKEFILES \\
24067 dlls/msrle32/Makefile"
24068 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24069 msrle32"
24070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24071 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24072 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24074 ALL_MAKEFILES="$ALL_MAKEFILES \\
24075 dlls/mssip32/Makefile"
24076 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24077 mssip32"
24078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24079 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24080 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24082 ALL_MAKEFILES="$ALL_MAKEFILES \\
24083 dlls/mstask/Makefile"
24084 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24085 mstask"
24086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24087 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24088 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24090 ALL_MAKEFILES="$ALL_MAKEFILES \\
24091 dlls/mstask/tests/Makefile"
24092 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24093 mstask/tests"
24094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24095 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24096 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24098 ALL_MAKEFILES="$ALL_MAKEFILES \\
24099 dlls/msvcirt/Makefile"
24100 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24101 msvcirt"
24102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24103 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24104 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24106 ALL_MAKEFILES="$ALL_MAKEFILES \\
24107 dlls/msvcr71/Makefile"
24108 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24109 msvcr71"
24110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24111 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24112 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24114 ALL_MAKEFILES="$ALL_MAKEFILES \\
24115 dlls/msvcrt/Makefile"
24116 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24117 msvcrt"
24118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24119 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24120 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24122 ALL_MAKEFILES="$ALL_MAKEFILES \\
24123 dlls/msvcrt/tests/Makefile"
24124 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24125 msvcrt/tests"
24126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24127 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24128 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24130 ALL_MAKEFILES="$ALL_MAKEFILES \\
24131 dlls/msvcrt20/Makefile"
24132 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24133 msvcrt20"
24134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24135 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24136 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24138 ALL_MAKEFILES="$ALL_MAKEFILES \\
24139 dlls/msvcrt40/Makefile"
24140 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24141 msvcrt40"
24142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24143 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24144 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24146 ALL_MAKEFILES="$ALL_MAKEFILES \\
24147 dlls/msvcrtd/Makefile"
24148 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24149 msvcrtd"
24150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24151 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24152 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24154 ALL_MAKEFILES="$ALL_MAKEFILES \\
24155 dlls/msvcrtd/tests/Makefile"
24156 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24157 msvcrtd/tests"
24158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24159 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24160 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24162 ALL_MAKEFILES="$ALL_MAKEFILES \\
24163 dlls/msvfw32/Makefile"
24164 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24165 msvfw32"
24166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24167 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24168 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24170 ALL_MAKEFILES="$ALL_MAKEFILES \\
24171 dlls/msvidc32/Makefile"
24172 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24173 msvidc32"
24174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24175 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24176 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24178 ALL_MAKEFILES="$ALL_MAKEFILES \\
24179 dlls/mswsock/Makefile"
24180 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24181 mswsock"
24182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24183 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24184 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24186 ALL_MAKEFILES="$ALL_MAKEFILES \\
24187 dlls/msxml3/Makefile"
24188 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24189 msxml3"
24190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24191 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24192 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24194 ALL_MAKEFILES="$ALL_MAKEFILES \\
24195 dlls/msxml3/tests/Makefile"
24196 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24197 msxml3/tests"
24198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24199 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24200 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24202 ALL_MAKEFILES="$ALL_MAKEFILES \\
24203 dlls/nddeapi/Makefile"
24204 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24205 nddeapi"
24206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24207 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24208 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24210 ALL_MAKEFILES="$ALL_MAKEFILES \\
24211 dlls/netapi32/Makefile"
24212 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24213 netapi32"
24214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24215 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24216 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24218 ALL_MAKEFILES="$ALL_MAKEFILES \\
24219 dlls/netapi32/tests/Makefile"
24220 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24221 netapi32/tests"
24222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24223 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24224 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24226 ALL_MAKEFILES="$ALL_MAKEFILES \\
24227 dlls/newdev/Makefile"
24228 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24229 newdev"
24230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24231 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24232 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24234 ALL_MAKEFILES="$ALL_MAKEFILES \\
24235 dlls/ntdll/Makefile"
24236 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24237 ntdll"
24238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24239 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24240 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24242 ALL_MAKEFILES="$ALL_MAKEFILES \\
24243 dlls/ntdll/tests/Makefile"
24244 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24245 ntdll/tests"
24246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24247 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24248 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24250 ALL_MAKEFILES="$ALL_MAKEFILES \\
24251 dlls/ntdsapi/Makefile"
24252 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24253 ntdsapi"
24254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24255 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24256 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24258 ALL_MAKEFILES="$ALL_MAKEFILES \\
24259 dlls/ntdsapi/tests/Makefile"
24260 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24261 ntdsapi/tests"
24262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24263 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24264 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24266 ALL_MAKEFILES="$ALL_MAKEFILES \\
24267 dlls/ntoskrnl.exe/Makefile"
24268 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24269 ntoskrnl.exe"
24270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24271 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24272 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24274 ALL_MAKEFILES="$ALL_MAKEFILES \\
24275 dlls/ntprint/Makefile"
24276 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24277 ntprint"
24278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24279 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24280 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24282 ALL_MAKEFILES="$ALL_MAKEFILES \\
24283 dlls/ntprint/tests/Makefile"
24284 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24285 ntprint/tests"
24286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24287 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24288 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24290 ALL_MAKEFILES="$ALL_MAKEFILES \\
24291 dlls/objsel/Makefile"
24292 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24293 objsel"
24294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24295 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24296 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24298 ALL_MAKEFILES="$ALL_MAKEFILES \\
24299 dlls/odbc32/Makefile"
24300 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24301 odbc32"
24302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24303 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24304 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24306 ALL_MAKEFILES="$ALL_MAKEFILES \\
24307 dlls/odbccp32/Makefile"
24308 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24309 odbccp32"
24310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24311 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24312 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24314 ALL_MAKEFILES="$ALL_MAKEFILES \\
24315 dlls/odbccp32/tests/Makefile"
24316 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24317 odbccp32/tests"
24318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24319 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24320 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24322 ALL_MAKEFILES="$ALL_MAKEFILES \\
24323 dlls/ole32/Makefile"
24324 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24325 ole32"
24326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24327 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24328 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24330 ALL_MAKEFILES="$ALL_MAKEFILES \\
24331 dlls/ole32/tests/Makefile"
24332 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24333 ole32/tests"
24334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24335 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24336 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24338 ALL_MAKEFILES="$ALL_MAKEFILES \\
24339 dlls/oleacc/Makefile"
24340 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24341 oleacc"
24342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24343 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24344 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24346 ALL_MAKEFILES="$ALL_MAKEFILES \\
24347 dlls/oleacc/tests/Makefile"
24348 test "x$enable_oleacc_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24349 oleacc/tests"
24350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24351 dlls/oleacc/tests/Makefile: dlls/oleacc/tests/Makefile.in dlls/Maketest.rules"
24352 ac_config_files="$ac_config_files dlls/oleacc/tests/Makefile"
24354 ALL_MAKEFILES="$ALL_MAKEFILES \\
24355 dlls/oleaut32/Makefile"
24356 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24357 oleaut32"
24358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24359 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24360 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24362 ALL_MAKEFILES="$ALL_MAKEFILES \\
24363 dlls/oleaut32/tests/Makefile"
24364 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24365 oleaut32/tests"
24366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24367 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24368 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24370 ALL_MAKEFILES="$ALL_MAKEFILES \\
24371 dlls/olecli32/Makefile"
24372 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24373 olecli32"
24374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24375 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24376 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24378 ALL_MAKEFILES="$ALL_MAKEFILES \\
24379 dlls/oledlg/Makefile"
24380 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24381 oledlg"
24382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24383 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24384 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24386 ALL_MAKEFILES="$ALL_MAKEFILES \\
24387 dlls/olepro32/Makefile"
24388 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24389 olepro32"
24390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24391 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24392 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24394 ALL_MAKEFILES="$ALL_MAKEFILES \\
24395 dlls/olesvr32/Makefile"
24396 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24397 olesvr32"
24398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24399 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24400 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24402 ALL_MAKEFILES="$ALL_MAKEFILES \\
24403 dlls/olethk32/Makefile"
24404 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24405 olethk32"
24406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24407 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24408 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24410 ALL_MAKEFILES="$ALL_MAKEFILES \\
24411 dlls/opengl32/Makefile"
24412 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24413 opengl32"
24414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24415 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24416 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24418 ALL_MAKEFILES="$ALL_MAKEFILES \\
24419 dlls/opengl32/tests/Makefile"
24420 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24421 opengl32/tests"
24422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24423 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24424 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24426 ALL_MAKEFILES="$ALL_MAKEFILES \\
24427 dlls/pdh/Makefile"
24428 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24429 pdh"
24430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24431 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24432 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24434 ALL_MAKEFILES="$ALL_MAKEFILES \\
24435 dlls/pdh/tests/Makefile"
24436 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24437 pdh/tests"
24438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24439 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24440 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24442 ALL_MAKEFILES="$ALL_MAKEFILES \\
24443 dlls/powrprof/Makefile"
24444 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24445 powrprof"
24446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24447 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24448 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24450 ALL_MAKEFILES="$ALL_MAKEFILES \\
24451 dlls/printui/Makefile"
24452 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24453 printui"
24454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24455 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24456 ac_config_files="$ac_config_files dlls/printui/Makefile"
24458 ALL_MAKEFILES="$ALL_MAKEFILES \\
24459 dlls/propsys/Makefile"
24460 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24461 propsys"
24462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24463 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24464 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24466 ALL_MAKEFILES="$ALL_MAKEFILES \\
24467 dlls/psapi/Makefile"
24468 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24469 psapi"
24470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24471 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24472 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24474 ALL_MAKEFILES="$ALL_MAKEFILES \\
24475 dlls/psapi/tests/Makefile"
24476 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24477 psapi/tests"
24478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24479 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24480 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24482 ALL_MAKEFILES="$ALL_MAKEFILES \\
24483 dlls/pstorec/Makefile"
24484 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24485 pstorec"
24486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24487 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24488 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24490 ALL_MAKEFILES="$ALL_MAKEFILES \\
24491 dlls/qcap/Makefile"
24492 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24493 qcap"
24494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24495 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24496 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24498 ALL_MAKEFILES="$ALL_MAKEFILES \\
24499 dlls/qedit/Makefile"
24500 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24501 qedit"
24502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24503 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24504 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24506 ALL_MAKEFILES="$ALL_MAKEFILES \\
24507 dlls/qedit/tests/Makefile"
24508 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24509 qedit/tests"
24510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24511 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24512 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24514 ALL_MAKEFILES="$ALL_MAKEFILES \\
24515 dlls/qmgr/Makefile"
24516 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24517 qmgr"
24518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24519 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24520 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24522 ALL_MAKEFILES="$ALL_MAKEFILES \\
24523 dlls/qmgr/tests/Makefile"
24524 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24525 qmgr/tests"
24526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24527 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24528 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24530 ALL_MAKEFILES="$ALL_MAKEFILES \\
24531 dlls/qmgrprxy/Makefile"
24532 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24533 qmgrprxy"
24534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24535 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24536 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24538 ALL_MAKEFILES="$ALL_MAKEFILES \\
24539 dlls/quartz/Makefile"
24540 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24541 quartz"
24542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24543 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24544 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24546 ALL_MAKEFILES="$ALL_MAKEFILES \\
24547 dlls/quartz/tests/Makefile"
24548 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24549 quartz/tests"
24550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24551 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24552 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24554 ALL_MAKEFILES="$ALL_MAKEFILES \\
24555 dlls/query/Makefile"
24556 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24557 query"
24558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24559 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24560 ac_config_files="$ac_config_files dlls/query/Makefile"
24562 ALL_MAKEFILES="$ALL_MAKEFILES \\
24563 dlls/rasapi32/Makefile"
24564 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24565 rasapi32"
24566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24567 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24568 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24570 ALL_MAKEFILES="$ALL_MAKEFILES \\
24571 dlls/rasapi32/tests/Makefile"
24572 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24573 rasapi32/tests"
24574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24575 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24576 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24578 ALL_MAKEFILES="$ALL_MAKEFILES \\
24579 dlls/resutils/Makefile"
24580 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24581 resutils"
24582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24583 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24584 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24586 ALL_MAKEFILES="$ALL_MAKEFILES \\
24587 dlls/riched20/Makefile"
24588 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24589 riched20"
24590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24591 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24592 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24594 ALL_MAKEFILES="$ALL_MAKEFILES \\
24595 dlls/riched20/tests/Makefile"
24596 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24597 riched20/tests"
24598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24599 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24600 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24602 ALL_MAKEFILES="$ALL_MAKEFILES \\
24603 dlls/riched32/Makefile"
24604 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24605 riched32"
24606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24607 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24608 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24610 ALL_MAKEFILES="$ALL_MAKEFILES \\
24611 dlls/riched32/tests/Makefile"
24612 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24613 riched32/tests"
24614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24615 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24616 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24618 ALL_MAKEFILES="$ALL_MAKEFILES \\
24619 dlls/rpcrt4/Makefile"
24620 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24621 rpcrt4"
24622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24623 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24624 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24626 ALL_MAKEFILES="$ALL_MAKEFILES \\
24627 dlls/rpcrt4/tests/Makefile"
24628 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24629 rpcrt4/tests"
24630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24631 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24632 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24634 ALL_MAKEFILES="$ALL_MAKEFILES \\
24635 dlls/rsabase/Makefile"
24636 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24637 rsabase"
24638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24639 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24640 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24642 ALL_MAKEFILES="$ALL_MAKEFILES \\
24643 dlls/rsaenh/Makefile"
24644 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24645 rsaenh"
24646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24647 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24648 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24650 ALL_MAKEFILES="$ALL_MAKEFILES \\
24651 dlls/rsaenh/tests/Makefile"
24652 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24653 rsaenh/tests"
24654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24655 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24656 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24658 ALL_MAKEFILES="$ALL_MAKEFILES \\
24659 dlls/sane.ds/Makefile"
24660 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24661 sane.ds"
24662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24663 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24664 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24666 ALL_MAKEFILES="$ALL_MAKEFILES \\
24667 dlls/sccbase/Makefile"
24668 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24669 sccbase"
24670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24671 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24672 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24674 ALL_MAKEFILES="$ALL_MAKEFILES \\
24675 dlls/schannel/Makefile"
24676 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24677 schannel"
24678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24679 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24680 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24682 ALL_MAKEFILES="$ALL_MAKEFILES \\
24683 dlls/schannel/tests/Makefile"
24684 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24685 schannel/tests"
24686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24687 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24688 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24690 ALL_MAKEFILES="$ALL_MAKEFILES \\
24691 dlls/secur32/Makefile"
24692 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24693 secur32"
24694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24695 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24696 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24698 ALL_MAKEFILES="$ALL_MAKEFILES \\
24699 dlls/secur32/tests/Makefile"
24700 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24701 secur32/tests"
24702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24703 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24704 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24706 ALL_MAKEFILES="$ALL_MAKEFILES \\
24707 dlls/security/Makefile"
24708 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24709 security"
24710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24711 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24712 ac_config_files="$ac_config_files dlls/security/Makefile"
24714 ALL_MAKEFILES="$ALL_MAKEFILES \\
24715 dlls/sensapi/Makefile"
24716 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24717 sensapi"
24718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24719 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24720 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24722 ALL_MAKEFILES="$ALL_MAKEFILES \\
24723 dlls/serialui/Makefile"
24724 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24725 serialui"
24726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24727 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24728 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24730 ALL_MAKEFILES="$ALL_MAKEFILES \\
24731 dlls/serialui/tests/Makefile"
24732 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24733 serialui/tests"
24734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24735 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24736 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24738 ALL_MAKEFILES="$ALL_MAKEFILES \\
24739 dlls/setupapi/Makefile"
24740 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24741 setupapi"
24742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24743 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24744 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24746 ALL_MAKEFILES="$ALL_MAKEFILES \\
24747 dlls/setupapi/tests/Makefile"
24748 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24749 setupapi/tests"
24750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24751 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24752 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24754 ALL_MAKEFILES="$ALL_MAKEFILES \\
24755 dlls/sfc/Makefile"
24756 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24757 sfc"
24758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24759 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24760 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24762 ALL_MAKEFILES="$ALL_MAKEFILES \\
24763 dlls/sfc_os/Makefile"
24764 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24765 sfc_os"
24766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24767 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24768 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24770 ALL_MAKEFILES="$ALL_MAKEFILES \\
24771 dlls/shdoclc/Makefile"
24772 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24773 shdoclc"
24774 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24775 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24776 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24778 ALL_MAKEFILES="$ALL_MAKEFILES \\
24779 dlls/shdocvw/Makefile"
24780 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24781 shdocvw"
24782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24783 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24784 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24786 ALL_MAKEFILES="$ALL_MAKEFILES \\
24787 dlls/shdocvw/tests/Makefile"
24788 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24789 shdocvw/tests"
24790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24791 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24792 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24794 ALL_MAKEFILES="$ALL_MAKEFILES \\
24795 dlls/shell32/Makefile"
24796 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24797 shell32"
24798 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24799 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24800 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24802 ALL_MAKEFILES="$ALL_MAKEFILES \\
24803 dlls/shell32/tests/Makefile"
24804 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24805 shell32/tests"
24806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24807 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24808 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24810 ALL_MAKEFILES="$ALL_MAKEFILES \\
24811 dlls/shfolder/Makefile"
24812 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24813 shfolder"
24814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24815 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24816 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24818 ALL_MAKEFILES="$ALL_MAKEFILES \\
24819 dlls/shlwapi/Makefile"
24820 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24821 shlwapi"
24822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24823 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24824 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24826 ALL_MAKEFILES="$ALL_MAKEFILES \\
24827 dlls/shlwapi/tests/Makefile"
24828 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24829 shlwapi/tests"
24830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24831 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24832 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24834 ALL_MAKEFILES="$ALL_MAKEFILES \\
24835 dlls/slbcsp/Makefile"
24836 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24837 slbcsp"
24838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24839 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24840 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24842 ALL_MAKEFILES="$ALL_MAKEFILES \\
24843 dlls/slc/Makefile"
24844 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24845 slc"
24846 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24847 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24848 ac_config_files="$ac_config_files dlls/slc/Makefile"
24850 ALL_MAKEFILES="$ALL_MAKEFILES \\
24851 dlls/snmpapi/Makefile"
24852 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24853 snmpapi"
24854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24855 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24856 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24858 ALL_MAKEFILES="$ALL_MAKEFILES \\
24859 dlls/snmpapi/tests/Makefile"
24860 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24861 snmpapi/tests"
24862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24863 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24864 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24866 ALL_MAKEFILES="$ALL_MAKEFILES \\
24867 dlls/softpub/Makefile"
24868 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24869 softpub"
24870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24871 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24872 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24874 ALL_MAKEFILES="$ALL_MAKEFILES \\
24875 dlls/spoolss/Makefile"
24876 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24877 spoolss"
24878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24879 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24880 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24882 ALL_MAKEFILES="$ALL_MAKEFILES \\
24883 dlls/spoolss/tests/Makefile"
24884 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24885 spoolss/tests"
24886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24887 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24888 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24890 ALL_MAKEFILES="$ALL_MAKEFILES \\
24891 dlls/stdole2.tlb/Makefile"
24892 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24893 stdole2.tlb"
24894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24895 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24896 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24898 ALL_MAKEFILES="$ALL_MAKEFILES \\
24899 dlls/stdole32.tlb/Makefile"
24900 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24901 stdole32.tlb"
24902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24903 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24904 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24906 ALL_MAKEFILES="$ALL_MAKEFILES \\
24907 dlls/sti/Makefile"
24908 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24909 sti"
24910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24911 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24912 ac_config_files="$ac_config_files dlls/sti/Makefile"
24914 ALL_MAKEFILES="$ALL_MAKEFILES \\
24915 dlls/strmiids/Makefile"
24916 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24917 strmiids"
24918 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24919 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24920 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24922 ALL_MAKEFILES="$ALL_MAKEFILES \\
24923 dlls/svrapi/Makefile"
24924 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24925 svrapi"
24926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24927 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24928 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24930 ALL_MAKEFILES="$ALL_MAKEFILES \\
24931 dlls/sxs/Makefile"
24932 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24933 sxs"
24934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24935 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24936 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24938 ALL_MAKEFILES="$ALL_MAKEFILES \\
24939 dlls/tapi32/Makefile"
24940 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24941 tapi32"
24942 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24943 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24944 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24946 ALL_MAKEFILES="$ALL_MAKEFILES \\
24947 dlls/twain_32/Makefile"
24948 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24949 twain_32"
24950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24951 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24952 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24954 ALL_MAKEFILES="$ALL_MAKEFILES \\
24955 dlls/unicows/Makefile"
24956 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24957 unicows"
24958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24959 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24960 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24962 ALL_MAKEFILES="$ALL_MAKEFILES \\
24963 dlls/url/Makefile"
24964 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24965 url"
24966 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24967 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24968 ac_config_files="$ac_config_files dlls/url/Makefile"
24970 ALL_MAKEFILES="$ALL_MAKEFILES \\
24971 dlls/urlmon/Makefile"
24972 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24973 urlmon"
24974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24975 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24976 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24978 ALL_MAKEFILES="$ALL_MAKEFILES \\
24979 dlls/urlmon/tests/Makefile"
24980 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24981 urlmon/tests"
24982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24983 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24984 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24986 ALL_MAKEFILES="$ALL_MAKEFILES \\
24987 dlls/user32/Makefile"
24988 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24989 user32"
24990 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24991 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24992 ac_config_files="$ac_config_files dlls/user32/Makefile"
24994 ALL_MAKEFILES="$ALL_MAKEFILES \\
24995 dlls/user32/tests/Makefile"
24996 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24997 user32/tests"
24998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24999 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
25000 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
25002 ALL_MAKEFILES="$ALL_MAKEFILES \\
25003 dlls/userenv/Makefile"
25004 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25005 userenv"
25006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25007 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
25008 ac_config_files="$ac_config_files dlls/userenv/Makefile"
25010 ALL_MAKEFILES="$ALL_MAKEFILES \\
25011 dlls/userenv/tests/Makefile"
25012 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25013 userenv/tests"
25014 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25015 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
25016 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
25018 ALL_MAKEFILES="$ALL_MAKEFILES \\
25019 dlls/usp10/Makefile"
25020 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25021 usp10"
25022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25023 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
25024 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25026 ALL_MAKEFILES="$ALL_MAKEFILES \\
25027 dlls/usp10/tests/Makefile"
25028 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25029 usp10/tests"
25030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25031 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25032 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25034 ALL_MAKEFILES="$ALL_MAKEFILES \\
25035 dlls/uuid/Makefile"
25036 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25037 uuid"
25038 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25039 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25040 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25042 ALL_MAKEFILES="$ALL_MAKEFILES \\
25043 dlls/uxtheme/Makefile"
25044 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25045 uxtheme"
25046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25047 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25048 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25050 ALL_MAKEFILES="$ALL_MAKEFILES \\
25051 dlls/uxtheme/tests/Makefile"
25052 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25053 uxtheme/tests"
25054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25055 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25056 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25058 ALL_MAKEFILES="$ALL_MAKEFILES \\
25059 dlls/vdhcp.vxd/Makefile"
25060 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25061 vdhcp.vxd"
25062 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25063 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25064 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25066 ALL_MAKEFILES="$ALL_MAKEFILES \\
25067 dlls/vdmdbg/Makefile"
25068 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25069 vdmdbg"
25070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25071 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25072 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25074 ALL_MAKEFILES="$ALL_MAKEFILES \\
25075 dlls/version/Makefile"
25076 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25077 version"
25078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25079 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25080 ac_config_files="$ac_config_files dlls/version/Makefile"
25082 ALL_MAKEFILES="$ALL_MAKEFILES \\
25083 dlls/version/tests/Makefile"
25084 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25085 version/tests"
25086 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25087 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25088 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25090 ALL_MAKEFILES="$ALL_MAKEFILES \\
25091 dlls/vmm.vxd/Makefile"
25092 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25093 vmm.vxd"
25094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25095 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25096 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25098 ALL_MAKEFILES="$ALL_MAKEFILES \\
25099 dlls/vnbt.vxd/Makefile"
25100 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25101 vnbt.vxd"
25102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25103 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25104 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25106 ALL_MAKEFILES="$ALL_MAKEFILES \\
25107 dlls/vnetbios.vxd/Makefile"
25108 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25109 vnetbios.vxd"
25110 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25111 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25112 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25114 ALL_MAKEFILES="$ALL_MAKEFILES \\
25115 dlls/vtdapi.vxd/Makefile"
25116 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25117 vtdapi.vxd"
25118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25119 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25120 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25122 ALL_MAKEFILES="$ALL_MAKEFILES \\
25123 dlls/vwin32.vxd/Makefile"
25124 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25125 vwin32.vxd"
25126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25127 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25128 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25130 ALL_MAKEFILES="$ALL_MAKEFILES \\
25131 dlls/w32skrnl/Makefile"
25132 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25133 w32skrnl"
25134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25135 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25136 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25138 ALL_MAKEFILES="$ALL_MAKEFILES \\
25139 dlls/winealsa.drv/Makefile"
25140 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25141 winealsa.drv"
25142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25143 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25144 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25146 ALL_MAKEFILES="$ALL_MAKEFILES \\
25147 dlls/wineaudioio.drv/Makefile"
25148 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25149 wineaudioio.drv"
25150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25151 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25152 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25154 ALL_MAKEFILES="$ALL_MAKEFILES \\
25155 dlls/winecoreaudio.drv/Makefile"
25156 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25157 winecoreaudio.drv"
25158 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25159 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25160 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25162 ALL_MAKEFILES="$ALL_MAKEFILES \\
25163 dlls/winecrt0/Makefile"
25164 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25165 winecrt0"
25166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25167 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25168 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25170 ALL_MAKEFILES="$ALL_MAKEFILES \\
25171 dlls/wined3d/Makefile"
25172 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25173 wined3d"
25174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25175 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25176 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25178 ALL_MAKEFILES="$ALL_MAKEFILES \\
25179 dlls/winedos/Makefile"
25180 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25181 winedos"
25182 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25183 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25184 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25186 ALL_MAKEFILES="$ALL_MAKEFILES \\
25187 dlls/wineesd.drv/Makefile"
25188 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25189 wineesd.drv"
25190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25191 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25192 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25194 ALL_MAKEFILES="$ALL_MAKEFILES \\
25195 dlls/winejack.drv/Makefile"
25196 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25197 winejack.drv"
25198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25199 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25200 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25202 ALL_MAKEFILES="$ALL_MAKEFILES \\
25203 dlls/winejoystick.drv/Makefile"
25204 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25205 winejoystick.drv"
25206 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25207 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25208 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25210 ALL_MAKEFILES="$ALL_MAKEFILES \\
25211 dlls/winemp3.acm/Makefile"
25212 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25213 winemp3.acm"
25214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25215 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25216 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25218 ALL_MAKEFILES="$ALL_MAKEFILES \\
25219 dlls/winenas.drv/Makefile"
25220 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25221 winenas.drv"
25222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25223 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25224 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25226 ALL_MAKEFILES="$ALL_MAKEFILES \\
25227 dlls/wineoss.drv/Makefile"
25228 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25229 wineoss.drv"
25230 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25231 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25232 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25234 ALL_MAKEFILES="$ALL_MAKEFILES \\
25235 dlls/wineps.drv/Makefile"
25236 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25237 wineps.drv"
25238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25239 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25240 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25242 ALL_MAKEFILES="$ALL_MAKEFILES \\
25243 dlls/winequartz.drv/Makefile"
25244 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25245 winequartz.drv"
25246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25247 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25248 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25250 ALL_MAKEFILES="$ALL_MAKEFILES \\
25251 dlls/winex11.drv/Makefile"
25252 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25253 winex11.drv"
25254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25255 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25256 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25258 ALL_MAKEFILES="$ALL_MAKEFILES \\
25259 dlls/wing32/Makefile"
25260 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25261 wing32"
25262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25263 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25264 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25266 ALL_MAKEFILES="$ALL_MAKEFILES \\
25267 dlls/winhttp/Makefile"
25268 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25269 winhttp"
25270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25271 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25272 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25274 ALL_MAKEFILES="$ALL_MAKEFILES \\
25275 dlls/winhttp/tests/Makefile"
25276 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25277 winhttp/tests"
25278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25279 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25280 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25282 ALL_MAKEFILES="$ALL_MAKEFILES \\
25283 dlls/wininet/Makefile"
25284 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25285 wininet"
25286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25287 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25288 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25290 ALL_MAKEFILES="$ALL_MAKEFILES \\
25291 dlls/wininet/tests/Makefile"
25292 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25293 wininet/tests"
25294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25295 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25296 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25298 ALL_MAKEFILES="$ALL_MAKEFILES \\
25299 dlls/winmm/Makefile"
25300 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25301 winmm"
25302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25303 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25304 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25306 ALL_MAKEFILES="$ALL_MAKEFILES \\
25307 dlls/winmm/tests/Makefile"
25308 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25309 winmm/tests"
25310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25311 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25312 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25314 ALL_MAKEFILES="$ALL_MAKEFILES \\
25315 dlls/winnls32/Makefile"
25316 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25317 winnls32"
25318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25319 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25320 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25322 ALL_MAKEFILES="$ALL_MAKEFILES \\
25323 dlls/winscard/Makefile"
25324 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25325 winscard"
25326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25327 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25328 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25330 ALL_MAKEFILES="$ALL_MAKEFILES \\
25331 dlls/winspool.drv/Makefile"
25332 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25333 winspool.drv"
25334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25335 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25336 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25338 ALL_MAKEFILES="$ALL_MAKEFILES \\
25339 dlls/winspool.drv/tests/Makefile"
25340 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25341 winspool.drv/tests"
25342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25343 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25344 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25346 ALL_MAKEFILES="$ALL_MAKEFILES \\
25347 dlls/wintab32/Makefile"
25348 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25349 wintab32"
25350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25351 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25352 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25354 ALL_MAKEFILES="$ALL_MAKEFILES \\
25355 dlls/wintrust/Makefile"
25356 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25357 wintrust"
25358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25359 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25360 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25362 ALL_MAKEFILES="$ALL_MAKEFILES \\
25363 dlls/wintrust/tests/Makefile"
25364 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25365 wintrust/tests"
25366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25367 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25368 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25370 ALL_MAKEFILES="$ALL_MAKEFILES \\
25371 dlls/wldap32/Makefile"
25372 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25373 wldap32"
25374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25375 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25376 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25378 ALL_MAKEFILES="$ALL_MAKEFILES \\
25379 dlls/wldap32/tests/Makefile"
25380 test "x$enable_wldap32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25381 wldap32/tests"
25382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25383 dlls/wldap32/tests/Makefile: dlls/wldap32/tests/Makefile.in dlls/Maketest.rules"
25384 ac_config_files="$ac_config_files dlls/wldap32/tests/Makefile"
25386 ALL_MAKEFILES="$ALL_MAKEFILES \\
25387 dlls/wmi/Makefile"
25388 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25389 wmi"
25390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25391 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25392 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25394 ALL_MAKEFILES="$ALL_MAKEFILES \\
25395 dlls/wnaspi32/Makefile"
25396 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25397 wnaspi32"
25398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25399 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25400 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25402 ALL_MAKEFILES="$ALL_MAKEFILES \\
25403 dlls/wow32/Makefile"
25404 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25405 wow32"
25406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25407 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25408 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25410 ALL_MAKEFILES="$ALL_MAKEFILES \\
25411 dlls/ws2_32/Makefile"
25412 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25413 ws2_32"
25414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25415 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25416 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25418 ALL_MAKEFILES="$ALL_MAKEFILES \\
25419 dlls/ws2_32/tests/Makefile"
25420 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25421 ws2_32/tests"
25422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25423 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25424 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25426 ALL_MAKEFILES="$ALL_MAKEFILES \\
25427 dlls/wsock32/Makefile"
25428 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25429 wsock32"
25430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25431 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25432 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25434 ALL_MAKEFILES="$ALL_MAKEFILES \\
25435 dlls/wtsapi32/Makefile"
25436 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25437 wtsapi32"
25438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25439 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25440 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25442 ALL_MAKEFILES="$ALL_MAKEFILES \\
25443 documentation/Makefile"
25444 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25445 documentation"
25446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25447 documentation/Makefile: documentation/Makefile.in Make.rules"
25448 ac_config_files="$ac_config_files documentation/Makefile"
25450 ALL_MAKEFILES="$ALL_MAKEFILES \\
25451 fonts/Makefile"
25452 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25453 fonts"
25454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25455 fonts/Makefile: fonts/Makefile.in Make.rules"
25456 ac_config_files="$ac_config_files fonts/Makefile"
25458 ALL_MAKEFILES="$ALL_MAKEFILES \\
25459 include/Makefile"
25460 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25461 include"
25462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25463 include/Makefile: include/Makefile.in Make.rules"
25464 ac_config_files="$ac_config_files include/Makefile"
25466 ALL_MAKEFILES="$ALL_MAKEFILES \\
25467 libs/Makefile"
25468 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25469 libs"
25470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25471 libs/Makefile: libs/Makefile.in Make.rules"
25472 ac_config_files="$ac_config_files libs/Makefile"
25474 ALL_MAKEFILES="$ALL_MAKEFILES \\
25475 libs/port/Makefile"
25477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25478 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25479 ac_config_files="$ac_config_files libs/port/Makefile"
25481 ALL_MAKEFILES="$ALL_MAKEFILES \\
25482 libs/wine/Makefile"
25484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25485 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25486 ac_config_files="$ac_config_files libs/wine/Makefile"
25488 ALL_MAKEFILES="$ALL_MAKEFILES \\
25489 libs/wpp/Makefile"
25491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25492 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25493 ac_config_files="$ac_config_files libs/wpp/Makefile"
25495 ALL_MAKEFILES="$ALL_MAKEFILES \\
25496 loader/Makefile"
25497 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25498 loader"
25499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25500 loader/Makefile: loader/Makefile.in Make.rules"
25501 ac_config_files="$ac_config_files loader/Makefile"
25503 ALL_MAKEFILES="$ALL_MAKEFILES \\
25504 programs/Makefile"
25505 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25506 programs"
25507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25508 programs/Makefile: programs/Makefile.in Make.rules"
25509 ac_config_files="$ac_config_files programs/Makefile"
25511 ALL_MAKEFILES="$ALL_MAKEFILES \\
25512 programs/clock/Makefile"
25513 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25514 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25515 clock"
25516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25517 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25518 ac_config_files="$ac_config_files programs/clock/Makefile"
25520 ALL_MAKEFILES="$ALL_MAKEFILES \\
25521 programs/cmd/Makefile"
25522 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25523 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25524 cmd"
25525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25526 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25527 ac_config_files="$ac_config_files programs/cmd/Makefile"
25529 ALL_MAKEFILES="$ALL_MAKEFILES \\
25530 programs/cmdlgtst/Makefile"
25531 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25532 cmdlgtst"
25533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25534 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25535 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25537 ALL_MAKEFILES="$ALL_MAKEFILES \\
25538 programs/control/Makefile"
25539 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25540 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25541 control"
25542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25543 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25544 ac_config_files="$ac_config_files programs/control/Makefile"
25546 ALL_MAKEFILES="$ALL_MAKEFILES \\
25547 programs/eject/Makefile"
25548 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25549 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25550 eject"
25551 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25552 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25553 ac_config_files="$ac_config_files programs/eject/Makefile"
25555 ALL_MAKEFILES="$ALL_MAKEFILES \\
25556 programs/expand/Makefile"
25557 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25558 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25559 expand"
25560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25561 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25562 ac_config_files="$ac_config_files programs/expand/Makefile"
25564 ALL_MAKEFILES="$ALL_MAKEFILES \\
25565 programs/explorer/Makefile"
25566 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25567 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25568 explorer"
25569 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25570 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25571 ac_config_files="$ac_config_files programs/explorer/Makefile"
25573 ALL_MAKEFILES="$ALL_MAKEFILES \\
25574 programs/hh/Makefile"
25575 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25576 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25579 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25580 ac_config_files="$ac_config_files programs/hh/Makefile"
25582 ALL_MAKEFILES="$ALL_MAKEFILES \\
25583 programs/icinfo/Makefile"
25584 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25585 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25586 icinfo"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25589 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592 programs/iexplore/Makefile"
25593 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25594 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25595 iexplore"
25596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25597 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25598 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25600 ALL_MAKEFILES="$ALL_MAKEFILES \\
25601 programs/msiexec/Makefile"
25602 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25603 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25604 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25605 msiexec"
25606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25607 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25608 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25610 ALL_MAKEFILES="$ALL_MAKEFILES \\
25611 programs/net/Makefile"
25612 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25613 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25614 net"
25615 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25616 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25617 ac_config_files="$ac_config_files programs/net/Makefile"
25619 ALL_MAKEFILES="$ALL_MAKEFILES \\
25620 programs/notepad/Makefile"
25621 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25622 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25623 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25624 notepad"
25625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25626 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25627 ac_config_files="$ac_config_files programs/notepad/Makefile"
25629 ALL_MAKEFILES="$ALL_MAKEFILES \\
25630 programs/oleview/Makefile"
25631 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25632 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25633 oleview"
25634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25635 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25636 ac_config_files="$ac_config_files programs/oleview/Makefile"
25638 ALL_MAKEFILES="$ALL_MAKEFILES \\
25639 programs/progman/Makefile"
25640 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25641 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25642 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25643 progman"
25644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25645 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25646 ac_config_files="$ac_config_files programs/progman/Makefile"
25648 ALL_MAKEFILES="$ALL_MAKEFILES \\
25649 programs/reg/Makefile"
25650 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25651 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25652 reg"
25653 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25654 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25655 ac_config_files="$ac_config_files programs/reg/Makefile"
25657 ALL_MAKEFILES="$ALL_MAKEFILES \\
25658 programs/regedit/Makefile"
25659 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25660 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25661 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25662 regedit"
25663 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25664 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25665 ac_config_files="$ac_config_files programs/regedit/Makefile"
25667 ALL_MAKEFILES="$ALL_MAKEFILES \\
25668 programs/regsvr32/Makefile"
25669 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25670 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25671 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25672 regsvr32"
25673 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25674 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25675 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25677 ALL_MAKEFILES="$ALL_MAKEFILES \\
25678 programs/rpcss/Makefile"
25679 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25680 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25681 rpcss"
25682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25683 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25684 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25686 ALL_MAKEFILES="$ALL_MAKEFILES \\
25687 programs/rundll32/Makefile"
25688 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25689 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25690 rundll32"
25691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25692 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25693 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25695 ALL_MAKEFILES="$ALL_MAKEFILES \\
25696 programs/secedit/Makefile"
25697 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25698 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25699 secedit"
25700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25701 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25702 ac_config_files="$ac_config_files programs/secedit/Makefile"
25704 ALL_MAKEFILES="$ALL_MAKEFILES \\
25705 programs/services/Makefile"
25706 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25707 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25708 services"
25709 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25710 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25711 ac_config_files="$ac_config_files programs/services/Makefile"
25713 ALL_MAKEFILES="$ALL_MAKEFILES \\
25714 programs/spoolsv/Makefile"
25715 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25716 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25717 spoolsv"
25718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25719 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25720 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25722 ALL_MAKEFILES="$ALL_MAKEFILES \\
25723 programs/start/Makefile"
25724 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25725 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25726 start"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25729 ac_config_files="$ac_config_files programs/start/Makefile"
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732 programs/svchost/Makefile"
25733 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25734 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25735 svchost"
25736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25737 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25738 ac_config_files="$ac_config_files programs/svchost/Makefile"
25740 ALL_MAKEFILES="$ALL_MAKEFILES \\
25741 programs/taskmgr/Makefile"
25742 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25743 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25744 taskmgr"
25745 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25746 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25747 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25749 ALL_MAKEFILES="$ALL_MAKEFILES \\
25750 programs/uninstaller/Makefile"
25751 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25752 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25753 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25754 uninstaller"
25755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25756 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25757 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25759 ALL_MAKEFILES="$ALL_MAKEFILES \\
25760 programs/view/Makefile"
25761 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25762 view"
25763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25764 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25765 ac_config_files="$ac_config_files programs/view/Makefile"
25767 ALL_MAKEFILES="$ALL_MAKEFILES \\
25768 programs/wineboot/Makefile"
25769 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25770 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25771 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25772 wineboot"
25773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25774 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25775 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25777 ALL_MAKEFILES="$ALL_MAKEFILES \\
25778 programs/winebrowser/Makefile"
25779 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25780 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25781 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25782 winebrowser"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25785 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788 programs/winecfg/Makefile"
25789 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25790 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25791 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25792 winecfg"
25793 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25794 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25795 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25797 ALL_MAKEFILES="$ALL_MAKEFILES \\
25798 programs/wineconsole/Makefile"
25799 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25800 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25801 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25802 wineconsole"
25803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25804 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25805 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25807 ALL_MAKEFILES="$ALL_MAKEFILES \\
25808 programs/winedbg/Makefile"
25809 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25810 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25811 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25812 winedbg"
25813 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25814 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25815 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25817 ALL_MAKEFILES="$ALL_MAKEFILES \\
25818 programs/winedevice/Makefile"
25819 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25820 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25821 winedevice"
25822 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25823 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25824 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25826 ALL_MAKEFILES="$ALL_MAKEFILES \\
25827 programs/winefile/Makefile"
25828 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25829 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25830 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25831 winefile"
25832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25833 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25834 ac_config_files="$ac_config_files programs/winefile/Makefile"
25836 ALL_MAKEFILES="$ALL_MAKEFILES \\
25837 programs/winemenubuilder/Makefile"
25838 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25839 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25840 winemenubuilder"
25841 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25842 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25843 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25845 ALL_MAKEFILES="$ALL_MAKEFILES \\
25846 programs/winemine/Makefile"
25847 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25848 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25849 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25850 winemine"
25851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25852 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25853 ac_config_files="$ac_config_files programs/winemine/Makefile"
25855 ALL_MAKEFILES="$ALL_MAKEFILES \\
25856 programs/winepath/Makefile"
25857 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25858 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25859 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25860 winepath"
25861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25862 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25863 ac_config_files="$ac_config_files programs/winepath/Makefile"
25865 ALL_MAKEFILES="$ALL_MAKEFILES \\
25866 programs/winetest/Makefile"
25867 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25868 winetest"
25869 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25870 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25871 ac_config_files="$ac_config_files programs/winetest/Makefile"
25873 ALL_MAKEFILES="$ALL_MAKEFILES \\
25874 programs/winevdm/Makefile"
25875 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25876 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25877 winevdm"
25878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25879 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25880 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25882 ALL_MAKEFILES="$ALL_MAKEFILES \\
25883 programs/winhlp32/Makefile"
25884 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25885 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25886 winhlp32"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25889 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892 programs/winver/Makefile"
25893 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25894 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25895 winver"
25896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25897 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25898 ac_config_files="$ac_config_files programs/winver/Makefile"
25900 ALL_MAKEFILES="$ALL_MAKEFILES \\
25901 programs/wordpad/Makefile"
25902 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25903 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25904 wordpad"
25905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25906 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25907 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25909 ALL_MAKEFILES="$ALL_MAKEFILES \\
25910 programs/write/Makefile"
25911 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25912 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25913 write"
25914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25915 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25916 ac_config_files="$ac_config_files programs/write/Makefile"
25918 ALL_MAKEFILES="$ALL_MAKEFILES \\
25919 programs/xcopy/Makefile"
25920 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25921 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25922 xcopy"
25923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25924 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25925 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25927 ALL_MAKEFILES="$ALL_MAKEFILES \\
25928 server/Makefile"
25929 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25930 server"
25931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25932 server/Makefile: server/Makefile.in Make.rules"
25933 ac_config_files="$ac_config_files server/Makefile"
25935 ALL_MAKEFILES="$ALL_MAKEFILES \\
25936 tools/Makefile"
25937 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25938 tools"
25939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25940 tools/Makefile: tools/Makefile.in Make.rules"
25941 ac_config_files="$ac_config_files tools/Makefile"
25943 ALL_MAKEFILES="$ALL_MAKEFILES \\
25944 tools/widl/Makefile"
25946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25947 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25948 ac_config_files="$ac_config_files tools/widl/Makefile"
25950 ALL_MAKEFILES="$ALL_MAKEFILES \\
25951 tools/winebuild/Makefile"
25953 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25954 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25955 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25957 ALL_MAKEFILES="$ALL_MAKEFILES \\
25958 tools/winedump/Makefile"
25960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25961 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25962 ac_config_files="$ac_config_files tools/winedump/Makefile"
25964 ALL_MAKEFILES="$ALL_MAKEFILES \\
25965 tools/winegcc/Makefile"
25967 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25968 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25969 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25971 ALL_MAKEFILES="$ALL_MAKEFILES \\
25972 tools/wmc/Makefile"
25974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25975 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25976 ac_config_files="$ac_config_files tools/wmc/Makefile"
25978 ALL_MAKEFILES="$ALL_MAKEFILES \\
25979 tools/wrc/Makefile"
25981 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25982 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25983 ac_config_files="$ac_config_files tools/wrc/Makefile"
25987 ALL_WINETEST_DEPENDS="# Test binaries"
25989 for dir in $ALL_TEST_DIRS
25991 if test "$dir" != "\\"
25992 then
25993 testname=`expr $dir : '\(.*\)/tests'`_test.exe
25994 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25995 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25996 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25998 done
26000 cat >confcache <<\_ACEOF
26001 # This file is a shell script that caches the results of configure
26002 # tests run on this system so they can be shared between configure
26003 # scripts and configure runs, see configure's option --config-cache.
26004 # It is not useful on other systems. If it contains results you don't
26005 # want to keep, you may remove or edit it.
26007 # config.status only pays attention to the cache file if you give it
26008 # the --recheck option to rerun configure.
26010 # `ac_cv_env_foo' variables (set or unset) will be overridden when
26011 # loading this file, other *unset* `ac_cv_foo' will be assigned the
26012 # following values.
26014 _ACEOF
26016 # The following way of writing the cache mishandles newlines in values,
26017 # but we know of no workaround that is simple, portable, and efficient.
26018 # So, we kill variables containing newlines.
26019 # Ultrix sh set writes to stderr and can't be redirected directly,
26020 # and sets the high bit in the cache file unless we assign to the vars.
26022 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26023 eval ac_val=\$$ac_var
26024 case $ac_val in #(
26025 *${as_nl}*)
26026 case $ac_var in #(
26027 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26028 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26029 esac
26030 case $ac_var in #(
26031 _ | IFS | as_nl) ;; #(
26032 *) $as_unset $ac_var ;;
26033 esac ;;
26034 esac
26035 done
26037 (set) 2>&1 |
26038 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26039 *${as_nl}ac_space=\ *)
26040 # `set' does not quote correctly, so add quotes (double-quote
26041 # substitution turns \\\\ into \\, and sed turns \\ into \).
26042 sed -n \
26043 "s/'/'\\\\''/g;
26044 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26045 ;; #(
26047 # `set' quotes correctly as required by POSIX, so do not add quotes.
26048 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26050 esac |
26051 sort
26053 sed '
26054 /^ac_cv_env_/b end
26055 t clear
26056 :clear
26057 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26058 t end
26059 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26060 :end' >>confcache
26061 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26062 if test -w "$cache_file"; then
26063 test "x$cache_file" != "x/dev/null" &&
26064 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26065 echo "$as_me: updating cache $cache_file" >&6;}
26066 cat confcache >$cache_file
26067 else
26068 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26069 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26072 rm -f confcache
26074 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26075 # Let make expand exec_prefix.
26076 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26078 DEFS=-DHAVE_CONFIG_H
26080 ac_libobjs=
26081 ac_ltlibobjs=
26082 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26083 # 1. Remove the extension, and $U if already installed.
26084 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26085 ac_i=`echo "$ac_i" | sed "$ac_script"`
26086 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26087 # will be set to the directory where LIBOBJS objects are built.
26088 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26089 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26090 done
26091 LIBOBJS=$ac_libobjs
26093 LTLIBOBJS=$ac_ltlibobjs
26097 : ${CONFIG_STATUS=./config.status}
26098 ac_clean_files_save=$ac_clean_files
26099 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26100 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26101 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26102 cat >$CONFIG_STATUS <<_ACEOF
26103 #! $SHELL
26104 # Generated by $as_me.
26105 # Run this file to recreate the current configuration.
26106 # Compiler output produced by configure, useful for debugging
26107 # configure, is in config.log if it exists.
26109 debug=false
26110 ac_cs_recheck=false
26111 ac_cs_silent=false
26112 SHELL=\${CONFIG_SHELL-$SHELL}
26113 _ACEOF
26115 cat >>$CONFIG_STATUS <<\_ACEOF
26116 ## --------------------- ##
26117 ## M4sh Initialization. ##
26118 ## --------------------- ##
26120 # Be more Bourne compatible
26121 DUALCASE=1; export DUALCASE # for MKS sh
26122 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26123 emulate sh
26124 NULLCMD=:
26125 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26126 # is contrary to our usage. Disable this feature.
26127 alias -g '${1+"$@"}'='"$@"'
26128 setopt NO_GLOB_SUBST
26129 else
26130 case `(set -o) 2>/dev/null` in
26131 *posix*) set -o posix ;;
26132 esac
26139 # PATH needs CR
26140 # Avoid depending upon Character Ranges.
26141 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26142 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26143 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26144 as_cr_digits='0123456789'
26145 as_cr_alnum=$as_cr_Letters$as_cr_digits
26147 # The user is always right.
26148 if test "${PATH_SEPARATOR+set}" != set; then
26149 echo "#! /bin/sh" >conf$$.sh
26150 echo "exit 0" >>conf$$.sh
26151 chmod +x conf$$.sh
26152 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26153 PATH_SEPARATOR=';'
26154 else
26155 PATH_SEPARATOR=:
26157 rm -f conf$$.sh
26160 # Support unset when possible.
26161 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26162 as_unset=unset
26163 else
26164 as_unset=false
26168 # IFS
26169 # We need space, tab and new line, in precisely that order. Quoting is
26170 # there to prevent editors from complaining about space-tab.
26171 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26172 # splitting by setting IFS to empty value.)
26173 as_nl='
26175 IFS=" "" $as_nl"
26177 # Find who we are. Look in the path if we contain no directory separator.
26178 case $0 in
26179 *[\\/]* ) as_myself=$0 ;;
26180 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26181 for as_dir in $PATH
26183 IFS=$as_save_IFS
26184 test -z "$as_dir" && as_dir=.
26185 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26186 done
26187 IFS=$as_save_IFS
26190 esac
26191 # We did not find ourselves, most probably we were run as `sh COMMAND'
26192 # in which case we are not to be found in the path.
26193 if test "x$as_myself" = x; then
26194 as_myself=$0
26196 if test ! -f "$as_myself"; then
26197 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26198 { (exit 1); exit 1; }
26201 # Work around bugs in pre-3.0 UWIN ksh.
26202 for as_var in ENV MAIL MAILPATH
26203 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26204 done
26205 PS1='$ '
26206 PS2='> '
26207 PS4='+ '
26209 # NLS nuisances.
26210 for as_var in \
26211 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26212 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26213 LC_TELEPHONE LC_TIME
26215 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26216 eval $as_var=C; export $as_var
26217 else
26218 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26220 done
26222 # Required to use basename.
26223 if expr a : '\(a\)' >/dev/null 2>&1 &&
26224 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26225 as_expr=expr
26226 else
26227 as_expr=false
26230 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26231 as_basename=basename
26232 else
26233 as_basename=false
26237 # Name of the executable.
26238 as_me=`$as_basename -- "$0" ||
26239 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26240 X"$0" : 'X\(//\)$' \| \
26241 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26242 echo X/"$0" |
26243 sed '/^.*\/\([^/][^/]*\)\/*$/{
26244 s//\1/
26247 /^X\/\(\/\/\)$/{
26248 s//\1/
26251 /^X\/\(\/\).*/{
26252 s//\1/
26255 s/.*/./; q'`
26257 # CDPATH.
26258 $as_unset CDPATH
26262 as_lineno_1=$LINENO
26263 as_lineno_2=$LINENO
26264 test "x$as_lineno_1" != "x$as_lineno_2" &&
26265 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26267 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26268 # uniformly replaced by the line number. The first 'sed' inserts a
26269 # line-number line after each line using $LINENO; the second 'sed'
26270 # does the real work. The second script uses 'N' to pair each
26271 # line-number line with the line containing $LINENO, and appends
26272 # trailing '-' during substitution so that $LINENO is not a special
26273 # case at line end.
26274 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26275 # scripts with optimization help from Paolo Bonzini. Blame Lee
26276 # E. McMahon (1931-1989) for sed's syntax. :-)
26277 sed -n '
26279 /[$]LINENO/=
26280 ' <$as_myself |
26281 sed '
26282 s/[$]LINENO.*/&-/
26283 t lineno
26285 :lineno
26287 :loop
26288 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26289 t loop
26290 s/-\n.*//
26291 ' >$as_me.lineno &&
26292 chmod +x "$as_me.lineno" ||
26293 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26294 { (exit 1); exit 1; }; }
26296 # Don't try to exec as it changes $[0], causing all sort of problems
26297 # (the dirname of $[0] is not the place where we might find the
26298 # original and so on. Autoconf is especially sensitive to this).
26299 . "./$as_me.lineno"
26300 # Exit status is that of the last command.
26301 exit
26305 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26306 as_dirname=dirname
26307 else
26308 as_dirname=false
26311 ECHO_C= ECHO_N= ECHO_T=
26312 case `echo -n x` in
26313 -n*)
26314 case `echo 'x\c'` in
26315 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26316 *) ECHO_C='\c';;
26317 esac;;
26319 ECHO_N='-n';;
26320 esac
26322 if expr a : '\(a\)' >/dev/null 2>&1 &&
26323 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26324 as_expr=expr
26325 else
26326 as_expr=false
26329 rm -f conf$$ conf$$.exe conf$$.file
26330 if test -d conf$$.dir; then
26331 rm -f conf$$.dir/conf$$.file
26332 else
26333 rm -f conf$$.dir
26334 mkdir conf$$.dir
26336 echo >conf$$.file
26337 if ln -s conf$$.file conf$$ 2>/dev/null; then
26338 as_ln_s='ln -s'
26339 # ... but there are two gotchas:
26340 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26341 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26342 # In both cases, we have to default to `cp -p'.
26343 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26344 as_ln_s='cp -p'
26345 elif ln conf$$.file conf$$ 2>/dev/null; then
26346 as_ln_s=ln
26347 else
26348 as_ln_s='cp -p'
26350 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26351 rmdir conf$$.dir 2>/dev/null
26353 if mkdir -p . 2>/dev/null; then
26354 as_mkdir_p=:
26355 else
26356 test -d ./-p && rmdir ./-p
26357 as_mkdir_p=false
26360 if test -x / >/dev/null 2>&1; then
26361 as_test_x='test -x'
26362 else
26363 if ls -dL / >/dev/null 2>&1; then
26364 as_ls_L_option=L
26365 else
26366 as_ls_L_option=
26368 as_test_x='
26369 eval sh -c '\''
26370 if test -d "$1"; then
26371 test -d "$1/.";
26372 else
26373 case $1 in
26374 -*)set "./$1";;
26375 esac;
26376 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26377 ???[sx]*):;;*)false;;esac;fi
26378 '\'' sh
26381 as_executable_p=$as_test_x
26383 # Sed expression to map a string onto a valid CPP name.
26384 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26386 # Sed expression to map a string onto a valid variable name.
26387 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26390 exec 6>&1
26392 # Save the log message, to keep $[0] and so on meaningful, and to
26393 # report actual input values of CONFIG_FILES etc. instead of their
26394 # values after options handling.
26395 ac_log="
26396 This file was extended by Wine $as_me 1.1.6, which was
26397 generated by GNU Autoconf 2.61. Invocation command line was
26399 CONFIG_FILES = $CONFIG_FILES
26400 CONFIG_HEADERS = $CONFIG_HEADERS
26401 CONFIG_LINKS = $CONFIG_LINKS
26402 CONFIG_COMMANDS = $CONFIG_COMMANDS
26403 $ $0 $@
26405 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26408 _ACEOF
26410 cat >>$CONFIG_STATUS <<_ACEOF
26411 # Files that config.status was made for.
26412 config_files="$ac_config_files"
26413 config_headers="$ac_config_headers"
26414 config_commands="$ac_config_commands"
26416 _ACEOF
26418 cat >>$CONFIG_STATUS <<\_ACEOF
26419 ac_cs_usage="\
26420 \`$as_me' instantiates files from templates according to the
26421 current configuration.
26423 Usage: $0 [OPTIONS] [FILE]...
26425 -h, --help print this help, then exit
26426 -V, --version print version number and configuration settings, then exit
26427 -q, --quiet do not print progress messages
26428 -d, --debug don't remove temporary files
26429 --recheck update $as_me by reconfiguring in the same conditions
26430 --file=FILE[:TEMPLATE]
26431 instantiate the configuration file FILE
26432 --header=FILE[:TEMPLATE]
26433 instantiate the configuration header FILE
26435 Configuration files:
26436 $config_files
26438 Configuration headers:
26439 $config_headers
26441 Configuration commands:
26442 $config_commands
26444 Report bugs to <bug-autoconf@gnu.org>."
26446 _ACEOF
26447 cat >>$CONFIG_STATUS <<_ACEOF
26448 ac_cs_version="\\
26449 Wine config.status 1.1.6
26450 configured by $0, generated by GNU Autoconf 2.61,
26451 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26453 Copyright (C) 2006 Free Software Foundation, Inc.
26454 This config.status script is free software; the Free Software Foundation
26455 gives unlimited permission to copy, distribute and modify it."
26457 ac_pwd='$ac_pwd'
26458 srcdir='$srcdir'
26459 INSTALL='$INSTALL'
26460 _ACEOF
26462 cat >>$CONFIG_STATUS <<\_ACEOF
26463 # If no file are specified by the user, then we need to provide default
26464 # value. By we need to know if files were specified by the user.
26465 ac_need_defaults=:
26466 while test $# != 0
26468 case $1 in
26469 --*=*)
26470 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26471 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26472 ac_shift=:
26475 ac_option=$1
26476 ac_optarg=$2
26477 ac_shift=shift
26479 esac
26481 case $ac_option in
26482 # Handling of the options.
26483 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26484 ac_cs_recheck=: ;;
26485 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26486 echo "$ac_cs_version"; exit ;;
26487 --debug | --debu | --deb | --de | --d | -d )
26488 debug=: ;;
26489 --file | --fil | --fi | --f )
26490 $ac_shift
26491 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26492 ac_need_defaults=false;;
26493 --header | --heade | --head | --hea )
26494 $ac_shift
26495 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26496 ac_need_defaults=false;;
26497 --he | --h)
26498 # Conflict between --help and --header
26499 { echo "$as_me: error: ambiguous option: $1
26500 Try \`$0 --help' for more information." >&2
26501 { (exit 1); exit 1; }; };;
26502 --help | --hel | -h )
26503 echo "$ac_cs_usage"; exit ;;
26504 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26505 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26506 ac_cs_silent=: ;;
26508 # This is an error.
26509 -*) { echo "$as_me: error: unrecognized option: $1
26510 Try \`$0 --help' for more information." >&2
26511 { (exit 1); exit 1; }; } ;;
26513 *) ac_config_targets="$ac_config_targets $1"
26514 ac_need_defaults=false ;;
26516 esac
26517 shift
26518 done
26520 ac_configure_extra_args=
26522 if $ac_cs_silent; then
26523 exec 6>/dev/null
26524 ac_configure_extra_args="$ac_configure_extra_args --silent"
26527 _ACEOF
26528 cat >>$CONFIG_STATUS <<_ACEOF
26529 if \$ac_cs_recheck; then
26530 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26531 CONFIG_SHELL=$SHELL
26532 export CONFIG_SHELL
26533 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26536 _ACEOF
26537 cat >>$CONFIG_STATUS <<\_ACEOF
26538 exec 5>>config.log
26540 echo
26541 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26542 ## Running $as_me. ##
26543 _ASBOX
26544 echo "$ac_log"
26545 } >&5
26547 _ACEOF
26548 cat >>$CONFIG_STATUS <<_ACEOF
26549 _ACEOF
26551 cat >>$CONFIG_STATUS <<\_ACEOF
26553 # Handling of arguments.
26554 for ac_config_target in $ac_config_targets
26556 case $ac_config_target in
26557 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26558 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26559 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26560 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26561 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26562 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26563 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26564 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26565 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26566 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26567 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26568 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26569 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26570 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26571 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26572 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26573 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26574 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26575 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26576 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26577 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26578 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26579 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26580 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26581 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26582 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26583 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26584 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26585 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26586 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26587 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26588 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26589 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26590 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26591 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26592 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26593 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26594 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26595 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26596 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26597 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26598 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26599 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26600 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26601 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26602 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26603 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26604 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26605 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26606 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26607 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26608 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26609 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26610 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26611 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26612 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26613 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26614 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26615 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26616 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26617 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26618 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26619 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26620 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26621 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26622 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26623 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26624 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26625 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26626 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26627 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26628 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26629 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26630 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26631 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26632 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26633 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26634 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26635 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26636 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26637 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26638 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26639 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26640 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26641 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26642 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26643 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26644 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26645 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26646 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26647 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26648 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26649 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26650 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26651 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26652 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26653 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26654 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26655 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26656 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26657 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26658 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26659 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26660 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26661 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26662 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26663 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26664 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26665 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26666 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26667 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26668 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26669 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26670 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26671 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26672 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26673 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26674 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26675 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26676 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26677 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26678 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26679 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26680 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26681 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26682 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26683 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26684 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26685 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26686 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26687 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26688 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26689 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26690 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26691 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26692 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26693 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26694 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26695 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26696 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26697 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26698 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26699 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26700 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26701 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26702 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26703 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26704 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26705 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26706 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26707 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26708 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26709 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26710 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26711 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26712 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26713 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26714 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26715 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26716 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26717 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26718 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26719 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26720 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26721 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26722 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26723 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26724 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26725 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26726 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26727 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26728 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26729 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26730 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26731 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26732 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26733 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26734 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26735 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26736 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26737 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26738 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26739 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26740 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26741 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26742 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26743 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26744 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26745 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26746 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26747 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26748 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26749 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26750 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26751 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26752 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26753 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26754 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26755 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26756 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26757 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26758 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26759 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26760 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26761 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26762 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26763 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26764 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26765 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26766 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26767 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26768 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26769 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26770 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26771 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26772 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26773 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26774 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26775 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26776 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26777 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26778 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26779 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26780 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26781 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26782 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26783 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26784 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26785 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26786 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26787 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26788 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26789 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26790 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26791 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26792 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26793 "dlls/oleacc/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/tests/Makefile" ;;
26794 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26795 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26796 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26797 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26798 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26799 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26800 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26801 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26802 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26803 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26804 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26805 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26806 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26807 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26808 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26809 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26810 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26811 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26812 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26813 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26814 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26815 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26816 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26817 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26818 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26819 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26820 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26821 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26822 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26823 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26824 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26825 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26826 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26827 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26828 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26829 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26830 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26831 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26832 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26833 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26834 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26835 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26836 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26837 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26838 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26839 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26840 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26841 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26842 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26843 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26844 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26845 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26846 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26847 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26848 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26849 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26850 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26851 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26852 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26853 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26854 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26855 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26856 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26857 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26858 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26859 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26860 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26861 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26862 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26863 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26864 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26865 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26866 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26867 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26868 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26869 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26870 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26871 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26872 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26873 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26874 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26875 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26876 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26877 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26878 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26879 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26880 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26881 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26882 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26883 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26884 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26885 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26886 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26887 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26888 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26889 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26890 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26891 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26892 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26893 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26894 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26895 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26896 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26897 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26898 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26899 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26900 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26901 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26902 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26903 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26904 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26905 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26906 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26907 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26908 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26909 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26910 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26911 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26912 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26913 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26914 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26915 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26916 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26917 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26918 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26919 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26920 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26921 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26922 "dlls/wldap32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/tests/Makefile" ;;
26923 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26924 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26925 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26926 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26927 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26928 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26929 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26930 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26931 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26932 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26933 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26934 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26935 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26936 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26937 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26938 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26939 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26940 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26941 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26942 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26943 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26944 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26945 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26946 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26947 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26948 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26949 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26950 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26951 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26952 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26953 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26954 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26955 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26956 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26957 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26958 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26959 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26960 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26961 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26962 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26963 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26964 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26965 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26966 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26967 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26968 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26969 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26970 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26971 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26972 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26973 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26974 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26975 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26976 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26977 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26978 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26979 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26980 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26981 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26982 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26983 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26984 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26985 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26986 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26987 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26988 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26989 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26990 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26991 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26993 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26994 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26995 { (exit 1); exit 1; }; };;
26996 esac
26997 done
27000 # If the user did not use the arguments to specify the items to instantiate,
27001 # then the envvar interface is used. Set only those that are not.
27002 # We use the long form for the default assignment because of an extremely
27003 # bizarre bug on SunOS 4.1.3.
27004 if $ac_need_defaults; then
27005 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
27006 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
27007 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
27010 # Have a temporary directory for convenience. Make it in the build tree
27011 # simply because there is no reason against having it here, and in addition,
27012 # creating and moving files from /tmp can sometimes cause problems.
27013 # Hook for its removal unless debugging.
27014 # Note that there is a small window in which the directory will not be cleaned:
27015 # after its creation but before its name has been assigned to `$tmp'.
27016 $debug ||
27018 tmp=
27019 trap 'exit_status=$?
27020 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27022 trap '{ (exit 1); exit 1; }' 1 2 13 15
27024 # Create a (secure) tmp directory for tmp files.
27027 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27028 test -n "$tmp" && test -d "$tmp"
27029 } ||
27031 tmp=./conf$$-$RANDOM
27032 (umask 077 && mkdir "$tmp")
27033 } ||
27035 echo "$me: cannot create a temporary directory in ." >&2
27036 { (exit 1); exit 1; }
27040 # Set up the sed scripts for CONFIG_FILES section.
27043 # No need to generate the scripts if there are no CONFIG_FILES.
27044 # This happens for instance when ./config.status config.h
27045 if test -n "$CONFIG_FILES"; then
27047 _ACEOF
27049 # Create sed commands to just substitute file output variables.
27051 # Remaining file output variables are in a fragment that also has non-file
27052 # output varibles.
27056 ac_delim='%!_!# '
27057 for ac_last_try in false false false false false :; do
27058 cat >conf$$subs.sed <<_ACEOF
27059 SHELL!$SHELL$ac_delim
27060 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27061 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27062 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27063 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27064 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27065 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27066 exec_prefix!$exec_prefix$ac_delim
27067 prefix!$prefix$ac_delim
27068 program_transform_name!$program_transform_name$ac_delim
27069 bindir!$bindir$ac_delim
27070 sbindir!$sbindir$ac_delim
27071 libexecdir!$libexecdir$ac_delim
27072 datarootdir!$datarootdir$ac_delim
27073 datadir!$datadir$ac_delim
27074 sysconfdir!$sysconfdir$ac_delim
27075 sharedstatedir!$sharedstatedir$ac_delim
27076 localstatedir!$localstatedir$ac_delim
27077 includedir!$includedir$ac_delim
27078 oldincludedir!$oldincludedir$ac_delim
27079 docdir!$docdir$ac_delim
27080 infodir!$infodir$ac_delim
27081 htmldir!$htmldir$ac_delim
27082 dvidir!$dvidir$ac_delim
27083 pdfdir!$pdfdir$ac_delim
27084 psdir!$psdir$ac_delim
27085 libdir!$libdir$ac_delim
27086 localedir!$localedir$ac_delim
27087 mandir!$mandir$ac_delim
27088 DEFS!$DEFS$ac_delim
27089 ECHO_C!$ECHO_C$ac_delim
27090 ECHO_N!$ECHO_N$ac_delim
27091 ECHO_T!$ECHO_T$ac_delim
27092 LIBS!$LIBS$ac_delim
27093 build_alias!$build_alias$ac_delim
27094 host_alias!$host_alias$ac_delim
27095 target_alias!$target_alias$ac_delim
27096 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27097 build!$build$ac_delim
27098 build_cpu!$build_cpu$ac_delim
27099 build_vendor!$build_vendor$ac_delim
27100 build_os!$build_os$ac_delim
27101 host!$host$ac_delim
27102 host_cpu!$host_cpu$ac_delim
27103 host_vendor!$host_vendor$ac_delim
27104 host_os!$host_os$ac_delim
27105 WIN16_FILES!$WIN16_FILES$ac_delim
27106 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27107 SET_MAKE!$SET_MAKE$ac_delim
27108 CC!$CC$ac_delim
27109 CFLAGS!$CFLAGS$ac_delim
27110 LDFLAGS!$LDFLAGS$ac_delim
27111 CPPFLAGS!$CPPFLAGS$ac_delim
27112 ac_ct_CC!$ac_ct_CC$ac_delim
27113 EXEEXT!$EXEEXT$ac_delim
27114 OBJEXT!$OBJEXT$ac_delim
27115 CXX!$CXX$ac_delim
27116 CXXFLAGS!$CXXFLAGS$ac_delim
27117 ac_ct_CXX!$ac_ct_CXX$ac_delim
27118 CPPBIN!$CPPBIN$ac_delim
27119 TOOLSDIR!$TOOLSDIR$ac_delim
27120 XMKMF!$XMKMF$ac_delim
27121 CPP!$CPP$ac_delim
27122 X_CFLAGS!$X_CFLAGS$ac_delim
27123 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27124 X_LIBS!$X_LIBS$ac_delim
27125 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27126 FLEX!$FLEX$ac_delim
27127 BISON!$BISON$ac_delim
27128 AS!$AS$ac_delim
27129 ac_ct_AS!$ac_ct_AS$ac_delim
27130 LD!$LD$ac_delim
27131 ac_ct_LD!$ac_ct_LD$ac_delim
27132 NM!$NM$ac_delim
27133 ac_ct_NM!$ac_ct_NM$ac_delim
27134 AR!$AR$ac_delim
27135 ac_ct_AR!$ac_ct_AR$ac_delim
27136 ARFLAGS!$ARFLAGS$ac_delim
27137 RANLIB!$RANLIB$ac_delim
27138 STRIP!$STRIP$ac_delim
27139 WINDRES!$WINDRES$ac_delim
27140 LN_S!$LN_S$ac_delim
27141 _ACEOF
27143 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27144 break
27145 elif $ac_last_try; then
27146 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27147 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27148 { (exit 1); exit 1; }; }
27149 else
27150 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27152 done
27154 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27155 if test -n "$ac_eof"; then
27156 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27157 ac_eof=`expr $ac_eof + 1`
27160 cat >>$CONFIG_STATUS <<_ACEOF
27161 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27162 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27163 /^[ ]*@MAKE_RULES@[ ]*$/{
27164 r $MAKE_RULES
27167 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27168 r $MAKE_DLL_RULES
27171 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27172 r $MAKE_IMPLIB_RULES
27175 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27176 r $MAKE_TEST_RULES
27179 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27180 r $MAKE_PROG_RULES
27183 _ACEOF
27184 sed '
27185 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27186 s/^/s,@/; s/!/@,|#_!!_#|/
27189 s/'"$ac_delim"'$/,g/; t
27190 s/$/\\/; p
27191 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27192 ' >>$CONFIG_STATUS <conf$$subs.sed
27193 rm -f conf$$subs.sed
27194 cat >>$CONFIG_STATUS <<_ACEOF
27195 CEOF$ac_eof
27196 _ACEOF
27199 ac_delim='%!_!# '
27200 for ac_last_try in false false false false false :; do
27201 cat >conf$$subs.sed <<_ACEOF
27202 LN!$LN$ac_delim
27203 GREP!$GREP$ac_delim
27204 EGREP!$EGREP$ac_delim
27205 LDCONFIG!$LDCONFIG$ac_delim
27206 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27207 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27208 INSTALL_DATA!$INSTALL_DATA$ac_delim
27209 LINT!$LINT$ac_delim
27210 LINTFLAGS!$LINTFLAGS$ac_delim
27211 FONTFORGE!$FONTFORGE$ac_delim
27212 PKG_CONFIG!$PKG_CONFIG$ac_delim
27213 RSVG!$RSVG$ac_delim
27214 ICOTOOL!$ICOTOOL$ac_delim
27215 PRELINK!$PRELINK$ac_delim
27216 LIBPTHREAD!$LIBPTHREAD$ac_delim
27217 XLIB!$XLIB$ac_delim
27218 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27219 DLLEXT!$DLLEXT$ac_delim
27220 DLLFLAGS!$DLLFLAGS$ac_delim
27221 LDSHARED!$LDSHARED$ac_delim
27222 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27223 LIBEXT!$LIBEXT$ac_delim
27224 IMPLIBEXT!$IMPLIBEXT$ac_delim
27225 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27226 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27227 LDD!$LDD$ac_delim
27228 DLLTOOL!$DLLTOOL$ac_delim
27229 DLLWRAP!$DLLWRAP$ac_delim
27230 MINGWAR!$MINGWAR$ac_delim
27231 SECURITYLIB!$SECURITYLIB$ac_delim
27232 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27233 IOKITLIB!$IOKITLIB$ac_delim
27234 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27235 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27236 COREAUDIO!$COREAUDIO$ac_delim
27237 CARBONLIB!$CARBONLIB$ac_delim
27238 CROSSCC!$CROSSCC$ac_delim
27239 CROSSWINDRES!$CROSSWINDRES$ac_delim
27240 CROSSTEST!$CROSSTEST$ac_delim
27241 NASLIBS!$NASLIBS$ac_delim
27242 XML2LIBS!$XML2LIBS$ac_delim
27243 XML2INCL!$XML2INCL$ac_delim
27244 XSLTLIBS!$XSLTLIBS$ac_delim
27245 XSLTINCL!$XSLTINCL$ac_delim
27246 HALINCL!$HALINCL$ac_delim
27247 GNUTLSINCL!$GNUTLSINCL$ac_delim
27248 sane_devel!$sane_devel$ac_delim
27249 SANEINCL!$SANEINCL$ac_delim
27250 gphoto2_devel!$gphoto2_devel$ac_delim
27251 gphoto2port_devel!$gphoto2port_devel$ac_delim
27252 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27253 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27254 RESOLVLIBS!$RESOLVLIBS$ac_delim
27255 LCMSLIBS!$LCMSLIBS$ac_delim
27256 ft_devel!$ft_devel$ac_delim
27257 FREETYPELIBS!$FREETYPELIBS$ac_delim
27258 FREETYPEINCL!$FREETYPEINCL$ac_delim
27259 ESDCONFIG!$ESDCONFIG$ac_delim
27260 ESDINCL!$ESDINCL$ac_delim
27261 ESDLIBS!$ESDLIBS$ac_delim
27262 ALSALIBS!$ALSALIBS$ac_delim
27263 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27264 CUPSINCL!$CUPSINCL$ac_delim
27265 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27266 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27267 BUILTINFLAG!$BUILTINFLAG$ac_delim
27268 LDPATH!$LDPATH$ac_delim
27269 CRTLIBS!$CRTLIBS$ac_delim
27270 SOCKETLIBS!$SOCKETLIBS$ac_delim
27271 MAIN_BINARY!$MAIN_BINARY$ac_delim
27272 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27273 LIBDL!$LIBDL$ac_delim
27274 LIBPOLL!$LIBPOLL$ac_delim
27275 LDAPLIBS!$LDAPLIBS$ac_delim
27276 DEPENDENCIES!$DEPENDENCIES$ac_delim
27277 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27278 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27279 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27280 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27281 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27282 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27283 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27284 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27285 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27286 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27287 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27288 LIBOBJS!$LIBOBJS$ac_delim
27289 LTLIBOBJS!$LTLIBOBJS$ac_delim
27290 _ACEOF
27292 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
27293 break
27294 elif $ac_last_try; then
27295 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27296 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27297 { (exit 1); exit 1; }; }
27298 else
27299 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27301 done
27303 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27304 if test -n "$ac_eof"; then
27305 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27306 ac_eof=`expr $ac_eof + 1`
27309 cat >>$CONFIG_STATUS <<_ACEOF
27310 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27311 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27312 _ACEOF
27313 sed '
27314 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27315 s/^/s,@/; s/!/@,|#_!!_#|/
27318 s/'"$ac_delim"'$/,g/; t
27319 s/$/\\/; p
27320 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27321 ' >>$CONFIG_STATUS <conf$$subs.sed
27322 rm -f conf$$subs.sed
27323 cat >>$CONFIG_STATUS <<_ACEOF
27324 :end
27325 s/|#_!!_#|//g
27326 CEOF$ac_eof
27327 _ACEOF
27330 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27331 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27332 # trailing colons and then remove the whole line if VPATH becomes empty
27333 # (actually we leave an empty line to preserve line numbers).
27334 if test "x$srcdir" = x.; then
27335 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27336 s/:*\$(srcdir):*/:/
27337 s/:*\${srcdir}:*/:/
27338 s/:*@srcdir@:*/:/
27339 s/^\([^=]*=[ ]*\):*/\1/
27340 s/:*$//
27341 s/^[^=]*=[ ]*$//
27345 cat >>$CONFIG_STATUS <<\_ACEOF
27346 fi # test -n "$CONFIG_FILES"
27349 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27351 case $ac_tag in
27352 :[FHLC]) ac_mode=$ac_tag; continue;;
27353 esac
27354 case $ac_mode$ac_tag in
27355 :[FHL]*:*);;
27356 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27357 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27358 { (exit 1); exit 1; }; };;
27359 :[FH]-) ac_tag=-:-;;
27360 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27361 esac
27362 ac_save_IFS=$IFS
27363 IFS=:
27364 set x $ac_tag
27365 IFS=$ac_save_IFS
27366 shift
27367 ac_file=$1
27368 shift
27370 case $ac_mode in
27371 :L) ac_source=$1;;
27372 :[FH])
27373 ac_file_inputs=
27374 for ac_f
27376 case $ac_f in
27377 -) ac_f="$tmp/stdin";;
27378 *) # Look for the file first in the build tree, then in the source tree
27379 # (if the path is not absolute). The absolute path cannot be DOS-style,
27380 # because $ac_f cannot contain `:'.
27381 test -f "$ac_f" ||
27382 case $ac_f in
27383 [\\/$]*) false;;
27384 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27385 esac ||
27386 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27387 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27388 { (exit 1); exit 1; }; };;
27389 esac
27390 ac_file_inputs="$ac_file_inputs $ac_f"
27391 done
27393 # Let's still pretend it is `configure' which instantiates (i.e., don't
27394 # use $as_me), people would be surprised to read:
27395 # /* config.h. Generated by config.status. */
27396 configure_input="Generated from "`IFS=:
27397 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27398 if test x"$ac_file" != x-; then
27399 configure_input="$ac_file. $configure_input"
27400 { echo "$as_me:$LINENO: creating $ac_file" >&5
27401 echo "$as_me: creating $ac_file" >&6;}
27404 case $ac_tag in
27405 *:-:* | *:-) cat >"$tmp/stdin";;
27406 esac
27408 esac
27410 ac_dir=`$as_dirname -- "$ac_file" ||
27411 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27412 X"$ac_file" : 'X\(//\)[^/]' \| \
27413 X"$ac_file" : 'X\(//\)$' \| \
27414 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27415 echo X"$ac_file" |
27416 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27417 s//\1/
27420 /^X\(\/\/\)[^/].*/{
27421 s//\1/
27424 /^X\(\/\/\)$/{
27425 s//\1/
27428 /^X\(\/\).*/{
27429 s//\1/
27432 s/.*/./; q'`
27433 { as_dir="$ac_dir"
27434 case $as_dir in #(
27435 -*) as_dir=./$as_dir;;
27436 esac
27437 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27438 as_dirs=
27439 while :; do
27440 case $as_dir in #(
27441 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27442 *) as_qdir=$as_dir;;
27443 esac
27444 as_dirs="'$as_qdir' $as_dirs"
27445 as_dir=`$as_dirname -- "$as_dir" ||
27446 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27447 X"$as_dir" : 'X\(//\)[^/]' \| \
27448 X"$as_dir" : 'X\(//\)$' \| \
27449 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27450 echo X"$as_dir" |
27451 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27452 s//\1/
27455 /^X\(\/\/\)[^/].*/{
27456 s//\1/
27459 /^X\(\/\/\)$/{
27460 s//\1/
27463 /^X\(\/\).*/{
27464 s//\1/
27467 s/.*/./; q'`
27468 test -d "$as_dir" && break
27469 done
27470 test -z "$as_dirs" || eval "mkdir $as_dirs"
27471 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27472 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27473 { (exit 1); exit 1; }; }; }
27474 ac_builddir=.
27476 case "$ac_dir" in
27477 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27479 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27480 # A ".." for each directory in $ac_dir_suffix.
27481 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27482 case $ac_top_builddir_sub in
27483 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27484 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27485 esac ;;
27486 esac
27487 ac_abs_top_builddir=$ac_pwd
27488 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27489 # for backward compatibility:
27490 ac_top_builddir=$ac_top_build_prefix
27492 case $srcdir in
27493 .) # We are building in place.
27494 ac_srcdir=.
27495 ac_top_srcdir=$ac_top_builddir_sub
27496 ac_abs_top_srcdir=$ac_pwd ;;
27497 [\\/]* | ?:[\\/]* ) # Absolute name.
27498 ac_srcdir=$srcdir$ac_dir_suffix;
27499 ac_top_srcdir=$srcdir
27500 ac_abs_top_srcdir=$srcdir ;;
27501 *) # Relative name.
27502 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27503 ac_top_srcdir=$ac_top_build_prefix$srcdir
27504 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27505 esac
27506 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27509 case $ac_mode in
27512 # CONFIG_FILE
27515 case $INSTALL in
27516 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27517 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27518 esac
27519 _ACEOF
27521 cat >>$CONFIG_STATUS <<\_ACEOF
27522 # If the template does not know about datarootdir, expand it.
27523 # FIXME: This hack should be removed a few years after 2.60.
27524 ac_datarootdir_hack=; ac_datarootdir_seen=
27526 case `sed -n '/datarootdir/ {
27530 /@datadir@/p
27531 /@docdir@/p
27532 /@infodir@/p
27533 /@localedir@/p
27534 /@mandir@/p
27535 ' $ac_file_inputs` in
27536 *datarootdir*) ac_datarootdir_seen=yes;;
27537 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27538 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27539 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27540 _ACEOF
27541 cat >>$CONFIG_STATUS <<_ACEOF
27542 ac_datarootdir_hack='
27543 s&@datadir@&$datadir&g
27544 s&@docdir@&$docdir&g
27545 s&@infodir@&$infodir&g
27546 s&@localedir@&$localedir&g
27547 s&@mandir@&$mandir&g
27548 s&\\\${datarootdir}&$datarootdir&g' ;;
27549 esac
27550 _ACEOF
27552 # Neutralize VPATH when `$srcdir' = `.'.
27553 # Shell code in configure.ac might set extrasub.
27554 # FIXME: do we really want to maintain this feature?
27555 cat >>$CONFIG_STATUS <<_ACEOF
27556 sed "$ac_vpsub
27557 $extrasub
27558 _ACEOF
27559 cat >>$CONFIG_STATUS <<\_ACEOF
27561 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27562 s&@configure_input@&$configure_input&;t t
27563 s&@top_builddir@&$ac_top_builddir_sub&;t t
27564 s&@srcdir@&$ac_srcdir&;t t
27565 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27566 s&@top_srcdir@&$ac_top_srcdir&;t t
27567 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27568 s&@builddir@&$ac_builddir&;t t
27569 s&@abs_builddir@&$ac_abs_builddir&;t t
27570 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27571 s&@INSTALL@&$ac_INSTALL&;t t
27572 $ac_datarootdir_hack
27573 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27575 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27576 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27577 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27578 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27579 which seems to be undefined. Please make sure it is defined." >&5
27580 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27581 which seems to be undefined. Please make sure it is defined." >&2;}
27583 rm -f "$tmp/stdin"
27584 case $ac_file in
27585 -) cat "$tmp/out"; rm -f "$tmp/out";;
27586 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27587 esac
27591 # CONFIG_HEADER
27593 _ACEOF
27595 # Transform confdefs.h into a sed script `conftest.defines', that
27596 # substitutes the proper values into config.h.in to produce config.h.
27597 rm -f conftest.defines conftest.tail
27598 # First, append a space to every undef/define line, to ease matching.
27599 echo 's/$/ /' >conftest.defines
27600 # Then, protect against being on the right side of a sed subst, or in
27601 # an unquoted here document, in config.status. If some macros were
27602 # called several times there might be several #defines for the same
27603 # symbol, which is useless. But do not sort them, since the last
27604 # AC_DEFINE must be honored.
27605 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27606 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27607 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27608 # PARAMS is the parameter list in the macro definition--in most cases, it's
27609 # just an empty string.
27610 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27611 ac_dB='\\)[ (].*,\\1define\\2'
27612 ac_dC=' '
27613 ac_dD=' ,'
27615 uniq confdefs.h |
27616 sed -n '
27617 t rset
27618 :rset
27619 s/^[ ]*#[ ]*define[ ][ ]*//
27620 t ok
27623 s/[\\&,]/\\&/g
27624 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27625 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27626 ' >>conftest.defines
27628 # Remove the space that was appended to ease matching.
27629 # Then replace #undef with comments. This is necessary, for
27630 # example, in the case of _POSIX_SOURCE, which is predefined and required
27631 # on some systems where configure will not decide to define it.
27632 # (The regexp can be short, since the line contains either #define or #undef.)
27633 echo 's/ $//
27634 s,^[ #]*u.*,/* & */,' >>conftest.defines
27636 # Break up conftest.defines:
27637 ac_max_sed_lines=50
27639 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27640 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27641 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27642 # et cetera.
27643 ac_in='$ac_file_inputs'
27644 ac_out='"$tmp/out1"'
27645 ac_nxt='"$tmp/out2"'
27647 while :
27649 # Write a here document:
27650 cat >>$CONFIG_STATUS <<_ACEOF
27651 # First, check the format of the line:
27652 cat >"\$tmp/defines.sed" <<\\CEOF
27653 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27654 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27656 :def
27657 _ACEOF
27658 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27659 echo 'CEOF
27660 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27661 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27662 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27663 grep . conftest.tail >/dev/null || break
27664 rm -f conftest.defines
27665 mv conftest.tail conftest.defines
27666 done
27667 rm -f conftest.defines conftest.tail
27669 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27670 cat >>$CONFIG_STATUS <<\_ACEOF
27671 if test x"$ac_file" != x-; then
27672 echo "/* $configure_input */" >"$tmp/config.h"
27673 cat "$ac_result" >>"$tmp/config.h"
27674 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27675 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27676 echo "$as_me: $ac_file is unchanged" >&6;}
27677 else
27678 rm -f $ac_file
27679 mv "$tmp/config.h" $ac_file
27681 else
27682 echo "/* $configure_input */"
27683 cat "$ac_result"
27685 rm -f "$tmp/out12"
27688 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27689 echo "$as_me: executing $ac_file commands" >&6;}
27691 esac
27694 case $ac_file$ac_mode in
27695 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27696 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27697 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27698 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27699 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27700 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27701 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27702 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27703 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27704 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27705 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27706 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27707 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27709 esac
27710 done # for ac_tag
27713 { (exit 0); exit 0; }
27714 _ACEOF
27715 chmod +x $CONFIG_STATUS
27716 ac_clean_files=$ac_clean_files_save
27719 # configure is writing to config.log, and then calls config.status.
27720 # config.status does its own redirection, appending to config.log.
27721 # Unfortunately, on DOS this fails, as config.log is still kept open
27722 # by configure, so config.status won't be able to write to it; its
27723 # output is simply discarded. So we exec the FD to /dev/null,
27724 # effectively closing config.log, so it can be properly (re)opened and
27725 # appended to by config.status. When coming back to configure, we
27726 # need to make the FD available again.
27727 if test "$no_create" != yes; then
27728 ac_cs_success=:
27729 ac_config_status_args=
27730 test "$silent" = yes &&
27731 ac_config_status_args="$ac_config_status_args --quiet"
27732 exec 5>/dev/null
27733 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27734 exec 5>>config.log
27735 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27736 # would make configure fail if this is the last instruction.
27737 $ac_cs_success || { (exit 1); exit 1; }
27741 if test "$no_create" = "yes"
27742 then
27743 exit 0
27746 ac_save_IFS="$IFS"
27747 IFS="|"
27748 if test "x$wine_notices != "x; then
27749 echo >&6
27750 for msg in $wine_notices; do
27751 if test -n "$msg"; then
27752 { echo "$as_me:$LINENO: $msg" >&5
27753 echo "$as_me: $msg" >&6;}
27755 done
27757 for msg in $wine_warnings; do
27758 if test -n "$msg"; then
27759 echo >&2
27760 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27761 echo "$as_me: WARNING: $msg" >&2;}
27763 done
27764 IFS="$ac_save_IFS"
27766 echo "
27767 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27768 " >&6