user32: Print the expected and received rectangles.
[wine/multimedia.git] / configure
blobc9c04e3fedafc45338a47aef8b7da81465178a5e
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.5.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 # The user is always right.
43 if test "${PATH_SEPARATOR+set}" != set; then
44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
46 chmod +x conf$$.sh
47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48 PATH_SEPARATOR=';'
49 else
50 PATH_SEPARATOR=:
52 rm -f conf$$.sh
55 # Support unset when possible.
56 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57 as_unset=unset
58 else
59 as_unset=false
63 # IFS
64 # We need space, tab and new line, in precisely that order. Quoting is
65 # there to prevent editors from complaining about space-tab.
66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67 # splitting by setting IFS to empty value.)
68 as_nl='
70 IFS=" "" $as_nl"
72 # Find who we are. Look in the path if we contain no directory separator.
73 case $0 in
74 *[\\/]* ) as_myself=$0 ;;
75 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
76 for as_dir in $PATH
78 IFS=$as_save_IFS
79 test -z "$as_dir" && as_dir=.
80 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81 done
82 IFS=$as_save_IFS
85 esac
86 # We did not find ourselves, most probably we were run as `sh COMMAND'
87 # in which case we are not to be found in the path.
88 if test "x$as_myself" = x; then
89 as_myself=$0
91 if test ! -f "$as_myself"; then
92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93 { (exit 1); exit 1; }
96 # Work around bugs in pre-3.0 UWIN ksh.
97 for as_var in ENV MAIL MAILPATH
98 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
99 done
100 PS1='$ '
101 PS2='> '
102 PS4='+ '
104 # NLS nuisances.
105 for as_var in \
106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108 LC_TELEPHONE LC_TIME
110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111 eval $as_var=C; export $as_var
112 else
113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
115 done
117 # Required to use basename.
118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001; then
120 as_expr=expr
121 else
122 as_expr=false
125 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
126 as_basename=basename
127 else
128 as_basename=false
132 # Name of the executable.
133 as_me=`$as_basename -- "$0" ||
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135 X"$0" : 'X\(//\)$' \| \
136 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137 echo X/"$0" |
138 sed '/^.*\/\([^/][^/]*\)\/*$/{
139 s//\1/
142 /^X\/\(\/\/\)$/{
143 s//\1/
146 /^X\/\(\/\).*/{
147 s//\1/
150 s/.*/./; q'`
152 # CDPATH.
153 $as_unset CDPATH
156 if test "x$CONFIG_SHELL" = x; then
157 if (eval ":") 2>/dev/null; then
158 as_have_required=yes
159 else
160 as_have_required=no
163 if test $as_have_required = yes && (eval ":
164 (as_func_return () {
165 (exit \$1)
167 as_func_success () {
168 as_func_return 0
170 as_func_failure () {
171 as_func_return 1
173 as_func_ret_success () {
174 return 0
176 as_func_ret_failure () {
177 return 1
180 exitcode=0
181 if as_func_success; then
183 else
184 exitcode=1
185 echo as_func_success failed.
188 if as_func_failure; then
189 exitcode=1
190 echo as_func_failure succeeded.
193 if as_func_ret_success; then
195 else
196 exitcode=1
197 echo as_func_ret_success failed.
200 if as_func_ret_failure; then
201 exitcode=1
202 echo as_func_ret_failure succeeded.
205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
207 else
208 exitcode=1
209 echo positional parameters were not saved.
212 test \$exitcode = 0) || { (exit 1); exit 1; }
215 as_lineno_1=\$LINENO
216 as_lineno_2=\$LINENO
217 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
218 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
219 ") 2> /dev/null; then
221 else
222 as_candidate_shells=
223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
224 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
226 IFS=$as_save_IFS
227 test -z "$as_dir" && as_dir=.
228 case $as_dir in
230 for as_base in sh bash ksh sh5; do
231 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
232 done;;
233 esac
234 done
235 IFS=$as_save_IFS
238 for as_shell in $as_candidate_shells $SHELL; do
239 # Try only shells that exist, to save several forks.
240 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
241 { ("$as_shell") 2> /dev/null <<\_ASEOF
242 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
243 emulate sh
244 NULLCMD=:
245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246 # is contrary to our usage. Disable this feature.
247 alias -g '${1+"$@"}'='"$@"'
248 setopt NO_GLOB_SUBST
249 else
250 case `(set -o) 2>/dev/null` in
251 *posix*) set -o posix ;;
252 esac
258 _ASEOF
259 }; then
260 CONFIG_SHELL=$as_shell
261 as_have_required=yes
262 if { "$as_shell" 2> /dev/null <<\_ASEOF
263 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
264 emulate sh
265 NULLCMD=:
266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267 # is contrary to our usage. Disable this feature.
268 alias -g '${1+"$@"}'='"$@"'
269 setopt NO_GLOB_SUBST
270 else
271 case `(set -o) 2>/dev/null` in
272 *posix*) set -o posix ;;
273 esac
279 (as_func_return () {
280 (exit $1)
282 as_func_success () {
283 as_func_return 0
285 as_func_failure () {
286 as_func_return 1
288 as_func_ret_success () {
289 return 0
291 as_func_ret_failure () {
292 return 1
295 exitcode=0
296 if as_func_success; then
298 else
299 exitcode=1
300 echo as_func_success failed.
303 if as_func_failure; then
304 exitcode=1
305 echo as_func_failure succeeded.
308 if as_func_ret_success; then
310 else
311 exitcode=1
312 echo as_func_ret_success failed.
315 if as_func_ret_failure; then
316 exitcode=1
317 echo as_func_ret_failure succeeded.
320 if ( set x; as_func_ret_success y && test x = "$1" ); then
322 else
323 exitcode=1
324 echo positional parameters were not saved.
327 test $exitcode = 0) || { (exit 1); exit 1; }
330 as_lineno_1=$LINENO
331 as_lineno_2=$LINENO
332 test "x$as_lineno_1" != "x$as_lineno_2" &&
333 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
335 _ASEOF
336 }; then
337 break
342 done
344 if test "x$CONFIG_SHELL" != x; then
345 for as_var in BASH_ENV ENV
346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
347 done
348 export CONFIG_SHELL
349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
353 if test $as_have_required = no; then
354 echo This script requires a shell more modern than all the
355 echo shells that I found on your system. Please install a
356 echo modern shell, or manually run the script under such a
357 echo shell if you do have one.
358 { (exit 1); exit 1; }
368 (eval "as_func_return () {
369 (exit \$1)
371 as_func_success () {
372 as_func_return 0
374 as_func_failure () {
375 as_func_return 1
377 as_func_ret_success () {
378 return 0
380 as_func_ret_failure () {
381 return 1
384 exitcode=0
385 if as_func_success; then
387 else
388 exitcode=1
389 echo as_func_success failed.
392 if as_func_failure; then
393 exitcode=1
394 echo as_func_failure succeeded.
397 if as_func_ret_success; then
399 else
400 exitcode=1
401 echo as_func_ret_success failed.
404 if as_func_ret_failure; then
405 exitcode=1
406 echo as_func_ret_failure succeeded.
409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
411 else
412 exitcode=1
413 echo positional parameters were not saved.
416 test \$exitcode = 0") || {
417 echo No shell found that supports shell functions.
418 echo Please tell autoconf@gnu.org about your system,
419 echo including any error possibly output before this
420 echo message
425 as_lineno_1=$LINENO
426 as_lineno_2=$LINENO
427 test "x$as_lineno_1" != "x$as_lineno_2" &&
428 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
430 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
431 # uniformly replaced by the line number. The first 'sed' inserts a
432 # line-number line after each line using $LINENO; the second 'sed'
433 # does the real work. The second script uses 'N' to pair each
434 # line-number line with the line containing $LINENO, and appends
435 # trailing '-' during substitution so that $LINENO is not a special
436 # case at line end.
437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
438 # scripts with optimization help from Paolo Bonzini. Blame Lee
439 # E. McMahon (1931-1989) for sed's syntax. :-)
440 sed -n '
442 /[$]LINENO/=
443 ' <$as_myself |
444 sed '
445 s/[$]LINENO.*/&-/
446 t lineno
448 :lineno
450 :loop
451 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
452 t loop
453 s/-\n.*//
454 ' >$as_me.lineno &&
455 chmod +x "$as_me.lineno" ||
456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457 { (exit 1); exit 1; }; }
459 # Don't try to exec as it changes $[0], causing all sort of problems
460 # (the dirname of $[0] is not the place where we might find the
461 # original and so on. Autoconf is especially sensitive to this).
462 . "./$as_me.lineno"
463 # Exit status is that of the last command.
464 exit
468 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
469 as_dirname=dirname
470 else
471 as_dirname=false
474 ECHO_C= ECHO_N= ECHO_T=
475 case `echo -n x` in
476 -n*)
477 case `echo 'x\c'` in
478 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
479 *) ECHO_C='\c';;
480 esac;;
482 ECHO_N='-n';;
483 esac
485 if expr a : '\(a\)' >/dev/null 2>&1 &&
486 test "X`expr 00001 : '.*\(...\)'`" = X001; then
487 as_expr=expr
488 else
489 as_expr=false
492 rm -f conf$$ conf$$.exe conf$$.file
493 if test -d conf$$.dir; then
494 rm -f conf$$.dir/conf$$.file
495 else
496 rm -f conf$$.dir
497 mkdir conf$$.dir
499 echo >conf$$.file
500 if ln -s conf$$.file conf$$ 2>/dev/null; then
501 as_ln_s='ln -s'
502 # ... but there are two gotchas:
503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
505 # In both cases, we have to default to `cp -p'.
506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
507 as_ln_s='cp -p'
508 elif ln conf$$.file conf$$ 2>/dev/null; then
509 as_ln_s=ln
510 else
511 as_ln_s='cp -p'
513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
514 rmdir conf$$.dir 2>/dev/null
516 if mkdir -p . 2>/dev/null; then
517 as_mkdir_p=:
518 else
519 test -d ./-p && rmdir ./-p
520 as_mkdir_p=false
523 if test -x / >/dev/null 2>&1; then
524 as_test_x='test -x'
525 else
526 if ls -dL / >/dev/null 2>&1; then
527 as_ls_L_option=L
528 else
529 as_ls_L_option=
531 as_test_x='
532 eval sh -c '\''
533 if test -d "$1"; then
534 test -d "$1/.";
535 else
536 case $1 in
537 -*)set "./$1";;
538 esac;
539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540 ???[sx]*):;;*)false;;esac;fi
541 '\'' sh
544 as_executable_p=$as_test_x
546 # Sed expression to map a string onto a valid CPP name.
547 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
549 # Sed expression to map a string onto a valid variable name.
550 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554 exec 7<&0 </dev/null 6>&1
556 # Name of the host.
557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
558 # so uname gets run too.
559 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
562 # Initializations.
564 ac_default_prefix=/usr/local
565 ac_clean_files=
566 ac_config_libobj_dir=.
567 LIBOBJS=
568 cross_compiling=no
569 subdirs=
570 MFLAGS=
571 MAKEFLAGS=
572 SHELL=${CONFIG_SHELL-/bin/sh}
574 # Identity of this package.
575 PACKAGE_NAME='Wine'
576 PACKAGE_TARNAME='wine'
577 PACKAGE_VERSION='1.1.5'
578 PACKAGE_STRING='Wine 1.1.5'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 WIN16_FILES
665 WIN16_INSTALL
666 SET_MAKE
668 CFLAGS
669 LDFLAGS
670 CPPFLAGS
671 ac_ct_CC
672 EXEEXT
673 OBJEXT
675 CXXFLAGS
676 ac_ct_CXX
677 CPPBIN
678 TOOLSDIR
679 XMKMF
681 X_CFLAGS
682 X_PRE_LIBS
683 X_LIBS
684 X_EXTRA_LIBS
685 FLEX
686 BISON
688 ac_ct_AS
690 ac_ct_LD
692 ac_ct_NM
694 ac_ct_AR
695 ARFLAGS
696 RANLIB
697 STRIP
698 WINDRES
699 LN_S
701 GREP
702 EGREP
703 LDCONFIG
704 INSTALL_PROGRAM
705 INSTALL_SCRIPT
706 INSTALL_DATA
707 LINT
708 LINTFLAGS
709 FONTFORGE
710 PKG_CONFIG
711 RSVG
712 ICOTOOL
713 PRELINK
714 LIBPTHREAD
715 XLIB
716 OPENGL_LIBS
717 DLLEXT
718 DLLFLAGS
719 LDSHARED
720 LDDLLFLAGS
721 LIBEXT
722 IMPLIBEXT
723 LDRPATH_INSTALL
724 LDRPATH_LOCAL
726 DLLTOOL
727 DLLWRAP
728 MINGWAR
729 SECURITYLIB
730 COREFOUNDATIONLIB
731 IOKITLIB
732 LDEXECFLAGS
733 DISKARBITRATIONLIB
734 COREAUDIO
735 CARBONLIB
736 CROSSTEST
737 CROSSCC
738 CROSSWINDRES
739 NASLIBS
740 XML2LIBS
741 XML2INCL
742 XSLTLIBS
743 XSLTINCL
744 HALINCL
745 GNUTLSINCL
746 sane_devel
747 SANEINCL
748 gphoto2_devel
749 gphoto2port_devel
750 GPHOTO2LIBS
751 GPHOTO2INCL
752 RESOLVLIBS
753 LCMSLIBS
754 ft_devel
755 FREETYPELIBS
756 FREETYPEINCL
757 ESDCONFIG
758 ESDINCL
759 ESDLIBS
760 ALSALIBS
761 AUDIOIOLIBS
762 CUPSINCL
763 FONTCONFIGINCL
764 EXTRACFLAGS
765 BUILTINFLAG
766 LDPATH
767 CRTLIBS
768 SOCKETLIBS
769 MAIN_BINARY
770 EXTRA_BINARIES
771 LIBDL
772 LIBPOLL
773 LDAPLIBS
774 DEPENDENCIES
775 ALL_MAKERULES
776 ALL_MAKEFILES
777 ALL_MAKEFILE_DEPENDS
778 ALL_TOP_DIRS
779 ALL_DLL_DIRS
780 ALL_IMPLIB_DIRS
781 ALL_TEST_DIRS
782 ALL_PROGRAM_DIRS
783 ALL_PROGRAM_INSTALL_DIRS
784 ALL_PROGRAM_BIN_INSTALL_DIRS
785 ALL_WINETEST_DEPENDS
786 LIBOBJS
787 LTLIBOBJS'
788 ac_subst_files='MAKE_RULES
789 MAKE_DLL_RULES
790 MAKE_IMPLIB_RULES
791 MAKE_TEST_RULES
792 MAKE_PROG_RULES'
793 ac_precious_vars='build_alias
794 host_alias
795 target_alias
797 CFLAGS
798 LDFLAGS
799 LIBS
800 CPPFLAGS
802 CXXFLAGS
804 XMKMF
805 CPP'
808 # Initialize some variables set by options.
809 ac_init_help=
810 ac_init_version=false
811 # The variables have the same names as the options, with
812 # dashes changed to underlines.
813 cache_file=/dev/null
814 exec_prefix=NONE
815 no_create=
816 no_recursion=
817 prefix=NONE
818 program_prefix=NONE
819 program_suffix=NONE
820 program_transform_name=s,x,x,
821 silent=
822 site=
823 srcdir=
824 verbose=
825 x_includes=NONE
826 x_libraries=NONE
828 # Installation directory options.
829 # These are left unexpanded so users can "make install exec_prefix=/foo"
830 # and all the variables that are supposed to be based on exec_prefix
831 # by default will actually change.
832 # Use braces instead of parens because sh, perl, etc. also accept them.
833 # (The list follows the same order as the GNU Coding Standards.)
834 bindir='${exec_prefix}/bin'
835 sbindir='${exec_prefix}/sbin'
836 libexecdir='${exec_prefix}/libexec'
837 datarootdir='${prefix}/share'
838 datadir='${datarootdir}'
839 sysconfdir='${prefix}/etc'
840 sharedstatedir='${prefix}/com'
841 localstatedir='${prefix}/var'
842 includedir='${prefix}/include'
843 oldincludedir='/usr/include'
844 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
845 infodir='${datarootdir}/info'
846 htmldir='${docdir}'
847 dvidir='${docdir}'
848 pdfdir='${docdir}'
849 psdir='${docdir}'
850 libdir='${exec_prefix}/lib'
851 localedir='${datarootdir}/locale'
852 mandir='${datarootdir}/man'
854 ac_prev=
855 ac_dashdash=
856 for ac_option
858 # If the previous option needs an argument, assign it.
859 if test -n "$ac_prev"; then
860 eval $ac_prev=\$ac_option
861 ac_prev=
862 continue
865 case $ac_option in
866 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
867 *) ac_optarg=yes ;;
868 esac
870 # Accept the important Cygnus configure options, so we can diagnose typos.
872 case $ac_dashdash$ac_option in
874 ac_dashdash=yes ;;
876 -bindir | --bindir | --bindi | --bind | --bin | --bi)
877 ac_prev=bindir ;;
878 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
879 bindir=$ac_optarg ;;
881 -build | --build | --buil | --bui | --bu)
882 ac_prev=build_alias ;;
883 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
884 build_alias=$ac_optarg ;;
886 -cache-file | --cache-file | --cache-fil | --cache-fi \
887 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
888 ac_prev=cache_file ;;
889 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
890 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
891 cache_file=$ac_optarg ;;
893 --config-cache | -C)
894 cache_file=config.cache ;;
896 -datadir | --datadir | --datadi | --datad)
897 ac_prev=datadir ;;
898 -datadir=* | --datadir=* | --datadi=* | --datad=*)
899 datadir=$ac_optarg ;;
901 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
902 | --dataroo | --dataro | --datar)
903 ac_prev=datarootdir ;;
904 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
905 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
906 datarootdir=$ac_optarg ;;
908 -disable-* | --disable-*)
909 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
910 # Reject names that are not valid shell variable names.
911 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
912 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
913 { (exit 1); exit 1; }; }
914 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
915 eval enable_$ac_feature=no ;;
917 -docdir | --docdir | --docdi | --doc | --do)
918 ac_prev=docdir ;;
919 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
920 docdir=$ac_optarg ;;
922 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
923 ac_prev=dvidir ;;
924 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
925 dvidir=$ac_optarg ;;
927 -enable-* | --enable-*)
928 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
929 # Reject names that are not valid shell variable names.
930 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
931 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
932 { (exit 1); exit 1; }; }
933 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
934 eval enable_$ac_feature=\$ac_optarg ;;
936 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
937 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
938 | --exec | --exe | --ex)
939 ac_prev=exec_prefix ;;
940 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
941 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
942 | --exec=* | --exe=* | --ex=*)
943 exec_prefix=$ac_optarg ;;
945 -gas | --gas | --ga | --g)
946 # Obsolete; use --with-gas.
947 with_gas=yes ;;
949 -help | --help | --hel | --he | -h)
950 ac_init_help=long ;;
951 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
952 ac_init_help=recursive ;;
953 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
954 ac_init_help=short ;;
956 -host | --host | --hos | --ho)
957 ac_prev=host_alias ;;
958 -host=* | --host=* | --hos=* | --ho=*)
959 host_alias=$ac_optarg ;;
961 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
962 ac_prev=htmldir ;;
963 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
964 | --ht=*)
965 htmldir=$ac_optarg ;;
967 -includedir | --includedir | --includedi | --included | --include \
968 | --includ | --inclu | --incl | --inc)
969 ac_prev=includedir ;;
970 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
971 | --includ=* | --inclu=* | --incl=* | --inc=*)
972 includedir=$ac_optarg ;;
974 -infodir | --infodir | --infodi | --infod | --info | --inf)
975 ac_prev=infodir ;;
976 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
977 infodir=$ac_optarg ;;
979 -libdir | --libdir | --libdi | --libd)
980 ac_prev=libdir ;;
981 -libdir=* | --libdir=* | --libdi=* | --libd=*)
982 libdir=$ac_optarg ;;
984 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
985 | --libexe | --libex | --libe)
986 ac_prev=libexecdir ;;
987 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
988 | --libexe=* | --libex=* | --libe=*)
989 libexecdir=$ac_optarg ;;
991 -localedir | --localedir | --localedi | --localed | --locale)
992 ac_prev=localedir ;;
993 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
994 localedir=$ac_optarg ;;
996 -localstatedir | --localstatedir | --localstatedi | --localstated \
997 | --localstate | --localstat | --localsta | --localst | --locals)
998 ac_prev=localstatedir ;;
999 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1000 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1001 localstatedir=$ac_optarg ;;
1003 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1004 ac_prev=mandir ;;
1005 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1006 mandir=$ac_optarg ;;
1008 -nfp | --nfp | --nf)
1009 # Obsolete; use --without-fp.
1010 with_fp=no ;;
1012 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1013 | --no-cr | --no-c | -n)
1014 no_create=yes ;;
1016 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1017 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1018 no_recursion=yes ;;
1020 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1021 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1022 | --oldin | --oldi | --old | --ol | --o)
1023 ac_prev=oldincludedir ;;
1024 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1025 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1026 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1027 oldincludedir=$ac_optarg ;;
1029 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1030 ac_prev=prefix ;;
1031 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1032 prefix=$ac_optarg ;;
1034 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1035 | --program-pre | --program-pr | --program-p)
1036 ac_prev=program_prefix ;;
1037 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1038 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1039 program_prefix=$ac_optarg ;;
1041 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1042 | --program-suf | --program-su | --program-s)
1043 ac_prev=program_suffix ;;
1044 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1045 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1046 program_suffix=$ac_optarg ;;
1048 -program-transform-name | --program-transform-name \
1049 | --program-transform-nam | --program-transform-na \
1050 | --program-transform-n | --program-transform- \
1051 | --program-transform | --program-transfor \
1052 | --program-transfo | --program-transf \
1053 | --program-trans | --program-tran \
1054 | --progr-tra | --program-tr | --program-t)
1055 ac_prev=program_transform_name ;;
1056 -program-transform-name=* | --program-transform-name=* \
1057 | --program-transform-nam=* | --program-transform-na=* \
1058 | --program-transform-n=* | --program-transform-=* \
1059 | --program-transform=* | --program-transfor=* \
1060 | --program-transfo=* | --program-transf=* \
1061 | --program-trans=* | --program-tran=* \
1062 | --progr-tra=* | --program-tr=* | --program-t=*)
1063 program_transform_name=$ac_optarg ;;
1065 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1066 ac_prev=pdfdir ;;
1067 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1068 pdfdir=$ac_optarg ;;
1070 -psdir | --psdir | --psdi | --psd | --ps)
1071 ac_prev=psdir ;;
1072 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1073 psdir=$ac_optarg ;;
1075 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1076 | -silent | --silent | --silen | --sile | --sil)
1077 silent=yes ;;
1079 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1080 ac_prev=sbindir ;;
1081 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1082 | --sbi=* | --sb=*)
1083 sbindir=$ac_optarg ;;
1085 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1086 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1087 | --sharedst | --shareds | --shared | --share | --shar \
1088 | --sha | --sh)
1089 ac_prev=sharedstatedir ;;
1090 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1091 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1092 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1093 | --sha=* | --sh=*)
1094 sharedstatedir=$ac_optarg ;;
1096 -site | --site | --sit)
1097 ac_prev=site ;;
1098 -site=* | --site=* | --sit=*)
1099 site=$ac_optarg ;;
1101 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1102 ac_prev=srcdir ;;
1103 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1104 srcdir=$ac_optarg ;;
1106 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1107 | --syscon | --sysco | --sysc | --sys | --sy)
1108 ac_prev=sysconfdir ;;
1109 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1110 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1111 sysconfdir=$ac_optarg ;;
1113 -target | --target | --targe | --targ | --tar | --ta | --t)
1114 ac_prev=target_alias ;;
1115 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1116 target_alias=$ac_optarg ;;
1118 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1119 verbose=yes ;;
1121 -version | --version | --versio | --versi | --vers | -V)
1122 ac_init_version=: ;;
1124 -with-* | --with-*)
1125 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1126 # Reject names that are not valid shell variable names.
1127 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1128 { echo "$as_me: error: invalid package name: $ac_package" >&2
1129 { (exit 1); exit 1; }; }
1130 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1131 eval with_$ac_package=\$ac_optarg ;;
1133 -without-* | --without-*)
1134 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1135 # Reject names that are not valid shell variable names.
1136 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1137 { echo "$as_me: error: invalid package name: $ac_package" >&2
1138 { (exit 1); exit 1; }; }
1139 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1140 eval with_$ac_package=no ;;
1142 --x)
1143 # Obsolete; use --with-x.
1144 with_x=yes ;;
1146 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1147 | --x-incl | --x-inc | --x-in | --x-i)
1148 ac_prev=x_includes ;;
1149 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1150 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1151 x_includes=$ac_optarg ;;
1153 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1154 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1155 ac_prev=x_libraries ;;
1156 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1157 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1158 x_libraries=$ac_optarg ;;
1160 -*) { echo "$as_me: error: unrecognized option: $ac_option
1161 Try \`$0 --help' for more information." >&2
1162 { (exit 1); exit 1; }; }
1165 *=*)
1166 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1167 # Reject names that are not valid shell variable names.
1168 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1169 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1170 { (exit 1); exit 1; }; }
1171 eval $ac_envvar=\$ac_optarg
1172 export $ac_envvar ;;
1175 # FIXME: should be removed in autoconf 3.0.
1176 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1177 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1178 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1179 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1182 esac
1183 done
1185 if test -n "$ac_prev"; then
1186 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1187 { echo "$as_me: error: missing argument to $ac_option" >&2
1188 { (exit 1); exit 1; }; }
1191 # Be sure to have absolute directory names.
1192 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1193 datadir sysconfdir sharedstatedir localstatedir includedir \
1194 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1195 libdir localedir mandir
1197 eval ac_val=\$$ac_var
1198 case $ac_val in
1199 [\\/$]* | ?:[\\/]* ) continue;;
1200 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1201 esac
1202 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1203 { (exit 1); exit 1; }; }
1204 done
1206 # There might be people who depend on the old broken behavior: `$host'
1207 # used to hold the argument of --host etc.
1208 # FIXME: To remove some day.
1209 build=$build_alias
1210 host=$host_alias
1211 target=$target_alias
1213 # FIXME: To remove some day.
1214 if test "x$host_alias" != x; then
1215 if test "x$build_alias" = x; then
1216 cross_compiling=maybe
1217 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1218 If a cross compiler is detected then cross compile mode will be used." >&2
1219 elif test "x$build_alias" != "x$host_alias"; then
1220 cross_compiling=yes
1224 ac_tool_prefix=
1225 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1227 test "$silent" = yes && exec 6>/dev/null
1230 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1231 ac_ls_di=`ls -di .` &&
1232 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1233 { echo "$as_me: error: Working directory cannot be determined" >&2
1234 { (exit 1); exit 1; }; }
1235 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1236 { echo "$as_me: error: pwd does not report name of working directory" >&2
1237 { (exit 1); exit 1; }; }
1240 # Find the source files, if location was not specified.
1241 if test -z "$srcdir"; then
1242 ac_srcdir_defaulted=yes
1243 # Try the directory containing this script, then the parent directory.
1244 ac_confdir=`$as_dirname -- "$0" ||
1245 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1246 X"$0" : 'X\(//\)[^/]' \| \
1247 X"$0" : 'X\(//\)$' \| \
1248 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1249 echo X"$0" |
1250 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1251 s//\1/
1254 /^X\(\/\/\)[^/].*/{
1255 s//\1/
1258 /^X\(\/\/\)$/{
1259 s//\1/
1262 /^X\(\/\).*/{
1263 s//\1/
1266 s/.*/./; q'`
1267 srcdir=$ac_confdir
1268 if test ! -r "$srcdir/$ac_unique_file"; then
1269 srcdir=..
1271 else
1272 ac_srcdir_defaulted=no
1274 if test ! -r "$srcdir/$ac_unique_file"; then
1275 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1276 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1277 { (exit 1); exit 1; }; }
1279 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1280 ac_abs_confdir=`(
1281 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1282 { (exit 1); exit 1; }; }
1283 pwd)`
1284 # When building in place, set srcdir=.
1285 if test "$ac_abs_confdir" = "$ac_pwd"; then
1286 srcdir=.
1288 # Remove unnecessary trailing slashes from srcdir.
1289 # Double slashes in file names in object file debugging info
1290 # mess up M-x gdb in Emacs.
1291 case $srcdir in
1292 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1293 esac
1294 for ac_var in $ac_precious_vars; do
1295 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1296 eval ac_env_${ac_var}_value=\$${ac_var}
1297 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1298 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1299 done
1302 # Report the --help message.
1304 if test "$ac_init_help" = "long"; then
1305 # Omit some internal or obsolete options to make the list less imposing.
1306 # This message is too long to be a string in the A/UX 3.1 sh.
1307 cat <<_ACEOF
1308 \`configure' configures Wine 1.1.5 to adapt to many kinds of systems.
1310 Usage: $0 [OPTION]... [VAR=VALUE]...
1312 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1313 VAR=VALUE. See below for descriptions of some of the useful variables.
1315 Defaults for the options are specified in brackets.
1317 Configuration:
1318 -h, --help display this help and exit
1319 --help=short display options specific to this package
1320 --help=recursive display the short help of all the included packages
1321 -V, --version display version information and exit
1322 -q, --quiet, --silent do not print \`checking...' messages
1323 --cache-file=FILE cache test results in FILE [disabled]
1324 -C, --config-cache alias for \`--cache-file=config.cache'
1325 -n, --no-create do not create output files
1326 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1328 Installation directories:
1329 --prefix=PREFIX install architecture-independent files in PREFIX
1330 [$ac_default_prefix]
1331 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1332 [PREFIX]
1334 By default, \`make install' will install all the files in
1335 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1336 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1337 for instance \`--prefix=\$HOME'.
1339 For better control, use the options below.
1341 Fine tuning of the installation directories:
1342 --bindir=DIR user executables [EPREFIX/bin]
1343 --sbindir=DIR system admin executables [EPREFIX/sbin]
1344 --libexecdir=DIR program executables [EPREFIX/libexec]
1345 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1346 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1347 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1348 --libdir=DIR object code libraries [EPREFIX/lib]
1349 --includedir=DIR C header files [PREFIX/include]
1350 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1351 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1352 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1353 --infodir=DIR info documentation [DATAROOTDIR/info]
1354 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1355 --mandir=DIR man documentation [DATAROOTDIR/man]
1356 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1357 --htmldir=DIR html documentation [DOCDIR]
1358 --dvidir=DIR dvi documentation [DOCDIR]
1359 --pdfdir=DIR pdf documentation [DOCDIR]
1360 --psdir=DIR ps documentation [DOCDIR]
1361 _ACEOF
1363 cat <<\_ACEOF
1365 X features:
1366 --x-includes=DIR X include files are in DIR
1367 --x-libraries=DIR X library files are in DIR
1369 System types:
1370 --build=BUILD configure for building on BUILD [guessed]
1371 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1372 _ACEOF
1375 if test -n "$ac_init_help"; then
1376 case $ac_init_help in
1377 short | recursive ) echo "Configuration of Wine 1.1.5:";;
1378 esac
1379 cat <<\_ACEOF
1381 Optional Features:
1382 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1383 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1384 --disable-win16 do not include Win16 support
1385 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1386 binaries)
1387 --enable-maintainer-mode
1388 enable maintainer-specific build rules
1390 Optional Packages:
1391 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1392 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1393 --without-alsa do not use the Alsa sound support
1394 --without-audioio do not use the AudioIO sound support
1395 --without-capi do not use CAPI (ISDN support)
1396 --without-cms do not use CMS (color management support)
1397 --without-coreaudio do not use the CoreAudio sound support
1398 --without-cups do not use CUPS
1399 --without-curses do not use (n)curses
1400 --without-esd do not use the EsounD sound support
1401 --without-fontconfig do not use fontconfig
1402 --without-freetype do not use the FreeType library
1403 --without-gphoto do not use gphoto (Digital Camera support)
1404 --without-glu do not use the GLU library
1405 --without-gnutls do not use GnuTLS (schannel support)
1406 --without-hal do not use HAL (dynamic device support)
1407 --without-jack do not use the Jack sound support
1408 --without-jpeg do not use JPEG
1409 --without-ldap do not use LDAP
1410 --without-nas do not use the NAS sound support
1411 --without-opengl do not use OpenGL
1412 --without-openssl do not use OpenSSL
1413 --without-oss do not use the OSS sound support
1414 --without-png do not use PNG
1415 --without-sane do not use SANE (scanner support)
1416 --without-xcomposite do not use the Xcomposite extension
1417 --without-xcursor do not use the Xcursor extension
1418 --without-xinerama do not use Xinerama (multi-monitor support)
1419 --without-xinput do not use the Xinput extension
1420 --without-xml do not use XML
1421 --without-xrandr do not use Xrandr (resolution changes)
1422 --without-xrender do not use the Xrender extension
1423 --without-xshape do not use the Xshape extension
1424 --without-xshm do not use XShm (shared memory extension)
1425 --without-xslt do not use XSLT
1426 --without-xxf86vm do not use XFree video mode extension
1427 --with-wine-tools=DIR use Wine tools from directory DIR
1428 --with-x use the X Window System
1430 Some influential environment variables:
1431 CC C compiler command
1432 CFLAGS C compiler flags
1433 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1434 nonstandard directory <lib dir>
1435 LIBS libraries to pass to the linker, e.g. -l<library>
1436 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1437 you have headers in a nonstandard directory <include dir>
1438 CXX C++ compiler command
1439 CXXFLAGS C++ compiler flags
1440 XMKMF Path to xmkmf, Makefile generator for X Window System
1441 CPP C preprocessor
1443 Use these variables to override the choices made by `configure' or to help
1444 it to find libraries and programs with nonstandard names/locations.
1446 Report bugs to <wine-devel@winehq.org>.
1447 _ACEOF
1448 ac_status=$?
1451 if test "$ac_init_help" = "recursive"; then
1452 # If there are subdirs, report their specific --help.
1453 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1454 test -d "$ac_dir" || continue
1455 ac_builddir=.
1457 case "$ac_dir" in
1458 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1460 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1461 # A ".." for each directory in $ac_dir_suffix.
1462 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1463 case $ac_top_builddir_sub in
1464 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1465 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1466 esac ;;
1467 esac
1468 ac_abs_top_builddir=$ac_pwd
1469 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1470 # for backward compatibility:
1471 ac_top_builddir=$ac_top_build_prefix
1473 case $srcdir in
1474 .) # We are building in place.
1475 ac_srcdir=.
1476 ac_top_srcdir=$ac_top_builddir_sub
1477 ac_abs_top_srcdir=$ac_pwd ;;
1478 [\\/]* | ?:[\\/]* ) # Absolute name.
1479 ac_srcdir=$srcdir$ac_dir_suffix;
1480 ac_top_srcdir=$srcdir
1481 ac_abs_top_srcdir=$srcdir ;;
1482 *) # Relative name.
1483 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1484 ac_top_srcdir=$ac_top_build_prefix$srcdir
1485 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1486 esac
1487 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1489 cd "$ac_dir" || { ac_status=$?; continue; }
1490 # Check for guested configure.
1491 if test -f "$ac_srcdir/configure.gnu"; then
1492 echo &&
1493 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1494 elif test -f "$ac_srcdir/configure"; then
1495 echo &&
1496 $SHELL "$ac_srcdir/configure" --help=recursive
1497 else
1498 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1499 fi || ac_status=$?
1500 cd "$ac_pwd" || { ac_status=$?; break; }
1501 done
1504 test -n "$ac_init_help" && exit $ac_status
1505 if $ac_init_version; then
1506 cat <<\_ACEOF
1507 Wine configure 1.1.5
1508 generated by GNU Autoconf 2.61
1510 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1511 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1512 This configure script is free software; the Free Software Foundation
1513 gives unlimited permission to copy, distribute and modify it.
1514 _ACEOF
1515 exit
1517 cat >config.log <<_ACEOF
1518 This file contains any messages produced by compilers while
1519 running configure, to aid debugging if configure makes a mistake.
1521 It was created by Wine $as_me 1.1.5, which was
1522 generated by GNU Autoconf 2.61. Invocation command line was
1524 $ $0 $@
1526 _ACEOF
1527 exec 5>>config.log
1529 cat <<_ASUNAME
1530 ## --------- ##
1531 ## Platform. ##
1532 ## --------- ##
1534 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1535 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1536 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1537 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1538 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1540 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1541 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1543 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1544 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1545 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1546 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1547 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1548 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1549 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1551 _ASUNAME
1553 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1554 for as_dir in $PATH
1556 IFS=$as_save_IFS
1557 test -z "$as_dir" && as_dir=.
1558 echo "PATH: $as_dir"
1559 done
1560 IFS=$as_save_IFS
1562 } >&5
1564 cat >&5 <<_ACEOF
1567 ## ----------- ##
1568 ## Core tests. ##
1569 ## ----------- ##
1571 _ACEOF
1574 # Keep a trace of the command line.
1575 # Strip out --no-create and --no-recursion so they do not pile up.
1576 # Strip out --silent because we don't want to record it for future runs.
1577 # Also quote any args containing shell meta-characters.
1578 # Make two passes to allow for proper duplicate-argument suppression.
1579 ac_configure_args=
1580 ac_configure_args0=
1581 ac_configure_args1=
1582 ac_must_keep_next=false
1583 for ac_pass in 1 2
1585 for ac_arg
1587 case $ac_arg in
1588 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1589 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1590 | -silent | --silent | --silen | --sile | --sil)
1591 continue ;;
1592 *\'*)
1593 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1594 esac
1595 case $ac_pass in
1596 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1598 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1599 if test $ac_must_keep_next = true; then
1600 ac_must_keep_next=false # Got value, back to normal.
1601 else
1602 case $ac_arg in
1603 *=* | --config-cache | -C | -disable-* | --disable-* \
1604 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1605 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1606 | -with-* | --with-* | -without-* | --without-* | --x)
1607 case "$ac_configure_args0 " in
1608 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1609 esac
1611 -* ) ac_must_keep_next=true ;;
1612 esac
1614 ac_configure_args="$ac_configure_args '$ac_arg'"
1616 esac
1617 done
1618 done
1619 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1620 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1622 # When interrupted or exit'd, cleanup temporary files, and complete
1623 # config.log. We remove comments because anyway the quotes in there
1624 # would cause problems or look ugly.
1625 # WARNING: Use '\'' to represent an apostrophe within the trap.
1626 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1627 trap 'exit_status=$?
1628 # Save into config.log some information that might help in debugging.
1630 echo
1632 cat <<\_ASBOX
1633 ## ---------------- ##
1634 ## Cache variables. ##
1635 ## ---------------- ##
1636 _ASBOX
1637 echo
1638 # The following way of writing the cache mishandles newlines in values,
1640 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1641 eval ac_val=\$$ac_var
1642 case $ac_val in #(
1643 *${as_nl}*)
1644 case $ac_var in #(
1645 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1646 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1647 esac
1648 case $ac_var in #(
1649 _ | IFS | as_nl) ;; #(
1650 *) $as_unset $ac_var ;;
1651 esac ;;
1652 esac
1653 done
1654 (set) 2>&1 |
1655 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1656 *${as_nl}ac_space=\ *)
1657 sed -n \
1658 "s/'\''/'\''\\\\'\'''\''/g;
1659 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1660 ;; #(
1662 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1664 esac |
1665 sort
1667 echo
1669 cat <<\_ASBOX
1670 ## ----------------- ##
1671 ## Output variables. ##
1672 ## ----------------- ##
1673 _ASBOX
1674 echo
1675 for ac_var in $ac_subst_vars
1677 eval ac_val=\$$ac_var
1678 case $ac_val in
1679 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1680 esac
1681 echo "$ac_var='\''$ac_val'\''"
1682 done | sort
1683 echo
1685 if test -n "$ac_subst_files"; then
1686 cat <<\_ASBOX
1687 ## ------------------- ##
1688 ## File substitutions. ##
1689 ## ------------------- ##
1690 _ASBOX
1691 echo
1692 for ac_var in $ac_subst_files
1694 eval ac_val=\$$ac_var
1695 case $ac_val in
1696 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1697 esac
1698 echo "$ac_var='\''$ac_val'\''"
1699 done | sort
1700 echo
1703 if test -s confdefs.h; then
1704 cat <<\_ASBOX
1705 ## ----------- ##
1706 ## confdefs.h. ##
1707 ## ----------- ##
1708 _ASBOX
1709 echo
1710 cat confdefs.h
1711 echo
1713 test "$ac_signal" != 0 &&
1714 echo "$as_me: caught signal $ac_signal"
1715 echo "$as_me: exit $exit_status"
1716 } >&5
1717 rm -f core *.core core.conftest.* &&
1718 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1719 exit $exit_status
1721 for ac_signal in 1 2 13 15; do
1722 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1723 done
1724 ac_signal=0
1726 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1727 rm -f -r conftest* confdefs.h
1729 # Predefined preprocessor variables.
1731 cat >>confdefs.h <<_ACEOF
1732 #define PACKAGE_NAME "$PACKAGE_NAME"
1733 _ACEOF
1736 cat >>confdefs.h <<_ACEOF
1737 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1738 _ACEOF
1741 cat >>confdefs.h <<_ACEOF
1742 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1743 _ACEOF
1746 cat >>confdefs.h <<_ACEOF
1747 #define PACKAGE_STRING "$PACKAGE_STRING"
1748 _ACEOF
1751 cat >>confdefs.h <<_ACEOF
1752 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1753 _ACEOF
1756 # Let the site file select an alternate cache file if it wants to.
1757 # Prefer explicitly selected file to automatically selected ones.
1758 if test -n "$CONFIG_SITE"; then
1759 set x "$CONFIG_SITE"
1760 elif test "x$prefix" != xNONE; then
1761 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1762 else
1763 set x "$ac_default_prefix/share/config.site" \
1764 "$ac_default_prefix/etc/config.site"
1766 shift
1767 for ac_site_file
1769 if test -r "$ac_site_file"; then
1770 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1771 echo "$as_me: loading site script $ac_site_file" >&6;}
1772 sed 's/^/| /' "$ac_site_file" >&5
1773 . "$ac_site_file"
1775 done
1777 if test -r "$cache_file"; then
1778 # Some versions of bash will fail to source /dev/null (special
1779 # files actually), so we avoid doing that.
1780 if test -f "$cache_file"; then
1781 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1782 echo "$as_me: loading cache $cache_file" >&6;}
1783 case $cache_file in
1784 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1785 *) . "./$cache_file";;
1786 esac
1788 else
1789 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1790 echo "$as_me: creating cache $cache_file" >&6;}
1791 >$cache_file
1794 # Check that the precious variables saved in the cache have kept the same
1795 # value.
1796 ac_cache_corrupted=false
1797 for ac_var in $ac_precious_vars; do
1798 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1799 eval ac_new_set=\$ac_env_${ac_var}_set
1800 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1801 eval ac_new_val=\$ac_env_${ac_var}_value
1802 case $ac_old_set,$ac_new_set in
1803 set,)
1804 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1805 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1806 ac_cache_corrupted=: ;;
1807 ,set)
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1810 ac_cache_corrupted=: ;;
1811 ,);;
1813 if test "x$ac_old_val" != "x$ac_new_val"; then
1814 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1815 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1816 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1817 echo "$as_me: former value: $ac_old_val" >&2;}
1818 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1819 echo "$as_me: current value: $ac_new_val" >&2;}
1820 ac_cache_corrupted=:
1821 fi;;
1822 esac
1823 # Pass precious variables to config.status.
1824 if test "$ac_new_set" = set; then
1825 case $ac_new_val in
1826 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1827 *) ac_arg=$ac_var=$ac_new_val ;;
1828 esac
1829 case " $ac_configure_args " in
1830 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1831 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1832 esac
1834 done
1835 if $ac_cache_corrupted; then
1836 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1837 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1838 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1839 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1840 { (exit 1); exit 1; }; }
1867 ac_ext=c
1868 ac_cpp='$CPP $CPPFLAGS'
1869 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1870 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1871 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1875 ac_config_headers="$ac_config_headers include/config.h"
1877 ac_aux_dir=
1878 for ac_dir in tools "$srcdir"/tools; do
1879 if test -f "$ac_dir/install-sh"; then
1880 ac_aux_dir=$ac_dir
1881 ac_install_sh="$ac_aux_dir/install-sh -c"
1882 break
1883 elif test -f "$ac_dir/install.sh"; then
1884 ac_aux_dir=$ac_dir
1885 ac_install_sh="$ac_aux_dir/install.sh -c"
1886 break
1887 elif test -f "$ac_dir/shtool"; then
1888 ac_aux_dir=$ac_dir
1889 ac_install_sh="$ac_aux_dir/shtool install -c"
1890 break
1892 done
1893 if test -z "$ac_aux_dir"; then
1894 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1895 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1896 { (exit 1); exit 1; }; }
1899 # These three variables are undocumented and unsupported,
1900 # and are intended to be withdrawn in a future Autoconf release.
1901 # They can cause serious problems if a builder's source tree is in a directory
1902 # whose full name contains unusual characters.
1903 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1904 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1905 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1910 # Check whether --enable-win16 was given.
1911 if test "${enable_win16+set}" = set; then
1912 enableval=$enable_win16;
1915 # Check whether --enable-win64 was given.
1916 if test "${enable_win64+set}" = set; then
1917 enableval=$enable_win64;
1920 # Check whether --enable-maintainer-mode was given.
1921 if test "${enable_maintainer_mode+set}" = set; then
1922 enableval=$enable_maintainer_mode;
1923 else
1924 MAINTAINER_MODE=\#
1930 # Check whether --with-alsa was given.
1931 if test "${with_alsa+set}" = set; then
1932 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1936 # Check whether --with-audioio was given.
1937 if test "${with_audioio+set}" = set; then
1938 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1942 # Check whether --with-capi was given.
1943 if test "${with_capi+set}" = set; then
1944 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1948 # Check whether --with-cms was given.
1949 if test "${with_cms+set}" = set; then
1950 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1954 # Check whether --with-coreaudio was given.
1955 if test "${with_coreaudio+set}" = set; then
1956 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1960 # Check whether --with-cups was given.
1961 if test "${with_cups+set}" = set; then
1962 withval=$with_cups;
1966 # Check whether --with-curses was given.
1967 if test "${with_curses+set}" = set; then
1968 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1972 # Check whether --with-esd was given.
1973 if test "${with_esd+set}" = set; then
1974 withval=$with_esd;
1978 # Check whether --with-fontconfig was given.
1979 if test "${with_fontconfig+set}" = set; then
1980 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1984 # Check whether --with-freetype was given.
1985 if test "${with_freetype+set}" = set; then
1986 withval=$with_freetype;
1990 # Check whether --with-gphoto was given.
1991 if test "${with_gphoto+set}" = set; then
1992 withval=$with_gphoto;
1996 # Check whether --with-glu was given.
1997 if test "${with_glu+set}" = set; then
1998 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2002 # Check whether --with-gnutls was given.
2003 if test "${with_gnutls+set}" = set; then
2004 withval=$with_gnutls;
2008 # Check whether --with-hal was given.
2009 if test "${with_hal+set}" = set; then
2010 withval=$with_hal;
2014 # Check whether --with-jack was given.
2015 if test "${with_jack+set}" = set; then
2016 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2020 # Check whether --with-jpeg was given.
2021 if test "${with_jpeg+set}" = set; then
2022 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2026 # Check whether --with-ldap was given.
2027 if test "${with_ldap+set}" = set; then
2028 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2032 # Check whether --with-nas was given.
2033 if test "${with_nas+set}" = set; then
2034 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2038 # Check whether --with-opengl was given.
2039 if test "${with_opengl+set}" = set; then
2040 withval=$with_opengl;
2044 # Check whether --with-openssl was given.
2045 if test "${with_openssl+set}" = set; then
2046 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2050 # Check whether --with-oss was given.
2051 if test "${with_oss+set}" = set; then
2052 withval=$with_oss; if test "x$withval" = "xno"; then ac_cv_header_soundcard_h=no; ac_cv_header_sys_soundcard_h=no; ac_cv_header_machine_soundcard_h=no; fi
2056 # Check whether --with-png was given.
2057 if test "${with_png+set}" = set; then
2058 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2062 # Check whether --with-sane was given.
2063 if test "${with_sane+set}" = set; then
2064 withval=$with_sane;
2068 # Check whether --with-xcomposite was given.
2069 if test "${with_xcomposite+set}" = set; then
2070 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2074 # Check whether --with-xcursor was given.
2075 if test "${with_xcursor+set}" = set; then
2076 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2080 # Check whether --with-xinerama was given.
2081 if test "${with_xinerama+set}" = set; then
2082 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2086 # Check whether --with-xinput was given.
2087 if test "${with_xinput+set}" = set; then
2088 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2092 # Check whether --with-xml was given.
2093 if test "${with_xml+set}" = set; then
2094 withval=$with_xml;
2098 # Check whether --with-xrandr was given.
2099 if test "${with_xrandr+set}" = set; then
2100 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2104 # Check whether --with-xrender was given.
2105 if test "${with_xrender+set}" = set; then
2106 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2110 # Check whether --with-xshape was given.
2111 if test "${with_xshape+set}" = set; then
2112 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2116 # Check whether --with-xshm was given.
2117 if test "${with_xshm+set}" = set; then
2118 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2122 # Check whether --with-xslt was given.
2123 if test "${with_xslt+set}" = set; then
2124 withval=$with_xslt;
2128 # Check whether --with-xxf86vm was given.
2129 if test "${with_xxf86vm+set}" = set; then
2130 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2135 # Check whether --with-wine-tools was given.
2136 if test "${with_wine_tools+set}" = set; then
2137 withval=$with_wine_tools;
2141 # Make sure we can run config.sub.
2142 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2143 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2144 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2145 { (exit 1); exit 1; }; }
2147 { echo "$as_me:$LINENO: checking build system type" >&5
2148 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2149 if test "${ac_cv_build+set}" = set; then
2150 echo $ECHO_N "(cached) $ECHO_C" >&6
2151 else
2152 ac_build_alias=$build_alias
2153 test "x$ac_build_alias" = x &&
2154 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2155 test "x$ac_build_alias" = x &&
2156 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2157 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2158 { (exit 1); exit 1; }; }
2159 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2160 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2161 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2162 { (exit 1); exit 1; }; }
2165 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2166 echo "${ECHO_T}$ac_cv_build" >&6; }
2167 case $ac_cv_build in
2168 *-*-*) ;;
2169 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2170 echo "$as_me: error: invalid value of canonical build" >&2;}
2171 { (exit 1); exit 1; }; };;
2172 esac
2173 build=$ac_cv_build
2174 ac_save_IFS=$IFS; IFS='-'
2175 set x $ac_cv_build
2176 shift
2177 build_cpu=$1
2178 build_vendor=$2
2179 shift; shift
2180 # Remember, the first character of IFS is used to create $*,
2181 # except with old shells:
2182 build_os=$*
2183 IFS=$ac_save_IFS
2184 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2187 { echo "$as_me:$LINENO: checking host system type" >&5
2188 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2189 if test "${ac_cv_host+set}" = set; then
2190 echo $ECHO_N "(cached) $ECHO_C" >&6
2191 else
2192 if test "x$host_alias" = x; then
2193 ac_cv_host=$ac_cv_build
2194 else
2195 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2196 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2197 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2198 { (exit 1); exit 1; }; }
2202 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2203 echo "${ECHO_T}$ac_cv_host" >&6; }
2204 case $ac_cv_host in
2205 *-*-*) ;;
2206 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2207 echo "$as_me: error: invalid value of canonical host" >&2;}
2208 { (exit 1); exit 1; }; };;
2209 esac
2210 host=$ac_cv_host
2211 ac_save_IFS=$IFS; IFS='-'
2212 set x $ac_cv_host
2213 shift
2214 host_cpu=$1
2215 host_vendor=$2
2216 shift; shift
2217 # Remember, the first character of IFS is used to create $*,
2218 # except with old shells:
2219 host_os=$*
2220 IFS=$ac_save_IFS
2221 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2224 case $host in
2225 x86_64*linux*)
2226 if test "x$enable_win64" != "xyes"
2227 then
2228 test -n "$CC" || CC="gcc -m32"
2229 test -n "$CXX"|| CXX="g++ -m32"
2230 test -n "$LD" || LD="ld -m elf_i386"
2231 test -n "$AS" || AS="as --32"
2232 host_cpu="i386"
2235 esac
2237 case $host_cpu in
2238 *i[3456789]86*)
2239 if test "x$enable_win16" != "xno"
2240 then
2241 enable_win16="yes"
2244 esac
2246 WIN16_FILES="\$(WIN16_FILES)"
2248 WIN16_INSTALL="\$(WIN16_INSTALL)"
2250 if test "x$enable_win16" != "xyes"
2251 then
2252 WIN16_FILES=""
2253 WIN16_INSTALL=""
2256 case "$srcdir" in
2257 .) ;;
2258 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2259 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2260 You need to run 'make distclean' in the source tree first." >&5
2261 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2262 You need to run 'make distclean' in the source tree first." >&2;}
2263 { (exit 1); exit 1; }; }
2264 fi ;;
2265 esac
2268 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2269 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2270 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2271 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2272 echo $ECHO_N "(cached) $ECHO_C" >&6
2273 else
2274 cat >conftest.make <<\_ACEOF
2275 SHELL = /bin/sh
2276 all:
2277 @echo '@@@%%%=$(MAKE)=@@@%%%'
2278 _ACEOF
2279 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2280 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2281 *@@@%%%=?*=@@@%%%*)
2282 eval ac_cv_prog_make_${ac_make}_set=yes;;
2284 eval ac_cv_prog_make_${ac_make}_set=no;;
2285 esac
2286 rm -f conftest.make
2288 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2289 { echo "$as_me:$LINENO: result: yes" >&5
2290 echo "${ECHO_T}yes" >&6; }
2291 SET_MAKE=
2292 else
2293 { echo "$as_me:$LINENO: result: no" >&5
2294 echo "${ECHO_T}no" >&6; }
2295 SET_MAKE="MAKE=${MAKE-make}"
2298 ac_ext=c
2299 ac_cpp='$CPP $CPPFLAGS'
2300 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2301 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2302 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2303 if test -n "$ac_tool_prefix"; then
2304 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2305 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2306 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2307 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2308 if test "${ac_cv_prog_CC+set}" = set; then
2309 echo $ECHO_N "(cached) $ECHO_C" >&6
2310 else
2311 if test -n "$CC"; then
2312 ac_cv_prog_CC="$CC" # Let the user override the test.
2313 else
2314 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2315 for as_dir in $PATH
2317 IFS=$as_save_IFS
2318 test -z "$as_dir" && as_dir=.
2319 for ac_exec_ext in '' $ac_executable_extensions; do
2320 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2321 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2322 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2323 break 2
2325 done
2326 done
2327 IFS=$as_save_IFS
2331 CC=$ac_cv_prog_CC
2332 if test -n "$CC"; then
2333 { echo "$as_me:$LINENO: result: $CC" >&5
2334 echo "${ECHO_T}$CC" >&6; }
2335 else
2336 { echo "$as_me:$LINENO: result: no" >&5
2337 echo "${ECHO_T}no" >&6; }
2342 if test -z "$ac_cv_prog_CC"; then
2343 ac_ct_CC=$CC
2344 # Extract the first word of "gcc", so it can be a program name with args.
2345 set dummy gcc; ac_word=$2
2346 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2347 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2348 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2349 echo $ECHO_N "(cached) $ECHO_C" >&6
2350 else
2351 if test -n "$ac_ct_CC"; then
2352 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2353 else
2354 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2355 for as_dir in $PATH
2357 IFS=$as_save_IFS
2358 test -z "$as_dir" && as_dir=.
2359 for ac_exec_ext in '' $ac_executable_extensions; do
2360 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2361 ac_cv_prog_ac_ct_CC="gcc"
2362 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2363 break 2
2365 done
2366 done
2367 IFS=$as_save_IFS
2371 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2372 if test -n "$ac_ct_CC"; then
2373 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2374 echo "${ECHO_T}$ac_ct_CC" >&6; }
2375 else
2376 { echo "$as_me:$LINENO: result: no" >&5
2377 echo "${ECHO_T}no" >&6; }
2380 if test "x$ac_ct_CC" = x; then
2381 CC=""
2382 else
2383 case $cross_compiling:$ac_tool_warned in
2384 yes:)
2385 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2386 whose name does not start with the host triplet. If you think this
2387 configuration is useful to you, please write to autoconf@gnu.org." >&5
2388 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2389 whose name does not start with the host triplet. If you think this
2390 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2391 ac_tool_warned=yes ;;
2392 esac
2393 CC=$ac_ct_CC
2395 else
2396 CC="$ac_cv_prog_CC"
2399 if test -z "$CC"; then
2400 if test -n "$ac_tool_prefix"; then
2401 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2402 set dummy ${ac_tool_prefix}cc; ac_word=$2
2403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2405 if test "${ac_cv_prog_CC+set}" = set; then
2406 echo $ECHO_N "(cached) $ECHO_C" >&6
2407 else
2408 if test -n "$CC"; then
2409 ac_cv_prog_CC="$CC" # Let the user override the test.
2410 else
2411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2412 for as_dir in $PATH
2414 IFS=$as_save_IFS
2415 test -z "$as_dir" && as_dir=.
2416 for ac_exec_ext in '' $ac_executable_extensions; do
2417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2418 ac_cv_prog_CC="${ac_tool_prefix}cc"
2419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2420 break 2
2422 done
2423 done
2424 IFS=$as_save_IFS
2428 CC=$ac_cv_prog_CC
2429 if test -n "$CC"; then
2430 { echo "$as_me:$LINENO: result: $CC" >&5
2431 echo "${ECHO_T}$CC" >&6; }
2432 else
2433 { echo "$as_me:$LINENO: result: no" >&5
2434 echo "${ECHO_T}no" >&6; }
2440 if test -z "$CC"; then
2441 # Extract the first word of "cc", so it can be a program name with args.
2442 set dummy cc; ac_word=$2
2443 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2444 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2445 if test "${ac_cv_prog_CC+set}" = set; then
2446 echo $ECHO_N "(cached) $ECHO_C" >&6
2447 else
2448 if test -n "$CC"; then
2449 ac_cv_prog_CC="$CC" # Let the user override the test.
2450 else
2451 ac_prog_rejected=no
2452 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2453 for as_dir in $PATH
2455 IFS=$as_save_IFS
2456 test -z "$as_dir" && as_dir=.
2457 for ac_exec_ext in '' $ac_executable_extensions; do
2458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2459 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2460 ac_prog_rejected=yes
2461 continue
2463 ac_cv_prog_CC="cc"
2464 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2465 break 2
2467 done
2468 done
2469 IFS=$as_save_IFS
2471 if test $ac_prog_rejected = yes; then
2472 # We found a bogon in the path, so make sure we never use it.
2473 set dummy $ac_cv_prog_CC
2474 shift
2475 if test $# != 0; then
2476 # We chose a different compiler from the bogus one.
2477 # However, it has the same basename, so the bogon will be chosen
2478 # first if we set CC to just the basename; use the full file name.
2479 shift
2480 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2485 CC=$ac_cv_prog_CC
2486 if test -n "$CC"; then
2487 { echo "$as_me:$LINENO: result: $CC" >&5
2488 echo "${ECHO_T}$CC" >&6; }
2489 else
2490 { echo "$as_me:$LINENO: result: no" >&5
2491 echo "${ECHO_T}no" >&6; }
2496 if test -z "$CC"; then
2497 if test -n "$ac_tool_prefix"; then
2498 for ac_prog in cl.exe
2500 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2501 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2502 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2503 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2504 if test "${ac_cv_prog_CC+set}" = set; then
2505 echo $ECHO_N "(cached) $ECHO_C" >&6
2506 else
2507 if test -n "$CC"; then
2508 ac_cv_prog_CC="$CC" # Let the user override the test.
2509 else
2510 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2511 for as_dir in $PATH
2513 IFS=$as_save_IFS
2514 test -z "$as_dir" && as_dir=.
2515 for ac_exec_ext in '' $ac_executable_extensions; do
2516 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2517 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2518 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2519 break 2
2521 done
2522 done
2523 IFS=$as_save_IFS
2527 CC=$ac_cv_prog_CC
2528 if test -n "$CC"; then
2529 { echo "$as_me:$LINENO: result: $CC" >&5
2530 echo "${ECHO_T}$CC" >&6; }
2531 else
2532 { echo "$as_me:$LINENO: result: no" >&5
2533 echo "${ECHO_T}no" >&6; }
2537 test -n "$CC" && break
2538 done
2540 if test -z "$CC"; then
2541 ac_ct_CC=$CC
2542 for ac_prog in cl.exe
2544 # Extract the first word of "$ac_prog", so it can be a program name with args.
2545 set dummy $ac_prog; ac_word=$2
2546 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2547 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2548 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2549 echo $ECHO_N "(cached) $ECHO_C" >&6
2550 else
2551 if test -n "$ac_ct_CC"; then
2552 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2553 else
2554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2555 for as_dir in $PATH
2557 IFS=$as_save_IFS
2558 test -z "$as_dir" && as_dir=.
2559 for ac_exec_ext in '' $ac_executable_extensions; do
2560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2561 ac_cv_prog_ac_ct_CC="$ac_prog"
2562 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2563 break 2
2565 done
2566 done
2567 IFS=$as_save_IFS
2571 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2572 if test -n "$ac_ct_CC"; then
2573 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2574 echo "${ECHO_T}$ac_ct_CC" >&6; }
2575 else
2576 { echo "$as_me:$LINENO: result: no" >&5
2577 echo "${ECHO_T}no" >&6; }
2581 test -n "$ac_ct_CC" && break
2582 done
2584 if test "x$ac_ct_CC" = x; then
2585 CC=""
2586 else
2587 case $cross_compiling:$ac_tool_warned in
2588 yes:)
2589 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2590 whose name does not start with the host triplet. If you think this
2591 configuration is useful to you, please write to autoconf@gnu.org." >&5
2592 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2593 whose name does not start with the host triplet. If you think this
2594 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2595 ac_tool_warned=yes ;;
2596 esac
2597 CC=$ac_ct_CC
2604 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2605 See \`config.log' for more details." >&5
2606 echo "$as_me: error: no acceptable C compiler found in \$PATH
2607 See \`config.log' for more details." >&2;}
2608 { (exit 1); exit 1; }; }
2610 # Provide some information about the compiler.
2611 echo "$as_me:$LINENO: checking for C compiler version" >&5
2612 ac_compiler=`set X $ac_compile; echo $2`
2613 { (ac_try="$ac_compiler --version >&5"
2614 case "(($ac_try" in
2615 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2616 *) ac_try_echo=$ac_try;;
2617 esac
2618 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2619 (eval "$ac_compiler --version >&5") 2>&5
2620 ac_status=$?
2621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2622 (exit $ac_status); }
2623 { (ac_try="$ac_compiler -v >&5"
2624 case "(($ac_try" in
2625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2626 *) ac_try_echo=$ac_try;;
2627 esac
2628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2629 (eval "$ac_compiler -v >&5") 2>&5
2630 ac_status=$?
2631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2632 (exit $ac_status); }
2633 { (ac_try="$ac_compiler -V >&5"
2634 case "(($ac_try" in
2635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2636 *) ac_try_echo=$ac_try;;
2637 esac
2638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2639 (eval "$ac_compiler -V >&5") 2>&5
2640 ac_status=$?
2641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2642 (exit $ac_status); }
2644 cat >conftest.$ac_ext <<_ACEOF
2645 /* confdefs.h. */
2646 _ACEOF
2647 cat confdefs.h >>conftest.$ac_ext
2648 cat >>conftest.$ac_ext <<_ACEOF
2649 /* end confdefs.h. */
2652 main ()
2656 return 0;
2658 _ACEOF
2659 ac_clean_files_save=$ac_clean_files
2660 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2661 # Try to create an executable without -o first, disregard a.out.
2662 # It will help us diagnose broken compilers, and finding out an intuition
2663 # of exeext.
2664 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2665 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2666 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2668 # List of possible output files, starting from the most likely.
2669 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2670 # only as a last resort. b.out is created by i960 compilers.
2671 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2673 # The IRIX 6 linker writes into existing files which may not be
2674 # executable, retaining their permissions. Remove them first so a
2675 # subsequent execution test works.
2676 ac_rmfiles=
2677 for ac_file in $ac_files
2679 case $ac_file in
2680 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2681 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2682 esac
2683 done
2684 rm -f $ac_rmfiles
2686 if { (ac_try="$ac_link_default"
2687 case "(($ac_try" in
2688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2689 *) ac_try_echo=$ac_try;;
2690 esac
2691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2692 (eval "$ac_link_default") 2>&5
2693 ac_status=$?
2694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2695 (exit $ac_status); }; then
2696 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2697 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2698 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2699 # so that the user can short-circuit this test for compilers unknown to
2700 # Autoconf.
2701 for ac_file in $ac_files ''
2703 test -f "$ac_file" || continue
2704 case $ac_file in
2705 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2707 [ab].out )
2708 # We found the default executable, but exeext='' is most
2709 # certainly right.
2710 break;;
2711 *.* )
2712 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2713 then :; else
2714 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2716 # We set ac_cv_exeext here because the later test for it is not
2717 # safe: cross compilers may not add the suffix if given an `-o'
2718 # argument, so we may need to know it at that point already.
2719 # Even if this section looks crufty: it has the advantage of
2720 # actually working.
2721 break;;
2723 break;;
2724 esac
2725 done
2726 test "$ac_cv_exeext" = no && ac_cv_exeext=
2728 else
2729 ac_file=''
2732 { echo "$as_me:$LINENO: result: $ac_file" >&5
2733 echo "${ECHO_T}$ac_file" >&6; }
2734 if test -z "$ac_file"; then
2735 echo "$as_me: failed program was:" >&5
2736 sed 's/^/| /' conftest.$ac_ext >&5
2738 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2739 See \`config.log' for more details." >&5
2740 echo "$as_me: error: C compiler cannot create executables
2741 See \`config.log' for more details." >&2;}
2742 { (exit 77); exit 77; }; }
2745 ac_exeext=$ac_cv_exeext
2747 # Check that the compiler produces executables we can run. If not, either
2748 # the compiler is broken, or we cross compile.
2749 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2750 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2751 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2752 # If not cross compiling, check that we can run a simple program.
2753 if test "$cross_compiling" != yes; then
2754 if { ac_try='./$ac_file'
2755 { (case "(($ac_try" in
2756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2757 *) ac_try_echo=$ac_try;;
2758 esac
2759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2760 (eval "$ac_try") 2>&5
2761 ac_status=$?
2762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2763 (exit $ac_status); }; }; then
2764 cross_compiling=no
2765 else
2766 if test "$cross_compiling" = maybe; then
2767 cross_compiling=yes
2768 else
2769 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2770 If you meant to cross compile, use \`--host'.
2771 See \`config.log' for more details." >&5
2772 echo "$as_me: error: cannot run C compiled programs.
2773 If you meant to cross compile, use \`--host'.
2774 See \`config.log' for more details." >&2;}
2775 { (exit 1); exit 1; }; }
2779 { echo "$as_me:$LINENO: result: yes" >&5
2780 echo "${ECHO_T}yes" >&6; }
2782 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2783 ac_clean_files=$ac_clean_files_save
2784 # Check that the compiler produces executables we can run. If not, either
2785 # the compiler is broken, or we cross compile.
2786 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2787 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2788 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2789 echo "${ECHO_T}$cross_compiling" >&6; }
2791 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2792 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2793 if { (ac_try="$ac_link"
2794 case "(($ac_try" in
2795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2796 *) ac_try_echo=$ac_try;;
2797 esac
2798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2799 (eval "$ac_link") 2>&5
2800 ac_status=$?
2801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2802 (exit $ac_status); }; then
2803 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2804 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2805 # work properly (i.e., refer to `conftest.exe'), while it won't with
2806 # `rm'.
2807 for ac_file in conftest.exe conftest conftest.*; do
2808 test -f "$ac_file" || continue
2809 case $ac_file in
2810 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2811 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2812 break;;
2813 * ) break;;
2814 esac
2815 done
2816 else
2817 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2818 See \`config.log' for more details." >&5
2819 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2820 See \`config.log' for more details." >&2;}
2821 { (exit 1); exit 1; }; }
2824 rm -f conftest$ac_cv_exeext
2825 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2826 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2828 rm -f conftest.$ac_ext
2829 EXEEXT=$ac_cv_exeext
2830 ac_exeext=$EXEEXT
2831 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2832 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2833 if test "${ac_cv_objext+set}" = set; then
2834 echo $ECHO_N "(cached) $ECHO_C" >&6
2835 else
2836 cat >conftest.$ac_ext <<_ACEOF
2837 /* confdefs.h. */
2838 _ACEOF
2839 cat confdefs.h >>conftest.$ac_ext
2840 cat >>conftest.$ac_ext <<_ACEOF
2841 /* end confdefs.h. */
2844 main ()
2848 return 0;
2850 _ACEOF
2851 rm -f conftest.o conftest.obj
2852 if { (ac_try="$ac_compile"
2853 case "(($ac_try" in
2854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2855 *) ac_try_echo=$ac_try;;
2856 esac
2857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2858 (eval "$ac_compile") 2>&5
2859 ac_status=$?
2860 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2861 (exit $ac_status); }; then
2862 for ac_file in conftest.o conftest.obj conftest.*; do
2863 test -f "$ac_file" || continue;
2864 case $ac_file in
2865 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2866 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2867 break;;
2868 esac
2869 done
2870 else
2871 echo "$as_me: failed program was:" >&5
2872 sed 's/^/| /' conftest.$ac_ext >&5
2874 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2875 See \`config.log' for more details." >&5
2876 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2877 See \`config.log' for more details." >&2;}
2878 { (exit 1); exit 1; }; }
2881 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2883 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2884 echo "${ECHO_T}$ac_cv_objext" >&6; }
2885 OBJEXT=$ac_cv_objext
2886 ac_objext=$OBJEXT
2887 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2888 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2889 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2890 echo $ECHO_N "(cached) $ECHO_C" >&6
2891 else
2892 cat >conftest.$ac_ext <<_ACEOF
2893 /* confdefs.h. */
2894 _ACEOF
2895 cat confdefs.h >>conftest.$ac_ext
2896 cat >>conftest.$ac_ext <<_ACEOF
2897 /* end confdefs.h. */
2900 main ()
2902 #ifndef __GNUC__
2903 choke me
2904 #endif
2907 return 0;
2909 _ACEOF
2910 rm -f conftest.$ac_objext
2911 if { (ac_try="$ac_compile"
2912 case "(($ac_try" in
2913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2914 *) ac_try_echo=$ac_try;;
2915 esac
2916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2917 (eval "$ac_compile") 2>conftest.er1
2918 ac_status=$?
2919 grep -v '^ *+' conftest.er1 >conftest.err
2920 rm -f conftest.er1
2921 cat conftest.err >&5
2922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2923 (exit $ac_status); } && {
2924 test -z "$ac_c_werror_flag" ||
2925 test ! -s conftest.err
2926 } && test -s conftest.$ac_objext; then
2927 ac_compiler_gnu=yes
2928 else
2929 echo "$as_me: failed program was:" >&5
2930 sed 's/^/| /' conftest.$ac_ext >&5
2932 ac_compiler_gnu=no
2935 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2936 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2939 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2940 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2941 GCC=`test $ac_compiler_gnu = yes && echo yes`
2942 ac_test_CFLAGS=${CFLAGS+set}
2943 ac_save_CFLAGS=$CFLAGS
2944 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2945 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2946 if test "${ac_cv_prog_cc_g+set}" = set; then
2947 echo $ECHO_N "(cached) $ECHO_C" >&6
2948 else
2949 ac_save_c_werror_flag=$ac_c_werror_flag
2950 ac_c_werror_flag=yes
2951 ac_cv_prog_cc_g=no
2952 CFLAGS="-g"
2953 cat >conftest.$ac_ext <<_ACEOF
2954 /* confdefs.h. */
2955 _ACEOF
2956 cat confdefs.h >>conftest.$ac_ext
2957 cat >>conftest.$ac_ext <<_ACEOF
2958 /* end confdefs.h. */
2961 main ()
2965 return 0;
2967 _ACEOF
2968 rm -f conftest.$ac_objext
2969 if { (ac_try="$ac_compile"
2970 case "(($ac_try" in
2971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2972 *) ac_try_echo=$ac_try;;
2973 esac
2974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2975 (eval "$ac_compile") 2>conftest.er1
2976 ac_status=$?
2977 grep -v '^ *+' conftest.er1 >conftest.err
2978 rm -f conftest.er1
2979 cat conftest.err >&5
2980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2981 (exit $ac_status); } && {
2982 test -z "$ac_c_werror_flag" ||
2983 test ! -s conftest.err
2984 } && test -s conftest.$ac_objext; then
2985 ac_cv_prog_cc_g=yes
2986 else
2987 echo "$as_me: failed program was:" >&5
2988 sed 's/^/| /' conftest.$ac_ext >&5
2990 CFLAGS=""
2991 cat >conftest.$ac_ext <<_ACEOF
2992 /* confdefs.h. */
2993 _ACEOF
2994 cat confdefs.h >>conftest.$ac_ext
2995 cat >>conftest.$ac_ext <<_ACEOF
2996 /* end confdefs.h. */
2999 main ()
3003 return 0;
3005 _ACEOF
3006 rm -f conftest.$ac_objext
3007 if { (ac_try="$ac_compile"
3008 case "(($ac_try" in
3009 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3010 *) ac_try_echo=$ac_try;;
3011 esac
3012 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3013 (eval "$ac_compile") 2>conftest.er1
3014 ac_status=$?
3015 grep -v '^ *+' conftest.er1 >conftest.err
3016 rm -f conftest.er1
3017 cat conftest.err >&5
3018 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3019 (exit $ac_status); } && {
3020 test -z "$ac_c_werror_flag" ||
3021 test ! -s conftest.err
3022 } && test -s conftest.$ac_objext; then
3024 else
3025 echo "$as_me: failed program was:" >&5
3026 sed 's/^/| /' conftest.$ac_ext >&5
3028 ac_c_werror_flag=$ac_save_c_werror_flag
3029 CFLAGS="-g"
3030 cat >conftest.$ac_ext <<_ACEOF
3031 /* confdefs.h. */
3032 _ACEOF
3033 cat confdefs.h >>conftest.$ac_ext
3034 cat >>conftest.$ac_ext <<_ACEOF
3035 /* end confdefs.h. */
3038 main ()
3042 return 0;
3044 _ACEOF
3045 rm -f conftest.$ac_objext
3046 if { (ac_try="$ac_compile"
3047 case "(($ac_try" in
3048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3049 *) ac_try_echo=$ac_try;;
3050 esac
3051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3052 (eval "$ac_compile") 2>conftest.er1
3053 ac_status=$?
3054 grep -v '^ *+' conftest.er1 >conftest.err
3055 rm -f conftest.er1
3056 cat conftest.err >&5
3057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3058 (exit $ac_status); } && {
3059 test -z "$ac_c_werror_flag" ||
3060 test ! -s conftest.err
3061 } && test -s conftest.$ac_objext; then
3062 ac_cv_prog_cc_g=yes
3063 else
3064 echo "$as_me: failed program was:" >&5
3065 sed 's/^/| /' conftest.$ac_ext >&5
3070 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3073 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3077 ac_c_werror_flag=$ac_save_c_werror_flag
3079 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3080 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3081 if test "$ac_test_CFLAGS" = set; then
3082 CFLAGS=$ac_save_CFLAGS
3083 elif test $ac_cv_prog_cc_g = yes; then
3084 if test "$GCC" = yes; then
3085 CFLAGS="-g -O2"
3086 else
3087 CFLAGS="-g"
3089 else
3090 if test "$GCC" = yes; then
3091 CFLAGS="-O2"
3092 else
3093 CFLAGS=
3096 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3097 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3098 if test "${ac_cv_prog_cc_c89+set}" = set; then
3099 echo $ECHO_N "(cached) $ECHO_C" >&6
3100 else
3101 ac_cv_prog_cc_c89=no
3102 ac_save_CC=$CC
3103 cat >conftest.$ac_ext <<_ACEOF
3104 /* confdefs.h. */
3105 _ACEOF
3106 cat confdefs.h >>conftest.$ac_ext
3107 cat >>conftest.$ac_ext <<_ACEOF
3108 /* end confdefs.h. */
3109 #include <stdarg.h>
3110 #include <stdio.h>
3111 #include <sys/types.h>
3112 #include <sys/stat.h>
3113 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3114 struct buf { int x; };
3115 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3116 static char *e (p, i)
3117 char **p;
3118 int i;
3120 return p[i];
3122 static char *f (char * (*g) (char **, int), char **p, ...)
3124 char *s;
3125 va_list v;
3126 va_start (v,p);
3127 s = g (p, va_arg (v,int));
3128 va_end (v);
3129 return s;
3132 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3133 function prototypes and stuff, but not '\xHH' hex character constants.
3134 These don't provoke an error unfortunately, instead are silently treated
3135 as 'x'. The following induces an error, until -std is added to get
3136 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3137 array size at least. It's necessary to write '\x00'==0 to get something
3138 that's true only with -std. */
3139 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3141 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3142 inside strings and character constants. */
3143 #define FOO(x) 'x'
3144 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3146 int test (int i, double x);
3147 struct s1 {int (*f) (int a);};
3148 struct s2 {int (*f) (double a);};
3149 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3150 int argc;
3151 char **argv;
3153 main ()
3155 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3157 return 0;
3159 _ACEOF
3160 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3161 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3163 CC="$ac_save_CC $ac_arg"
3164 rm -f conftest.$ac_objext
3165 if { (ac_try="$ac_compile"
3166 case "(($ac_try" in
3167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3168 *) ac_try_echo=$ac_try;;
3169 esac
3170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3171 (eval "$ac_compile") 2>conftest.er1
3172 ac_status=$?
3173 grep -v '^ *+' conftest.er1 >conftest.err
3174 rm -f conftest.er1
3175 cat conftest.err >&5
3176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3177 (exit $ac_status); } && {
3178 test -z "$ac_c_werror_flag" ||
3179 test ! -s conftest.err
3180 } && test -s conftest.$ac_objext; then
3181 ac_cv_prog_cc_c89=$ac_arg
3182 else
3183 echo "$as_me: failed program was:" >&5
3184 sed 's/^/| /' conftest.$ac_ext >&5
3189 rm -f core conftest.err conftest.$ac_objext
3190 test "x$ac_cv_prog_cc_c89" != "xno" && break
3191 done
3192 rm -f conftest.$ac_ext
3193 CC=$ac_save_CC
3196 # AC_CACHE_VAL
3197 case "x$ac_cv_prog_cc_c89" in
3199 { echo "$as_me:$LINENO: result: none needed" >&5
3200 echo "${ECHO_T}none needed" >&6; } ;;
3201 xno)
3202 { echo "$as_me:$LINENO: result: unsupported" >&5
3203 echo "${ECHO_T}unsupported" >&6; } ;;
3205 CC="$CC $ac_cv_prog_cc_c89"
3206 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3207 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3208 esac
3211 ac_ext=c
3212 ac_cpp='$CPP $CPPFLAGS'
3213 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3214 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3215 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3217 ac_ext=cpp
3218 ac_cpp='$CXXCPP $CPPFLAGS'
3219 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3220 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3221 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3222 if test -z "$CXX"; then
3223 if test -n "$CCC"; then
3224 CXX=$CCC
3225 else
3226 if test -n "$ac_tool_prefix"; then
3227 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3229 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3230 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3231 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3232 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3233 if test "${ac_cv_prog_CXX+set}" = set; then
3234 echo $ECHO_N "(cached) $ECHO_C" >&6
3235 else
3236 if test -n "$CXX"; then
3237 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3238 else
3239 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3240 for as_dir in $PATH
3242 IFS=$as_save_IFS
3243 test -z "$as_dir" && as_dir=.
3244 for ac_exec_ext in '' $ac_executable_extensions; do
3245 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3246 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3247 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3248 break 2
3250 done
3251 done
3252 IFS=$as_save_IFS
3256 CXX=$ac_cv_prog_CXX
3257 if test -n "$CXX"; then
3258 { echo "$as_me:$LINENO: result: $CXX" >&5
3259 echo "${ECHO_T}$CXX" >&6; }
3260 else
3261 { echo "$as_me:$LINENO: result: no" >&5
3262 echo "${ECHO_T}no" >&6; }
3266 test -n "$CXX" && break
3267 done
3269 if test -z "$CXX"; then
3270 ac_ct_CXX=$CXX
3271 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3273 # Extract the first word of "$ac_prog", so it can be a program name with args.
3274 set dummy $ac_prog; ac_word=$2
3275 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3276 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3277 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3278 echo $ECHO_N "(cached) $ECHO_C" >&6
3279 else
3280 if test -n "$ac_ct_CXX"; then
3281 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3282 else
3283 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3284 for as_dir in $PATH
3286 IFS=$as_save_IFS
3287 test -z "$as_dir" && as_dir=.
3288 for ac_exec_ext in '' $ac_executable_extensions; do
3289 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3290 ac_cv_prog_ac_ct_CXX="$ac_prog"
3291 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3292 break 2
3294 done
3295 done
3296 IFS=$as_save_IFS
3300 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3301 if test -n "$ac_ct_CXX"; then
3302 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3303 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3304 else
3305 { echo "$as_me:$LINENO: result: no" >&5
3306 echo "${ECHO_T}no" >&6; }
3310 test -n "$ac_ct_CXX" && break
3311 done
3313 if test "x$ac_ct_CXX" = x; then
3314 CXX="g++"
3315 else
3316 case $cross_compiling:$ac_tool_warned in
3317 yes:)
3318 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3319 whose name does not start with the host triplet. If you think this
3320 configuration is useful to you, please write to autoconf@gnu.org." >&5
3321 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3322 whose name does not start with the host triplet. If you think this
3323 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3324 ac_tool_warned=yes ;;
3325 esac
3326 CXX=$ac_ct_CXX
3332 # Provide some information about the compiler.
3333 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3334 ac_compiler=`set X $ac_compile; echo $2`
3335 { (ac_try="$ac_compiler --version >&5"
3336 case "(($ac_try" in
3337 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3338 *) ac_try_echo=$ac_try;;
3339 esac
3340 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3341 (eval "$ac_compiler --version >&5") 2>&5
3342 ac_status=$?
3343 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3344 (exit $ac_status); }
3345 { (ac_try="$ac_compiler -v >&5"
3346 case "(($ac_try" in
3347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3348 *) ac_try_echo=$ac_try;;
3349 esac
3350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3351 (eval "$ac_compiler -v >&5") 2>&5
3352 ac_status=$?
3353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3354 (exit $ac_status); }
3355 { (ac_try="$ac_compiler -V >&5"
3356 case "(($ac_try" in
3357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3358 *) ac_try_echo=$ac_try;;
3359 esac
3360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3361 (eval "$ac_compiler -V >&5") 2>&5
3362 ac_status=$?
3363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3364 (exit $ac_status); }
3366 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3367 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3368 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3369 echo $ECHO_N "(cached) $ECHO_C" >&6
3370 else
3371 cat >conftest.$ac_ext <<_ACEOF
3372 /* confdefs.h. */
3373 _ACEOF
3374 cat confdefs.h >>conftest.$ac_ext
3375 cat >>conftest.$ac_ext <<_ACEOF
3376 /* end confdefs.h. */
3379 main ()
3381 #ifndef __GNUC__
3382 choke me
3383 #endif
3386 return 0;
3388 _ACEOF
3389 rm -f conftest.$ac_objext
3390 if { (ac_try="$ac_compile"
3391 case "(($ac_try" in
3392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3393 *) ac_try_echo=$ac_try;;
3394 esac
3395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3396 (eval "$ac_compile") 2>conftest.er1
3397 ac_status=$?
3398 grep -v '^ *+' conftest.er1 >conftest.err
3399 rm -f conftest.er1
3400 cat conftest.err >&5
3401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3402 (exit $ac_status); } && {
3403 test -z "$ac_cxx_werror_flag" ||
3404 test ! -s conftest.err
3405 } && test -s conftest.$ac_objext; then
3406 ac_compiler_gnu=yes
3407 else
3408 echo "$as_me: failed program was:" >&5
3409 sed 's/^/| /' conftest.$ac_ext >&5
3411 ac_compiler_gnu=no
3414 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3415 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3418 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3419 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3420 GXX=`test $ac_compiler_gnu = yes && echo yes`
3421 ac_test_CXXFLAGS=${CXXFLAGS+set}
3422 ac_save_CXXFLAGS=$CXXFLAGS
3423 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3424 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3425 if test "${ac_cv_prog_cxx_g+set}" = set; then
3426 echo $ECHO_N "(cached) $ECHO_C" >&6
3427 else
3428 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3429 ac_cxx_werror_flag=yes
3430 ac_cv_prog_cxx_g=no
3431 CXXFLAGS="-g"
3432 cat >conftest.$ac_ext <<_ACEOF
3433 /* confdefs.h. */
3434 _ACEOF
3435 cat confdefs.h >>conftest.$ac_ext
3436 cat >>conftest.$ac_ext <<_ACEOF
3437 /* end confdefs.h. */
3440 main ()
3444 return 0;
3446 _ACEOF
3447 rm -f conftest.$ac_objext
3448 if { (ac_try="$ac_compile"
3449 case "(($ac_try" in
3450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3451 *) ac_try_echo=$ac_try;;
3452 esac
3453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3454 (eval "$ac_compile") 2>conftest.er1
3455 ac_status=$?
3456 grep -v '^ *+' conftest.er1 >conftest.err
3457 rm -f conftest.er1
3458 cat conftest.err >&5
3459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3460 (exit $ac_status); } && {
3461 test -z "$ac_cxx_werror_flag" ||
3462 test ! -s conftest.err
3463 } && test -s conftest.$ac_objext; then
3464 ac_cv_prog_cxx_g=yes
3465 else
3466 echo "$as_me: failed program was:" >&5
3467 sed 's/^/| /' conftest.$ac_ext >&5
3469 CXXFLAGS=""
3470 cat >conftest.$ac_ext <<_ACEOF
3471 /* confdefs.h. */
3472 _ACEOF
3473 cat confdefs.h >>conftest.$ac_ext
3474 cat >>conftest.$ac_ext <<_ACEOF
3475 /* end confdefs.h. */
3478 main ()
3482 return 0;
3484 _ACEOF
3485 rm -f conftest.$ac_objext
3486 if { (ac_try="$ac_compile"
3487 case "(($ac_try" in
3488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3489 *) ac_try_echo=$ac_try;;
3490 esac
3491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3492 (eval "$ac_compile") 2>conftest.er1
3493 ac_status=$?
3494 grep -v '^ *+' conftest.er1 >conftest.err
3495 rm -f conftest.er1
3496 cat conftest.err >&5
3497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3498 (exit $ac_status); } && {
3499 test -z "$ac_cxx_werror_flag" ||
3500 test ! -s conftest.err
3501 } && test -s conftest.$ac_objext; then
3503 else
3504 echo "$as_me: failed program was:" >&5
3505 sed 's/^/| /' conftest.$ac_ext >&5
3507 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3508 CXXFLAGS="-g"
3509 cat >conftest.$ac_ext <<_ACEOF
3510 /* confdefs.h. */
3511 _ACEOF
3512 cat confdefs.h >>conftest.$ac_ext
3513 cat >>conftest.$ac_ext <<_ACEOF
3514 /* end confdefs.h. */
3517 main ()
3521 return 0;
3523 _ACEOF
3524 rm -f conftest.$ac_objext
3525 if { (ac_try="$ac_compile"
3526 case "(($ac_try" in
3527 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3528 *) ac_try_echo=$ac_try;;
3529 esac
3530 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3531 (eval "$ac_compile") 2>conftest.er1
3532 ac_status=$?
3533 grep -v '^ *+' conftest.er1 >conftest.err
3534 rm -f conftest.er1
3535 cat conftest.err >&5
3536 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3537 (exit $ac_status); } && {
3538 test -z "$ac_cxx_werror_flag" ||
3539 test ! -s conftest.err
3540 } && test -s conftest.$ac_objext; then
3541 ac_cv_prog_cxx_g=yes
3542 else
3543 echo "$as_me: failed program was:" >&5
3544 sed 's/^/| /' conftest.$ac_ext >&5
3549 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3552 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3555 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3556 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3558 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3559 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3560 if test "$ac_test_CXXFLAGS" = set; then
3561 CXXFLAGS=$ac_save_CXXFLAGS
3562 elif test $ac_cv_prog_cxx_g = yes; then
3563 if test "$GXX" = yes; then
3564 CXXFLAGS="-g -O2"
3565 else
3566 CXXFLAGS="-g"
3568 else
3569 if test "$GXX" = yes; then
3570 CXXFLAGS="-O2"
3571 else
3572 CXXFLAGS=
3575 ac_ext=c
3576 ac_cpp='$CPP $CPPFLAGS'
3577 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3578 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3579 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3581 if test -n "$ac_tool_prefix"; then
3582 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3583 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3584 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3585 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3586 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3587 echo $ECHO_N "(cached) $ECHO_C" >&6
3588 else
3589 if test -n "$CPPBIN"; then
3590 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3591 else
3592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3593 for as_dir in $PATH
3595 IFS=$as_save_IFS
3596 test -z "$as_dir" && as_dir=.
3597 for ac_exec_ext in '' $ac_executable_extensions; do
3598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3599 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3600 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3601 break 2
3603 done
3604 done
3605 IFS=$as_save_IFS
3609 CPPBIN=$ac_cv_prog_CPPBIN
3610 if test -n "$CPPBIN"; then
3611 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3612 echo "${ECHO_T}$CPPBIN" >&6; }
3613 else
3614 { echo "$as_me:$LINENO: result: no" >&5
3615 echo "${ECHO_T}no" >&6; }
3620 if test -z "$ac_cv_prog_CPPBIN"; then
3621 ac_ct_CPPBIN=$CPPBIN
3622 # Extract the first word of "cpp", so it can be a program name with args.
3623 set dummy cpp; ac_word=$2
3624 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3625 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3626 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3627 echo $ECHO_N "(cached) $ECHO_C" >&6
3628 else
3629 if test -n "$ac_ct_CPPBIN"; then
3630 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3631 else
3632 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3633 for as_dir in $PATH
3635 IFS=$as_save_IFS
3636 test -z "$as_dir" && as_dir=.
3637 for ac_exec_ext in '' $ac_executable_extensions; do
3638 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3639 ac_cv_prog_ac_ct_CPPBIN="cpp"
3640 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3641 break 2
3643 done
3644 done
3645 IFS=$as_save_IFS
3649 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3650 if test -n "$ac_ct_CPPBIN"; then
3651 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3652 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3653 else
3654 { echo "$as_me:$LINENO: result: no" >&5
3655 echo "${ECHO_T}no" >&6; }
3658 if test "x$ac_ct_CPPBIN" = x; then
3659 CPPBIN="cpp"
3660 else
3661 case $cross_compiling:$ac_tool_warned in
3662 yes:)
3663 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3664 whose name does not start with the host triplet. If you think this
3665 configuration is useful to you, please write to autoconf@gnu.org." >&5
3666 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3667 whose name does not start with the host triplet. If you think this
3668 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3669 ac_tool_warned=yes ;;
3670 esac
3671 CPPBIN=$ac_ct_CPPBIN
3673 else
3674 CPPBIN="$ac_cv_prog_CPPBIN"
3678 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3679 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3680 if test "${wine_cv_toolsdir+set}" = set; then
3681 echo $ECHO_N "(cached) $ECHO_C" >&6
3682 else
3683 if test -z "$with_wine_tools"; then
3684 if test "$cross_compiling" = "yes"; then
3685 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3686 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3687 { (exit 1); exit 1; }; }
3688 else
3689 wine_cv_toolsdir="\$(TOPOBJDIR)"
3691 elif test -d "$with_wine_tools/tools/winebuild"; then
3692 case $with_wine_tools in
3693 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3694 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3695 esac
3696 else
3697 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3698 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3699 { (exit 1); exit 1; }; }
3702 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3703 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3704 TOOLSDIR=$wine_cv_toolsdir
3708 ac_ext=c
3709 ac_cpp='$CPP $CPPFLAGS'
3710 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3711 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3712 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3713 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3714 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3715 # On Suns, sometimes $CPP names a directory.
3716 if test -n "$CPP" && test -d "$CPP"; then
3717 CPP=
3719 if test -z "$CPP"; then
3720 if test "${ac_cv_prog_CPP+set}" = set; then
3721 echo $ECHO_N "(cached) $ECHO_C" >&6
3722 else
3723 # Double quotes because CPP needs to be expanded
3724 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3726 ac_preproc_ok=false
3727 for ac_c_preproc_warn_flag in '' yes
3729 # Use a header file that comes with gcc, so configuring glibc
3730 # with a fresh cross-compiler works.
3731 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3732 # <limits.h> exists even on freestanding compilers.
3733 # On the NeXT, cc -E runs the code through the compiler's parser,
3734 # not just through cpp. "Syntax error" is here to catch this case.
3735 cat >conftest.$ac_ext <<_ACEOF
3736 /* confdefs.h. */
3737 _ACEOF
3738 cat confdefs.h >>conftest.$ac_ext
3739 cat >>conftest.$ac_ext <<_ACEOF
3740 /* end confdefs.h. */
3741 #ifdef __STDC__
3742 # include <limits.h>
3743 #else
3744 # include <assert.h>
3745 #endif
3746 Syntax error
3747 _ACEOF
3748 if { (ac_try="$ac_cpp conftest.$ac_ext"
3749 case "(($ac_try" in
3750 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3751 *) ac_try_echo=$ac_try;;
3752 esac
3753 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3754 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3755 ac_status=$?
3756 grep -v '^ *+' conftest.er1 >conftest.err
3757 rm -f conftest.er1
3758 cat conftest.err >&5
3759 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3760 (exit $ac_status); } >/dev/null && {
3761 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3762 test ! -s conftest.err
3763 }; then
3765 else
3766 echo "$as_me: failed program was:" >&5
3767 sed 's/^/| /' conftest.$ac_ext >&5
3769 # Broken: fails on valid input.
3770 continue
3773 rm -f conftest.err conftest.$ac_ext
3775 # OK, works on sane cases. Now check whether nonexistent headers
3776 # can be detected and how.
3777 cat >conftest.$ac_ext <<_ACEOF
3778 /* confdefs.h. */
3779 _ACEOF
3780 cat confdefs.h >>conftest.$ac_ext
3781 cat >>conftest.$ac_ext <<_ACEOF
3782 /* end confdefs.h. */
3783 #include <ac_nonexistent.h>
3784 _ACEOF
3785 if { (ac_try="$ac_cpp conftest.$ac_ext"
3786 case "(($ac_try" in
3787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3788 *) ac_try_echo=$ac_try;;
3789 esac
3790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3791 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3792 ac_status=$?
3793 grep -v '^ *+' conftest.er1 >conftest.err
3794 rm -f conftest.er1
3795 cat conftest.err >&5
3796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3797 (exit $ac_status); } >/dev/null && {
3798 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3799 test ! -s conftest.err
3800 }; then
3801 # Broken: success on invalid input.
3802 continue
3803 else
3804 echo "$as_me: failed program was:" >&5
3805 sed 's/^/| /' conftest.$ac_ext >&5
3807 # Passes both tests.
3808 ac_preproc_ok=:
3809 break
3812 rm -f conftest.err conftest.$ac_ext
3814 done
3815 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3816 rm -f conftest.err conftest.$ac_ext
3817 if $ac_preproc_ok; then
3818 break
3821 done
3822 ac_cv_prog_CPP=$CPP
3825 CPP=$ac_cv_prog_CPP
3826 else
3827 ac_cv_prog_CPP=$CPP
3829 { echo "$as_me:$LINENO: result: $CPP" >&5
3830 echo "${ECHO_T}$CPP" >&6; }
3831 ac_preproc_ok=false
3832 for ac_c_preproc_warn_flag in '' yes
3834 # Use a header file that comes with gcc, so configuring glibc
3835 # with a fresh cross-compiler works.
3836 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3837 # <limits.h> exists even on freestanding compilers.
3838 # On the NeXT, cc -E runs the code through the compiler's parser,
3839 # not just through cpp. "Syntax error" is here to catch this case.
3840 cat >conftest.$ac_ext <<_ACEOF
3841 /* confdefs.h. */
3842 _ACEOF
3843 cat confdefs.h >>conftest.$ac_ext
3844 cat >>conftest.$ac_ext <<_ACEOF
3845 /* end confdefs.h. */
3846 #ifdef __STDC__
3847 # include <limits.h>
3848 #else
3849 # include <assert.h>
3850 #endif
3851 Syntax error
3852 _ACEOF
3853 if { (ac_try="$ac_cpp conftest.$ac_ext"
3854 case "(($ac_try" in
3855 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3856 *) ac_try_echo=$ac_try;;
3857 esac
3858 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3859 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3860 ac_status=$?
3861 grep -v '^ *+' conftest.er1 >conftest.err
3862 rm -f conftest.er1
3863 cat conftest.err >&5
3864 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3865 (exit $ac_status); } >/dev/null && {
3866 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3867 test ! -s conftest.err
3868 }; then
3870 else
3871 echo "$as_me: failed program was:" >&5
3872 sed 's/^/| /' conftest.$ac_ext >&5
3874 # Broken: fails on valid input.
3875 continue
3878 rm -f conftest.err conftest.$ac_ext
3880 # OK, works on sane cases. Now check whether nonexistent headers
3881 # can be detected and how.
3882 cat >conftest.$ac_ext <<_ACEOF
3883 /* confdefs.h. */
3884 _ACEOF
3885 cat confdefs.h >>conftest.$ac_ext
3886 cat >>conftest.$ac_ext <<_ACEOF
3887 /* end confdefs.h. */
3888 #include <ac_nonexistent.h>
3889 _ACEOF
3890 if { (ac_try="$ac_cpp conftest.$ac_ext"
3891 case "(($ac_try" in
3892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3893 *) ac_try_echo=$ac_try;;
3894 esac
3895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3896 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3897 ac_status=$?
3898 grep -v '^ *+' conftest.er1 >conftest.err
3899 rm -f conftest.er1
3900 cat conftest.err >&5
3901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3902 (exit $ac_status); } >/dev/null && {
3903 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3904 test ! -s conftest.err
3905 }; then
3906 # Broken: success on invalid input.
3907 continue
3908 else
3909 echo "$as_me: failed program was:" >&5
3910 sed 's/^/| /' conftest.$ac_ext >&5
3912 # Passes both tests.
3913 ac_preproc_ok=:
3914 break
3917 rm -f conftest.err conftest.$ac_ext
3919 done
3920 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3921 rm -f conftest.err conftest.$ac_ext
3922 if $ac_preproc_ok; then
3924 else
3925 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3926 See \`config.log' for more details." >&5
3927 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3928 See \`config.log' for more details." >&2;}
3929 { (exit 1); exit 1; }; }
3932 ac_ext=c
3933 ac_cpp='$CPP $CPPFLAGS'
3934 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3935 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3936 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3939 { echo "$as_me:$LINENO: checking for X" >&5
3940 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3943 # Check whether --with-x was given.
3944 if test "${with_x+set}" = set; then
3945 withval=$with_x;
3948 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3949 if test "x$with_x" = xno; then
3950 # The user explicitly disabled X.
3951 have_x=disabled
3952 else
3953 case $x_includes,$x_libraries in #(
3954 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3955 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3956 { (exit 1); exit 1; }; };; #(
3957 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3958 echo $ECHO_N "(cached) $ECHO_C" >&6
3959 else
3960 # One or both of the vars are not set, and there is no cached value.
3961 ac_x_includes=no ac_x_libraries=no
3962 rm -f -r conftest.dir
3963 if mkdir conftest.dir; then
3964 cd conftest.dir
3965 cat >Imakefile <<'_ACEOF'
3966 incroot:
3967 @echo incroot='${INCROOT}'
3968 usrlibdir:
3969 @echo usrlibdir='${USRLIBDIR}'
3970 libdir:
3971 @echo libdir='${LIBDIR}'
3972 _ACEOF
3973 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3974 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3975 for ac_var in incroot usrlibdir libdir; do
3976 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3977 done
3978 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3979 for ac_extension in a so sl; do
3980 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3981 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3982 ac_im_usrlibdir=$ac_im_libdir; break
3984 done
3985 # Screen out bogus values from the imake configuration. They are
3986 # bogus both because they are the default anyway, and because
3987 # using them would break gcc on systems where it needs fixed includes.
3988 case $ac_im_incroot in
3989 /usr/include) ac_x_includes= ;;
3990 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3991 esac
3992 case $ac_im_usrlibdir in
3993 /usr/lib | /lib) ;;
3994 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3995 esac
3997 cd ..
3998 rm -f -r conftest.dir
4001 # Standard set of common directories for X headers.
4002 # Check X11 before X11Rn because it is often a symlink to the current release.
4003 ac_x_header_dirs='
4004 /usr/X11/include
4005 /usr/X11R6/include
4006 /usr/X11R5/include
4007 /usr/X11R4/include
4009 /usr/include/X11
4010 /usr/include/X11R6
4011 /usr/include/X11R5
4012 /usr/include/X11R4
4014 /usr/local/X11/include
4015 /usr/local/X11R6/include
4016 /usr/local/X11R5/include
4017 /usr/local/X11R4/include
4019 /usr/local/include/X11
4020 /usr/local/include/X11R6
4021 /usr/local/include/X11R5
4022 /usr/local/include/X11R4
4024 /usr/X386/include
4025 /usr/x386/include
4026 /usr/XFree86/include/X11
4028 /usr/include
4029 /usr/local/include
4030 /usr/unsupported/include
4031 /usr/athena/include
4032 /usr/local/x11r5/include
4033 /usr/lpp/Xamples/include
4035 /usr/openwin/include
4036 /usr/openwin/share/include'
4038 if test "$ac_x_includes" = no; then
4039 # Guess where to find include files, by looking for Xlib.h.
4040 # First, try using that file with no special directory specified.
4041 cat >conftest.$ac_ext <<_ACEOF
4042 /* confdefs.h. */
4043 _ACEOF
4044 cat confdefs.h >>conftest.$ac_ext
4045 cat >>conftest.$ac_ext <<_ACEOF
4046 /* end confdefs.h. */
4047 #include <X11/Xlib.h>
4048 _ACEOF
4049 if { (ac_try="$ac_cpp conftest.$ac_ext"
4050 case "(($ac_try" in
4051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4052 *) ac_try_echo=$ac_try;;
4053 esac
4054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4055 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4056 ac_status=$?
4057 grep -v '^ *+' conftest.er1 >conftest.err
4058 rm -f conftest.er1
4059 cat conftest.err >&5
4060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4061 (exit $ac_status); } >/dev/null && {
4062 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4063 test ! -s conftest.err
4064 }; then
4065 # We can compile using X headers with no special include directory.
4066 ac_x_includes=
4067 else
4068 echo "$as_me: failed program was:" >&5
4069 sed 's/^/| /' conftest.$ac_ext >&5
4071 for ac_dir in $ac_x_header_dirs; do
4072 if test -r "$ac_dir/X11/Xlib.h"; then
4073 ac_x_includes=$ac_dir
4074 break
4076 done
4079 rm -f conftest.err conftest.$ac_ext
4080 fi # $ac_x_includes = no
4082 if test "$ac_x_libraries" = no; then
4083 # Check for the libraries.
4084 # See if we find them without any special options.
4085 # Don't add to $LIBS permanently.
4086 ac_save_LIBS=$LIBS
4087 LIBS="-lX11 $LIBS"
4088 cat >conftest.$ac_ext <<_ACEOF
4089 /* confdefs.h. */
4090 _ACEOF
4091 cat confdefs.h >>conftest.$ac_ext
4092 cat >>conftest.$ac_ext <<_ACEOF
4093 /* end confdefs.h. */
4094 #include <X11/Xlib.h>
4096 main ()
4098 XrmInitialize ()
4100 return 0;
4102 _ACEOF
4103 rm -f conftest.$ac_objext conftest$ac_exeext
4104 if { (ac_try="$ac_link"
4105 case "(($ac_try" in
4106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4107 *) ac_try_echo=$ac_try;;
4108 esac
4109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4110 (eval "$ac_link") 2>conftest.er1
4111 ac_status=$?
4112 grep -v '^ *+' conftest.er1 >conftest.err
4113 rm -f conftest.er1
4114 cat conftest.err >&5
4115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4116 (exit $ac_status); } && {
4117 test -z "$ac_c_werror_flag" ||
4118 test ! -s conftest.err
4119 } && test -s conftest$ac_exeext &&
4120 $as_test_x conftest$ac_exeext; then
4121 LIBS=$ac_save_LIBS
4122 # We can link X programs with no special library path.
4123 ac_x_libraries=
4124 else
4125 echo "$as_me: failed program was:" >&5
4126 sed 's/^/| /' conftest.$ac_ext >&5
4128 LIBS=$ac_save_LIBS
4129 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4131 # Don't even attempt the hair of trying to link an X program!
4132 for ac_extension in a so sl; do
4133 if test -r "$ac_dir/libX11.$ac_extension"; then
4134 ac_x_libraries=$ac_dir
4135 break 2
4137 done
4138 done
4141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4142 conftest$ac_exeext conftest.$ac_ext
4143 fi # $ac_x_libraries = no
4145 case $ac_x_includes,$ac_x_libraries in #(
4146 no,* | *,no | *\'*)
4147 # Didn't find X, or a directory has "'" in its name.
4148 ac_cv_have_x="have_x=no";; #(
4150 # Record where we found X for the cache.
4151 ac_cv_have_x="have_x=yes\
4152 ac_x_includes='$ac_x_includes'\
4153 ac_x_libraries='$ac_x_libraries'"
4154 esac
4156 ;; #(
4157 *) have_x=yes;;
4158 esac
4159 eval "$ac_cv_have_x"
4160 fi # $with_x != no
4162 if test "$have_x" != yes; then
4163 { echo "$as_me:$LINENO: result: $have_x" >&5
4164 echo "${ECHO_T}$have_x" >&6; }
4165 no_x=yes
4166 else
4167 # If each of the values was on the command line, it overrides each guess.
4168 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4169 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4170 # Update the cache value to reflect the command line values.
4171 ac_cv_have_x="have_x=yes\
4172 ac_x_includes='$x_includes'\
4173 ac_x_libraries='$x_libraries'"
4174 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4175 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4178 if test "$no_x" = yes; then
4179 # Not all programs may use this symbol, but it does not hurt to define it.
4181 cat >>confdefs.h <<\_ACEOF
4182 #define X_DISPLAY_MISSING 1
4183 _ACEOF
4185 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4186 else
4187 if test -n "$x_includes"; then
4188 X_CFLAGS="$X_CFLAGS -I$x_includes"
4191 # It would also be nice to do this for all -L options, not just this one.
4192 if test -n "$x_libraries"; then
4193 X_LIBS="$X_LIBS -L$x_libraries"
4194 # For Solaris; some versions of Sun CC require a space after -R and
4195 # others require no space. Words are not sufficient . . . .
4196 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4197 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4198 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4199 ac_xsave_c_werror_flag=$ac_c_werror_flag
4200 ac_c_werror_flag=yes
4201 cat >conftest.$ac_ext <<_ACEOF
4202 /* confdefs.h. */
4203 _ACEOF
4204 cat confdefs.h >>conftest.$ac_ext
4205 cat >>conftest.$ac_ext <<_ACEOF
4206 /* end confdefs.h. */
4209 main ()
4213 return 0;
4215 _ACEOF
4216 rm -f conftest.$ac_objext conftest$ac_exeext
4217 if { (ac_try="$ac_link"
4218 case "(($ac_try" in
4219 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4220 *) ac_try_echo=$ac_try;;
4221 esac
4222 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4223 (eval "$ac_link") 2>conftest.er1
4224 ac_status=$?
4225 grep -v '^ *+' conftest.er1 >conftest.err
4226 rm -f conftest.er1
4227 cat conftest.err >&5
4228 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4229 (exit $ac_status); } && {
4230 test -z "$ac_c_werror_flag" ||
4231 test ! -s conftest.err
4232 } && test -s conftest$ac_exeext &&
4233 $as_test_x conftest$ac_exeext; then
4234 { echo "$as_me:$LINENO: result: no" >&5
4235 echo "${ECHO_T}no" >&6; }
4236 X_LIBS="$X_LIBS -R$x_libraries"
4237 else
4238 echo "$as_me: failed program was:" >&5
4239 sed 's/^/| /' conftest.$ac_ext >&5
4241 LIBS="$ac_xsave_LIBS -R $x_libraries"
4242 cat >conftest.$ac_ext <<_ACEOF
4243 /* confdefs.h. */
4244 _ACEOF
4245 cat confdefs.h >>conftest.$ac_ext
4246 cat >>conftest.$ac_ext <<_ACEOF
4247 /* end confdefs.h. */
4250 main ()
4254 return 0;
4256 _ACEOF
4257 rm -f conftest.$ac_objext conftest$ac_exeext
4258 if { (ac_try="$ac_link"
4259 case "(($ac_try" in
4260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4261 *) ac_try_echo=$ac_try;;
4262 esac
4263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4264 (eval "$ac_link") 2>conftest.er1
4265 ac_status=$?
4266 grep -v '^ *+' conftest.er1 >conftest.err
4267 rm -f conftest.er1
4268 cat conftest.err >&5
4269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4270 (exit $ac_status); } && {
4271 test -z "$ac_c_werror_flag" ||
4272 test ! -s conftest.err
4273 } && test -s conftest$ac_exeext &&
4274 $as_test_x conftest$ac_exeext; then
4275 { echo "$as_me:$LINENO: result: yes" >&5
4276 echo "${ECHO_T}yes" >&6; }
4277 X_LIBS="$X_LIBS -R $x_libraries"
4278 else
4279 echo "$as_me: failed program was:" >&5
4280 sed 's/^/| /' conftest.$ac_ext >&5
4282 { echo "$as_me:$LINENO: result: neither works" >&5
4283 echo "${ECHO_T}neither works" >&6; }
4286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4287 conftest$ac_exeext conftest.$ac_ext
4290 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4291 conftest$ac_exeext conftest.$ac_ext
4292 ac_c_werror_flag=$ac_xsave_c_werror_flag
4293 LIBS=$ac_xsave_LIBS
4296 # Check for system-dependent libraries X programs must link with.
4297 # Do this before checking for the system-independent R6 libraries
4298 # (-lICE), since we may need -lsocket or whatever for X linking.
4300 if test "$ISC" = yes; then
4301 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4302 else
4303 # Martyn Johnson says this is needed for Ultrix, if the X
4304 # libraries were built with DECnet support. And Karl Berry says
4305 # the Alpha needs dnet_stub (dnet does not exist).
4306 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4307 cat >conftest.$ac_ext <<_ACEOF
4308 /* confdefs.h. */
4309 _ACEOF
4310 cat confdefs.h >>conftest.$ac_ext
4311 cat >>conftest.$ac_ext <<_ACEOF
4312 /* end confdefs.h. */
4314 /* Override any GCC internal prototype to avoid an error.
4315 Use char because int might match the return type of a GCC
4316 builtin and then its argument prototype would still apply. */
4317 #ifdef __cplusplus
4318 extern "C"
4319 #endif
4320 char XOpenDisplay ();
4322 main ()
4324 return XOpenDisplay ();
4326 return 0;
4328 _ACEOF
4329 rm -f conftest.$ac_objext conftest$ac_exeext
4330 if { (ac_try="$ac_link"
4331 case "(($ac_try" in
4332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4333 *) ac_try_echo=$ac_try;;
4334 esac
4335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4336 (eval "$ac_link") 2>conftest.er1
4337 ac_status=$?
4338 grep -v '^ *+' conftest.er1 >conftest.err
4339 rm -f conftest.er1
4340 cat conftest.err >&5
4341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4342 (exit $ac_status); } && {
4343 test -z "$ac_c_werror_flag" ||
4344 test ! -s conftest.err
4345 } && test -s conftest$ac_exeext &&
4346 $as_test_x conftest$ac_exeext; then
4348 else
4349 echo "$as_me: failed program was:" >&5
4350 sed 's/^/| /' conftest.$ac_ext >&5
4352 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4353 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4354 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4355 echo $ECHO_N "(cached) $ECHO_C" >&6
4356 else
4357 ac_check_lib_save_LIBS=$LIBS
4358 LIBS="-ldnet $LIBS"
4359 cat >conftest.$ac_ext <<_ACEOF
4360 /* confdefs.h. */
4361 _ACEOF
4362 cat confdefs.h >>conftest.$ac_ext
4363 cat >>conftest.$ac_ext <<_ACEOF
4364 /* end confdefs.h. */
4366 /* Override any GCC internal prototype to avoid an error.
4367 Use char because int might match the return type of a GCC
4368 builtin and then its argument prototype would still apply. */
4369 #ifdef __cplusplus
4370 extern "C"
4371 #endif
4372 char dnet_ntoa ();
4374 main ()
4376 return dnet_ntoa ();
4378 return 0;
4380 _ACEOF
4381 rm -f conftest.$ac_objext conftest$ac_exeext
4382 if { (ac_try="$ac_link"
4383 case "(($ac_try" in
4384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4385 *) ac_try_echo=$ac_try;;
4386 esac
4387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4388 (eval "$ac_link") 2>conftest.er1
4389 ac_status=$?
4390 grep -v '^ *+' conftest.er1 >conftest.err
4391 rm -f conftest.er1
4392 cat conftest.err >&5
4393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4394 (exit $ac_status); } && {
4395 test -z "$ac_c_werror_flag" ||
4396 test ! -s conftest.err
4397 } && test -s conftest$ac_exeext &&
4398 $as_test_x conftest$ac_exeext; then
4399 ac_cv_lib_dnet_dnet_ntoa=yes
4400 else
4401 echo "$as_me: failed program was:" >&5
4402 sed 's/^/| /' conftest.$ac_ext >&5
4404 ac_cv_lib_dnet_dnet_ntoa=no
4407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4408 conftest$ac_exeext conftest.$ac_ext
4409 LIBS=$ac_check_lib_save_LIBS
4411 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4412 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4413 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4414 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4417 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4418 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4419 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4420 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4421 echo $ECHO_N "(cached) $ECHO_C" >&6
4422 else
4423 ac_check_lib_save_LIBS=$LIBS
4424 LIBS="-ldnet_stub $LIBS"
4425 cat >conftest.$ac_ext <<_ACEOF
4426 /* confdefs.h. */
4427 _ACEOF
4428 cat confdefs.h >>conftest.$ac_ext
4429 cat >>conftest.$ac_ext <<_ACEOF
4430 /* end confdefs.h. */
4432 /* Override any GCC internal prototype to avoid an error.
4433 Use char because int might match the return type of a GCC
4434 builtin and then its argument prototype would still apply. */
4435 #ifdef __cplusplus
4436 extern "C"
4437 #endif
4438 char dnet_ntoa ();
4440 main ()
4442 return dnet_ntoa ();
4444 return 0;
4446 _ACEOF
4447 rm -f conftest.$ac_objext conftest$ac_exeext
4448 if { (ac_try="$ac_link"
4449 case "(($ac_try" in
4450 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4451 *) ac_try_echo=$ac_try;;
4452 esac
4453 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4454 (eval "$ac_link") 2>conftest.er1
4455 ac_status=$?
4456 grep -v '^ *+' conftest.er1 >conftest.err
4457 rm -f conftest.er1
4458 cat conftest.err >&5
4459 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4460 (exit $ac_status); } && {
4461 test -z "$ac_c_werror_flag" ||
4462 test ! -s conftest.err
4463 } && test -s conftest$ac_exeext &&
4464 $as_test_x conftest$ac_exeext; then
4465 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4466 else
4467 echo "$as_me: failed program was:" >&5
4468 sed 's/^/| /' conftest.$ac_ext >&5
4470 ac_cv_lib_dnet_stub_dnet_ntoa=no
4473 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4474 conftest$ac_exeext conftest.$ac_ext
4475 LIBS=$ac_check_lib_save_LIBS
4477 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4478 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4479 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4480 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4487 conftest$ac_exeext conftest.$ac_ext
4488 LIBS="$ac_xsave_LIBS"
4490 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4491 # to get the SysV transport functions.
4492 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4493 # needs -lnsl.
4494 # The nsl library prevents programs from opening the X display
4495 # on Irix 5.2, according to T.E. Dickey.
4496 # The functions gethostbyname, getservbyname, and inet_addr are
4497 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4498 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4499 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4500 if test "${ac_cv_func_gethostbyname+set}" = set; then
4501 echo $ECHO_N "(cached) $ECHO_C" >&6
4502 else
4503 cat >conftest.$ac_ext <<_ACEOF
4504 /* confdefs.h. */
4505 _ACEOF
4506 cat confdefs.h >>conftest.$ac_ext
4507 cat >>conftest.$ac_ext <<_ACEOF
4508 /* end confdefs.h. */
4509 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4510 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4511 #define gethostbyname innocuous_gethostbyname
4513 /* System header to define __stub macros and hopefully few prototypes,
4514 which can conflict with char gethostbyname (); below.
4515 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4516 <limits.h> exists even on freestanding compilers. */
4518 #ifdef __STDC__
4519 # include <limits.h>
4520 #else
4521 # include <assert.h>
4522 #endif
4524 #undef gethostbyname
4526 /* Override any GCC internal prototype to avoid an error.
4527 Use char because int might match the return type of a GCC
4528 builtin and then its argument prototype would still apply. */
4529 #ifdef __cplusplus
4530 extern "C"
4531 #endif
4532 char gethostbyname ();
4533 /* The GNU C library defines this for functions which it implements
4534 to always fail with ENOSYS. Some functions are actually named
4535 something starting with __ and the normal name is an alias. */
4536 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4537 choke me
4538 #endif
4541 main ()
4543 return gethostbyname ();
4545 return 0;
4547 _ACEOF
4548 rm -f conftest.$ac_objext conftest$ac_exeext
4549 if { (ac_try="$ac_link"
4550 case "(($ac_try" in
4551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4552 *) ac_try_echo=$ac_try;;
4553 esac
4554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4555 (eval "$ac_link") 2>conftest.er1
4556 ac_status=$?
4557 grep -v '^ *+' conftest.er1 >conftest.err
4558 rm -f conftest.er1
4559 cat conftest.err >&5
4560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4561 (exit $ac_status); } && {
4562 test -z "$ac_c_werror_flag" ||
4563 test ! -s conftest.err
4564 } && test -s conftest$ac_exeext &&
4565 $as_test_x conftest$ac_exeext; then
4566 ac_cv_func_gethostbyname=yes
4567 else
4568 echo "$as_me: failed program was:" >&5
4569 sed 's/^/| /' conftest.$ac_ext >&5
4571 ac_cv_func_gethostbyname=no
4574 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4575 conftest$ac_exeext conftest.$ac_ext
4577 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4578 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4580 if test $ac_cv_func_gethostbyname = no; then
4581 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4582 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4583 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4584 echo $ECHO_N "(cached) $ECHO_C" >&6
4585 else
4586 ac_check_lib_save_LIBS=$LIBS
4587 LIBS="-lnsl $LIBS"
4588 cat >conftest.$ac_ext <<_ACEOF
4589 /* confdefs.h. */
4590 _ACEOF
4591 cat confdefs.h >>conftest.$ac_ext
4592 cat >>conftest.$ac_ext <<_ACEOF
4593 /* end confdefs.h. */
4595 /* Override any GCC internal prototype to avoid an error.
4596 Use char because int might match the return type of a GCC
4597 builtin and then its argument prototype would still apply. */
4598 #ifdef __cplusplus
4599 extern "C"
4600 #endif
4601 char gethostbyname ();
4603 main ()
4605 return gethostbyname ();
4607 return 0;
4609 _ACEOF
4610 rm -f conftest.$ac_objext conftest$ac_exeext
4611 if { (ac_try="$ac_link"
4612 case "(($ac_try" in
4613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4614 *) ac_try_echo=$ac_try;;
4615 esac
4616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4617 (eval "$ac_link") 2>conftest.er1
4618 ac_status=$?
4619 grep -v '^ *+' conftest.er1 >conftest.err
4620 rm -f conftest.er1
4621 cat conftest.err >&5
4622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4623 (exit $ac_status); } && {
4624 test -z "$ac_c_werror_flag" ||
4625 test ! -s conftest.err
4626 } && test -s conftest$ac_exeext &&
4627 $as_test_x conftest$ac_exeext; then
4628 ac_cv_lib_nsl_gethostbyname=yes
4629 else
4630 echo "$as_me: failed program was:" >&5
4631 sed 's/^/| /' conftest.$ac_ext >&5
4633 ac_cv_lib_nsl_gethostbyname=no
4636 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4637 conftest$ac_exeext conftest.$ac_ext
4638 LIBS=$ac_check_lib_save_LIBS
4640 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4641 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4642 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4643 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4646 if test $ac_cv_lib_nsl_gethostbyname = no; then
4647 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4648 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4649 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4650 echo $ECHO_N "(cached) $ECHO_C" >&6
4651 else
4652 ac_check_lib_save_LIBS=$LIBS
4653 LIBS="-lbsd $LIBS"
4654 cat >conftest.$ac_ext <<_ACEOF
4655 /* confdefs.h. */
4656 _ACEOF
4657 cat confdefs.h >>conftest.$ac_ext
4658 cat >>conftest.$ac_ext <<_ACEOF
4659 /* end confdefs.h. */
4661 /* Override any GCC internal prototype to avoid an error.
4662 Use char because int might match the return type of a GCC
4663 builtin and then its argument prototype would still apply. */
4664 #ifdef __cplusplus
4665 extern "C"
4666 #endif
4667 char gethostbyname ();
4669 main ()
4671 return gethostbyname ();
4673 return 0;
4675 _ACEOF
4676 rm -f conftest.$ac_objext conftest$ac_exeext
4677 if { (ac_try="$ac_link"
4678 case "(($ac_try" in
4679 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4680 *) ac_try_echo=$ac_try;;
4681 esac
4682 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4683 (eval "$ac_link") 2>conftest.er1
4684 ac_status=$?
4685 grep -v '^ *+' conftest.er1 >conftest.err
4686 rm -f conftest.er1
4687 cat conftest.err >&5
4688 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4689 (exit $ac_status); } && {
4690 test -z "$ac_c_werror_flag" ||
4691 test ! -s conftest.err
4692 } && test -s conftest$ac_exeext &&
4693 $as_test_x conftest$ac_exeext; then
4694 ac_cv_lib_bsd_gethostbyname=yes
4695 else
4696 echo "$as_me: failed program was:" >&5
4697 sed 's/^/| /' conftest.$ac_ext >&5
4699 ac_cv_lib_bsd_gethostbyname=no
4702 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4703 conftest$ac_exeext conftest.$ac_ext
4704 LIBS=$ac_check_lib_save_LIBS
4706 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4707 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4708 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4709 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4715 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4716 # socket/setsockopt and other routines are undefined under SCO ODT
4717 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4718 # on later versions), says Simon Leinen: it contains gethostby*
4719 # variants that don't use the name server (or something). -lsocket
4720 # must be given before -lnsl if both are needed. We assume that
4721 # if connect needs -lnsl, so does gethostbyname.
4722 { echo "$as_me:$LINENO: checking for connect" >&5
4723 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4724 if test "${ac_cv_func_connect+set}" = set; then
4725 echo $ECHO_N "(cached) $ECHO_C" >&6
4726 else
4727 cat >conftest.$ac_ext <<_ACEOF
4728 /* confdefs.h. */
4729 _ACEOF
4730 cat confdefs.h >>conftest.$ac_ext
4731 cat >>conftest.$ac_ext <<_ACEOF
4732 /* end confdefs.h. */
4733 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4734 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4735 #define connect innocuous_connect
4737 /* System header to define __stub macros and hopefully few prototypes,
4738 which can conflict with char connect (); below.
4739 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4740 <limits.h> exists even on freestanding compilers. */
4742 #ifdef __STDC__
4743 # include <limits.h>
4744 #else
4745 # include <assert.h>
4746 #endif
4748 #undef connect
4750 /* Override any GCC internal prototype to avoid an error.
4751 Use char because int might match the return type of a GCC
4752 builtin and then its argument prototype would still apply. */
4753 #ifdef __cplusplus
4754 extern "C"
4755 #endif
4756 char connect ();
4757 /* The GNU C library defines this for functions which it implements
4758 to always fail with ENOSYS. Some functions are actually named
4759 something starting with __ and the normal name is an alias. */
4760 #if defined __stub_connect || defined __stub___connect
4761 choke me
4762 #endif
4765 main ()
4767 return connect ();
4769 return 0;
4771 _ACEOF
4772 rm -f conftest.$ac_objext conftest$ac_exeext
4773 if { (ac_try="$ac_link"
4774 case "(($ac_try" in
4775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4776 *) ac_try_echo=$ac_try;;
4777 esac
4778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4779 (eval "$ac_link") 2>conftest.er1
4780 ac_status=$?
4781 grep -v '^ *+' conftest.er1 >conftest.err
4782 rm -f conftest.er1
4783 cat conftest.err >&5
4784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4785 (exit $ac_status); } && {
4786 test -z "$ac_c_werror_flag" ||
4787 test ! -s conftest.err
4788 } && test -s conftest$ac_exeext &&
4789 $as_test_x conftest$ac_exeext; then
4790 ac_cv_func_connect=yes
4791 else
4792 echo "$as_me: failed program was:" >&5
4793 sed 's/^/| /' conftest.$ac_ext >&5
4795 ac_cv_func_connect=no
4798 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4799 conftest$ac_exeext conftest.$ac_ext
4801 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4802 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4804 if test $ac_cv_func_connect = no; then
4805 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4806 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4807 if test "${ac_cv_lib_socket_connect+set}" = set; then
4808 echo $ECHO_N "(cached) $ECHO_C" >&6
4809 else
4810 ac_check_lib_save_LIBS=$LIBS
4811 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4812 cat >conftest.$ac_ext <<_ACEOF
4813 /* confdefs.h. */
4814 _ACEOF
4815 cat confdefs.h >>conftest.$ac_ext
4816 cat >>conftest.$ac_ext <<_ACEOF
4817 /* end confdefs.h. */
4819 /* Override any GCC internal prototype to avoid an error.
4820 Use char because int might match the return type of a GCC
4821 builtin and then its argument prototype would still apply. */
4822 #ifdef __cplusplus
4823 extern "C"
4824 #endif
4825 char connect ();
4827 main ()
4829 return connect ();
4831 return 0;
4833 _ACEOF
4834 rm -f conftest.$ac_objext conftest$ac_exeext
4835 if { (ac_try="$ac_link"
4836 case "(($ac_try" in
4837 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4838 *) ac_try_echo=$ac_try;;
4839 esac
4840 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4841 (eval "$ac_link") 2>conftest.er1
4842 ac_status=$?
4843 grep -v '^ *+' conftest.er1 >conftest.err
4844 rm -f conftest.er1
4845 cat conftest.err >&5
4846 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4847 (exit $ac_status); } && {
4848 test -z "$ac_c_werror_flag" ||
4849 test ! -s conftest.err
4850 } && test -s conftest$ac_exeext &&
4851 $as_test_x conftest$ac_exeext; then
4852 ac_cv_lib_socket_connect=yes
4853 else
4854 echo "$as_me: failed program was:" >&5
4855 sed 's/^/| /' conftest.$ac_ext >&5
4857 ac_cv_lib_socket_connect=no
4860 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4861 conftest$ac_exeext conftest.$ac_ext
4862 LIBS=$ac_check_lib_save_LIBS
4864 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4865 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4866 if test $ac_cv_lib_socket_connect = yes; then
4867 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4872 # Guillermo Gomez says -lposix is necessary on A/UX.
4873 { echo "$as_me:$LINENO: checking for remove" >&5
4874 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4875 if test "${ac_cv_func_remove+set}" = set; then
4876 echo $ECHO_N "(cached) $ECHO_C" >&6
4877 else
4878 cat >conftest.$ac_ext <<_ACEOF
4879 /* confdefs.h. */
4880 _ACEOF
4881 cat confdefs.h >>conftest.$ac_ext
4882 cat >>conftest.$ac_ext <<_ACEOF
4883 /* end confdefs.h. */
4884 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4885 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4886 #define remove innocuous_remove
4888 /* System header to define __stub macros and hopefully few prototypes,
4889 which can conflict with char remove (); below.
4890 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4891 <limits.h> exists even on freestanding compilers. */
4893 #ifdef __STDC__
4894 # include <limits.h>
4895 #else
4896 # include <assert.h>
4897 #endif
4899 #undef remove
4901 /* Override any GCC internal prototype to avoid an error.
4902 Use char because int might match the return type of a GCC
4903 builtin and then its argument prototype would still apply. */
4904 #ifdef __cplusplus
4905 extern "C"
4906 #endif
4907 char remove ();
4908 /* The GNU C library defines this for functions which it implements
4909 to always fail with ENOSYS. Some functions are actually named
4910 something starting with __ and the normal name is an alias. */
4911 #if defined __stub_remove || defined __stub___remove
4912 choke me
4913 #endif
4916 main ()
4918 return remove ();
4920 return 0;
4922 _ACEOF
4923 rm -f conftest.$ac_objext conftest$ac_exeext
4924 if { (ac_try="$ac_link"
4925 case "(($ac_try" in
4926 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4927 *) ac_try_echo=$ac_try;;
4928 esac
4929 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4930 (eval "$ac_link") 2>conftest.er1
4931 ac_status=$?
4932 grep -v '^ *+' conftest.er1 >conftest.err
4933 rm -f conftest.er1
4934 cat conftest.err >&5
4935 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4936 (exit $ac_status); } && {
4937 test -z "$ac_c_werror_flag" ||
4938 test ! -s conftest.err
4939 } && test -s conftest$ac_exeext &&
4940 $as_test_x conftest$ac_exeext; then
4941 ac_cv_func_remove=yes
4942 else
4943 echo "$as_me: failed program was:" >&5
4944 sed 's/^/| /' conftest.$ac_ext >&5
4946 ac_cv_func_remove=no
4949 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4950 conftest$ac_exeext conftest.$ac_ext
4952 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4953 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4955 if test $ac_cv_func_remove = no; then
4956 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4957 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4958 if test "${ac_cv_lib_posix_remove+set}" = set; then
4959 echo $ECHO_N "(cached) $ECHO_C" >&6
4960 else
4961 ac_check_lib_save_LIBS=$LIBS
4962 LIBS="-lposix $LIBS"
4963 cat >conftest.$ac_ext <<_ACEOF
4964 /* confdefs.h. */
4965 _ACEOF
4966 cat confdefs.h >>conftest.$ac_ext
4967 cat >>conftest.$ac_ext <<_ACEOF
4968 /* end confdefs.h. */
4970 /* Override any GCC internal prototype to avoid an error.
4971 Use char because int might match the return type of a GCC
4972 builtin and then its argument prototype would still apply. */
4973 #ifdef __cplusplus
4974 extern "C"
4975 #endif
4976 char remove ();
4978 main ()
4980 return remove ();
4982 return 0;
4984 _ACEOF
4985 rm -f conftest.$ac_objext conftest$ac_exeext
4986 if { (ac_try="$ac_link"
4987 case "(($ac_try" in
4988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4989 *) ac_try_echo=$ac_try;;
4990 esac
4991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4992 (eval "$ac_link") 2>conftest.er1
4993 ac_status=$?
4994 grep -v '^ *+' conftest.er1 >conftest.err
4995 rm -f conftest.er1
4996 cat conftest.err >&5
4997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4998 (exit $ac_status); } && {
4999 test -z "$ac_c_werror_flag" ||
5000 test ! -s conftest.err
5001 } && test -s conftest$ac_exeext &&
5002 $as_test_x conftest$ac_exeext; then
5003 ac_cv_lib_posix_remove=yes
5004 else
5005 echo "$as_me: failed program was:" >&5
5006 sed 's/^/| /' conftest.$ac_ext >&5
5008 ac_cv_lib_posix_remove=no
5011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5012 conftest$ac_exeext conftest.$ac_ext
5013 LIBS=$ac_check_lib_save_LIBS
5015 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5016 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5017 if test $ac_cv_lib_posix_remove = yes; then
5018 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5023 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5024 { echo "$as_me:$LINENO: checking for shmat" >&5
5025 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5026 if test "${ac_cv_func_shmat+set}" = set; then
5027 echo $ECHO_N "(cached) $ECHO_C" >&6
5028 else
5029 cat >conftest.$ac_ext <<_ACEOF
5030 /* confdefs.h. */
5031 _ACEOF
5032 cat confdefs.h >>conftest.$ac_ext
5033 cat >>conftest.$ac_ext <<_ACEOF
5034 /* end confdefs.h. */
5035 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5036 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5037 #define shmat innocuous_shmat
5039 /* System header to define __stub macros and hopefully few prototypes,
5040 which can conflict with char shmat (); below.
5041 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5042 <limits.h> exists even on freestanding compilers. */
5044 #ifdef __STDC__
5045 # include <limits.h>
5046 #else
5047 # include <assert.h>
5048 #endif
5050 #undef shmat
5052 /* Override any GCC internal prototype to avoid an error.
5053 Use char because int might match the return type of a GCC
5054 builtin and then its argument prototype would still apply. */
5055 #ifdef __cplusplus
5056 extern "C"
5057 #endif
5058 char shmat ();
5059 /* The GNU C library defines this for functions which it implements
5060 to always fail with ENOSYS. Some functions are actually named
5061 something starting with __ and the normal name is an alias. */
5062 #if defined __stub_shmat || defined __stub___shmat
5063 choke me
5064 #endif
5067 main ()
5069 return shmat ();
5071 return 0;
5073 _ACEOF
5074 rm -f conftest.$ac_objext conftest$ac_exeext
5075 if { (ac_try="$ac_link"
5076 case "(($ac_try" in
5077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5078 *) ac_try_echo=$ac_try;;
5079 esac
5080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5081 (eval "$ac_link") 2>conftest.er1
5082 ac_status=$?
5083 grep -v '^ *+' conftest.er1 >conftest.err
5084 rm -f conftest.er1
5085 cat conftest.err >&5
5086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5087 (exit $ac_status); } && {
5088 test -z "$ac_c_werror_flag" ||
5089 test ! -s conftest.err
5090 } && test -s conftest$ac_exeext &&
5091 $as_test_x conftest$ac_exeext; then
5092 ac_cv_func_shmat=yes
5093 else
5094 echo "$as_me: failed program was:" >&5
5095 sed 's/^/| /' conftest.$ac_ext >&5
5097 ac_cv_func_shmat=no
5100 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5101 conftest$ac_exeext conftest.$ac_ext
5103 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5104 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5106 if test $ac_cv_func_shmat = no; then
5107 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5108 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5109 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5110 echo $ECHO_N "(cached) $ECHO_C" >&6
5111 else
5112 ac_check_lib_save_LIBS=$LIBS
5113 LIBS="-lipc $LIBS"
5114 cat >conftest.$ac_ext <<_ACEOF
5115 /* confdefs.h. */
5116 _ACEOF
5117 cat confdefs.h >>conftest.$ac_ext
5118 cat >>conftest.$ac_ext <<_ACEOF
5119 /* end confdefs.h. */
5121 /* Override any GCC internal prototype to avoid an error.
5122 Use char because int might match the return type of a GCC
5123 builtin and then its argument prototype would still apply. */
5124 #ifdef __cplusplus
5125 extern "C"
5126 #endif
5127 char shmat ();
5129 main ()
5131 return shmat ();
5133 return 0;
5135 _ACEOF
5136 rm -f conftest.$ac_objext conftest$ac_exeext
5137 if { (ac_try="$ac_link"
5138 case "(($ac_try" in
5139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5140 *) ac_try_echo=$ac_try;;
5141 esac
5142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5143 (eval "$ac_link") 2>conftest.er1
5144 ac_status=$?
5145 grep -v '^ *+' conftest.er1 >conftest.err
5146 rm -f conftest.er1
5147 cat conftest.err >&5
5148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5149 (exit $ac_status); } && {
5150 test -z "$ac_c_werror_flag" ||
5151 test ! -s conftest.err
5152 } && test -s conftest$ac_exeext &&
5153 $as_test_x conftest$ac_exeext; then
5154 ac_cv_lib_ipc_shmat=yes
5155 else
5156 echo "$as_me: failed program was:" >&5
5157 sed 's/^/| /' conftest.$ac_ext >&5
5159 ac_cv_lib_ipc_shmat=no
5162 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5163 conftest$ac_exeext conftest.$ac_ext
5164 LIBS=$ac_check_lib_save_LIBS
5166 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5167 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5168 if test $ac_cv_lib_ipc_shmat = yes; then
5169 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5175 # Check for libraries that X11R6 Xt/Xaw programs need.
5176 ac_save_LDFLAGS=$LDFLAGS
5177 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5178 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5179 # check for ICE first), but we must link in the order -lSM -lICE or
5180 # we get undefined symbols. So assume we have SM if we have ICE.
5181 # These have to be linked with before -lX11, unlike the other
5182 # libraries we check for below, so use a different variable.
5183 # John Interrante, Karl Berry
5184 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5185 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5186 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5187 echo $ECHO_N "(cached) $ECHO_C" >&6
5188 else
5189 ac_check_lib_save_LIBS=$LIBS
5190 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5191 cat >conftest.$ac_ext <<_ACEOF
5192 /* confdefs.h. */
5193 _ACEOF
5194 cat confdefs.h >>conftest.$ac_ext
5195 cat >>conftest.$ac_ext <<_ACEOF
5196 /* end confdefs.h. */
5198 /* Override any GCC internal prototype to avoid an error.
5199 Use char because int might match the return type of a GCC
5200 builtin and then its argument prototype would still apply. */
5201 #ifdef __cplusplus
5202 extern "C"
5203 #endif
5204 char IceConnectionNumber ();
5206 main ()
5208 return IceConnectionNumber ();
5210 return 0;
5212 _ACEOF
5213 rm -f conftest.$ac_objext conftest$ac_exeext
5214 if { (ac_try="$ac_link"
5215 case "(($ac_try" in
5216 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5217 *) ac_try_echo=$ac_try;;
5218 esac
5219 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5220 (eval "$ac_link") 2>conftest.er1
5221 ac_status=$?
5222 grep -v '^ *+' conftest.er1 >conftest.err
5223 rm -f conftest.er1
5224 cat conftest.err >&5
5225 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5226 (exit $ac_status); } && {
5227 test -z "$ac_c_werror_flag" ||
5228 test ! -s conftest.err
5229 } && test -s conftest$ac_exeext &&
5230 $as_test_x conftest$ac_exeext; then
5231 ac_cv_lib_ICE_IceConnectionNumber=yes
5232 else
5233 echo "$as_me: failed program was:" >&5
5234 sed 's/^/| /' conftest.$ac_ext >&5
5236 ac_cv_lib_ICE_IceConnectionNumber=no
5239 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5240 conftest$ac_exeext conftest.$ac_ext
5241 LIBS=$ac_check_lib_save_LIBS
5243 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5244 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5245 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5246 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5249 LDFLAGS=$ac_save_LDFLAGS
5254 for ac_prog in flex
5256 # Extract the first word of "$ac_prog", so it can be a program name with args.
5257 set dummy $ac_prog; ac_word=$2
5258 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5259 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5260 if test "${ac_cv_prog_FLEX+set}" = set; then
5261 echo $ECHO_N "(cached) $ECHO_C" >&6
5262 else
5263 if test -n "$FLEX"; then
5264 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5265 else
5266 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5267 for as_dir in $PATH
5269 IFS=$as_save_IFS
5270 test -z "$as_dir" && as_dir=.
5271 for ac_exec_ext in '' $ac_executable_extensions; do
5272 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5273 ac_cv_prog_FLEX="$ac_prog"
5274 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5275 break 2
5277 done
5278 done
5279 IFS=$as_save_IFS
5283 FLEX=$ac_cv_prog_FLEX
5284 if test -n "$FLEX"; then
5285 { echo "$as_me:$LINENO: result: $FLEX" >&5
5286 echo "${ECHO_T}$FLEX" >&6; }
5287 else
5288 { echo "$as_me:$LINENO: result: no" >&5
5289 echo "${ECHO_T}no" >&6; }
5293 test -n "$FLEX" && break
5294 done
5295 test -n "$FLEX" || FLEX="none"
5297 if test "$FLEX" = "none"
5298 then
5299 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5300 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5301 { (exit 1); exit 1; }; }
5304 for ac_prog in bison
5306 # Extract the first word of "$ac_prog", so it can be a program name with args.
5307 set dummy $ac_prog; ac_word=$2
5308 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5309 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5310 if test "${ac_cv_prog_BISON+set}" = set; then
5311 echo $ECHO_N "(cached) $ECHO_C" >&6
5312 else
5313 if test -n "$BISON"; then
5314 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5315 else
5316 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5317 for as_dir in $PATH
5319 IFS=$as_save_IFS
5320 test -z "$as_dir" && as_dir=.
5321 for ac_exec_ext in '' $ac_executable_extensions; do
5322 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5323 ac_cv_prog_BISON="$ac_prog"
5324 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5325 break 2
5327 done
5328 done
5329 IFS=$as_save_IFS
5333 BISON=$ac_cv_prog_BISON
5334 if test -n "$BISON"; then
5335 { echo "$as_me:$LINENO: result: $BISON" >&5
5336 echo "${ECHO_T}$BISON" >&6; }
5337 else
5338 { echo "$as_me:$LINENO: result: no" >&5
5339 echo "${ECHO_T}no" >&6; }
5343 test -n "$BISON" && break
5344 done
5345 test -n "$BISON" || BISON="none"
5347 if test "$BISON" = "none"
5348 then
5349 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5350 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5351 { (exit 1); exit 1; }; }
5354 if test -n "$ac_tool_prefix"; then
5355 for ac_prog in gas as
5357 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5358 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5359 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5360 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5361 if test "${ac_cv_prog_AS+set}" = set; then
5362 echo $ECHO_N "(cached) $ECHO_C" >&6
5363 else
5364 if test -n "$AS"; then
5365 ac_cv_prog_AS="$AS" # Let the user override the test.
5366 else
5367 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5368 for as_dir in $PATH
5370 IFS=$as_save_IFS
5371 test -z "$as_dir" && as_dir=.
5372 for ac_exec_ext in '' $ac_executable_extensions; do
5373 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5374 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5375 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5376 break 2
5378 done
5379 done
5380 IFS=$as_save_IFS
5384 AS=$ac_cv_prog_AS
5385 if test -n "$AS"; then
5386 { echo "$as_me:$LINENO: result: $AS" >&5
5387 echo "${ECHO_T}$AS" >&6; }
5388 else
5389 { echo "$as_me:$LINENO: result: no" >&5
5390 echo "${ECHO_T}no" >&6; }
5394 test -n "$AS" && break
5395 done
5397 if test -z "$AS"; then
5398 ac_ct_AS=$AS
5399 for ac_prog in gas as
5401 # Extract the first word of "$ac_prog", so it can be a program name with args.
5402 set dummy $ac_prog; ac_word=$2
5403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5405 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5406 echo $ECHO_N "(cached) $ECHO_C" >&6
5407 else
5408 if test -n "$ac_ct_AS"; then
5409 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5410 else
5411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5412 for as_dir in $PATH
5414 IFS=$as_save_IFS
5415 test -z "$as_dir" && as_dir=.
5416 for ac_exec_ext in '' $ac_executable_extensions; do
5417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5418 ac_cv_prog_ac_ct_AS="$ac_prog"
5419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5420 break 2
5422 done
5423 done
5424 IFS=$as_save_IFS
5428 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5429 if test -n "$ac_ct_AS"; then
5430 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5431 echo "${ECHO_T}$ac_ct_AS" >&6; }
5432 else
5433 { echo "$as_me:$LINENO: result: no" >&5
5434 echo "${ECHO_T}no" >&6; }
5438 test -n "$ac_ct_AS" && break
5439 done
5441 if test "x$ac_ct_AS" = x; then
5442 AS="as"
5443 else
5444 case $cross_compiling:$ac_tool_warned in
5445 yes:)
5446 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5447 whose name does not start with the host triplet. If you think this
5448 configuration is useful to you, please write to autoconf@gnu.org." >&5
5449 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5450 whose name does not start with the host triplet. If you think this
5451 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5452 ac_tool_warned=yes ;;
5453 esac
5454 AS=$ac_ct_AS
5458 if test -n "$ac_tool_prefix"; then
5459 for ac_prog in ld gld
5461 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5462 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5463 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5464 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5465 if test "${ac_cv_prog_LD+set}" = set; then
5466 echo $ECHO_N "(cached) $ECHO_C" >&6
5467 else
5468 if test -n "$LD"; then
5469 ac_cv_prog_LD="$LD" # Let the user override the test.
5470 else
5471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5472 for as_dir in $PATH
5474 IFS=$as_save_IFS
5475 test -z "$as_dir" && as_dir=.
5476 for ac_exec_ext in '' $ac_executable_extensions; do
5477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5478 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5479 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5480 break 2
5482 done
5483 done
5484 IFS=$as_save_IFS
5488 LD=$ac_cv_prog_LD
5489 if test -n "$LD"; then
5490 { echo "$as_me:$LINENO: result: $LD" >&5
5491 echo "${ECHO_T}$LD" >&6; }
5492 else
5493 { echo "$as_me:$LINENO: result: no" >&5
5494 echo "${ECHO_T}no" >&6; }
5498 test -n "$LD" && break
5499 done
5501 if test -z "$LD"; then
5502 ac_ct_LD=$LD
5503 for ac_prog in ld gld
5505 # Extract the first word of "$ac_prog", so it can be a program name with args.
5506 set dummy $ac_prog; ac_word=$2
5507 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5508 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5509 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5510 echo $ECHO_N "(cached) $ECHO_C" >&6
5511 else
5512 if test -n "$ac_ct_LD"; then
5513 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5514 else
5515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5516 for as_dir in $PATH
5518 IFS=$as_save_IFS
5519 test -z "$as_dir" && as_dir=.
5520 for ac_exec_ext in '' $ac_executable_extensions; do
5521 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5522 ac_cv_prog_ac_ct_LD="$ac_prog"
5523 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5524 break 2
5526 done
5527 done
5528 IFS=$as_save_IFS
5532 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5533 if test -n "$ac_ct_LD"; then
5534 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5535 echo "${ECHO_T}$ac_ct_LD" >&6; }
5536 else
5537 { echo "$as_me:$LINENO: result: no" >&5
5538 echo "${ECHO_T}no" >&6; }
5542 test -n "$ac_ct_LD" && break
5543 done
5545 if test "x$ac_ct_LD" = x; then
5546 LD="ld"
5547 else
5548 case $cross_compiling:$ac_tool_warned in
5549 yes:)
5550 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5551 whose name does not start with the host triplet. If you think this
5552 configuration is useful to you, please write to autoconf@gnu.org." >&5
5553 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5554 whose name does not start with the host triplet. If you think this
5555 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5556 ac_tool_warned=yes ;;
5557 esac
5558 LD=$ac_ct_LD
5562 if test -n "$ac_tool_prefix"; then
5563 for ac_prog in nm gnm
5565 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5566 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5567 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5569 if test "${ac_cv_prog_NM+set}" = set; then
5570 echo $ECHO_N "(cached) $ECHO_C" >&6
5571 else
5572 if test -n "$NM"; then
5573 ac_cv_prog_NM="$NM" # Let the user override the test.
5574 else
5575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5576 for as_dir in $PATH
5578 IFS=$as_save_IFS
5579 test -z "$as_dir" && as_dir=.
5580 for ac_exec_ext in '' $ac_executable_extensions; do
5581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5582 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5583 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5584 break 2
5586 done
5587 done
5588 IFS=$as_save_IFS
5592 NM=$ac_cv_prog_NM
5593 if test -n "$NM"; then
5594 { echo "$as_me:$LINENO: result: $NM" >&5
5595 echo "${ECHO_T}$NM" >&6; }
5596 else
5597 { echo "$as_me:$LINENO: result: no" >&5
5598 echo "${ECHO_T}no" >&6; }
5602 test -n "$NM" && break
5603 done
5605 if test -z "$NM"; then
5606 ac_ct_NM=$NM
5607 for ac_prog in nm gnm
5609 # Extract the first word of "$ac_prog", so it can be a program name with args.
5610 set dummy $ac_prog; ac_word=$2
5611 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5612 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5613 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5614 echo $ECHO_N "(cached) $ECHO_C" >&6
5615 else
5616 if test -n "$ac_ct_NM"; then
5617 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5618 else
5619 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5620 for as_dir in $PATH
5622 IFS=$as_save_IFS
5623 test -z "$as_dir" && as_dir=.
5624 for ac_exec_ext in '' $ac_executable_extensions; do
5625 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5626 ac_cv_prog_ac_ct_NM="$ac_prog"
5627 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5628 break 2
5630 done
5631 done
5632 IFS=$as_save_IFS
5636 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5637 if test -n "$ac_ct_NM"; then
5638 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5639 echo "${ECHO_T}$ac_ct_NM" >&6; }
5640 else
5641 { echo "$as_me:$LINENO: result: no" >&5
5642 echo "${ECHO_T}no" >&6; }
5646 test -n "$ac_ct_NM" && break
5647 done
5649 if test "x$ac_ct_NM" = x; then
5650 NM="nm"
5651 else
5652 case $cross_compiling:$ac_tool_warned in
5653 yes:)
5654 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5655 whose name does not start with the host triplet. If you think this
5656 configuration is useful to you, please write to autoconf@gnu.org." >&5
5657 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5658 whose name does not start with the host triplet. If you think this
5659 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5660 ac_tool_warned=yes ;;
5661 esac
5662 NM=$ac_ct_NM
5666 if test -n "$ac_tool_prefix"; then
5667 for ac_prog in ar gar
5669 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5670 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5671 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5672 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5673 if test "${ac_cv_prog_AR+set}" = set; then
5674 echo $ECHO_N "(cached) $ECHO_C" >&6
5675 else
5676 if test -n "$AR"; then
5677 ac_cv_prog_AR="$AR" # Let the user override the test.
5678 else
5679 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5680 for as_dir in $PATH
5682 IFS=$as_save_IFS
5683 test -z "$as_dir" && as_dir=.
5684 for ac_exec_ext in '' $ac_executable_extensions; do
5685 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5686 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5687 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5688 break 2
5690 done
5691 done
5692 IFS=$as_save_IFS
5696 AR=$ac_cv_prog_AR
5697 if test -n "$AR"; then
5698 { echo "$as_me:$LINENO: result: $AR" >&5
5699 echo "${ECHO_T}$AR" >&6; }
5700 else
5701 { echo "$as_me:$LINENO: result: no" >&5
5702 echo "${ECHO_T}no" >&6; }
5706 test -n "$AR" && break
5707 done
5709 if test -z "$AR"; then
5710 ac_ct_AR=$AR
5711 for ac_prog in ar gar
5713 # Extract the first word of "$ac_prog", so it can be a program name with args.
5714 set dummy $ac_prog; ac_word=$2
5715 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5716 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5717 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5718 echo $ECHO_N "(cached) $ECHO_C" >&6
5719 else
5720 if test -n "$ac_ct_AR"; then
5721 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5722 else
5723 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5724 for as_dir in $PATH
5726 IFS=$as_save_IFS
5727 test -z "$as_dir" && as_dir=.
5728 for ac_exec_ext in '' $ac_executable_extensions; do
5729 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5730 ac_cv_prog_ac_ct_AR="$ac_prog"
5731 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5732 break 2
5734 done
5735 done
5736 IFS=$as_save_IFS
5740 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5741 if test -n "$ac_ct_AR"; then
5742 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5743 echo "${ECHO_T}$ac_ct_AR" >&6; }
5744 else
5745 { echo "$as_me:$LINENO: result: no" >&5
5746 echo "${ECHO_T}no" >&6; }
5750 test -n "$ac_ct_AR" && break
5751 done
5753 if test "x$ac_ct_AR" = x; then
5754 AR="ar"
5755 else
5756 case $cross_compiling:$ac_tool_warned in
5757 yes:)
5758 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5759 whose name does not start with the host triplet. If you think this
5760 configuration is useful to you, please write to autoconf@gnu.org." >&5
5761 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5762 whose name does not start with the host triplet. If you think this
5763 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5764 ac_tool_warned=yes ;;
5765 esac
5766 AR=$ac_ct_AR
5770 ARFLAGS=rc
5772 if test -n "$ac_tool_prefix"; then
5773 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5774 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5775 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5776 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5777 if test "${ac_cv_prog_RANLIB+set}" = set; then
5778 echo $ECHO_N "(cached) $ECHO_C" >&6
5779 else
5780 if test -n "$RANLIB"; then
5781 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5782 else
5783 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5784 for as_dir in $PATH
5786 IFS=$as_save_IFS
5787 test -z "$as_dir" && as_dir=.
5788 for ac_exec_ext in '' $ac_executable_extensions; do
5789 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5790 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5791 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5792 break 2
5794 done
5795 done
5796 IFS=$as_save_IFS
5800 RANLIB=$ac_cv_prog_RANLIB
5801 if test -n "$RANLIB"; then
5802 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5803 echo "${ECHO_T}$RANLIB" >&6; }
5804 else
5805 { echo "$as_me:$LINENO: result: no" >&5
5806 echo "${ECHO_T}no" >&6; }
5811 if test -z "$ac_cv_prog_RANLIB"; then
5812 ac_ct_RANLIB=$RANLIB
5813 # Extract the first word of "ranlib", so it can be a program name with args.
5814 set dummy ranlib; ac_word=$2
5815 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5816 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5817 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5818 echo $ECHO_N "(cached) $ECHO_C" >&6
5819 else
5820 if test -n "$ac_ct_RANLIB"; then
5821 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5822 else
5823 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5824 for as_dir in $PATH
5826 IFS=$as_save_IFS
5827 test -z "$as_dir" && as_dir=.
5828 for ac_exec_ext in '' $ac_executable_extensions; do
5829 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5830 ac_cv_prog_ac_ct_RANLIB="ranlib"
5831 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5832 break 2
5834 done
5835 done
5836 IFS=$as_save_IFS
5840 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5841 if test -n "$ac_ct_RANLIB"; then
5842 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5843 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5844 else
5845 { echo "$as_me:$LINENO: result: no" >&5
5846 echo "${ECHO_T}no" >&6; }
5849 if test "x$ac_ct_RANLIB" = x; then
5850 RANLIB=":"
5851 else
5852 case $cross_compiling:$ac_tool_warned in
5853 yes:)
5854 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5855 whose name does not start with the host triplet. If you think this
5856 configuration is useful to you, please write to autoconf@gnu.org." >&5
5857 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5858 whose name does not start with the host triplet. If you think this
5859 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5860 ac_tool_warned=yes ;;
5861 esac
5862 RANLIB=$ac_ct_RANLIB
5864 else
5865 RANLIB="$ac_cv_prog_RANLIB"
5868 if test -n "$ac_tool_prefix"; then
5869 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5870 set dummy ${ac_tool_prefix}strip; ac_word=$2
5871 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5872 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5873 if test "${ac_cv_prog_STRIP+set}" = set; then
5874 echo $ECHO_N "(cached) $ECHO_C" >&6
5875 else
5876 if test -n "$STRIP"; then
5877 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5878 else
5879 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5880 for as_dir in $PATH
5882 IFS=$as_save_IFS
5883 test -z "$as_dir" && as_dir=.
5884 for ac_exec_ext in '' $ac_executable_extensions; do
5885 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5886 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5887 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5888 break 2
5890 done
5891 done
5892 IFS=$as_save_IFS
5896 STRIP=$ac_cv_prog_STRIP
5897 if test -n "$STRIP"; then
5898 { echo "$as_me:$LINENO: result: $STRIP" >&5
5899 echo "${ECHO_T}$STRIP" >&6; }
5900 else
5901 { echo "$as_me:$LINENO: result: no" >&5
5902 echo "${ECHO_T}no" >&6; }
5907 if test -z "$ac_cv_prog_STRIP"; then
5908 ac_ct_STRIP=$STRIP
5909 # Extract the first word of "strip", so it can be a program name with args.
5910 set dummy strip; ac_word=$2
5911 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5912 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5913 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5914 echo $ECHO_N "(cached) $ECHO_C" >&6
5915 else
5916 if test -n "$ac_ct_STRIP"; then
5917 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5918 else
5919 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5920 for as_dir in $PATH
5922 IFS=$as_save_IFS
5923 test -z "$as_dir" && as_dir=.
5924 for ac_exec_ext in '' $ac_executable_extensions; do
5925 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5926 ac_cv_prog_ac_ct_STRIP="strip"
5927 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5928 break 2
5930 done
5931 done
5932 IFS=$as_save_IFS
5936 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5937 if test -n "$ac_ct_STRIP"; then
5938 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5939 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5940 else
5941 { echo "$as_me:$LINENO: result: no" >&5
5942 echo "${ECHO_T}no" >&6; }
5945 if test "x$ac_ct_STRIP" = x; then
5946 STRIP="strip"
5947 else
5948 case $cross_compiling:$ac_tool_warned in
5949 yes:)
5950 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5951 whose name does not start with the host triplet. If you think this
5952 configuration is useful to you, please write to autoconf@gnu.org." >&5
5953 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5954 whose name does not start with the host triplet. If you think this
5955 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5956 ac_tool_warned=yes ;;
5957 esac
5958 STRIP=$ac_ct_STRIP
5960 else
5961 STRIP="$ac_cv_prog_STRIP"
5964 if test -n "$ac_tool_prefix"; then
5965 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5966 set dummy ${ac_tool_prefix}windres; ac_word=$2
5967 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5968 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5969 if test "${ac_cv_prog_WINDRES+set}" = set; then
5970 echo $ECHO_N "(cached) $ECHO_C" >&6
5971 else
5972 if test -n "$WINDRES"; then
5973 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5974 else
5975 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5976 for as_dir in $PATH
5978 IFS=$as_save_IFS
5979 test -z "$as_dir" && as_dir=.
5980 for ac_exec_ext in '' $ac_executable_extensions; do
5981 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5982 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5983 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5984 break 2
5986 done
5987 done
5988 IFS=$as_save_IFS
5992 WINDRES=$ac_cv_prog_WINDRES
5993 if test -n "$WINDRES"; then
5994 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5995 echo "${ECHO_T}$WINDRES" >&6; }
5996 else
5997 { echo "$as_me:$LINENO: result: no" >&5
5998 echo "${ECHO_T}no" >&6; }
6003 if test -z "$ac_cv_prog_WINDRES"; then
6004 ac_ct_WINDRES=$WINDRES
6005 # Extract the first word of "windres", so it can be a program name with args.
6006 set dummy windres; ac_word=$2
6007 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6008 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6009 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6010 echo $ECHO_N "(cached) $ECHO_C" >&6
6011 else
6012 if test -n "$ac_ct_WINDRES"; then
6013 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6014 else
6015 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6016 for as_dir in $PATH
6018 IFS=$as_save_IFS
6019 test -z "$as_dir" && as_dir=.
6020 for ac_exec_ext in '' $ac_executable_extensions; do
6021 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6022 ac_cv_prog_ac_ct_WINDRES="windres"
6023 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6024 break 2
6026 done
6027 done
6028 IFS=$as_save_IFS
6032 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6033 if test -n "$ac_ct_WINDRES"; then
6034 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6035 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6036 else
6037 { echo "$as_me:$LINENO: result: no" >&5
6038 echo "${ECHO_T}no" >&6; }
6041 if test "x$ac_ct_WINDRES" = x; then
6042 WINDRES="false"
6043 else
6044 case $cross_compiling:$ac_tool_warned in
6045 yes:)
6046 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6047 whose name does not start with the host triplet. If you think this
6048 configuration is useful to you, please write to autoconf@gnu.org." >&5
6049 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6050 whose name does not start with the host triplet. If you think this
6051 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6052 ac_tool_warned=yes ;;
6053 esac
6054 WINDRES=$ac_ct_WINDRES
6056 else
6057 WINDRES="$ac_cv_prog_WINDRES"
6060 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6061 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6062 LN_S=$as_ln_s
6063 if test "$LN_S" = "ln -s"; then
6064 { echo "$as_me:$LINENO: result: yes" >&5
6065 echo "${ECHO_T}yes" >&6; }
6066 else
6067 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6068 echo "${ECHO_T}no, using $LN_S" >&6; }
6071 { echo "$as_me:$LINENO: checking whether ln works" >&5
6072 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6073 rm -f conf$$ conf$$.file
6074 echo >conf$$.file
6075 if ln conf$$.file conf$$ 2>/dev/null; then
6076 LN=ln
6078 { echo "$as_me:$LINENO: result: yes" >&5
6079 echo "${ECHO_T}yes" >&6; }
6080 else
6081 LN="cp -p"
6083 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6084 echo "${ECHO_T}no, using $LN" >&6; }
6086 rm -f conf$$ conf$$.file
6087 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6088 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6089 if test "${ac_cv_path_GREP+set}" = set; then
6090 echo $ECHO_N "(cached) $ECHO_C" >&6
6091 else
6092 # Extract the first word of "grep ggrep" to use in msg output
6093 if test -z "$GREP"; then
6094 set dummy grep ggrep; ac_prog_name=$2
6095 if test "${ac_cv_path_GREP+set}" = set; then
6096 echo $ECHO_N "(cached) $ECHO_C" >&6
6097 else
6098 ac_path_GREP_found=false
6099 # Loop through the user's path and test for each of PROGNAME-LIST
6100 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6101 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6103 IFS=$as_save_IFS
6104 test -z "$as_dir" && as_dir=.
6105 for ac_prog in grep ggrep; do
6106 for ac_exec_ext in '' $ac_executable_extensions; do
6107 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6108 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6109 # Check for GNU ac_path_GREP and select it if it is found.
6110 # Check for GNU $ac_path_GREP
6111 case `"$ac_path_GREP" --version 2>&1` in
6112 *GNU*)
6113 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6115 ac_count=0
6116 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6117 while :
6119 cat "conftest.in" "conftest.in" >"conftest.tmp"
6120 mv "conftest.tmp" "conftest.in"
6121 cp "conftest.in" "conftest.nl"
6122 echo 'GREP' >> "conftest.nl"
6123 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6124 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6125 ac_count=`expr $ac_count + 1`
6126 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6127 # Best one so far, save it but keep looking for a better one
6128 ac_cv_path_GREP="$ac_path_GREP"
6129 ac_path_GREP_max=$ac_count
6131 # 10*(2^10) chars as input seems more than enough
6132 test $ac_count -gt 10 && break
6133 done
6134 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6135 esac
6138 $ac_path_GREP_found && break 3
6139 done
6140 done
6142 done
6143 IFS=$as_save_IFS
6148 GREP="$ac_cv_path_GREP"
6149 if test -z "$GREP"; then
6150 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6151 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6152 { (exit 1); exit 1; }; }
6155 else
6156 ac_cv_path_GREP=$GREP
6161 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6162 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6163 GREP="$ac_cv_path_GREP"
6166 { echo "$as_me:$LINENO: checking for egrep" >&5
6167 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6168 if test "${ac_cv_path_EGREP+set}" = set; then
6169 echo $ECHO_N "(cached) $ECHO_C" >&6
6170 else
6171 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6172 then ac_cv_path_EGREP="$GREP -E"
6173 else
6174 # Extract the first word of "egrep" to use in msg output
6175 if test -z "$EGREP"; then
6176 set dummy egrep; ac_prog_name=$2
6177 if test "${ac_cv_path_EGREP+set}" = set; then
6178 echo $ECHO_N "(cached) $ECHO_C" >&6
6179 else
6180 ac_path_EGREP_found=false
6181 # Loop through the user's path and test for each of PROGNAME-LIST
6182 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6183 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6185 IFS=$as_save_IFS
6186 test -z "$as_dir" && as_dir=.
6187 for ac_prog in egrep; do
6188 for ac_exec_ext in '' $ac_executable_extensions; do
6189 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6190 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6191 # Check for GNU ac_path_EGREP and select it if it is found.
6192 # Check for GNU $ac_path_EGREP
6193 case `"$ac_path_EGREP" --version 2>&1` in
6194 *GNU*)
6195 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6197 ac_count=0
6198 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6199 while :
6201 cat "conftest.in" "conftest.in" >"conftest.tmp"
6202 mv "conftest.tmp" "conftest.in"
6203 cp "conftest.in" "conftest.nl"
6204 echo 'EGREP' >> "conftest.nl"
6205 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6206 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6207 ac_count=`expr $ac_count + 1`
6208 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6209 # Best one so far, save it but keep looking for a better one
6210 ac_cv_path_EGREP="$ac_path_EGREP"
6211 ac_path_EGREP_max=$ac_count
6213 # 10*(2^10) chars as input seems more than enough
6214 test $ac_count -gt 10 && break
6215 done
6216 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6217 esac
6220 $ac_path_EGREP_found && break 3
6221 done
6222 done
6224 done
6225 IFS=$as_save_IFS
6230 EGREP="$ac_cv_path_EGREP"
6231 if test -z "$EGREP"; then
6232 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6233 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6234 { (exit 1); exit 1; }; }
6237 else
6238 ac_cv_path_EGREP=$EGREP
6244 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6245 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6246 EGREP="$ac_cv_path_EGREP"
6249 # Extract the first word of "ldconfig", so it can be a program name with args.
6250 set dummy ldconfig; ac_word=$2
6251 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6252 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6253 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6254 echo $ECHO_N "(cached) $ECHO_C" >&6
6255 else
6256 case $LDCONFIG in
6257 [\\/]* | ?:[\\/]*)
6258 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6261 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6262 for as_dir in /sbin /usr/sbin $PATH
6264 IFS=$as_save_IFS
6265 test -z "$as_dir" && as_dir=.
6266 for ac_exec_ext in '' $ac_executable_extensions; do
6267 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6268 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6269 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6270 break 2
6272 done
6273 done
6274 IFS=$as_save_IFS
6276 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6278 esac
6280 LDCONFIG=$ac_cv_path_LDCONFIG
6281 if test -n "$LDCONFIG"; then
6282 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6283 echo "${ECHO_T}$LDCONFIG" >&6; }
6284 else
6285 { echo "$as_me:$LINENO: result: no" >&5
6286 echo "${ECHO_T}no" >&6; }
6290 # Find a good install program. We prefer a C program (faster),
6291 # so one script is as good as another. But avoid the broken or
6292 # incompatible versions:
6293 # SysV /etc/install, /usr/sbin/install
6294 # SunOS /usr/etc/install
6295 # IRIX /sbin/install
6296 # AIX /bin/install
6297 # AmigaOS /C/install, which installs bootblocks on floppy discs
6298 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6299 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6300 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6301 # OS/2's system install, which has a completely different semantic
6302 # ./install, which can be erroneously created by make from ./install.sh.
6303 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6304 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6305 if test -z "$INSTALL"; then
6306 if test "${ac_cv_path_install+set}" = set; then
6307 echo $ECHO_N "(cached) $ECHO_C" >&6
6308 else
6309 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6310 for as_dir in $PATH
6312 IFS=$as_save_IFS
6313 test -z "$as_dir" && as_dir=.
6314 # Account for people who put trailing slashes in PATH elements.
6315 case $as_dir/ in
6316 ./ | .// | /cC/* | \
6317 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6318 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6319 /usr/ucb/* ) ;;
6321 # OSF1 and SCO ODT 3.0 have their own names for install.
6322 # Don't use installbsd from OSF since it installs stuff as root
6323 # by default.
6324 for ac_prog in ginstall scoinst install; do
6325 for ac_exec_ext in '' $ac_executable_extensions; do
6326 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6327 if test $ac_prog = install &&
6328 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6329 # AIX install. It has an incompatible calling convention.
6331 elif test $ac_prog = install &&
6332 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6333 # program-specific install script used by HP pwplus--don't use.
6335 else
6336 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6337 break 3
6340 done
6341 done
6343 esac
6344 done
6345 IFS=$as_save_IFS
6349 if test "${ac_cv_path_install+set}" = set; then
6350 INSTALL=$ac_cv_path_install
6351 else
6352 # As a last resort, use the slow shell script. Don't cache a
6353 # value for INSTALL within a source directory, because that will
6354 # break other packages using the cache if that directory is
6355 # removed, or if the value is a relative name.
6356 INSTALL=$ac_install_sh
6359 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6360 echo "${ECHO_T}$INSTALL" >&6; }
6362 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6363 # It thinks the first close brace ends the variable substitution.
6364 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6366 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6368 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6370 case "$INSTALL" in
6371 [\\/$]* | ?:[\\/]* ) ;;
6372 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6373 esac
6375 for ac_prog in lclint lint
6377 # Extract the first word of "$ac_prog", so it can be a program name with args.
6378 set dummy $ac_prog; ac_word=$2
6379 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6380 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6381 if test "${ac_cv_prog_LINT+set}" = set; then
6382 echo $ECHO_N "(cached) $ECHO_C" >&6
6383 else
6384 if test -n "$LINT"; then
6385 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6386 else
6387 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6388 for as_dir in $PATH
6390 IFS=$as_save_IFS
6391 test -z "$as_dir" && as_dir=.
6392 for ac_exec_ext in '' $ac_executable_extensions; do
6393 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6394 ac_cv_prog_LINT="$ac_prog"
6395 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6396 break 2
6398 done
6399 done
6400 IFS=$as_save_IFS
6404 LINT=$ac_cv_prog_LINT
6405 if test -n "$LINT"; then
6406 { echo "$as_me:$LINENO: result: $LINT" >&5
6407 echo "${ECHO_T}$LINT" >&6; }
6408 else
6409 { echo "$as_me:$LINENO: result: no" >&5
6410 echo "${ECHO_T}no" >&6; }
6414 test -n "$LINT" && break
6415 done
6417 if test "$LINT" = "lint"
6418 then
6419 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6424 for ac_prog in fontforge
6426 # Extract the first word of "$ac_prog", so it can be a program name with args.
6427 set dummy $ac_prog; ac_word=$2
6428 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6429 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6430 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6431 echo $ECHO_N "(cached) $ECHO_C" >&6
6432 else
6433 if test -n "$FONTFORGE"; then
6434 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6435 else
6436 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6437 for as_dir in $PATH
6439 IFS=$as_save_IFS
6440 test -z "$as_dir" && as_dir=.
6441 for ac_exec_ext in '' $ac_executable_extensions; do
6442 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6443 ac_cv_prog_FONTFORGE="$ac_prog"
6444 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6445 break 2
6447 done
6448 done
6449 IFS=$as_save_IFS
6453 FONTFORGE=$ac_cv_prog_FONTFORGE
6454 if test -n "$FONTFORGE"; then
6455 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6456 echo "${ECHO_T}$FONTFORGE" >&6; }
6457 else
6458 { echo "$as_me:$LINENO: result: no" >&5
6459 echo "${ECHO_T}no" >&6; }
6463 test -n "$FONTFORGE" && break
6464 done
6465 test -n "$FONTFORGE" || FONTFORGE="false"
6467 for ac_prog in pkg-config
6469 # Extract the first word of "$ac_prog", so it can be a program name with args.
6470 set dummy $ac_prog; ac_word=$2
6471 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6472 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6473 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6474 echo $ECHO_N "(cached) $ECHO_C" >&6
6475 else
6476 if test -n "$PKG_CONFIG"; then
6477 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6478 else
6479 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6480 for as_dir in $PATH
6482 IFS=$as_save_IFS
6483 test -z "$as_dir" && as_dir=.
6484 for ac_exec_ext in '' $ac_executable_extensions; do
6485 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6486 ac_cv_prog_PKG_CONFIG="$ac_prog"
6487 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6488 break 2
6490 done
6491 done
6492 IFS=$as_save_IFS
6496 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6497 if test -n "$PKG_CONFIG"; then
6498 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6499 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6500 else
6501 { echo "$as_me:$LINENO: result: no" >&5
6502 echo "${ECHO_T}no" >&6; }
6506 test -n "$PKG_CONFIG" && break
6507 done
6508 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6510 for ac_prog in rsvg
6512 # Extract the first word of "$ac_prog", so it can be a program name with args.
6513 set dummy $ac_prog; ac_word=$2
6514 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6515 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6516 if test "${ac_cv_prog_RSVG+set}" = set; then
6517 echo $ECHO_N "(cached) $ECHO_C" >&6
6518 else
6519 if test -n "$RSVG"; then
6520 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6521 else
6522 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6523 for as_dir in $PATH
6525 IFS=$as_save_IFS
6526 test -z "$as_dir" && as_dir=.
6527 for ac_exec_ext in '' $ac_executable_extensions; do
6528 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6529 ac_cv_prog_RSVG="$ac_prog"
6530 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6531 break 2
6533 done
6534 done
6535 IFS=$as_save_IFS
6539 RSVG=$ac_cv_prog_RSVG
6540 if test -n "$RSVG"; then
6541 { echo "$as_me:$LINENO: result: $RSVG" >&5
6542 echo "${ECHO_T}$RSVG" >&6; }
6543 else
6544 { echo "$as_me:$LINENO: result: no" >&5
6545 echo "${ECHO_T}no" >&6; }
6549 test -n "$RSVG" && break
6550 done
6551 test -n "$RSVG" || RSVG="false"
6553 for ac_prog in icotool
6555 # Extract the first word of "$ac_prog", so it can be a program name with args.
6556 set dummy $ac_prog; ac_word=$2
6557 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6558 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6559 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6560 echo $ECHO_N "(cached) $ECHO_C" >&6
6561 else
6562 if test -n "$ICOTOOL"; then
6563 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6564 else
6565 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6566 for as_dir in $PATH
6568 IFS=$as_save_IFS
6569 test -z "$as_dir" && as_dir=.
6570 for ac_exec_ext in '' $ac_executable_extensions; do
6571 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6572 ac_cv_prog_ICOTOOL="$ac_prog"
6573 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6574 break 2
6576 done
6577 done
6578 IFS=$as_save_IFS
6582 ICOTOOL=$ac_cv_prog_ICOTOOL
6583 if test -n "$ICOTOOL"; then
6584 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6585 echo "${ECHO_T}$ICOTOOL" >&6; }
6586 else
6587 { echo "$as_me:$LINENO: result: no" >&5
6588 echo "${ECHO_T}no" >&6; }
6592 test -n "$ICOTOOL" && break
6593 done
6594 test -n "$ICOTOOL" || ICOTOOL="false"
6597 if test "${enable_maintainer_mode+set}" = set
6598 then
6599 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6600 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6601 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6604 case $host_cpu in
6605 *i[3456789]86*)
6606 # Extract the first word of "prelink", so it can be a program name with args.
6607 set dummy prelink; ac_word=$2
6608 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6609 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6610 if test "${ac_cv_path_PRELINK+set}" = set; then
6611 echo $ECHO_N "(cached) $ECHO_C" >&6
6612 else
6613 case $PRELINK in
6614 [\\/]* | ?:[\\/]*)
6615 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6618 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6619 for as_dir in /sbin /usr/sbin $PATH
6621 IFS=$as_save_IFS
6622 test -z "$as_dir" && as_dir=.
6623 for ac_exec_ext in '' $ac_executable_extensions; do
6624 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6625 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6626 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6627 break 2
6629 done
6630 done
6631 IFS=$as_save_IFS
6633 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6635 esac
6637 PRELINK=$ac_cv_path_PRELINK
6638 if test -n "$PRELINK"; then
6639 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6640 echo "${ECHO_T}$PRELINK" >&6; }
6641 else
6642 { echo "$as_me:$LINENO: result: no" >&5
6643 echo "${ECHO_T}no" >&6; }
6648 esac
6652 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6653 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6654 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6655 echo $ECHO_N "(cached) $ECHO_C" >&6
6656 else
6657 ac_check_lib_save_LIBS=$LIBS
6658 LIBS="-li386 $LIBS"
6659 cat >conftest.$ac_ext <<_ACEOF
6660 /* confdefs.h. */
6661 _ACEOF
6662 cat confdefs.h >>conftest.$ac_ext
6663 cat >>conftest.$ac_ext <<_ACEOF
6664 /* end confdefs.h. */
6666 /* Override any GCC internal prototype to avoid an error.
6667 Use char because int might match the return type of a GCC
6668 builtin and then its argument prototype would still apply. */
6669 #ifdef __cplusplus
6670 extern "C"
6671 #endif
6672 char i386_set_ldt ();
6674 main ()
6676 return i386_set_ldt ();
6678 return 0;
6680 _ACEOF
6681 rm -f conftest.$ac_objext conftest$ac_exeext
6682 if { (ac_try="$ac_link"
6683 case "(($ac_try" in
6684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6685 *) ac_try_echo=$ac_try;;
6686 esac
6687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6688 (eval "$ac_link") 2>conftest.er1
6689 ac_status=$?
6690 grep -v '^ *+' conftest.er1 >conftest.err
6691 rm -f conftest.er1
6692 cat conftest.err >&5
6693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6694 (exit $ac_status); } && {
6695 test -z "$ac_c_werror_flag" ||
6696 test ! -s conftest.err
6697 } && test -s conftest$ac_exeext &&
6698 $as_test_x conftest$ac_exeext; then
6699 ac_cv_lib_i386_i386_set_ldt=yes
6700 else
6701 echo "$as_me: failed program was:" >&5
6702 sed 's/^/| /' conftest.$ac_ext >&5
6704 ac_cv_lib_i386_i386_set_ldt=no
6707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6708 conftest$ac_exeext conftest.$ac_ext
6709 LIBS=$ac_check_lib_save_LIBS
6711 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6712 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6713 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6714 cat >>confdefs.h <<_ACEOF
6715 #define HAVE_LIBI386 1
6716 _ACEOF
6718 LIBS="-li386 $LIBS"
6723 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6724 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6725 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6726 echo $ECHO_N "(cached) $ECHO_C" >&6
6727 else
6728 ac_check_lib_save_LIBS=$LIBS
6729 LIBS="-lossaudio $LIBS"
6730 cat >conftest.$ac_ext <<_ACEOF
6731 /* confdefs.h. */
6732 _ACEOF
6733 cat confdefs.h >>conftest.$ac_ext
6734 cat >>conftest.$ac_ext <<_ACEOF
6735 /* end confdefs.h. */
6737 /* Override any GCC internal prototype to avoid an error.
6738 Use char because int might match the return type of a GCC
6739 builtin and then its argument prototype would still apply. */
6740 #ifdef __cplusplus
6741 extern "C"
6742 #endif
6743 char _oss_ioctl ();
6745 main ()
6747 return _oss_ioctl ();
6749 return 0;
6751 _ACEOF
6752 rm -f conftest.$ac_objext conftest$ac_exeext
6753 if { (ac_try="$ac_link"
6754 case "(($ac_try" in
6755 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6756 *) ac_try_echo=$ac_try;;
6757 esac
6758 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6759 (eval "$ac_link") 2>conftest.er1
6760 ac_status=$?
6761 grep -v '^ *+' conftest.er1 >conftest.err
6762 rm -f conftest.er1
6763 cat conftest.err >&5
6764 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6765 (exit $ac_status); } && {
6766 test -z "$ac_c_werror_flag" ||
6767 test ! -s conftest.err
6768 } && test -s conftest$ac_exeext &&
6769 $as_test_x conftest$ac_exeext; then
6770 ac_cv_lib_ossaudio__oss_ioctl=yes
6771 else
6772 echo "$as_me: failed program was:" >&5
6773 sed 's/^/| /' conftest.$ac_ext >&5
6775 ac_cv_lib_ossaudio__oss_ioctl=no
6778 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6779 conftest$ac_exeext conftest.$ac_ext
6780 LIBS=$ac_check_lib_save_LIBS
6782 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6783 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6784 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6785 cat >>confdefs.h <<_ACEOF
6786 #define HAVE_LIBOSSAUDIO 1
6787 _ACEOF
6789 LIBS="-lossaudio $LIBS"
6793 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6794 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6795 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6796 echo $ECHO_N "(cached) $ECHO_C" >&6
6797 else
6798 ac_check_lib_save_LIBS=$LIBS
6799 LIBS="-lpthread $LIBS"
6800 cat >conftest.$ac_ext <<_ACEOF
6801 /* confdefs.h. */
6802 _ACEOF
6803 cat confdefs.h >>conftest.$ac_ext
6804 cat >>conftest.$ac_ext <<_ACEOF
6805 /* end confdefs.h. */
6807 /* Override any GCC internal prototype to avoid an error.
6808 Use char because int might match the return type of a GCC
6809 builtin and then its argument prototype would still apply. */
6810 #ifdef __cplusplus
6811 extern "C"
6812 #endif
6813 char pthread_create ();
6815 main ()
6817 return pthread_create ();
6819 return 0;
6821 _ACEOF
6822 rm -f conftest.$ac_objext conftest$ac_exeext
6823 if { (ac_try="$ac_link"
6824 case "(($ac_try" in
6825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6826 *) ac_try_echo=$ac_try;;
6827 esac
6828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6829 (eval "$ac_link") 2>conftest.er1
6830 ac_status=$?
6831 grep -v '^ *+' conftest.er1 >conftest.err
6832 rm -f conftest.er1
6833 cat conftest.err >&5
6834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6835 (exit $ac_status); } && {
6836 test -z "$ac_c_werror_flag" ||
6837 test ! -s conftest.err
6838 } && test -s conftest$ac_exeext &&
6839 $as_test_x conftest$ac_exeext; then
6840 ac_cv_lib_pthread_pthread_create=yes
6841 else
6842 echo "$as_me: failed program was:" >&5
6843 sed 's/^/| /' conftest.$ac_ext >&5
6845 ac_cv_lib_pthread_pthread_create=no
6848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6849 conftest$ac_exeext conftest.$ac_ext
6850 LIBS=$ac_check_lib_save_LIBS
6852 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6853 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6854 if test $ac_cv_lib_pthread_pthread_create = yes; then
6855 LIBPTHREAD="-lpthread"
6860 XLIB=""
6862 OPENGL_LIBS=""
6866 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6867 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6868 if test "${ac_cv_header_stdc+set}" = set; then
6869 echo $ECHO_N "(cached) $ECHO_C" >&6
6870 else
6871 cat >conftest.$ac_ext <<_ACEOF
6872 /* confdefs.h. */
6873 _ACEOF
6874 cat confdefs.h >>conftest.$ac_ext
6875 cat >>conftest.$ac_ext <<_ACEOF
6876 /* end confdefs.h. */
6877 #include <stdlib.h>
6878 #include <stdarg.h>
6879 #include <string.h>
6880 #include <float.h>
6883 main ()
6887 return 0;
6889 _ACEOF
6890 rm -f conftest.$ac_objext
6891 if { (ac_try="$ac_compile"
6892 case "(($ac_try" in
6893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6894 *) ac_try_echo=$ac_try;;
6895 esac
6896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6897 (eval "$ac_compile") 2>conftest.er1
6898 ac_status=$?
6899 grep -v '^ *+' conftest.er1 >conftest.err
6900 rm -f conftest.er1
6901 cat conftest.err >&5
6902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6903 (exit $ac_status); } && {
6904 test -z "$ac_c_werror_flag" ||
6905 test ! -s conftest.err
6906 } && test -s conftest.$ac_objext; then
6907 ac_cv_header_stdc=yes
6908 else
6909 echo "$as_me: failed program was:" >&5
6910 sed 's/^/| /' conftest.$ac_ext >&5
6912 ac_cv_header_stdc=no
6915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6917 if test $ac_cv_header_stdc = yes; then
6918 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6919 cat >conftest.$ac_ext <<_ACEOF
6920 /* confdefs.h. */
6921 _ACEOF
6922 cat confdefs.h >>conftest.$ac_ext
6923 cat >>conftest.$ac_ext <<_ACEOF
6924 /* end confdefs.h. */
6925 #include <string.h>
6927 _ACEOF
6928 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6929 $EGREP "memchr" >/dev/null 2>&1; then
6931 else
6932 ac_cv_header_stdc=no
6934 rm -f conftest*
6938 if test $ac_cv_header_stdc = yes; then
6939 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6940 cat >conftest.$ac_ext <<_ACEOF
6941 /* confdefs.h. */
6942 _ACEOF
6943 cat confdefs.h >>conftest.$ac_ext
6944 cat >>conftest.$ac_ext <<_ACEOF
6945 /* end confdefs.h. */
6946 #include <stdlib.h>
6948 _ACEOF
6949 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6950 $EGREP "free" >/dev/null 2>&1; then
6952 else
6953 ac_cv_header_stdc=no
6955 rm -f conftest*
6959 if test $ac_cv_header_stdc = yes; then
6960 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6961 if test "$cross_compiling" = yes; then
6963 else
6964 cat >conftest.$ac_ext <<_ACEOF
6965 /* confdefs.h. */
6966 _ACEOF
6967 cat confdefs.h >>conftest.$ac_ext
6968 cat >>conftest.$ac_ext <<_ACEOF
6969 /* end confdefs.h. */
6970 #include <ctype.h>
6971 #include <stdlib.h>
6972 #if ((' ' & 0x0FF) == 0x020)
6973 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6974 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6975 #else
6976 # define ISLOWER(c) \
6977 (('a' <= (c) && (c) <= 'i') \
6978 || ('j' <= (c) && (c) <= 'r') \
6979 || ('s' <= (c) && (c) <= 'z'))
6980 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6981 #endif
6983 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6985 main ()
6987 int i;
6988 for (i = 0; i < 256; i++)
6989 if (XOR (islower (i), ISLOWER (i))
6990 || toupper (i) != TOUPPER (i))
6991 return 2;
6992 return 0;
6994 _ACEOF
6995 rm -f conftest$ac_exeext
6996 if { (ac_try="$ac_link"
6997 case "(($ac_try" in
6998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6999 *) ac_try_echo=$ac_try;;
7000 esac
7001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7002 (eval "$ac_link") 2>&5
7003 ac_status=$?
7004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7005 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7006 { (case "(($ac_try" in
7007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7008 *) ac_try_echo=$ac_try;;
7009 esac
7010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7011 (eval "$ac_try") 2>&5
7012 ac_status=$?
7013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7014 (exit $ac_status); }; }; then
7016 else
7017 echo "$as_me: program exited with status $ac_status" >&5
7018 echo "$as_me: failed program was:" >&5
7019 sed 's/^/| /' conftest.$ac_ext >&5
7021 ( exit $ac_status )
7022 ac_cv_header_stdc=no
7024 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7030 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7031 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7032 if test $ac_cv_header_stdc = yes; then
7034 cat >>confdefs.h <<\_ACEOF
7035 #define STDC_HEADERS 1
7036 _ACEOF
7040 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7050 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7051 inttypes.h stdint.h unistd.h
7053 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7054 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7055 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7056 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7057 echo $ECHO_N "(cached) $ECHO_C" >&6
7058 else
7059 cat >conftest.$ac_ext <<_ACEOF
7060 /* confdefs.h. */
7061 _ACEOF
7062 cat confdefs.h >>conftest.$ac_ext
7063 cat >>conftest.$ac_ext <<_ACEOF
7064 /* end confdefs.h. */
7065 $ac_includes_default
7067 #include <$ac_header>
7068 _ACEOF
7069 rm -f conftest.$ac_objext
7070 if { (ac_try="$ac_compile"
7071 case "(($ac_try" in
7072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7073 *) ac_try_echo=$ac_try;;
7074 esac
7075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7076 (eval "$ac_compile") 2>conftest.er1
7077 ac_status=$?
7078 grep -v '^ *+' conftest.er1 >conftest.err
7079 rm -f conftest.er1
7080 cat conftest.err >&5
7081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7082 (exit $ac_status); } && {
7083 test -z "$ac_c_werror_flag" ||
7084 test ! -s conftest.err
7085 } && test -s conftest.$ac_objext; then
7086 eval "$as_ac_Header=yes"
7087 else
7088 echo "$as_me: failed program was:" >&5
7089 sed 's/^/| /' conftest.$ac_ext >&5
7091 eval "$as_ac_Header=no"
7094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7096 ac_res=`eval echo '${'$as_ac_Header'}'`
7097 { echo "$as_me:$LINENO: result: $ac_res" >&5
7098 echo "${ECHO_T}$ac_res" >&6; }
7099 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7100 cat >>confdefs.h <<_ACEOF
7101 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7102 _ACEOF
7106 done
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 CROSSTEST=""
9395 if test "$cross_compiling" = "no"
9396 then
9397 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
9399 # Extract the first word of "$ac_prog", so it can be a program name with args.
9400 set dummy $ac_prog; ac_word=$2
9401 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9402 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9403 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9404 echo $ECHO_N "(cached) $ECHO_C" >&6
9405 else
9406 if test -n "$CROSSCC"; then
9407 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9408 else
9409 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9410 for as_dir in $PATH
9412 IFS=$as_save_IFS
9413 test -z "$as_dir" && as_dir=.
9414 for ac_exec_ext in '' $ac_executable_extensions; do
9415 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9416 ac_cv_prog_CROSSCC="$ac_prog"
9417 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9418 break 2
9420 done
9421 done
9422 IFS=$as_save_IFS
9426 CROSSCC=$ac_cv_prog_CROSSCC
9427 if test -n "$CROSSCC"; then
9428 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9429 echo "${ECHO_T}$CROSSCC" >&6; }
9430 else
9431 { echo "$as_me:$LINENO: result: no" >&5
9432 echo "${ECHO_T}no" >&6; }
9436 test -n "$CROSSCC" && break
9437 done
9438 test -n "$CROSSCC" || CROSSCC="false"
9440 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
9442 # Extract the first word of "$ac_prog", so it can be a program name with args.
9443 set dummy $ac_prog; ac_word=$2
9444 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9445 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9446 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9447 echo $ECHO_N "(cached) $ECHO_C" >&6
9448 else
9449 if test -n "$DLLTOOL"; then
9450 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9451 else
9452 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9453 for as_dir in $PATH
9455 IFS=$as_save_IFS
9456 test -z "$as_dir" && as_dir=.
9457 for ac_exec_ext in '' $ac_executable_extensions; do
9458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9459 ac_cv_prog_DLLTOOL="$ac_prog"
9460 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9461 break 2
9463 done
9464 done
9465 IFS=$as_save_IFS
9469 DLLTOOL=$ac_cv_prog_DLLTOOL
9470 if test -n "$DLLTOOL"; then
9471 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9472 echo "${ECHO_T}$DLLTOOL" >&6; }
9473 else
9474 { echo "$as_me:$LINENO: result: no" >&5
9475 echo "${ECHO_T}no" >&6; }
9479 test -n "$DLLTOOL" && break
9480 done
9481 test -n "$DLLTOOL" || DLLTOOL="false"
9483 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
9485 # Extract the first word of "$ac_prog", so it can be a program name with args.
9486 set dummy $ac_prog; ac_word=$2
9487 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9489 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9490 echo $ECHO_N "(cached) $ECHO_C" >&6
9491 else
9492 if test -n "$CROSSWINDRES"; then
9493 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9494 else
9495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9496 for as_dir in $PATH
9498 IFS=$as_save_IFS
9499 test -z "$as_dir" && as_dir=.
9500 for ac_exec_ext in '' $ac_executable_extensions; do
9501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9502 ac_cv_prog_CROSSWINDRES="$ac_prog"
9503 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9504 break 2
9506 done
9507 done
9508 IFS=$as_save_IFS
9512 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9513 if test -n "$CROSSWINDRES"; then
9514 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9515 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9516 else
9517 { echo "$as_me:$LINENO: result: no" >&5
9518 echo "${ECHO_T}no" >&6; }
9522 test -n "$CROSSWINDRES" && break
9523 done
9524 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9526 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
9528 # Extract the first word of "$ac_prog", so it can be a program name with args.
9529 set dummy $ac_prog; ac_word=$2
9530 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9531 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9532 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9533 echo $ECHO_N "(cached) $ECHO_C" >&6
9534 else
9535 if test -n "$MINGWAR"; then
9536 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9537 else
9538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9539 for as_dir in $PATH
9541 IFS=$as_save_IFS
9542 test -z "$as_dir" && as_dir=.
9543 for ac_exec_ext in '' $ac_executable_extensions; do
9544 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9545 ac_cv_prog_MINGWAR="$ac_prog"
9546 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9547 break 2
9549 done
9550 done
9551 IFS=$as_save_IFS
9555 MINGWAR=$ac_cv_prog_MINGWAR
9556 if test -n "$MINGWAR"; then
9557 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9558 echo "${ECHO_T}$MINGWAR" >&6; }
9559 else
9560 { echo "$as_me:$LINENO: result: no" >&5
9561 echo "${ECHO_T}no" >&6; }
9565 test -n "$MINGWAR" && break
9566 done
9567 test -n "$MINGWAR" || MINGWAR="false"
9569 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9572 esac
9574 enable_winequartz_drv=${enable_winequartz_drv:-no}
9576 if test "$LIBEXT" = "a"; then
9577 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9578 It is currently not possible to build Wine without shared library
9579 (.so) support to allow transparent switch between .so and .dll files.
9580 If you are using Linux, you will need a newer binutils.
9581 " >&5
9582 echo "$as_me: error: could not find a way to build shared libraries.
9583 It is currently not possible to build Wine without shared library
9584 (.so) support to allow transparent switch between .so and .dll files.
9585 If you are using Linux, you will need a newer binutils.
9586 " >&2;}
9587 { (exit 1); exit 1; }; }
9591 if test "$have_x" = "yes"
9592 then
9593 XLIB="-lXext -lX11"
9594 ac_save_CPPFLAGS="$CPPFLAGS"
9595 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9597 { echo "$as_me:$LINENO: checking for -lX11" >&5
9598 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9599 if test "${ac_cv_lib_soname_X11+set}" = set; then
9600 echo $ECHO_N "(cached) $ECHO_C" >&6
9601 else
9602 ac_check_soname_save_LIBS=$LIBS
9603 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9604 cat >conftest.$ac_ext <<_ACEOF
9605 /* confdefs.h. */
9606 _ACEOF
9607 cat confdefs.h >>conftest.$ac_ext
9608 cat >>conftest.$ac_ext <<_ACEOF
9609 /* end confdefs.h. */
9611 /* Override any GCC internal prototype to avoid an error.
9612 Use char because int might match the return type of a GCC
9613 builtin and then its argument prototype would still apply. */
9614 #ifdef __cplusplus
9615 extern "C"
9616 #endif
9617 char XCreateWindow ();
9619 main ()
9621 return XCreateWindow ();
9623 return 0;
9625 _ACEOF
9626 rm -f conftest.$ac_objext conftest$ac_exeext
9627 if { (ac_try="$ac_link"
9628 case "(($ac_try" in
9629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9630 *) ac_try_echo=$ac_try;;
9631 esac
9632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9633 (eval "$ac_link") 2>conftest.er1
9634 ac_status=$?
9635 grep -v '^ *+' conftest.er1 >conftest.err
9636 rm -f conftest.er1
9637 cat conftest.err >&5
9638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9639 (exit $ac_status); } && {
9640 test -z "$ac_c_werror_flag" ||
9641 test ! -s conftest.err
9642 } && test -s conftest$ac_exeext &&
9643 $as_test_x conftest$ac_exeext; then
9644 case "$LIBEXT" in
9645 dll) ;;
9646 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'` ;;
9647 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9648 esac
9649 else
9650 echo "$as_me: failed program was:" >&5
9651 sed 's/^/| /' conftest.$ac_ext >&5
9656 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9657 conftest$ac_exeext conftest.$ac_ext
9658 LIBS=$ac_check_soname_save_LIBS
9660 if test "x$ac_cv_lib_soname_X11" = "x"; then
9661 { echo "$as_me:$LINENO: result: not found" >&5
9662 echo "${ECHO_T}not found" >&6; }
9664 else
9665 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9666 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9668 cat >>confdefs.h <<_ACEOF
9669 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9670 _ACEOF
9675 { echo "$as_me:$LINENO: checking for -lXext" >&5
9676 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9677 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9678 echo $ECHO_N "(cached) $ECHO_C" >&6
9679 else
9680 ac_check_soname_save_LIBS=$LIBS
9681 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9682 cat >conftest.$ac_ext <<_ACEOF
9683 /* confdefs.h. */
9684 _ACEOF
9685 cat confdefs.h >>conftest.$ac_ext
9686 cat >>conftest.$ac_ext <<_ACEOF
9687 /* end confdefs.h. */
9689 /* Override any GCC internal prototype to avoid an error.
9690 Use char because int might match the return type of a GCC
9691 builtin and then its argument prototype would still apply. */
9692 #ifdef __cplusplus
9693 extern "C"
9694 #endif
9695 char XextCreateExtension ();
9697 main ()
9699 return XextCreateExtension ();
9701 return 0;
9703 _ACEOF
9704 rm -f conftest.$ac_objext conftest$ac_exeext
9705 if { (ac_try="$ac_link"
9706 case "(($ac_try" in
9707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9708 *) ac_try_echo=$ac_try;;
9709 esac
9710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9711 (eval "$ac_link") 2>conftest.er1
9712 ac_status=$?
9713 grep -v '^ *+' conftest.er1 >conftest.err
9714 rm -f conftest.er1
9715 cat conftest.err >&5
9716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9717 (exit $ac_status); } && {
9718 test -z "$ac_c_werror_flag" ||
9719 test ! -s conftest.err
9720 } && test -s conftest$ac_exeext &&
9721 $as_test_x conftest$ac_exeext; then
9722 case "$LIBEXT" in
9723 dll) ;;
9724 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'` ;;
9725 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9726 esac
9727 else
9728 echo "$as_me: failed program was:" >&5
9729 sed 's/^/| /' conftest.$ac_ext >&5
9734 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9735 conftest$ac_exeext conftest.$ac_ext
9736 LIBS=$ac_check_soname_save_LIBS
9738 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9739 { echo "$as_me:$LINENO: result: not found" >&5
9740 echo "${ECHO_T}not found" >&6; }
9742 else
9743 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9744 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9746 cat >>confdefs.h <<_ACEOF
9747 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9748 _ACEOF
9766 for ac_header in X11/Xlib.h \
9767 X11/XKBlib.h \
9768 X11/Xutil.h \
9769 X11/Xcursor/Xcursor.h \
9770 X11/extensions/shape.h \
9771 X11/extensions/XInput.h \
9772 X11/extensions/XShm.h \
9773 X11/extensions/Xcomposite.h \
9774 X11/extensions/Xinerama.h \
9775 X11/extensions/Xrandr.h \
9776 X11/extensions/Xrender.h \
9777 X11/extensions/xf86vmode.h
9779 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9780 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9781 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9782 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9783 echo $ECHO_N "(cached) $ECHO_C" >&6
9784 else
9785 cat >conftest.$ac_ext <<_ACEOF
9786 /* confdefs.h. */
9787 _ACEOF
9788 cat confdefs.h >>conftest.$ac_ext
9789 cat >>conftest.$ac_ext <<_ACEOF
9790 /* end confdefs.h. */
9791 #ifdef HAVE_X11_XLIB_H
9792 # include <X11/Xlib.h>
9793 #endif
9794 #ifdef HAVE_X11_XUTIL_H
9795 # include <X11/Xutil.h>
9796 #endif
9798 #include <$ac_header>
9799 _ACEOF
9800 rm -f conftest.$ac_objext
9801 if { (ac_try="$ac_compile"
9802 case "(($ac_try" in
9803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9804 *) ac_try_echo=$ac_try;;
9805 esac
9806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9807 (eval "$ac_compile") 2>conftest.er1
9808 ac_status=$?
9809 grep -v '^ *+' conftest.er1 >conftest.err
9810 rm -f conftest.er1
9811 cat conftest.err >&5
9812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9813 (exit $ac_status); } && {
9814 test -z "$ac_c_werror_flag" ||
9815 test ! -s conftest.err
9816 } && test -s conftest.$ac_objext; then
9817 eval "$as_ac_Header=yes"
9818 else
9819 echo "$as_me: failed program was:" >&5
9820 sed 's/^/| /' conftest.$ac_ext >&5
9822 eval "$as_ac_Header=no"
9825 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9827 ac_res=`eval echo '${'$as_ac_Header'}'`
9828 { echo "$as_me:$LINENO: result: $ac_res" >&5
9829 echo "${ECHO_T}$ac_res" >&6; }
9830 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9831 cat >>confdefs.h <<_ACEOF
9832 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9833 _ACEOF
9837 done
9840 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9841 then
9842 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9843 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9844 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9845 echo $ECHO_N "(cached) $ECHO_C" >&6
9846 else
9847 ac_check_lib_save_LIBS=$LIBS
9848 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9849 cat >conftest.$ac_ext <<_ACEOF
9850 /* confdefs.h. */
9851 _ACEOF
9852 cat confdefs.h >>conftest.$ac_ext
9853 cat >>conftest.$ac_ext <<_ACEOF
9854 /* end confdefs.h. */
9856 /* Override any GCC internal prototype to avoid an error.
9857 Use char because int might match the return type of a GCC
9858 builtin and then its argument prototype would still apply. */
9859 #ifdef __cplusplus
9860 extern "C"
9861 #endif
9862 char XkbQueryExtension ();
9864 main ()
9866 return XkbQueryExtension ();
9868 return 0;
9870 _ACEOF
9871 rm -f conftest.$ac_objext conftest$ac_exeext
9872 if { (ac_try="$ac_link"
9873 case "(($ac_try" in
9874 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9875 *) ac_try_echo=$ac_try;;
9876 esac
9877 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9878 (eval "$ac_link") 2>conftest.er1
9879 ac_status=$?
9880 grep -v '^ *+' conftest.er1 >conftest.err
9881 rm -f conftest.er1
9882 cat conftest.err >&5
9883 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9884 (exit $ac_status); } && {
9885 test -z "$ac_c_werror_flag" ||
9886 test ! -s conftest.err
9887 } && test -s conftest$ac_exeext &&
9888 $as_test_x conftest$ac_exeext; then
9889 ac_cv_lib_X11_XkbQueryExtension=yes
9890 else
9891 echo "$as_me: failed program was:" >&5
9892 sed 's/^/| /' conftest.$ac_ext >&5
9894 ac_cv_lib_X11_XkbQueryExtension=no
9897 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9898 conftest$ac_exeext conftest.$ac_ext
9899 LIBS=$ac_check_lib_save_LIBS
9901 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9902 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9903 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9905 cat >>confdefs.h <<\_ACEOF
9906 #define HAVE_XKB 1
9907 _ACEOF
9913 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9914 then
9915 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9916 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9917 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9918 echo $ECHO_N "(cached) $ECHO_C" >&6
9919 else
9920 ac_check_soname_save_LIBS=$LIBS
9921 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9922 cat >conftest.$ac_ext <<_ACEOF
9923 /* confdefs.h. */
9924 _ACEOF
9925 cat confdefs.h >>conftest.$ac_ext
9926 cat >>conftest.$ac_ext <<_ACEOF
9927 /* end confdefs.h. */
9929 /* Override any GCC internal prototype to avoid an error.
9930 Use char because int might match the return type of a GCC
9931 builtin and then its argument prototype would still apply. */
9932 #ifdef __cplusplus
9933 extern "C"
9934 #endif
9935 char XcursorImageLoadCursor ();
9937 main ()
9939 return XcursorImageLoadCursor ();
9941 return 0;
9943 _ACEOF
9944 rm -f conftest.$ac_objext conftest$ac_exeext
9945 if { (ac_try="$ac_link"
9946 case "(($ac_try" in
9947 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9948 *) ac_try_echo=$ac_try;;
9949 esac
9950 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9951 (eval "$ac_link") 2>conftest.er1
9952 ac_status=$?
9953 grep -v '^ *+' conftest.er1 >conftest.err
9954 rm -f conftest.er1
9955 cat conftest.err >&5
9956 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9957 (exit $ac_status); } && {
9958 test -z "$ac_c_werror_flag" ||
9959 test ! -s conftest.err
9960 } && test -s conftest$ac_exeext &&
9961 $as_test_x conftest$ac_exeext; then
9962 case "$LIBEXT" in
9963 dll) ;;
9964 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'` ;;
9965 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9966 esac
9967 else
9968 echo "$as_me: failed program was:" >&5
9969 sed 's/^/| /' conftest.$ac_ext >&5
9974 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9975 conftest$ac_exeext conftest.$ac_ext
9976 LIBS=$ac_check_soname_save_LIBS
9978 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9979 { echo "$as_me:$LINENO: result: not found" >&5
9980 echo "${ECHO_T}not found" >&6; }
9982 else
9983 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9984 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9986 cat >>confdefs.h <<_ACEOF
9987 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9988 _ACEOF
9994 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9995 case "x$with_xcursor" in
9996 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9997 xno) ;;
9998 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9999 This is an error since --with-xcursor was requested." >&5
10000 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
10001 This is an error since --with-xcursor was requested." >&2;}
10002 { (exit 1); exit 1; }; } ;;
10003 esac
10007 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10008 then
10009 { echo "$as_me:$LINENO: checking for -lXi" >&5
10010 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10011 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10012 echo $ECHO_N "(cached) $ECHO_C" >&6
10013 else
10014 ac_check_soname_save_LIBS=$LIBS
10015 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10016 cat >conftest.$ac_ext <<_ACEOF
10017 /* confdefs.h. */
10018 _ACEOF
10019 cat confdefs.h >>conftest.$ac_ext
10020 cat >>conftest.$ac_ext <<_ACEOF
10021 /* end confdefs.h. */
10023 /* Override any GCC internal prototype to avoid an error.
10024 Use char because int might match the return type of a GCC
10025 builtin and then its argument prototype would still apply. */
10026 #ifdef __cplusplus
10027 extern "C"
10028 #endif
10029 char XOpenDevice ();
10031 main ()
10033 return XOpenDevice ();
10035 return 0;
10037 _ACEOF
10038 rm -f conftest.$ac_objext conftest$ac_exeext
10039 if { (ac_try="$ac_link"
10040 case "(($ac_try" in
10041 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10042 *) ac_try_echo=$ac_try;;
10043 esac
10044 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10045 (eval "$ac_link") 2>conftest.er1
10046 ac_status=$?
10047 grep -v '^ *+' conftest.er1 >conftest.err
10048 rm -f conftest.er1
10049 cat conftest.err >&5
10050 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10051 (exit $ac_status); } && {
10052 test -z "$ac_c_werror_flag" ||
10053 test ! -s conftest.err
10054 } && test -s conftest$ac_exeext &&
10055 $as_test_x conftest$ac_exeext; then
10056 case "$LIBEXT" in
10057 dll) ;;
10058 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'` ;;
10059 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10060 esac
10061 else
10062 echo "$as_me: failed program was:" >&5
10063 sed 's/^/| /' conftest.$ac_ext >&5
10068 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10069 conftest$ac_exeext conftest.$ac_ext
10070 LIBS=$ac_check_soname_save_LIBS
10072 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10073 { echo "$as_me:$LINENO: result: not found" >&5
10074 echo "${ECHO_T}not found" >&6; }
10076 else
10077 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10078 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10080 cat >>confdefs.h <<_ACEOF
10081 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10082 _ACEOF
10088 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10089 case "x$with_xinput" in
10090 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10091 xno) ;;
10092 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10093 This is an error since --with-xinput was requested." >&5
10094 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10095 This is an error since --with-xinput was requested." >&2;}
10096 { (exit 1); exit 1; }; } ;;
10097 esac
10101 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10102 then
10103 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10104 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10105 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10106 echo $ECHO_N "(cached) $ECHO_C" >&6
10107 else
10108 ac_check_lib_save_LIBS=$LIBS
10109 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10110 cat >conftest.$ac_ext <<_ACEOF
10111 /* confdefs.h. */
10112 _ACEOF
10113 cat confdefs.h >>conftest.$ac_ext
10114 cat >>conftest.$ac_ext <<_ACEOF
10115 /* end confdefs.h. */
10117 /* Override any GCC internal prototype to avoid an error.
10118 Use char because int might match the return type of a GCC
10119 builtin and then its argument prototype would still apply. */
10120 #ifdef __cplusplus
10121 extern "C"
10122 #endif
10123 char XShmQueryExtension ();
10125 main ()
10127 return XShmQueryExtension ();
10129 return 0;
10131 _ACEOF
10132 rm -f conftest.$ac_objext conftest$ac_exeext
10133 if { (ac_try="$ac_link"
10134 case "(($ac_try" in
10135 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10136 *) ac_try_echo=$ac_try;;
10137 esac
10138 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10139 (eval "$ac_link") 2>conftest.er1
10140 ac_status=$?
10141 grep -v '^ *+' conftest.er1 >conftest.err
10142 rm -f conftest.er1
10143 cat conftest.err >&5
10144 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10145 (exit $ac_status); } && {
10146 test -z "$ac_c_werror_flag" ||
10147 test ! -s conftest.err
10148 } && test -s conftest$ac_exeext &&
10149 $as_test_x conftest$ac_exeext; then
10150 ac_cv_lib_Xext_XShmQueryExtension=yes
10151 else
10152 echo "$as_me: failed program was:" >&5
10153 sed 's/^/| /' conftest.$ac_ext >&5
10155 ac_cv_lib_Xext_XShmQueryExtension=no
10158 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10159 conftest$ac_exeext conftest.$ac_ext
10160 LIBS=$ac_check_lib_save_LIBS
10162 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10163 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10164 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10166 cat >>confdefs.h <<\_ACEOF
10167 #define HAVE_LIBXXSHM 1
10168 _ACEOF
10173 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10174 case "x$with_xshm" in
10175 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10176 xno) ;;
10177 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10178 This is an error since --with-xshm was requested." >&5
10179 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10180 This is an error since --with-xshm was requested." >&2;}
10181 { (exit 1); exit 1; }; } ;;
10182 esac
10186 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10187 then
10188 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10189 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10190 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10191 echo $ECHO_N "(cached) $ECHO_C" >&6
10192 else
10193 ac_check_lib_save_LIBS=$LIBS
10194 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10195 cat >conftest.$ac_ext <<_ACEOF
10196 /* confdefs.h. */
10197 _ACEOF
10198 cat confdefs.h >>conftest.$ac_ext
10199 cat >>conftest.$ac_ext <<_ACEOF
10200 /* end confdefs.h. */
10202 /* Override any GCC internal prototype to avoid an error.
10203 Use char because int might match the return type of a GCC
10204 builtin and then its argument prototype would still apply. */
10205 #ifdef __cplusplus
10206 extern "C"
10207 #endif
10208 char XShapeQueryExtension ();
10210 main ()
10212 return XShapeQueryExtension ();
10214 return 0;
10216 _ACEOF
10217 rm -f conftest.$ac_objext conftest$ac_exeext
10218 if { (ac_try="$ac_link"
10219 case "(($ac_try" in
10220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10221 *) ac_try_echo=$ac_try;;
10222 esac
10223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10224 (eval "$ac_link") 2>conftest.er1
10225 ac_status=$?
10226 grep -v '^ *+' conftest.er1 >conftest.err
10227 rm -f conftest.er1
10228 cat conftest.err >&5
10229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10230 (exit $ac_status); } && {
10231 test -z "$ac_c_werror_flag" ||
10232 test ! -s conftest.err
10233 } && test -s conftest$ac_exeext &&
10234 $as_test_x conftest$ac_exeext; then
10235 ac_cv_lib_Xext_XShapeQueryExtension=yes
10236 else
10237 echo "$as_me: failed program was:" >&5
10238 sed 's/^/| /' conftest.$ac_ext >&5
10240 ac_cv_lib_Xext_XShapeQueryExtension=no
10243 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10244 conftest$ac_exeext conftest.$ac_ext
10245 LIBS=$ac_check_lib_save_LIBS
10247 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10248 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10249 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10251 cat >>confdefs.h <<\_ACEOF
10252 #define HAVE_LIBXSHAPE 1
10253 _ACEOF
10258 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10259 case "x$with_xshape" in
10260 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10261 xno) ;;
10262 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10263 This is an error since --with-xshape was requested." >&5
10264 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10265 This is an error since --with-xshape was requested." >&2;}
10266 { (exit 1); exit 1; }; } ;;
10267 esac
10271 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10272 then
10273 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10274 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10275 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10276 echo $ECHO_N "(cached) $ECHO_C" >&6
10277 else
10278 ac_check_soname_save_LIBS=$LIBS
10279 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10280 cat >conftest.$ac_ext <<_ACEOF
10281 /* confdefs.h. */
10282 _ACEOF
10283 cat confdefs.h >>conftest.$ac_ext
10284 cat >>conftest.$ac_ext <<_ACEOF
10285 /* end confdefs.h. */
10287 /* Override any GCC internal prototype to avoid an error.
10288 Use char because int might match the return type of a GCC
10289 builtin and then its argument prototype would still apply. */
10290 #ifdef __cplusplus
10291 extern "C"
10292 #endif
10293 char XF86VidModeQueryExtension ();
10295 main ()
10297 return XF86VidModeQueryExtension ();
10299 return 0;
10301 _ACEOF
10302 rm -f conftest.$ac_objext conftest$ac_exeext
10303 if { (ac_try="$ac_link"
10304 case "(($ac_try" in
10305 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10306 *) ac_try_echo=$ac_try;;
10307 esac
10308 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10309 (eval "$ac_link") 2>conftest.er1
10310 ac_status=$?
10311 grep -v '^ *+' conftest.er1 >conftest.err
10312 rm -f conftest.er1
10313 cat conftest.err >&5
10314 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10315 (exit $ac_status); } && {
10316 test -z "$ac_c_werror_flag" ||
10317 test ! -s conftest.err
10318 } && test -s conftest$ac_exeext &&
10319 $as_test_x conftest$ac_exeext; then
10320 case "$LIBEXT" in
10321 dll) ;;
10322 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'` ;;
10323 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10324 esac
10325 else
10326 echo "$as_me: failed program was:" >&5
10327 sed 's/^/| /' conftest.$ac_ext >&5
10332 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10333 conftest$ac_exeext conftest.$ac_ext
10334 LIBS=$ac_check_soname_save_LIBS
10336 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10337 { echo "$as_me:$LINENO: result: not found" >&5
10338 echo "${ECHO_T}not found" >&6; }
10340 else
10341 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10342 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10344 cat >>confdefs.h <<_ACEOF
10345 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10346 _ACEOF
10352 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10353 case "x$with_xxf86vm" in
10354 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10355 xno) ;;
10356 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10357 This is an error since --with-xxf86vm was requested." >&5
10358 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10359 This is an error since --with-xxf86vm was requested." >&2;}
10360 { (exit 1); exit 1; }; } ;;
10361 esac
10365 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"
10366 then
10367 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10368 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10369 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10370 echo $ECHO_N "(cached) $ECHO_C" >&6
10371 else
10372 ac_check_soname_save_LIBS=$LIBS
10373 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10374 cat >conftest.$ac_ext <<_ACEOF
10375 /* confdefs.h. */
10376 _ACEOF
10377 cat confdefs.h >>conftest.$ac_ext
10378 cat >>conftest.$ac_ext <<_ACEOF
10379 /* end confdefs.h. */
10381 /* Override any GCC internal prototype to avoid an error.
10382 Use char because int might match the return type of a GCC
10383 builtin and then its argument prototype would still apply. */
10384 #ifdef __cplusplus
10385 extern "C"
10386 #endif
10387 char XRenderQueryExtension ();
10389 main ()
10391 return XRenderQueryExtension ();
10393 return 0;
10395 _ACEOF
10396 rm -f conftest.$ac_objext conftest$ac_exeext
10397 if { (ac_try="$ac_link"
10398 case "(($ac_try" in
10399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10400 *) ac_try_echo=$ac_try;;
10401 esac
10402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10403 (eval "$ac_link") 2>conftest.er1
10404 ac_status=$?
10405 grep -v '^ *+' conftest.er1 >conftest.err
10406 rm -f conftest.er1
10407 cat conftest.err >&5
10408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10409 (exit $ac_status); } && {
10410 test -z "$ac_c_werror_flag" ||
10411 test ! -s conftest.err
10412 } && test -s conftest$ac_exeext &&
10413 $as_test_x conftest$ac_exeext; then
10414 case "$LIBEXT" in
10415 dll) ;;
10416 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'` ;;
10417 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10418 esac
10419 else
10420 echo "$as_me: failed program was:" >&5
10421 sed 's/^/| /' conftest.$ac_ext >&5
10426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10427 conftest$ac_exeext conftest.$ac_ext
10428 LIBS=$ac_check_soname_save_LIBS
10430 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10431 { echo "$as_me:$LINENO: result: not found" >&5
10432 echo "${ECHO_T}not found" >&6; }
10434 else
10435 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10436 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10438 cat >>confdefs.h <<_ACEOF
10439 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10440 _ACEOF
10442 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10443 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10444 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10445 echo $ECHO_N "(cached) $ECHO_C" >&6
10446 else
10447 ac_check_lib_save_LIBS=$LIBS
10448 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10449 cat >conftest.$ac_ext <<_ACEOF
10450 /* confdefs.h. */
10451 _ACEOF
10452 cat confdefs.h >>conftest.$ac_ext
10453 cat >>conftest.$ac_ext <<_ACEOF
10454 /* end confdefs.h. */
10456 /* Override any GCC internal prototype to avoid an error.
10457 Use char because int might match the return type of a GCC
10458 builtin and then its argument prototype would still apply. */
10459 #ifdef __cplusplus
10460 extern "C"
10461 #endif
10462 char XRenderSetPictureTransform ();
10464 main ()
10466 return XRenderSetPictureTransform ();
10468 return 0;
10470 _ACEOF
10471 rm -f conftest.$ac_objext conftest$ac_exeext
10472 if { (ac_try="$ac_link"
10473 case "(($ac_try" in
10474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10475 *) ac_try_echo=$ac_try;;
10476 esac
10477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10478 (eval "$ac_link") 2>conftest.er1
10479 ac_status=$?
10480 grep -v '^ *+' conftest.er1 >conftest.err
10481 rm -f conftest.er1
10482 cat conftest.err >&5
10483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10484 (exit $ac_status); } && {
10485 test -z "$ac_c_werror_flag" ||
10486 test ! -s conftest.err
10487 } && test -s conftest$ac_exeext &&
10488 $as_test_x conftest$ac_exeext; then
10489 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10490 else
10491 echo "$as_me: failed program was:" >&5
10492 sed 's/^/| /' conftest.$ac_ext >&5
10494 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10498 conftest$ac_exeext conftest.$ac_ext
10499 LIBS=$ac_check_lib_save_LIBS
10501 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10502 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10503 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10505 cat >>confdefs.h <<\_ACEOF
10506 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10507 _ACEOF
10515 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10516 case "x$with_xrender" in
10517 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10518 xno) ;;
10519 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10520 This is an error since --with-xrender was requested." >&5
10521 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10522 This is an error since --with-xrender was requested." >&2;}
10523 { (exit 1); exit 1; }; } ;;
10524 esac
10528 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10529 then
10530 cat >conftest.$ac_ext <<_ACEOF
10531 /* confdefs.h. */
10532 _ACEOF
10533 cat confdefs.h >>conftest.$ac_ext
10534 cat >>conftest.$ac_ext <<_ACEOF
10535 /* end confdefs.h. */
10536 #include <X11/Xlib.h>
10537 #include <X11/extensions/Xrandr.h>
10539 main ()
10541 static typeof(XRRSetScreenConfigAndRate) * func;
10543 return 0;
10545 _ACEOF
10546 rm -f conftest.$ac_objext
10547 if { (ac_try="$ac_compile"
10548 case "(($ac_try" in
10549 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10550 *) ac_try_echo=$ac_try;;
10551 esac
10552 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10553 (eval "$ac_compile") 2>conftest.er1
10554 ac_status=$?
10555 grep -v '^ *+' conftest.er1 >conftest.err
10556 rm -f conftest.er1
10557 cat conftest.err >&5
10558 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10559 (exit $ac_status); } && {
10560 test -z "$ac_c_werror_flag" ||
10561 test ! -s conftest.err
10562 } && test -s conftest.$ac_objext; then
10563 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10564 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10565 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10566 echo $ECHO_N "(cached) $ECHO_C" >&6
10567 else
10568 ac_check_soname_save_LIBS=$LIBS
10569 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10570 cat >conftest.$ac_ext <<_ACEOF
10571 /* confdefs.h. */
10572 _ACEOF
10573 cat confdefs.h >>conftest.$ac_ext
10574 cat >>conftest.$ac_ext <<_ACEOF
10575 /* end confdefs.h. */
10577 /* Override any GCC internal prototype to avoid an error.
10578 Use char because int might match the return type of a GCC
10579 builtin and then its argument prototype would still apply. */
10580 #ifdef __cplusplus
10581 extern "C"
10582 #endif
10583 char XRRQueryExtension ();
10585 main ()
10587 return XRRQueryExtension ();
10589 return 0;
10591 _ACEOF
10592 rm -f conftest.$ac_objext conftest$ac_exeext
10593 if { (ac_try="$ac_link"
10594 case "(($ac_try" in
10595 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10596 *) ac_try_echo=$ac_try;;
10597 esac
10598 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10599 (eval "$ac_link") 2>conftest.er1
10600 ac_status=$?
10601 grep -v '^ *+' conftest.er1 >conftest.err
10602 rm -f conftest.er1
10603 cat conftest.err >&5
10604 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10605 (exit $ac_status); } && {
10606 test -z "$ac_c_werror_flag" ||
10607 test ! -s conftest.err
10608 } && test -s conftest$ac_exeext &&
10609 $as_test_x conftest$ac_exeext; then
10610 case "$LIBEXT" in
10611 dll) ;;
10612 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'` ;;
10613 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10614 esac
10615 else
10616 echo "$as_me: failed program was:" >&5
10617 sed 's/^/| /' conftest.$ac_ext >&5
10622 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10623 conftest$ac_exeext conftest.$ac_ext
10624 LIBS=$ac_check_soname_save_LIBS
10626 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10627 { echo "$as_me:$LINENO: result: not found" >&5
10628 echo "${ECHO_T}not found" >&6; }
10630 else
10631 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10632 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10634 cat >>confdefs.h <<_ACEOF
10635 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10636 _ACEOF
10641 else
10642 echo "$as_me: failed program was:" >&5
10643 sed 's/^/| /' conftest.$ac_ext >&5
10648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10650 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10651 case "x$with_xrandr" in
10652 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10653 xno) ;;
10654 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10655 This is an error since --with-xrandr was requested." >&5
10656 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10657 This is an error since --with-xrandr was requested." >&2;}
10658 { (exit 1); exit 1; }; } ;;
10659 esac
10663 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10664 then
10665 cat >conftest.$ac_ext <<_ACEOF
10666 /* confdefs.h. */
10667 _ACEOF
10668 cat confdefs.h >>conftest.$ac_ext
10669 cat >>conftest.$ac_ext <<_ACEOF
10670 /* end confdefs.h. */
10671 #include <X11/Xlib.h>
10672 #include <X11/extensions/Xinerama.h>
10674 main ()
10676 static typeof(XineramaQueryScreens) * func;
10678 return 0;
10680 _ACEOF
10681 rm -f conftest.$ac_objext
10682 if { (ac_try="$ac_compile"
10683 case "(($ac_try" in
10684 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10685 *) ac_try_echo=$ac_try;;
10686 esac
10687 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10688 (eval "$ac_compile") 2>conftest.er1
10689 ac_status=$?
10690 grep -v '^ *+' conftest.er1 >conftest.err
10691 rm -f conftest.er1
10692 cat conftest.err >&5
10693 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10694 (exit $ac_status); } && {
10695 test -z "$ac_c_werror_flag" ||
10696 test ! -s conftest.err
10697 } && test -s conftest.$ac_objext; then
10698 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10699 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10700 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10701 echo $ECHO_N "(cached) $ECHO_C" >&6
10702 else
10703 ac_check_soname_save_LIBS=$LIBS
10704 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10705 cat >conftest.$ac_ext <<_ACEOF
10706 /* confdefs.h. */
10707 _ACEOF
10708 cat confdefs.h >>conftest.$ac_ext
10709 cat >>conftest.$ac_ext <<_ACEOF
10710 /* end confdefs.h. */
10712 /* Override any GCC internal prototype to avoid an error.
10713 Use char because int might match the return type of a GCC
10714 builtin and then its argument prototype would still apply. */
10715 #ifdef __cplusplus
10716 extern "C"
10717 #endif
10718 char XineramaQueryScreens ();
10720 main ()
10722 return XineramaQueryScreens ();
10724 return 0;
10726 _ACEOF
10727 rm -f conftest.$ac_objext conftest$ac_exeext
10728 if { (ac_try="$ac_link"
10729 case "(($ac_try" in
10730 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10731 *) ac_try_echo=$ac_try;;
10732 esac
10733 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10734 (eval "$ac_link") 2>conftest.er1
10735 ac_status=$?
10736 grep -v '^ *+' conftest.er1 >conftest.err
10737 rm -f conftest.er1
10738 cat conftest.err >&5
10739 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10740 (exit $ac_status); } && {
10741 test -z "$ac_c_werror_flag" ||
10742 test ! -s conftest.err
10743 } && test -s conftest$ac_exeext &&
10744 $as_test_x conftest$ac_exeext; then
10745 case "$LIBEXT" in
10746 dll) ;;
10747 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'` ;;
10748 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10749 esac
10750 else
10751 echo "$as_me: failed program was:" >&5
10752 sed 's/^/| /' conftest.$ac_ext >&5
10757 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10758 conftest$ac_exeext conftest.$ac_ext
10759 LIBS=$ac_check_soname_save_LIBS
10761 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10762 { echo "$as_me:$LINENO: result: not found" >&5
10763 echo "${ECHO_T}not found" >&6; }
10765 else
10766 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10767 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10769 cat >>confdefs.h <<_ACEOF
10770 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10771 _ACEOF
10776 else
10777 echo "$as_me: failed program was:" >&5
10778 sed 's/^/| /' conftest.$ac_ext >&5
10783 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10785 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10786 case "x$with_xinerama" in
10787 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10788 xno) ;;
10789 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10790 This is an error since --with-xinerama was requested." >&5
10791 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10792 This is an error since --with-xinerama was requested." >&2;}
10793 { (exit 1); exit 1; }; } ;;
10794 esac
10798 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10799 then
10800 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10801 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10802 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10803 echo $ECHO_N "(cached) $ECHO_C" >&6
10804 else
10805 ac_check_soname_save_LIBS=$LIBS
10806 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10807 cat >conftest.$ac_ext <<_ACEOF
10808 /* confdefs.h. */
10809 _ACEOF
10810 cat confdefs.h >>conftest.$ac_ext
10811 cat >>conftest.$ac_ext <<_ACEOF
10812 /* end confdefs.h. */
10814 /* Override any GCC internal prototype to avoid an error.
10815 Use char because int might match the return type of a GCC
10816 builtin and then its argument prototype would still apply. */
10817 #ifdef __cplusplus
10818 extern "C"
10819 #endif
10820 char XCompositeRedirectWindow ();
10822 main ()
10824 return XCompositeRedirectWindow ();
10826 return 0;
10828 _ACEOF
10829 rm -f conftest.$ac_objext conftest$ac_exeext
10830 if { (ac_try="$ac_link"
10831 case "(($ac_try" in
10832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10833 *) ac_try_echo=$ac_try;;
10834 esac
10835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10836 (eval "$ac_link") 2>conftest.er1
10837 ac_status=$?
10838 grep -v '^ *+' conftest.er1 >conftest.err
10839 rm -f conftest.er1
10840 cat conftest.err >&5
10841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10842 (exit $ac_status); } && {
10843 test -z "$ac_c_werror_flag" ||
10844 test ! -s conftest.err
10845 } && test -s conftest$ac_exeext &&
10846 $as_test_x conftest$ac_exeext; then
10847 case "$LIBEXT" in
10848 dll) ;;
10849 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'` ;;
10850 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10851 esac
10852 else
10853 echo "$as_me: failed program was:" >&5
10854 sed 's/^/| /' conftest.$ac_ext >&5
10859 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10860 conftest$ac_exeext conftest.$ac_ext
10861 LIBS=$ac_check_soname_save_LIBS
10863 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10864 { echo "$as_me:$LINENO: result: not found" >&5
10865 echo "${ECHO_T}not found" >&6; }
10867 else
10868 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10869 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10871 cat >>confdefs.h <<_ACEOF
10872 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10873 _ACEOF
10879 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10880 case "x$with_xcomposite" in
10881 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10882 xno) ;;
10883 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10884 This is an error since --with-xcomposite was requested." >&5
10885 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10886 This is an error since --with-xcomposite was requested." >&2;}
10887 { (exit 1); exit 1; }; } ;;
10888 esac
10892 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10893 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10894 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10895 echo $ECHO_N "(cached) $ECHO_C" >&6
10896 else
10897 cat >conftest.$ac_ext <<_ACEOF
10898 /* confdefs.h. */
10899 _ACEOF
10900 cat confdefs.h >>conftest.$ac_ext
10901 cat >>conftest.$ac_ext <<_ACEOF
10902 /* end confdefs.h. */
10903 #ifdef HAVE_X11_XLIB_H
10904 #include <X11/Xlib.h>
10905 #endif
10908 main ()
10910 static XICCallback ac_aggr;
10911 if (ac_aggr.callback)
10912 return 0;
10914 return 0;
10916 _ACEOF
10917 rm -f conftest.$ac_objext
10918 if { (ac_try="$ac_compile"
10919 case "(($ac_try" in
10920 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10921 *) ac_try_echo=$ac_try;;
10922 esac
10923 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10924 (eval "$ac_compile") 2>conftest.er1
10925 ac_status=$?
10926 grep -v '^ *+' conftest.er1 >conftest.err
10927 rm -f conftest.er1
10928 cat conftest.err >&5
10929 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10930 (exit $ac_status); } && {
10931 test -z "$ac_c_werror_flag" ||
10932 test ! -s conftest.err
10933 } && test -s conftest.$ac_objext; then
10934 ac_cv_member_XICCallback_callback=yes
10935 else
10936 echo "$as_me: failed program was:" >&5
10937 sed 's/^/| /' conftest.$ac_ext >&5
10939 cat >conftest.$ac_ext <<_ACEOF
10940 /* confdefs.h. */
10941 _ACEOF
10942 cat confdefs.h >>conftest.$ac_ext
10943 cat >>conftest.$ac_ext <<_ACEOF
10944 /* end confdefs.h. */
10945 #ifdef HAVE_X11_XLIB_H
10946 #include <X11/Xlib.h>
10947 #endif
10950 main ()
10952 static XICCallback ac_aggr;
10953 if (sizeof ac_aggr.callback)
10954 return 0;
10956 return 0;
10958 _ACEOF
10959 rm -f conftest.$ac_objext
10960 if { (ac_try="$ac_compile"
10961 case "(($ac_try" in
10962 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10963 *) ac_try_echo=$ac_try;;
10964 esac
10965 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10966 (eval "$ac_compile") 2>conftest.er1
10967 ac_status=$?
10968 grep -v '^ *+' conftest.er1 >conftest.err
10969 rm -f conftest.er1
10970 cat conftest.err >&5
10971 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10972 (exit $ac_status); } && {
10973 test -z "$ac_c_werror_flag" ||
10974 test ! -s conftest.err
10975 } && test -s conftest.$ac_objext; then
10976 ac_cv_member_XICCallback_callback=yes
10977 else
10978 echo "$as_me: failed program was:" >&5
10979 sed 's/^/| /' conftest.$ac_ext >&5
10981 ac_cv_member_XICCallback_callback=no
10984 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10987 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10989 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10990 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10991 if test $ac_cv_member_XICCallback_callback = yes; then
10993 cat >>confdefs.h <<_ACEOF
10994 #define HAVE_XICCALLBACK_CALLBACK 1
10995 _ACEOF
11002 opengl_msg=""
11003 if test "x$with_opengl" != "xno"
11004 then
11009 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11011 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11012 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11013 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11014 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11015 echo $ECHO_N "(cached) $ECHO_C" >&6
11016 else
11017 cat >conftest.$ac_ext <<_ACEOF
11018 /* confdefs.h. */
11019 _ACEOF
11020 cat confdefs.h >>conftest.$ac_ext
11021 cat >>conftest.$ac_ext <<_ACEOF
11022 /* end confdefs.h. */
11023 #ifdef HAVE_GL_GLX_H
11024 # include <GL/glx.h>
11025 #endif
11027 #include <$ac_header>
11028 _ACEOF
11029 rm -f conftest.$ac_objext
11030 if { (ac_try="$ac_compile"
11031 case "(($ac_try" in
11032 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11033 *) ac_try_echo=$ac_try;;
11034 esac
11035 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11036 (eval "$ac_compile") 2>conftest.er1
11037 ac_status=$?
11038 grep -v '^ *+' conftest.er1 >conftest.err
11039 rm -f conftest.er1
11040 cat conftest.err >&5
11041 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11042 (exit $ac_status); } && {
11043 test -z "$ac_c_werror_flag" ||
11044 test ! -s conftest.err
11045 } && test -s conftest.$ac_objext; then
11046 eval "$as_ac_Header=yes"
11047 else
11048 echo "$as_me: failed program was:" >&5
11049 sed 's/^/| /' conftest.$ac_ext >&5
11051 eval "$as_ac_Header=no"
11054 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11056 ac_res=`eval echo '${'$as_ac_Header'}'`
11057 { echo "$as_me:$LINENO: result: $ac_res" >&5
11058 echo "${ECHO_T}$ac_res" >&6; }
11059 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11060 cat >>confdefs.h <<_ACEOF
11061 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11062 _ACEOF
11066 done
11068 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11069 then
11070 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11071 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11072 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11073 echo $ECHO_N "(cached) $ECHO_C" >&6
11074 else
11075 cat >conftest.$ac_ext <<_ACEOF
11076 /* confdefs.h. */
11077 _ACEOF
11078 cat confdefs.h >>conftest.$ac_ext
11079 cat >>conftest.$ac_ext <<_ACEOF
11080 /* end confdefs.h. */
11081 #include <GL/gl.h>
11083 main ()
11085 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11087 return 0;
11089 _ACEOF
11090 rm -f conftest.$ac_objext
11091 if { (ac_try="$ac_compile"
11092 case "(($ac_try" in
11093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11094 *) ac_try_echo=$ac_try;;
11095 esac
11096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11097 (eval "$ac_compile") 2>conftest.er1
11098 ac_status=$?
11099 grep -v '^ *+' conftest.er1 >conftest.err
11100 rm -f conftest.er1
11101 cat conftest.err >&5
11102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11103 (exit $ac_status); } && {
11104 test -z "$ac_c_werror_flag" ||
11105 test ! -s conftest.err
11106 } && test -s conftest.$ac_objext; then
11107 wine_cv_opengl_header_version_OK="yes"
11108 else
11109 echo "$as_me: failed program was:" >&5
11110 sed 's/^/| /' conftest.$ac_ext >&5
11112 wine_cv_opengl_header_version_OK="no"
11115 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11117 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11118 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11120 if test "$wine_cv_opengl_header_version_OK" = "yes"
11121 then
11122 { echo "$as_me:$LINENO: checking for -lGL" >&5
11123 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11124 if test "${ac_cv_lib_soname_GL+set}" = set; then
11125 echo $ECHO_N "(cached) $ECHO_C" >&6
11126 else
11127 ac_check_soname_save_LIBS=$LIBS
11128 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11129 cat >conftest.$ac_ext <<_ACEOF
11130 /* confdefs.h. */
11131 _ACEOF
11132 cat confdefs.h >>conftest.$ac_ext
11133 cat >>conftest.$ac_ext <<_ACEOF
11134 /* end confdefs.h. */
11136 /* Override any GCC internal prototype to avoid an error.
11137 Use char because int might match the return type of a GCC
11138 builtin and then its argument prototype would still apply. */
11139 #ifdef __cplusplus
11140 extern "C"
11141 #endif
11142 char glXCreateContext ();
11144 main ()
11146 return glXCreateContext ();
11148 return 0;
11150 _ACEOF
11151 rm -f conftest.$ac_objext conftest$ac_exeext
11152 if { (ac_try="$ac_link"
11153 case "(($ac_try" in
11154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11155 *) ac_try_echo=$ac_try;;
11156 esac
11157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11158 (eval "$ac_link") 2>conftest.er1
11159 ac_status=$?
11160 grep -v '^ *+' conftest.er1 >conftest.err
11161 rm -f conftest.er1
11162 cat conftest.err >&5
11163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11164 (exit $ac_status); } && {
11165 test -z "$ac_c_werror_flag" ||
11166 test ! -s conftest.err
11167 } && test -s conftest$ac_exeext &&
11168 $as_test_x conftest$ac_exeext; then
11169 case "$LIBEXT" in
11170 dll) ;;
11171 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'` ;;
11172 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11173 esac
11174 else
11175 echo "$as_me: failed program was:" >&5
11176 sed 's/^/| /' conftest.$ac_ext >&5
11181 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11182 conftest$ac_exeext conftest.$ac_ext
11183 LIBS=$ac_check_soname_save_LIBS
11185 if test "x$ac_cv_lib_soname_GL" = "x"; then
11186 { echo "$as_me:$LINENO: result: not found" >&5
11187 echo "${ECHO_T}not found" >&6; }
11188 { echo "$as_me:$LINENO: checking for -lGL" >&5
11189 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11190 if test "${ac_cv_lib_soname_GL+set}" = set; then
11191 echo $ECHO_N "(cached) $ECHO_C" >&6
11192 else
11193 ac_check_soname_save_LIBS=$LIBS
11194 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"
11195 cat >conftest.$ac_ext <<_ACEOF
11196 /* confdefs.h. */
11197 _ACEOF
11198 cat confdefs.h >>conftest.$ac_ext
11199 cat >>conftest.$ac_ext <<_ACEOF
11200 /* end confdefs.h. */
11202 /* Override any GCC internal prototype to avoid an error.
11203 Use char because int might match the return type of a GCC
11204 builtin and then its argument prototype would still apply. */
11205 #ifdef __cplusplus
11206 extern "C"
11207 #endif
11208 char glXCreateContext ();
11210 main ()
11212 return glXCreateContext ();
11214 return 0;
11216 _ACEOF
11217 rm -f conftest.$ac_objext conftest$ac_exeext
11218 if { (ac_try="$ac_link"
11219 case "(($ac_try" in
11220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11221 *) ac_try_echo=$ac_try;;
11222 esac
11223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11224 (eval "$ac_link") 2>conftest.er1
11225 ac_status=$?
11226 grep -v '^ *+' conftest.er1 >conftest.err
11227 rm -f conftest.er1
11228 cat conftest.err >&5
11229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11230 (exit $ac_status); } && {
11231 test -z "$ac_c_werror_flag" ||
11232 test ! -s conftest.err
11233 } && test -s conftest$ac_exeext &&
11234 $as_test_x conftest$ac_exeext; then
11235 case "$LIBEXT" in
11236 dll) ;;
11237 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'` ;;
11238 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11239 esac
11240 else
11241 echo "$as_me: failed program was:" >&5
11242 sed 's/^/| /' conftest.$ac_ext >&5
11247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11248 conftest$ac_exeext conftest.$ac_ext
11249 LIBS=$ac_check_soname_save_LIBS
11251 if test "x$ac_cv_lib_soname_GL" = "x"; then
11252 { echo "$as_me:$LINENO: result: not found" >&5
11253 echo "${ECHO_T}not found" >&6; }
11254 if test -f /usr/X11R6/lib/libGL.a
11255 then
11256 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11257 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11258 else
11259 opengl_msg="No OpenGL library found on this system."
11261 else
11262 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11263 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11265 cat >>confdefs.h <<_ACEOF
11266 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11267 _ACEOF
11269 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"
11271 cat >>confdefs.h <<\_ACEOF
11272 #define HAVE_OPENGL 1
11273 _ACEOF
11277 else
11278 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11279 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11281 cat >>confdefs.h <<_ACEOF
11282 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11283 _ACEOF
11285 OPENGL_LIBS="-lGL"
11287 cat >>confdefs.h <<\_ACEOF
11288 #define HAVE_OPENGL 1
11289 _ACEOF
11293 if test "$ac_cv_header_GL_glu_h" = "yes"
11294 then
11295 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11296 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11297 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11298 echo $ECHO_N "(cached) $ECHO_C" >&6
11299 else
11300 ac_check_soname_save_LIBS=$LIBS
11301 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11302 cat >conftest.$ac_ext <<_ACEOF
11303 /* confdefs.h. */
11304 _ACEOF
11305 cat confdefs.h >>conftest.$ac_ext
11306 cat >>conftest.$ac_ext <<_ACEOF
11307 /* end confdefs.h. */
11309 /* Override any GCC internal prototype to avoid an error.
11310 Use char because int might match the return type of a GCC
11311 builtin and then its argument prototype would still apply. */
11312 #ifdef __cplusplus
11313 extern "C"
11314 #endif
11315 char gluLookAt ();
11317 main ()
11319 return gluLookAt ();
11321 return 0;
11323 _ACEOF
11324 rm -f conftest.$ac_objext conftest$ac_exeext
11325 if { (ac_try="$ac_link"
11326 case "(($ac_try" in
11327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11328 *) ac_try_echo=$ac_try;;
11329 esac
11330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11331 (eval "$ac_link") 2>conftest.er1
11332 ac_status=$?
11333 grep -v '^ *+' conftest.er1 >conftest.err
11334 rm -f conftest.er1
11335 cat conftest.err >&5
11336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11337 (exit $ac_status); } && {
11338 test -z "$ac_c_werror_flag" ||
11339 test ! -s conftest.err
11340 } && test -s conftest$ac_exeext &&
11341 $as_test_x conftest$ac_exeext; then
11342 case "$LIBEXT" in
11343 dll) ;;
11344 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'` ;;
11345 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11346 esac
11347 else
11348 echo "$as_me: failed program was:" >&5
11349 sed 's/^/| /' conftest.$ac_ext >&5
11354 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11355 conftest$ac_exeext conftest.$ac_ext
11356 LIBS=$ac_check_soname_save_LIBS
11358 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11359 { echo "$as_me:$LINENO: result: not found" >&5
11360 echo "${ECHO_T}not found" >&6; }
11362 else
11363 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11364 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11366 cat >>confdefs.h <<_ACEOF
11367 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11368 _ACEOF
11374 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11375 case "x$with_glu" in
11376 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11377 xno) ;;
11378 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11379 This is an error since --with-glu was requested." >&5
11380 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11381 This is an error since --with-glu was requested." >&2;}
11382 { (exit 1); exit 1; }; } ;;
11383 esac
11386 else
11387 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11389 else
11390 opengl_msg="OpenGL development headers not found."
11392 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11393 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11394 else
11395 enable_opengl32=${enable_opengl32:-no}
11396 enable_glu32=${enable_glu32:-no}
11398 if test -n "$opengl_msg"; then
11399 case "x$with_opengl" in
11400 x) wine_warnings="$wine_warnings|$opengl_msg
11401 OpenGL and Direct3D won't be supported." ;;
11402 xno) ;;
11403 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11404 OpenGL and Direct3D won't be supported.
11405 This is an error since --with-opengl was requested." >&5
11406 echo "$as_me: error: $opengl_msg
11407 OpenGL and Direct3D won't be supported.
11408 This is an error since --with-opengl was requested." >&2;}
11409 { (exit 1); exit 1; }; } ;;
11410 esac
11414 NASLIBS=""
11417 for ac_header in audio/audiolib.h
11419 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11420 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11421 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11422 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11423 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11424 echo $ECHO_N "(cached) $ECHO_C" >&6
11426 ac_res=`eval echo '${'$as_ac_Header'}'`
11427 { echo "$as_me:$LINENO: result: $ac_res" >&5
11428 echo "${ECHO_T}$ac_res" >&6; }
11429 else
11430 # Is the header compilable?
11431 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11432 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11433 cat >conftest.$ac_ext <<_ACEOF
11434 /* confdefs.h. */
11435 _ACEOF
11436 cat confdefs.h >>conftest.$ac_ext
11437 cat >>conftest.$ac_ext <<_ACEOF
11438 /* end confdefs.h. */
11439 $ac_includes_default
11440 #include <$ac_header>
11441 _ACEOF
11442 rm -f conftest.$ac_objext
11443 if { (ac_try="$ac_compile"
11444 case "(($ac_try" in
11445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11446 *) ac_try_echo=$ac_try;;
11447 esac
11448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11449 (eval "$ac_compile") 2>conftest.er1
11450 ac_status=$?
11451 grep -v '^ *+' conftest.er1 >conftest.err
11452 rm -f conftest.er1
11453 cat conftest.err >&5
11454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11455 (exit $ac_status); } && {
11456 test -z "$ac_c_werror_flag" ||
11457 test ! -s conftest.err
11458 } && test -s conftest.$ac_objext; then
11459 ac_header_compiler=yes
11460 else
11461 echo "$as_me: failed program was:" >&5
11462 sed 's/^/| /' conftest.$ac_ext >&5
11464 ac_header_compiler=no
11467 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11468 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11469 echo "${ECHO_T}$ac_header_compiler" >&6; }
11471 # Is the header present?
11472 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11473 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11474 cat >conftest.$ac_ext <<_ACEOF
11475 /* confdefs.h. */
11476 _ACEOF
11477 cat confdefs.h >>conftest.$ac_ext
11478 cat >>conftest.$ac_ext <<_ACEOF
11479 /* end confdefs.h. */
11480 #include <$ac_header>
11481 _ACEOF
11482 if { (ac_try="$ac_cpp conftest.$ac_ext"
11483 case "(($ac_try" in
11484 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11485 *) ac_try_echo=$ac_try;;
11486 esac
11487 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11488 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11489 ac_status=$?
11490 grep -v '^ *+' conftest.er1 >conftest.err
11491 rm -f conftest.er1
11492 cat conftest.err >&5
11493 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11494 (exit $ac_status); } >/dev/null && {
11495 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11496 test ! -s conftest.err
11497 }; then
11498 ac_header_preproc=yes
11499 else
11500 echo "$as_me: failed program was:" >&5
11501 sed 's/^/| /' conftest.$ac_ext >&5
11503 ac_header_preproc=no
11506 rm -f conftest.err conftest.$ac_ext
11507 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11508 echo "${ECHO_T}$ac_header_preproc" >&6; }
11510 # So? What about this header?
11511 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11512 yes:no: )
11513 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11514 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11515 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11516 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11517 ac_header_preproc=yes
11519 no:yes:* )
11520 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11521 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11522 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11523 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11524 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11525 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11526 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11527 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11528 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11529 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11530 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11531 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11532 ( cat <<\_ASBOX
11533 ## ------------------------------------ ##
11534 ## Report this to wine-devel@winehq.org ##
11535 ## ------------------------------------ ##
11536 _ASBOX
11537 ) | sed "s/^/$as_me: WARNING: /" >&2
11539 esac
11540 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11541 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11542 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11543 echo $ECHO_N "(cached) $ECHO_C" >&6
11544 else
11545 eval "$as_ac_Header=\$ac_header_preproc"
11547 ac_res=`eval echo '${'$as_ac_Header'}'`
11548 { echo "$as_me:$LINENO: result: $ac_res" >&5
11549 echo "${ECHO_T}$ac_res" >&6; }
11552 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11553 cat >>confdefs.h <<_ACEOF
11554 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11555 _ACEOF
11557 for ac_header in audio/soundlib.h
11559 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11560 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11561 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11562 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11563 echo $ECHO_N "(cached) $ECHO_C" >&6
11564 else
11565 cat >conftest.$ac_ext <<_ACEOF
11566 /* confdefs.h. */
11567 _ACEOF
11568 cat confdefs.h >>conftest.$ac_ext
11569 cat >>conftest.$ac_ext <<_ACEOF
11570 /* end confdefs.h. */
11571 #include <audio/audiolib.h>
11573 #include <$ac_header>
11574 _ACEOF
11575 rm -f conftest.$ac_objext
11576 if { (ac_try="$ac_compile"
11577 case "(($ac_try" in
11578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11579 *) ac_try_echo=$ac_try;;
11580 esac
11581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11582 (eval "$ac_compile") 2>conftest.er1
11583 ac_status=$?
11584 grep -v '^ *+' conftest.er1 >conftest.err
11585 rm -f conftest.er1
11586 cat conftest.err >&5
11587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11588 (exit $ac_status); } && {
11589 test -z "$ac_c_werror_flag" ||
11590 test ! -s conftest.err
11591 } && test -s conftest.$ac_objext; then
11592 eval "$as_ac_Header=yes"
11593 else
11594 echo "$as_me: failed program was:" >&5
11595 sed 's/^/| /' conftest.$ac_ext >&5
11597 eval "$as_ac_Header=no"
11600 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11602 ac_res=`eval echo '${'$as_ac_Header'}'`
11603 { echo "$as_me:$LINENO: result: $ac_res" >&5
11604 echo "${ECHO_T}$ac_res" >&6; }
11605 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11606 cat >>confdefs.h <<_ACEOF
11607 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11608 _ACEOF
11612 done
11614 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11615 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11616 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11617 echo $ECHO_N "(cached) $ECHO_C" >&6
11618 else
11619 ac_check_lib_save_LIBS=$LIBS
11620 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11621 cat >conftest.$ac_ext <<_ACEOF
11622 /* confdefs.h. */
11623 _ACEOF
11624 cat confdefs.h >>conftest.$ac_ext
11625 cat >>conftest.$ac_ext <<_ACEOF
11626 /* end confdefs.h. */
11628 /* Override any GCC internal prototype to avoid an error.
11629 Use char because int might match the return type of a GCC
11630 builtin and then its argument prototype would still apply. */
11631 #ifdef __cplusplus
11632 extern "C"
11633 #endif
11634 char AuCreateFlow ();
11636 main ()
11638 return AuCreateFlow ();
11640 return 0;
11642 _ACEOF
11643 rm -f conftest.$ac_objext conftest$ac_exeext
11644 if { (ac_try="$ac_link"
11645 case "(($ac_try" in
11646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11647 *) ac_try_echo=$ac_try;;
11648 esac
11649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11650 (eval "$ac_link") 2>conftest.er1
11651 ac_status=$?
11652 grep -v '^ *+' conftest.er1 >conftest.err
11653 rm -f conftest.er1
11654 cat conftest.err >&5
11655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11656 (exit $ac_status); } && {
11657 test -z "$ac_c_werror_flag" ||
11658 test ! -s conftest.err
11659 } && test -s conftest$ac_exeext &&
11660 $as_test_x conftest$ac_exeext; then
11661 ac_cv_lib_audio_AuCreateFlow=yes
11662 else
11663 echo "$as_me: failed program was:" >&5
11664 sed 's/^/| /' conftest.$ac_ext >&5
11666 ac_cv_lib_audio_AuCreateFlow=no
11669 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11670 conftest$ac_exeext conftest.$ac_ext
11671 LIBS=$ac_check_lib_save_LIBS
11673 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11674 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11675 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11677 cat >>confdefs.h <<\_ACEOF
11678 #define HAVE_NAS 1
11679 _ACEOF
11681 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11682 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11683 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11684 echo $ECHO_N "(cached) $ECHO_C" >&6
11685 else
11686 ac_check_lib_save_LIBS=$LIBS
11687 LIBS="-lXau $X_LIBS $LIBS"
11688 cat >conftest.$ac_ext <<_ACEOF
11689 /* confdefs.h. */
11690 _ACEOF
11691 cat confdefs.h >>conftest.$ac_ext
11692 cat >>conftest.$ac_ext <<_ACEOF
11693 /* end confdefs.h. */
11695 /* Override any GCC internal prototype to avoid an error.
11696 Use char because int might match the return type of a GCC
11697 builtin and then its argument prototype would still apply. */
11698 #ifdef __cplusplus
11699 extern "C"
11700 #endif
11701 char XauGetBestAuthByAddr ();
11703 main ()
11705 return XauGetBestAuthByAddr ();
11707 return 0;
11709 _ACEOF
11710 rm -f conftest.$ac_objext conftest$ac_exeext
11711 if { (ac_try="$ac_link"
11712 case "(($ac_try" in
11713 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11714 *) ac_try_echo=$ac_try;;
11715 esac
11716 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11717 (eval "$ac_link") 2>conftest.er1
11718 ac_status=$?
11719 grep -v '^ *+' conftest.er1 >conftest.err
11720 rm -f conftest.er1
11721 cat conftest.err >&5
11722 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11723 (exit $ac_status); } && {
11724 test -z "$ac_c_werror_flag" ||
11725 test ! -s conftest.err
11726 } && test -s conftest$ac_exeext &&
11727 $as_test_x conftest$ac_exeext; then
11728 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11729 else
11730 echo "$as_me: failed program was:" >&5
11731 sed 's/^/| /' conftest.$ac_ext >&5
11733 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11737 conftest$ac_exeext conftest.$ac_ext
11738 LIBS=$ac_check_lib_save_LIBS
11740 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11741 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11742 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11743 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11744 else
11745 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11753 done
11756 CPPFLAGS="$ac_save_CPPFLAGS"
11757 else
11758 XLIB=""
11759 X_CFLAGS=""
11760 X_LIBS=""
11761 enable_winex11_drv=${enable_winex11_drv:-no}
11762 enable_opengl32=${enable_opengl32:-no}
11763 enable_glu32=${enable_glu32:-no}
11765 if test "x$XLIB" = "x"; then
11766 case "x$with_x" in
11767 xno) ;;
11768 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11769 without X support, which probably isn't what you want. You will need to install
11770 development packages of Xlib/Xfree86 at the very least.
11771 Use the --without-x option if you really want this." >&5
11772 echo "$as_me: error: X development files not found. Wine will be built
11773 without X support, which probably isn't what you want. You will need to install
11774 development packages of Xlib/Xfree86 at the very least.
11775 Use the --without-x option if you really want this." >&2;}
11776 { (exit 1); exit 1; }; } ;;
11777 esac
11782 XML2LIBS=""
11784 XML2INCL=""
11786 XSLTLIBS=""
11788 XSLTINCL=""
11790 if test "x$with_xml" != "xno"
11791 then
11792 ac_save_CPPFLAGS="$CPPFLAGS"
11793 if test "$PKG_CONFIG" != "false"
11794 then
11795 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11796 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11797 else
11798 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11799 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11801 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11803 for ac_header in libxml/parser.h
11805 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11806 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11807 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11808 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11809 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11810 echo $ECHO_N "(cached) $ECHO_C" >&6
11812 ac_res=`eval echo '${'$as_ac_Header'}'`
11813 { echo "$as_me:$LINENO: result: $ac_res" >&5
11814 echo "${ECHO_T}$ac_res" >&6; }
11815 else
11816 # Is the header compilable?
11817 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11818 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11819 cat >conftest.$ac_ext <<_ACEOF
11820 /* confdefs.h. */
11821 _ACEOF
11822 cat confdefs.h >>conftest.$ac_ext
11823 cat >>conftest.$ac_ext <<_ACEOF
11824 /* end confdefs.h. */
11825 $ac_includes_default
11826 #include <$ac_header>
11827 _ACEOF
11828 rm -f conftest.$ac_objext
11829 if { (ac_try="$ac_compile"
11830 case "(($ac_try" in
11831 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11832 *) ac_try_echo=$ac_try;;
11833 esac
11834 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11835 (eval "$ac_compile") 2>conftest.er1
11836 ac_status=$?
11837 grep -v '^ *+' conftest.er1 >conftest.err
11838 rm -f conftest.er1
11839 cat conftest.err >&5
11840 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11841 (exit $ac_status); } && {
11842 test -z "$ac_c_werror_flag" ||
11843 test ! -s conftest.err
11844 } && test -s conftest.$ac_objext; then
11845 ac_header_compiler=yes
11846 else
11847 echo "$as_me: failed program was:" >&5
11848 sed 's/^/| /' conftest.$ac_ext >&5
11850 ac_header_compiler=no
11853 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11854 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11855 echo "${ECHO_T}$ac_header_compiler" >&6; }
11857 # Is the header present?
11858 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11859 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11860 cat >conftest.$ac_ext <<_ACEOF
11861 /* confdefs.h. */
11862 _ACEOF
11863 cat confdefs.h >>conftest.$ac_ext
11864 cat >>conftest.$ac_ext <<_ACEOF
11865 /* end confdefs.h. */
11866 #include <$ac_header>
11867 _ACEOF
11868 if { (ac_try="$ac_cpp conftest.$ac_ext"
11869 case "(($ac_try" in
11870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11871 *) ac_try_echo=$ac_try;;
11872 esac
11873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11874 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11875 ac_status=$?
11876 grep -v '^ *+' conftest.er1 >conftest.err
11877 rm -f conftest.er1
11878 cat conftest.err >&5
11879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11880 (exit $ac_status); } >/dev/null && {
11881 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11882 test ! -s conftest.err
11883 }; then
11884 ac_header_preproc=yes
11885 else
11886 echo "$as_me: failed program was:" >&5
11887 sed 's/^/| /' conftest.$ac_ext >&5
11889 ac_header_preproc=no
11892 rm -f conftest.err conftest.$ac_ext
11893 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11894 echo "${ECHO_T}$ac_header_preproc" >&6; }
11896 # So? What about this header?
11897 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11898 yes:no: )
11899 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11900 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11901 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11902 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11903 ac_header_preproc=yes
11905 no:yes:* )
11906 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11907 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11908 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11909 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11910 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11911 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11912 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11913 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11914 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11915 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11916 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11917 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11918 ( cat <<\_ASBOX
11919 ## ------------------------------------ ##
11920 ## Report this to wine-devel@winehq.org ##
11921 ## ------------------------------------ ##
11922 _ASBOX
11923 ) | sed "s/^/$as_me: WARNING: /" >&2
11925 esac
11926 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11927 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11928 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11929 echo $ECHO_N "(cached) $ECHO_C" >&6
11930 else
11931 eval "$as_ac_Header=\$ac_header_preproc"
11933 ac_res=`eval echo '${'$as_ac_Header'}'`
11934 { echo "$as_me:$LINENO: result: $ac_res" >&5
11935 echo "${ECHO_T}$ac_res" >&6; }
11938 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11939 cat >>confdefs.h <<_ACEOF
11940 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11941 _ACEOF
11942 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11943 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11944 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11945 echo $ECHO_N "(cached) $ECHO_C" >&6
11946 else
11947 ac_check_lib_save_LIBS=$LIBS
11948 LIBS="-lxml2 $ac_xml_libs $LIBS"
11949 cat >conftest.$ac_ext <<_ACEOF
11950 /* confdefs.h. */
11951 _ACEOF
11952 cat confdefs.h >>conftest.$ac_ext
11953 cat >>conftest.$ac_ext <<_ACEOF
11954 /* end confdefs.h. */
11956 /* Override any GCC internal prototype to avoid an error.
11957 Use char because int might match the return type of a GCC
11958 builtin and then its argument prototype would still apply. */
11959 #ifdef __cplusplus
11960 extern "C"
11961 #endif
11962 char xmlParseMemory ();
11964 main ()
11966 return xmlParseMemory ();
11968 return 0;
11970 _ACEOF
11971 rm -f conftest.$ac_objext conftest$ac_exeext
11972 if { (ac_try="$ac_link"
11973 case "(($ac_try" in
11974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11975 *) ac_try_echo=$ac_try;;
11976 esac
11977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11978 (eval "$ac_link") 2>conftest.er1
11979 ac_status=$?
11980 grep -v '^ *+' conftest.er1 >conftest.err
11981 rm -f conftest.er1
11982 cat conftest.err >&5
11983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11984 (exit $ac_status); } && {
11985 test -z "$ac_c_werror_flag" ||
11986 test ! -s conftest.err
11987 } && test -s conftest$ac_exeext &&
11988 $as_test_x conftest$ac_exeext; then
11989 ac_cv_lib_xml2_xmlParseMemory=yes
11990 else
11991 echo "$as_me: failed program was:" >&5
11992 sed 's/^/| /' conftest.$ac_ext >&5
11994 ac_cv_lib_xml2_xmlParseMemory=no
11997 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11998 conftest$ac_exeext conftest.$ac_ext
11999 LIBS=$ac_check_lib_save_LIBS
12001 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12002 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12003 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12005 cat >>confdefs.h <<\_ACEOF
12006 #define HAVE_LIBXML2 1
12007 _ACEOF
12009 XML2LIBS="$ac_xml_libs"
12010 XML2INCL="$ac_xml_cflags"
12013 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12014 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12015 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12016 echo $ECHO_N "(cached) $ECHO_C" >&6
12017 else
12018 ac_check_lib_save_LIBS=$LIBS
12019 LIBS="-lxml2 $ac_xml_libs $LIBS"
12020 cat >conftest.$ac_ext <<_ACEOF
12021 /* confdefs.h. */
12022 _ACEOF
12023 cat confdefs.h >>conftest.$ac_ext
12024 cat >>conftest.$ac_ext <<_ACEOF
12025 /* end confdefs.h. */
12027 /* Override any GCC internal prototype to avoid an error.
12028 Use char because int might match the return type of a GCC
12029 builtin and then its argument prototype would still apply. */
12030 #ifdef __cplusplus
12031 extern "C"
12032 #endif
12033 char xmlReadMemory ();
12035 main ()
12037 return xmlReadMemory ();
12039 return 0;
12041 _ACEOF
12042 rm -f conftest.$ac_objext conftest$ac_exeext
12043 if { (ac_try="$ac_link"
12044 case "(($ac_try" in
12045 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12046 *) ac_try_echo=$ac_try;;
12047 esac
12048 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12049 (eval "$ac_link") 2>conftest.er1
12050 ac_status=$?
12051 grep -v '^ *+' conftest.er1 >conftest.err
12052 rm -f conftest.er1
12053 cat conftest.err >&5
12054 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12055 (exit $ac_status); } && {
12056 test -z "$ac_c_werror_flag" ||
12057 test ! -s conftest.err
12058 } && test -s conftest$ac_exeext &&
12059 $as_test_x conftest$ac_exeext; then
12060 ac_cv_lib_xml2_xmlReadMemory=yes
12061 else
12062 echo "$as_me: failed program was:" >&5
12063 sed 's/^/| /' conftest.$ac_ext >&5
12065 ac_cv_lib_xml2_xmlReadMemory=no
12068 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12069 conftest$ac_exeext conftest.$ac_ext
12070 LIBS=$ac_check_lib_save_LIBS
12072 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12073 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12074 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12076 cat >>confdefs.h <<\_ACEOF
12077 #define HAVE_XMLREADMEMORY 1
12078 _ACEOF
12082 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12083 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12084 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12085 echo $ECHO_N "(cached) $ECHO_C" >&6
12086 else
12087 ac_check_lib_save_LIBS=$LIBS
12088 LIBS="-lxml2 $ac_xml_libs $LIBS"
12089 cat >conftest.$ac_ext <<_ACEOF
12090 /* confdefs.h. */
12091 _ACEOF
12092 cat confdefs.h >>conftest.$ac_ext
12093 cat >>conftest.$ac_ext <<_ACEOF
12094 /* end confdefs.h. */
12096 /* Override any GCC internal prototype to avoid an error.
12097 Use char because int might match the return type of a GCC
12098 builtin and then its argument prototype would still apply. */
12099 #ifdef __cplusplus
12100 extern "C"
12101 #endif
12102 char xmlNewDocPI ();
12104 main ()
12106 return xmlNewDocPI ();
12108 return 0;
12110 _ACEOF
12111 rm -f conftest.$ac_objext conftest$ac_exeext
12112 if { (ac_try="$ac_link"
12113 case "(($ac_try" in
12114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12115 *) ac_try_echo=$ac_try;;
12116 esac
12117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12118 (eval "$ac_link") 2>conftest.er1
12119 ac_status=$?
12120 grep -v '^ *+' conftest.er1 >conftest.err
12121 rm -f conftest.er1
12122 cat conftest.err >&5
12123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12124 (exit $ac_status); } && {
12125 test -z "$ac_c_werror_flag" ||
12126 test ! -s conftest.err
12127 } && test -s conftest$ac_exeext &&
12128 $as_test_x conftest$ac_exeext; then
12129 ac_cv_lib_xml2_xmlNewDocPI=yes
12130 else
12131 echo "$as_me: failed program was:" >&5
12132 sed 's/^/| /' conftest.$ac_ext >&5
12134 ac_cv_lib_xml2_xmlNewDocPI=no
12137 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12138 conftest$ac_exeext conftest.$ac_ext
12139 LIBS=$ac_check_lib_save_LIBS
12141 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12142 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12143 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12145 cat >>confdefs.h <<\_ACEOF
12146 #define HAVE_XMLNEWDOCPI 1
12147 _ACEOF
12154 done
12156 CPPFLAGS="$ac_save_CPPFLAGS"
12158 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12159 case "x$with_xml" in
12160 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12161 xno) ;;
12162 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12163 This is an error since --with-xml was requested." >&5
12164 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12165 This is an error since --with-xml was requested." >&2;}
12166 { (exit 1); exit 1; }; } ;;
12167 esac
12171 if test "x$with_xslt" != "xno"
12172 then
12173 if test "$PKG_CONFIG" != "false"
12174 then
12175 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12176 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12177 else
12178 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12179 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12181 ac_save_CPPFLAGS="$CPPFLAGS"
12182 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12185 for ac_header in libxslt/pattern.h libxslt/transform.h
12187 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12188 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12189 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12190 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12191 echo $ECHO_N "(cached) $ECHO_C" >&6
12192 else
12193 cat >conftest.$ac_ext <<_ACEOF
12194 /* confdefs.h. */
12195 _ACEOF
12196 cat confdefs.h >>conftest.$ac_ext
12197 cat >>conftest.$ac_ext <<_ACEOF
12198 /* end confdefs.h. */
12199 #ifdef HAVE_LIBXSLT_PATTERN_H
12200 # include <libxslt/pattern.h>
12201 #endif
12203 #include <$ac_header>
12204 _ACEOF
12205 rm -f conftest.$ac_objext
12206 if { (ac_try="$ac_compile"
12207 case "(($ac_try" in
12208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12209 *) ac_try_echo=$ac_try;;
12210 esac
12211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12212 (eval "$ac_compile") 2>conftest.er1
12213 ac_status=$?
12214 grep -v '^ *+' conftest.er1 >conftest.err
12215 rm -f conftest.er1
12216 cat conftest.err >&5
12217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12218 (exit $ac_status); } && {
12219 test -z "$ac_c_werror_flag" ||
12220 test ! -s conftest.err
12221 } && test -s conftest.$ac_objext; then
12222 eval "$as_ac_Header=yes"
12223 else
12224 echo "$as_me: failed program was:" >&5
12225 sed 's/^/| /' conftest.$ac_ext >&5
12227 eval "$as_ac_Header=no"
12230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12232 ac_res=`eval echo '${'$as_ac_Header'}'`
12233 { echo "$as_me:$LINENO: result: $ac_res" >&5
12234 echo "${ECHO_T}$ac_res" >&6; }
12235 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12236 cat >>confdefs.h <<_ACEOF
12237 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12238 _ACEOF
12242 done
12244 CPPFLAGS="$ac_save_CPPFLAGS"
12245 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12246 then
12247 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12248 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12249 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12250 echo $ECHO_N "(cached) $ECHO_C" >&6
12251 else
12252 ac_check_lib_save_LIBS=$LIBS
12253 LIBS="-lxslt $ac_xslt_libs $LIBS"
12254 cat >conftest.$ac_ext <<_ACEOF
12255 /* confdefs.h. */
12256 _ACEOF
12257 cat confdefs.h >>conftest.$ac_ext
12258 cat >>conftest.$ac_ext <<_ACEOF
12259 /* end confdefs.h. */
12261 /* Override any GCC internal prototype to avoid an error.
12262 Use char because int might match the return type of a GCC
12263 builtin and then its argument prototype would still apply. */
12264 #ifdef __cplusplus
12265 extern "C"
12266 #endif
12267 char xsltCompilePattern ();
12269 main ()
12271 return xsltCompilePattern ();
12273 return 0;
12275 _ACEOF
12276 rm -f conftest.$ac_objext conftest$ac_exeext
12277 if { (ac_try="$ac_link"
12278 case "(($ac_try" in
12279 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12280 *) ac_try_echo=$ac_try;;
12281 esac
12282 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12283 (eval "$ac_link") 2>conftest.er1
12284 ac_status=$?
12285 grep -v '^ *+' conftest.er1 >conftest.err
12286 rm -f conftest.er1
12287 cat conftest.err >&5
12288 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12289 (exit $ac_status); } && {
12290 test -z "$ac_c_werror_flag" ||
12291 test ! -s conftest.err
12292 } && test -s conftest$ac_exeext &&
12293 $as_test_x conftest$ac_exeext; then
12294 ac_cv_lib_xslt_xsltCompilePattern=yes
12295 else
12296 echo "$as_me: failed program was:" >&5
12297 sed 's/^/| /' conftest.$ac_ext >&5
12299 ac_cv_lib_xslt_xsltCompilePattern=no
12302 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12303 conftest$ac_exeext conftest.$ac_ext
12304 LIBS=$ac_check_lib_save_LIBS
12306 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12307 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12308 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12310 cat >>confdefs.h <<\_ACEOF
12311 #define HAVE_LIBXSLT 1
12312 _ACEOF
12314 XSLTLIBS="$ac_xslt_libs"
12315 XSLTINCL="$ac_xslt_cflags"
12316 ac_save_LIBS="$LIBS"
12317 LIBS="$LIBS $ac_xslt_libs"
12319 for ac_func in xsltInit
12321 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12322 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12323 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12324 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12325 echo $ECHO_N "(cached) $ECHO_C" >&6
12326 else
12327 cat >conftest.$ac_ext <<_ACEOF
12328 /* confdefs.h. */
12329 _ACEOF
12330 cat confdefs.h >>conftest.$ac_ext
12331 cat >>conftest.$ac_ext <<_ACEOF
12332 /* end confdefs.h. */
12333 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12334 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12335 #define $ac_func innocuous_$ac_func
12337 /* System header to define __stub macros and hopefully few prototypes,
12338 which can conflict with char $ac_func (); below.
12339 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12340 <limits.h> exists even on freestanding compilers. */
12342 #ifdef __STDC__
12343 # include <limits.h>
12344 #else
12345 # include <assert.h>
12346 #endif
12348 #undef $ac_func
12350 /* Override any GCC internal prototype to avoid an error.
12351 Use char because int might match the return type of a GCC
12352 builtin and then its argument prototype would still apply. */
12353 #ifdef __cplusplus
12354 extern "C"
12355 #endif
12356 char $ac_func ();
12357 /* The GNU C library defines this for functions which it implements
12358 to always fail with ENOSYS. Some functions are actually named
12359 something starting with __ and the normal name is an alias. */
12360 #if defined __stub_$ac_func || defined __stub___$ac_func
12361 choke me
12362 #endif
12365 main ()
12367 return $ac_func ();
12369 return 0;
12371 _ACEOF
12372 rm -f conftest.$ac_objext conftest$ac_exeext
12373 if { (ac_try="$ac_link"
12374 case "(($ac_try" in
12375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12376 *) ac_try_echo=$ac_try;;
12377 esac
12378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12379 (eval "$ac_link") 2>conftest.er1
12380 ac_status=$?
12381 grep -v '^ *+' conftest.er1 >conftest.err
12382 rm -f conftest.er1
12383 cat conftest.err >&5
12384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12385 (exit $ac_status); } && {
12386 test -z "$ac_c_werror_flag" ||
12387 test ! -s conftest.err
12388 } && test -s conftest$ac_exeext &&
12389 $as_test_x conftest$ac_exeext; then
12390 eval "$as_ac_var=yes"
12391 else
12392 echo "$as_me: failed program was:" >&5
12393 sed 's/^/| /' conftest.$ac_ext >&5
12395 eval "$as_ac_var=no"
12398 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12399 conftest$ac_exeext conftest.$ac_ext
12401 ac_res=`eval echo '${'$as_ac_var'}'`
12402 { echo "$as_me:$LINENO: result: $ac_res" >&5
12403 echo "${ECHO_T}$ac_res" >&6; }
12404 if test `eval echo '${'$as_ac_var'}'` = yes; then
12405 cat >>confdefs.h <<_ACEOF
12406 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12407 _ACEOF
12410 done
12412 LIBS="$ac_save_LIBS"
12417 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12418 case "x$with_xslt" in
12419 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12420 xno) ;;
12421 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12422 This is an error since --with-xslt was requested." >&5
12423 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12424 This is an error since --with-xslt was requested." >&2;}
12425 { (exit 1); exit 1; }; } ;;
12426 esac
12430 HALINCL=""
12432 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12433 then
12434 ac_save_CPPFLAGS="$CPPFLAGS"
12435 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12436 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12437 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12440 for ac_header in dbus/dbus.h hal/libhal.h
12442 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12443 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12444 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12445 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12446 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12447 echo $ECHO_N "(cached) $ECHO_C" >&6
12449 ac_res=`eval echo '${'$as_ac_Header'}'`
12450 { echo "$as_me:$LINENO: result: $ac_res" >&5
12451 echo "${ECHO_T}$ac_res" >&6; }
12452 else
12453 # Is the header compilable?
12454 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12455 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12456 cat >conftest.$ac_ext <<_ACEOF
12457 /* confdefs.h. */
12458 _ACEOF
12459 cat confdefs.h >>conftest.$ac_ext
12460 cat >>conftest.$ac_ext <<_ACEOF
12461 /* end confdefs.h. */
12462 $ac_includes_default
12463 #include <$ac_header>
12464 _ACEOF
12465 rm -f conftest.$ac_objext
12466 if { (ac_try="$ac_compile"
12467 case "(($ac_try" in
12468 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12469 *) ac_try_echo=$ac_try;;
12470 esac
12471 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12472 (eval "$ac_compile") 2>conftest.er1
12473 ac_status=$?
12474 grep -v '^ *+' conftest.er1 >conftest.err
12475 rm -f conftest.er1
12476 cat conftest.err >&5
12477 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12478 (exit $ac_status); } && {
12479 test -z "$ac_c_werror_flag" ||
12480 test ! -s conftest.err
12481 } && test -s conftest.$ac_objext; then
12482 ac_header_compiler=yes
12483 else
12484 echo "$as_me: failed program was:" >&5
12485 sed 's/^/| /' conftest.$ac_ext >&5
12487 ac_header_compiler=no
12490 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12491 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12492 echo "${ECHO_T}$ac_header_compiler" >&6; }
12494 # Is the header present?
12495 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12496 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12497 cat >conftest.$ac_ext <<_ACEOF
12498 /* confdefs.h. */
12499 _ACEOF
12500 cat confdefs.h >>conftest.$ac_ext
12501 cat >>conftest.$ac_ext <<_ACEOF
12502 /* end confdefs.h. */
12503 #include <$ac_header>
12504 _ACEOF
12505 if { (ac_try="$ac_cpp conftest.$ac_ext"
12506 case "(($ac_try" in
12507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12508 *) ac_try_echo=$ac_try;;
12509 esac
12510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12511 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12512 ac_status=$?
12513 grep -v '^ *+' conftest.er1 >conftest.err
12514 rm -f conftest.er1
12515 cat conftest.err >&5
12516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12517 (exit $ac_status); } >/dev/null && {
12518 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12519 test ! -s conftest.err
12520 }; then
12521 ac_header_preproc=yes
12522 else
12523 echo "$as_me: failed program was:" >&5
12524 sed 's/^/| /' conftest.$ac_ext >&5
12526 ac_header_preproc=no
12529 rm -f conftest.err conftest.$ac_ext
12530 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12531 echo "${ECHO_T}$ac_header_preproc" >&6; }
12533 # So? What about this header?
12534 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12535 yes:no: )
12536 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12537 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12538 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12539 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12540 ac_header_preproc=yes
12542 no:yes:* )
12543 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12544 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12545 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12546 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12547 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12548 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12549 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12550 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12551 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12552 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12553 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12554 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12555 ( cat <<\_ASBOX
12556 ## ------------------------------------ ##
12557 ## Report this to wine-devel@winehq.org ##
12558 ## ------------------------------------ ##
12559 _ASBOX
12560 ) | sed "s/^/$as_me: WARNING: /" >&2
12562 esac
12563 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12564 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12565 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12566 echo $ECHO_N "(cached) $ECHO_C" >&6
12567 else
12568 eval "$as_ac_Header=\$ac_header_preproc"
12570 ac_res=`eval echo '${'$as_ac_Header'}'`
12571 { echo "$as_me:$LINENO: result: $ac_res" >&5
12572 echo "${ECHO_T}$ac_res" >&6; }
12575 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12576 cat >>confdefs.h <<_ACEOF
12577 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12578 _ACEOF
12582 done
12584 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12585 then
12586 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12587 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12588 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12589 echo $ECHO_N "(cached) $ECHO_C" >&6
12590 else
12591 ac_check_lib_save_LIBS=$LIBS
12592 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12593 cat >conftest.$ac_ext <<_ACEOF
12594 /* confdefs.h. */
12595 _ACEOF
12596 cat confdefs.h >>conftest.$ac_ext
12597 cat >>conftest.$ac_ext <<_ACEOF
12598 /* end confdefs.h. */
12600 /* Override any GCC internal prototype to avoid an error.
12601 Use char because int might match the return type of a GCC
12602 builtin and then its argument prototype would still apply. */
12603 #ifdef __cplusplus
12604 extern "C"
12605 #endif
12606 char dbus_connection_close ();
12608 main ()
12610 return dbus_connection_close ();
12612 return 0;
12614 _ACEOF
12615 rm -f conftest.$ac_objext conftest$ac_exeext
12616 if { (ac_try="$ac_link"
12617 case "(($ac_try" in
12618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12619 *) ac_try_echo=$ac_try;;
12620 esac
12621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12622 (eval "$ac_link") 2>conftest.er1
12623 ac_status=$?
12624 grep -v '^ *+' conftest.er1 >conftest.err
12625 rm -f conftest.er1
12626 cat conftest.err >&5
12627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12628 (exit $ac_status); } && {
12629 test -z "$ac_c_werror_flag" ||
12630 test ! -s conftest.err
12631 } && test -s conftest$ac_exeext &&
12632 $as_test_x conftest$ac_exeext; then
12633 ac_cv_lib_dbus_1_dbus_connection_close=yes
12634 else
12635 echo "$as_me: failed program was:" >&5
12636 sed 's/^/| /' conftest.$ac_ext >&5
12638 ac_cv_lib_dbus_1_dbus_connection_close=no
12641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12642 conftest$ac_exeext conftest.$ac_ext
12643 LIBS=$ac_check_lib_save_LIBS
12645 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12646 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12647 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12648 { echo "$as_me:$LINENO: checking for -lhal" >&5
12649 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12650 if test "${ac_cv_lib_soname_hal+set}" = set; then
12651 echo $ECHO_N "(cached) $ECHO_C" >&6
12652 else
12653 ac_check_soname_save_LIBS=$LIBS
12654 LIBS="-lhal $ac_hal_libs $LIBS"
12655 cat >conftest.$ac_ext <<_ACEOF
12656 /* confdefs.h. */
12657 _ACEOF
12658 cat confdefs.h >>conftest.$ac_ext
12659 cat >>conftest.$ac_ext <<_ACEOF
12660 /* end confdefs.h. */
12662 /* Override any GCC internal prototype to avoid an error.
12663 Use char because int might match the return type of a GCC
12664 builtin and then its argument prototype would still apply. */
12665 #ifdef __cplusplus
12666 extern "C"
12667 #endif
12668 char libhal_ctx_new ();
12670 main ()
12672 return libhal_ctx_new ();
12674 return 0;
12676 _ACEOF
12677 rm -f conftest.$ac_objext conftest$ac_exeext
12678 if { (ac_try="$ac_link"
12679 case "(($ac_try" in
12680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12681 *) ac_try_echo=$ac_try;;
12682 esac
12683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12684 (eval "$ac_link") 2>conftest.er1
12685 ac_status=$?
12686 grep -v '^ *+' conftest.er1 >conftest.err
12687 rm -f conftest.er1
12688 cat conftest.err >&5
12689 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12690 (exit $ac_status); } && {
12691 test -z "$ac_c_werror_flag" ||
12692 test ! -s conftest.err
12693 } && test -s conftest$ac_exeext &&
12694 $as_test_x conftest$ac_exeext; then
12695 case "$LIBEXT" in
12696 dll) ;;
12697 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'` ;;
12698 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12699 esac
12700 else
12701 echo "$as_me: failed program was:" >&5
12702 sed 's/^/| /' conftest.$ac_ext >&5
12707 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12708 conftest$ac_exeext conftest.$ac_ext
12709 LIBS=$ac_check_soname_save_LIBS
12711 if test "x$ac_cv_lib_soname_hal" = "x"; then
12712 { echo "$as_me:$LINENO: result: not found" >&5
12713 echo "${ECHO_T}not found" >&6; }
12715 else
12716 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12717 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12719 cat >>confdefs.h <<_ACEOF
12720 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12721 _ACEOF
12723 HALINCL="$ac_hal_cflags"
12729 CPPFLAGS="$ac_save_CPPFLAGS"
12731 if test "x$ac_cv_lib_soname_hal" = "x"; then
12732 case "x$with_hal" in
12733 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12734 xno) ;;
12735 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12736 This is an error since --with-hal was requested." >&5
12737 echo "$as_me: error: libhal development files not found, no dynamic device support.
12738 This is an error since --with-hal was requested." >&2;}
12739 { (exit 1); exit 1; }; } ;;
12740 esac
12744 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12745 then
12746 ac_save_CPPFLAGS="$CPPFLAGS"
12747 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12748 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12749 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12750 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12751 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12752 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12753 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12754 echo $ECHO_N "(cached) $ECHO_C" >&6
12756 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12757 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12758 else
12759 # Is the header compilable?
12760 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12761 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12762 cat >conftest.$ac_ext <<_ACEOF
12763 /* confdefs.h. */
12764 _ACEOF
12765 cat confdefs.h >>conftest.$ac_ext
12766 cat >>conftest.$ac_ext <<_ACEOF
12767 /* end confdefs.h. */
12768 $ac_includes_default
12769 #include <gnutls/gnutls.h>
12770 _ACEOF
12771 rm -f conftest.$ac_objext
12772 if { (ac_try="$ac_compile"
12773 case "(($ac_try" in
12774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12775 *) ac_try_echo=$ac_try;;
12776 esac
12777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12778 (eval "$ac_compile") 2>conftest.er1
12779 ac_status=$?
12780 grep -v '^ *+' conftest.er1 >conftest.err
12781 rm -f conftest.er1
12782 cat conftest.err >&5
12783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12784 (exit $ac_status); } && {
12785 test -z "$ac_c_werror_flag" ||
12786 test ! -s conftest.err
12787 } && test -s conftest.$ac_objext; then
12788 ac_header_compiler=yes
12789 else
12790 echo "$as_me: failed program was:" >&5
12791 sed 's/^/| /' conftest.$ac_ext >&5
12793 ac_header_compiler=no
12796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12797 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12798 echo "${ECHO_T}$ac_header_compiler" >&6; }
12800 # Is the header present?
12801 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12802 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12803 cat >conftest.$ac_ext <<_ACEOF
12804 /* confdefs.h. */
12805 _ACEOF
12806 cat confdefs.h >>conftest.$ac_ext
12807 cat >>conftest.$ac_ext <<_ACEOF
12808 /* end confdefs.h. */
12809 #include <gnutls/gnutls.h>
12810 _ACEOF
12811 if { (ac_try="$ac_cpp conftest.$ac_ext"
12812 case "(($ac_try" in
12813 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12814 *) ac_try_echo=$ac_try;;
12815 esac
12816 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12817 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12818 ac_status=$?
12819 grep -v '^ *+' conftest.er1 >conftest.err
12820 rm -f conftest.er1
12821 cat conftest.err >&5
12822 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12823 (exit $ac_status); } >/dev/null && {
12824 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12825 test ! -s conftest.err
12826 }; then
12827 ac_header_preproc=yes
12828 else
12829 echo "$as_me: failed program was:" >&5
12830 sed 's/^/| /' conftest.$ac_ext >&5
12832 ac_header_preproc=no
12835 rm -f conftest.err conftest.$ac_ext
12836 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12837 echo "${ECHO_T}$ac_header_preproc" >&6; }
12839 # So? What about this header?
12840 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12841 yes:no: )
12842 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12843 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12844 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12845 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12846 ac_header_preproc=yes
12848 no:yes:* )
12849 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12850 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12851 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12852 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12853 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12854 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12855 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12856 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12857 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12858 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12859 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12860 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12861 ( cat <<\_ASBOX
12862 ## ------------------------------------ ##
12863 ## Report this to wine-devel@winehq.org ##
12864 ## ------------------------------------ ##
12865 _ASBOX
12866 ) | sed "s/^/$as_me: WARNING: /" >&2
12868 esac
12869 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12870 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12871 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12872 echo $ECHO_N "(cached) $ECHO_C" >&6
12873 else
12874 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12876 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12877 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12880 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12881 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12882 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12883 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12884 echo $ECHO_N "(cached) $ECHO_C" >&6
12885 else
12886 ac_check_soname_save_LIBS=$LIBS
12887 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12888 cat >conftest.$ac_ext <<_ACEOF
12889 /* confdefs.h. */
12890 _ACEOF
12891 cat confdefs.h >>conftest.$ac_ext
12892 cat >>conftest.$ac_ext <<_ACEOF
12893 /* end confdefs.h. */
12895 /* Override any GCC internal prototype to avoid an error.
12896 Use char because int might match the return type of a GCC
12897 builtin and then its argument prototype would still apply. */
12898 #ifdef __cplusplus
12899 extern "C"
12900 #endif
12901 char gnutls_global_init ();
12903 main ()
12905 return gnutls_global_init ();
12907 return 0;
12909 _ACEOF
12910 rm -f conftest.$ac_objext conftest$ac_exeext
12911 if { (ac_try="$ac_link"
12912 case "(($ac_try" in
12913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12914 *) ac_try_echo=$ac_try;;
12915 esac
12916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12917 (eval "$ac_link") 2>conftest.er1
12918 ac_status=$?
12919 grep -v '^ *+' conftest.er1 >conftest.err
12920 rm -f conftest.er1
12921 cat conftest.err >&5
12922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12923 (exit $ac_status); } && {
12924 test -z "$ac_c_werror_flag" ||
12925 test ! -s conftest.err
12926 } && test -s conftest$ac_exeext &&
12927 $as_test_x conftest$ac_exeext; then
12928 case "$LIBEXT" in
12929 dll) ;;
12930 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'` ;;
12931 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12932 esac
12933 else
12934 echo "$as_me: failed program was:" >&5
12935 sed 's/^/| /' conftest.$ac_ext >&5
12940 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12941 conftest$ac_exeext conftest.$ac_ext
12942 LIBS=$ac_check_soname_save_LIBS
12944 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12945 { echo "$as_me:$LINENO: result: not found" >&5
12946 echo "${ECHO_T}not found" >&6; }
12948 else
12949 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12950 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12952 cat >>confdefs.h <<_ACEOF
12953 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12954 _ACEOF
12956 GNUTLSINCL="$ac_gnutls_cflags"
12963 CPPFLAGS="$ac_save_CPPFLAGS"
12965 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12966 case "x$with_gnutls" in
12967 x) wine_notices="$wine_notices|libgnutls development files not found, no schannel support." ;;
12968 xno) ;;
12969 *) { { echo "$as_me:$LINENO: error: libgnutls development files not found, no schannel support.
12970 This is an error since --with-gnutls was requested." >&5
12971 echo "$as_me: error: libgnutls development files not found, no schannel support.
12972 This is an error since --with-gnutls was requested." >&2;}
12973 { (exit 1); exit 1; }; } ;;
12974 esac
12978 CURSESLIBS=""
12979 if test "$ac_cv_header_ncurses_h" = "yes"
12980 then
12981 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12982 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12983 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12984 echo $ECHO_N "(cached) $ECHO_C" >&6
12985 else
12986 ac_check_soname_save_LIBS=$LIBS
12987 LIBS="-lncurses $LIBS"
12988 cat >conftest.$ac_ext <<_ACEOF
12989 /* confdefs.h. */
12990 _ACEOF
12991 cat confdefs.h >>conftest.$ac_ext
12992 cat >>conftest.$ac_ext <<_ACEOF
12993 /* end confdefs.h. */
12995 /* Override any GCC internal prototype to avoid an error.
12996 Use char because int might match the return type of a GCC
12997 builtin and then its argument prototype would still apply. */
12998 #ifdef __cplusplus
12999 extern "C"
13000 #endif
13001 char waddch ();
13003 main ()
13005 return waddch ();
13007 return 0;
13009 _ACEOF
13010 rm -f conftest.$ac_objext conftest$ac_exeext
13011 if { (ac_try="$ac_link"
13012 case "(($ac_try" in
13013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13014 *) ac_try_echo=$ac_try;;
13015 esac
13016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13017 (eval "$ac_link") 2>conftest.er1
13018 ac_status=$?
13019 grep -v '^ *+' conftest.er1 >conftest.err
13020 rm -f conftest.er1
13021 cat conftest.err >&5
13022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13023 (exit $ac_status); } && {
13024 test -z "$ac_c_werror_flag" ||
13025 test ! -s conftest.err
13026 } && test -s conftest$ac_exeext &&
13027 $as_test_x conftest$ac_exeext; then
13028 case "$LIBEXT" in
13029 dll) ;;
13030 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'` ;;
13031 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13032 esac
13033 else
13034 echo "$as_me: failed program was:" >&5
13035 sed 's/^/| /' conftest.$ac_ext >&5
13040 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13041 conftest$ac_exeext conftest.$ac_ext
13042 LIBS=$ac_check_soname_save_LIBS
13044 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13045 { echo "$as_me:$LINENO: result: not found" >&5
13046 echo "${ECHO_T}not found" >&6; }
13048 else
13049 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13050 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13052 cat >>confdefs.h <<_ACEOF
13053 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13054 _ACEOF
13056 CURSESLIBS="-lncurses"
13059 elif test "$ac_cv_header_curses_h" = "yes"
13060 then
13061 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13062 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13063 if test "${ac_cv_lib_soname_curses+set}" = set; then
13064 echo $ECHO_N "(cached) $ECHO_C" >&6
13065 else
13066 ac_check_soname_save_LIBS=$LIBS
13067 LIBS="-lcurses $LIBS"
13068 cat >conftest.$ac_ext <<_ACEOF
13069 /* confdefs.h. */
13070 _ACEOF
13071 cat confdefs.h >>conftest.$ac_ext
13072 cat >>conftest.$ac_ext <<_ACEOF
13073 /* end confdefs.h. */
13075 /* Override any GCC internal prototype to avoid an error.
13076 Use char because int might match the return type of a GCC
13077 builtin and then its argument prototype would still apply. */
13078 #ifdef __cplusplus
13079 extern "C"
13080 #endif
13081 char waddch ();
13083 main ()
13085 return waddch ();
13087 return 0;
13089 _ACEOF
13090 rm -f conftest.$ac_objext conftest$ac_exeext
13091 if { (ac_try="$ac_link"
13092 case "(($ac_try" in
13093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13094 *) ac_try_echo=$ac_try;;
13095 esac
13096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13097 (eval "$ac_link") 2>conftest.er1
13098 ac_status=$?
13099 grep -v '^ *+' conftest.er1 >conftest.err
13100 rm -f conftest.er1
13101 cat conftest.err >&5
13102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13103 (exit $ac_status); } && {
13104 test -z "$ac_c_werror_flag" ||
13105 test ! -s conftest.err
13106 } && test -s conftest$ac_exeext &&
13107 $as_test_x conftest$ac_exeext; then
13108 case "$LIBEXT" in
13109 dll) ;;
13110 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'` ;;
13111 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13112 esac
13113 else
13114 echo "$as_me: failed program was:" >&5
13115 sed 's/^/| /' conftest.$ac_ext >&5
13120 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13121 conftest$ac_exeext conftest.$ac_ext
13122 LIBS=$ac_check_soname_save_LIBS
13124 if test "x$ac_cv_lib_soname_curses" = "x"; then
13125 { echo "$as_me:$LINENO: result: not found" >&5
13126 echo "${ECHO_T}not found" >&6; }
13128 else
13129 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13130 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13132 cat >>confdefs.h <<_ACEOF
13133 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13134 _ACEOF
13136 CURSESLIBS="-lcurses"
13140 ac_save_LIBS="$LIBS"
13141 LIBS="$LIBS $CURSESLIBS"
13143 for ac_func in mousemask
13145 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13146 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13147 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13148 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13149 echo $ECHO_N "(cached) $ECHO_C" >&6
13150 else
13151 cat >conftest.$ac_ext <<_ACEOF
13152 /* confdefs.h. */
13153 _ACEOF
13154 cat confdefs.h >>conftest.$ac_ext
13155 cat >>conftest.$ac_ext <<_ACEOF
13156 /* end confdefs.h. */
13157 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13158 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13159 #define $ac_func innocuous_$ac_func
13161 /* System header to define __stub macros and hopefully few prototypes,
13162 which can conflict with char $ac_func (); below.
13163 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13164 <limits.h> exists even on freestanding compilers. */
13166 #ifdef __STDC__
13167 # include <limits.h>
13168 #else
13169 # include <assert.h>
13170 #endif
13172 #undef $ac_func
13174 /* Override any GCC internal prototype to avoid an error.
13175 Use char because int might match the return type of a GCC
13176 builtin and then its argument prototype would still apply. */
13177 #ifdef __cplusplus
13178 extern "C"
13179 #endif
13180 char $ac_func ();
13181 /* The GNU C library defines this for functions which it implements
13182 to always fail with ENOSYS. Some functions are actually named
13183 something starting with __ and the normal name is an alias. */
13184 #if defined __stub_$ac_func || defined __stub___$ac_func
13185 choke me
13186 #endif
13189 main ()
13191 return $ac_func ();
13193 return 0;
13195 _ACEOF
13196 rm -f conftest.$ac_objext conftest$ac_exeext
13197 if { (ac_try="$ac_link"
13198 case "(($ac_try" in
13199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13200 *) ac_try_echo=$ac_try;;
13201 esac
13202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13203 (eval "$ac_link") 2>conftest.er1
13204 ac_status=$?
13205 grep -v '^ *+' conftest.er1 >conftest.err
13206 rm -f conftest.er1
13207 cat conftest.err >&5
13208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13209 (exit $ac_status); } && {
13210 test -z "$ac_c_werror_flag" ||
13211 test ! -s conftest.err
13212 } && test -s conftest$ac_exeext &&
13213 $as_test_x conftest$ac_exeext; then
13214 eval "$as_ac_var=yes"
13215 else
13216 echo "$as_me: failed program was:" >&5
13217 sed 's/^/| /' conftest.$ac_ext >&5
13219 eval "$as_ac_var=no"
13222 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13223 conftest$ac_exeext conftest.$ac_ext
13225 ac_res=`eval echo '${'$as_ac_var'}'`
13226 { echo "$as_me:$LINENO: result: $ac_res" >&5
13227 echo "${ECHO_T}$ac_res" >&6; }
13228 if test `eval echo '${'$as_ac_var'}'` = yes; then
13229 cat >>confdefs.h <<_ACEOF
13230 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13231 _ACEOF
13234 done
13236 LIBS="$ac_save_LIBS"
13237 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13238 case "x$with_curses" in
13239 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13240 xno) ;;
13241 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13242 This is an error since --with-curses was requested." >&5
13243 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13244 This is an error since --with-curses was requested." >&2;}
13245 { (exit 1); exit 1; }; } ;;
13246 esac
13250 # Extract the first word of "sane-config", so it can be a program name with args.
13251 set dummy sane-config; ac_word=$2
13252 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13253 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13254 if test "${ac_cv_prog_sane_devel+set}" = set; then
13255 echo $ECHO_N "(cached) $ECHO_C" >&6
13256 else
13257 if test -n "$sane_devel"; then
13258 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13259 else
13260 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13261 for as_dir in $PATH
13263 IFS=$as_save_IFS
13264 test -z "$as_dir" && as_dir=.
13265 for ac_exec_ext in '' $ac_executable_extensions; do
13266 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13267 ac_cv_prog_sane_devel="sane-config"
13268 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13269 break 2
13271 done
13272 done
13273 IFS=$as_save_IFS
13275 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13278 sane_devel=$ac_cv_prog_sane_devel
13279 if test -n "$sane_devel"; then
13280 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13281 echo "${ECHO_T}$sane_devel" >&6; }
13282 else
13283 { echo "$as_me:$LINENO: result: no" >&5
13284 echo "${ECHO_T}no" >&6; }
13288 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13289 then
13290 ac_sane_incl="`$sane_devel --cflags`"
13291 ac_sane_libs="`$sane_devel --ldflags`"
13292 ac_save_CPPFLAGS="$CPPFLAGS"
13293 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13294 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13295 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13296 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13297 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13298 echo $ECHO_N "(cached) $ECHO_C" >&6
13300 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13301 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13302 else
13303 # Is the header compilable?
13304 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13305 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13306 cat >conftest.$ac_ext <<_ACEOF
13307 /* confdefs.h. */
13308 _ACEOF
13309 cat confdefs.h >>conftest.$ac_ext
13310 cat >>conftest.$ac_ext <<_ACEOF
13311 /* end confdefs.h. */
13312 $ac_includes_default
13313 #include <sane/sane.h>
13314 _ACEOF
13315 rm -f conftest.$ac_objext
13316 if { (ac_try="$ac_compile"
13317 case "(($ac_try" in
13318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13319 *) ac_try_echo=$ac_try;;
13320 esac
13321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13322 (eval "$ac_compile") 2>conftest.er1
13323 ac_status=$?
13324 grep -v '^ *+' conftest.er1 >conftest.err
13325 rm -f conftest.er1
13326 cat conftest.err >&5
13327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13328 (exit $ac_status); } && {
13329 test -z "$ac_c_werror_flag" ||
13330 test ! -s conftest.err
13331 } && test -s conftest.$ac_objext; then
13332 ac_header_compiler=yes
13333 else
13334 echo "$as_me: failed program was:" >&5
13335 sed 's/^/| /' conftest.$ac_ext >&5
13337 ac_header_compiler=no
13340 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13341 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13342 echo "${ECHO_T}$ac_header_compiler" >&6; }
13344 # Is the header present?
13345 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13346 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13347 cat >conftest.$ac_ext <<_ACEOF
13348 /* confdefs.h. */
13349 _ACEOF
13350 cat confdefs.h >>conftest.$ac_ext
13351 cat >>conftest.$ac_ext <<_ACEOF
13352 /* end confdefs.h. */
13353 #include <sane/sane.h>
13354 _ACEOF
13355 if { (ac_try="$ac_cpp conftest.$ac_ext"
13356 case "(($ac_try" in
13357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13358 *) ac_try_echo=$ac_try;;
13359 esac
13360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13361 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13362 ac_status=$?
13363 grep -v '^ *+' conftest.er1 >conftest.err
13364 rm -f conftest.er1
13365 cat conftest.err >&5
13366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13367 (exit $ac_status); } >/dev/null && {
13368 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13369 test ! -s conftest.err
13370 }; then
13371 ac_header_preproc=yes
13372 else
13373 echo "$as_me: failed program was:" >&5
13374 sed 's/^/| /' conftest.$ac_ext >&5
13376 ac_header_preproc=no
13379 rm -f conftest.err conftest.$ac_ext
13380 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13381 echo "${ECHO_T}$ac_header_preproc" >&6; }
13383 # So? What about this header?
13384 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13385 yes:no: )
13386 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13387 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13388 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13389 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13390 ac_header_preproc=yes
13392 no:yes:* )
13393 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13394 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13395 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13396 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13397 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13398 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13399 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13400 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13401 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13402 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13403 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13404 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13405 ( cat <<\_ASBOX
13406 ## ------------------------------------ ##
13407 ## Report this to wine-devel@winehq.org ##
13408 ## ------------------------------------ ##
13409 _ASBOX
13410 ) | sed "s/^/$as_me: WARNING: /" >&2
13412 esac
13413 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13414 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13415 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13416 echo $ECHO_N "(cached) $ECHO_C" >&6
13417 else
13418 ac_cv_header_sane_sane_h=$ac_header_preproc
13420 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13421 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13424 if test $ac_cv_header_sane_sane_h = yes; then
13425 { echo "$as_me:$LINENO: checking for -lsane" >&5
13426 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13427 if test "${ac_cv_lib_soname_sane+set}" = set; then
13428 echo $ECHO_N "(cached) $ECHO_C" >&6
13429 else
13430 ac_check_soname_save_LIBS=$LIBS
13431 LIBS="-lsane $ac_sane_libs $LIBS"
13432 cat >conftest.$ac_ext <<_ACEOF
13433 /* confdefs.h. */
13434 _ACEOF
13435 cat confdefs.h >>conftest.$ac_ext
13436 cat >>conftest.$ac_ext <<_ACEOF
13437 /* end confdefs.h. */
13439 /* Override any GCC internal prototype to avoid an error.
13440 Use char because int might match the return type of a GCC
13441 builtin and then its argument prototype would still apply. */
13442 #ifdef __cplusplus
13443 extern "C"
13444 #endif
13445 char sane_init ();
13447 main ()
13449 return sane_init ();
13451 return 0;
13453 _ACEOF
13454 rm -f conftest.$ac_objext conftest$ac_exeext
13455 if { (ac_try="$ac_link"
13456 case "(($ac_try" in
13457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13458 *) ac_try_echo=$ac_try;;
13459 esac
13460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13461 (eval "$ac_link") 2>conftest.er1
13462 ac_status=$?
13463 grep -v '^ *+' conftest.er1 >conftest.err
13464 rm -f conftest.er1
13465 cat conftest.err >&5
13466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13467 (exit $ac_status); } && {
13468 test -z "$ac_c_werror_flag" ||
13469 test ! -s conftest.err
13470 } && test -s conftest$ac_exeext &&
13471 $as_test_x conftest$ac_exeext; then
13472 case "$LIBEXT" in
13473 dll) ;;
13474 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'` ;;
13475 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13476 esac
13477 else
13478 echo "$as_me: failed program was:" >&5
13479 sed 's/^/| /' conftest.$ac_ext >&5
13484 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13485 conftest$ac_exeext conftest.$ac_ext
13486 LIBS=$ac_check_soname_save_LIBS
13488 if test "x$ac_cv_lib_soname_sane" = "x"; then
13489 { echo "$as_me:$LINENO: result: not found" >&5
13490 echo "${ECHO_T}not found" >&6; }
13492 else
13493 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13494 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13496 cat >>confdefs.h <<_ACEOF
13497 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13498 _ACEOF
13500 SANEINCL="$ac_sane_incl"
13507 CPPFLAGS="$ac_save_CPPFLAGS"
13509 if test "x$ac_cv_lib_soname_sane" = "x"; then
13510 case "x$with_sane" in
13511 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13512 xno) ;;
13513 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13514 This is an error since --with-sane was requested." >&5
13515 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13516 This is an error since --with-sane was requested." >&2;}
13517 { (exit 1); exit 1; }; } ;;
13518 esac
13522 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13523 set dummy gphoto2-config; ac_word=$2
13524 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13525 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13526 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13527 echo $ECHO_N "(cached) $ECHO_C" >&6
13528 else
13529 if test -n "$gphoto2_devel"; then
13530 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13531 else
13532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13533 for as_dir in $PATH
13535 IFS=$as_save_IFS
13536 test -z "$as_dir" && as_dir=.
13537 for ac_exec_ext in '' $ac_executable_extensions; do
13538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13539 ac_cv_prog_gphoto2_devel="gphoto2-config"
13540 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13541 break 2
13543 done
13544 done
13545 IFS=$as_save_IFS
13547 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13550 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13551 if test -n "$gphoto2_devel"; then
13552 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13553 echo "${ECHO_T}$gphoto2_devel" >&6; }
13554 else
13555 { echo "$as_me:$LINENO: result: no" >&5
13556 echo "${ECHO_T}no" >&6; }
13560 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13561 set dummy gphoto2-port-config; ac_word=$2
13562 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13563 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13564 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13565 echo $ECHO_N "(cached) $ECHO_C" >&6
13566 else
13567 if test -n "$gphoto2port_devel"; then
13568 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13569 else
13570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13571 for as_dir in $PATH
13573 IFS=$as_save_IFS
13574 test -z "$as_dir" && as_dir=.
13575 for ac_exec_ext in '' $ac_executable_extensions; do
13576 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13577 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13578 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13579 break 2
13581 done
13582 done
13583 IFS=$as_save_IFS
13585 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13588 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13589 if test -n "$gphoto2port_devel"; then
13590 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13591 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13592 else
13593 { echo "$as_me:$LINENO: result: no" >&5
13594 echo "${ECHO_T}no" >&6; }
13598 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13599 then
13600 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13601 ac_gphoto2_libs=""
13602 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13604 case "$i" in
13605 -L/usr/lib|-L/usr/lib64) ;;
13606 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13607 esac
13608 done
13609 ac_save_CPPFLAGS="$CPPFLAGS"
13610 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13611 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13612 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13613 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13614 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13615 echo $ECHO_N "(cached) $ECHO_C" >&6
13617 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13618 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13619 else
13620 # Is the header compilable?
13621 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13622 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13623 cat >conftest.$ac_ext <<_ACEOF
13624 /* confdefs.h. */
13625 _ACEOF
13626 cat confdefs.h >>conftest.$ac_ext
13627 cat >>conftest.$ac_ext <<_ACEOF
13628 /* end confdefs.h. */
13629 $ac_includes_default
13630 #include <gphoto2-camera.h>
13631 _ACEOF
13632 rm -f conftest.$ac_objext
13633 if { (ac_try="$ac_compile"
13634 case "(($ac_try" in
13635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13636 *) ac_try_echo=$ac_try;;
13637 esac
13638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13639 (eval "$ac_compile") 2>conftest.er1
13640 ac_status=$?
13641 grep -v '^ *+' conftest.er1 >conftest.err
13642 rm -f conftest.er1
13643 cat conftest.err >&5
13644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13645 (exit $ac_status); } && {
13646 test -z "$ac_c_werror_flag" ||
13647 test ! -s conftest.err
13648 } && test -s conftest.$ac_objext; then
13649 ac_header_compiler=yes
13650 else
13651 echo "$as_me: failed program was:" >&5
13652 sed 's/^/| /' conftest.$ac_ext >&5
13654 ac_header_compiler=no
13657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13658 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13659 echo "${ECHO_T}$ac_header_compiler" >&6; }
13661 # Is the header present?
13662 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13663 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13664 cat >conftest.$ac_ext <<_ACEOF
13665 /* confdefs.h. */
13666 _ACEOF
13667 cat confdefs.h >>conftest.$ac_ext
13668 cat >>conftest.$ac_ext <<_ACEOF
13669 /* end confdefs.h. */
13670 #include <gphoto2-camera.h>
13671 _ACEOF
13672 if { (ac_try="$ac_cpp conftest.$ac_ext"
13673 case "(($ac_try" in
13674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13675 *) ac_try_echo=$ac_try;;
13676 esac
13677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13678 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13679 ac_status=$?
13680 grep -v '^ *+' conftest.er1 >conftest.err
13681 rm -f conftest.er1
13682 cat conftest.err >&5
13683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13684 (exit $ac_status); } >/dev/null && {
13685 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13686 test ! -s conftest.err
13687 }; then
13688 ac_header_preproc=yes
13689 else
13690 echo "$as_me: failed program was:" >&5
13691 sed 's/^/| /' conftest.$ac_ext >&5
13693 ac_header_preproc=no
13696 rm -f conftest.err conftest.$ac_ext
13697 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13698 echo "${ECHO_T}$ac_header_preproc" >&6; }
13700 # So? What about this header?
13701 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13702 yes:no: )
13703 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13704 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13705 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13706 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13707 ac_header_preproc=yes
13709 no:yes:* )
13710 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13711 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13712 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13713 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13714 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13715 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13716 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13717 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13718 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13719 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13720 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13721 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13722 ( cat <<\_ASBOX
13723 ## ------------------------------------ ##
13724 ## Report this to wine-devel@winehq.org ##
13725 ## ------------------------------------ ##
13726 _ASBOX
13727 ) | sed "s/^/$as_me: WARNING: /" >&2
13729 esac
13730 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13731 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13732 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13733 echo $ECHO_N "(cached) $ECHO_C" >&6
13734 else
13735 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13737 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13738 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13741 if test $ac_cv_header_gphoto2_camera_h = yes; then
13742 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13743 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13744 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13745 echo $ECHO_N "(cached) $ECHO_C" >&6
13746 else
13747 ac_check_lib_save_LIBS=$LIBS
13748 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13749 cat >conftest.$ac_ext <<_ACEOF
13750 /* confdefs.h. */
13751 _ACEOF
13752 cat confdefs.h >>conftest.$ac_ext
13753 cat >>conftest.$ac_ext <<_ACEOF
13754 /* end confdefs.h. */
13756 /* Override any GCC internal prototype to avoid an error.
13757 Use char because int might match the return type of a GCC
13758 builtin and then its argument prototype would still apply. */
13759 #ifdef __cplusplus
13760 extern "C"
13761 #endif
13762 char gp_camera_new ();
13764 main ()
13766 return gp_camera_new ();
13768 return 0;
13770 _ACEOF
13771 rm -f conftest.$ac_objext conftest$ac_exeext
13772 if { (ac_try="$ac_link"
13773 case "(($ac_try" in
13774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13775 *) ac_try_echo=$ac_try;;
13776 esac
13777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13778 (eval "$ac_link") 2>conftest.er1
13779 ac_status=$?
13780 grep -v '^ *+' conftest.er1 >conftest.err
13781 rm -f conftest.er1
13782 cat conftest.err >&5
13783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13784 (exit $ac_status); } && {
13785 test -z "$ac_c_werror_flag" ||
13786 test ! -s conftest.err
13787 } && test -s conftest$ac_exeext &&
13788 $as_test_x conftest$ac_exeext; then
13789 ac_cv_lib_gphoto2_gp_camera_new=yes
13790 else
13791 echo "$as_me: failed program was:" >&5
13792 sed 's/^/| /' conftest.$ac_ext >&5
13794 ac_cv_lib_gphoto2_gp_camera_new=no
13797 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13798 conftest$ac_exeext conftest.$ac_ext
13799 LIBS=$ac_check_lib_save_LIBS
13801 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13802 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13803 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13805 cat >>confdefs.h <<\_ACEOF
13806 #define HAVE_GPHOTO2 1
13807 _ACEOF
13809 GPHOTO2LIBS="$ac_gphoto2_libs"
13811 GPHOTO2INCL="$ac_gphoto2_incl"
13818 CPPFLAGS="$ac_save_CPPFLAGS"
13820 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13821 case "x$with_gphoto" in
13822 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13823 xno) ;;
13824 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13825 This is an error since --with-gphoto was requested." >&5
13826 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13827 This is an error since --with-gphoto was requested." >&2;}
13828 { (exit 1); exit 1; }; } ;;
13829 esac
13834 RESOLVLIBS=""
13836 if test "$ac_cv_header_resolv_h" = "yes"
13837 then
13838 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13839 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13840 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13841 echo $ECHO_N "(cached) $ECHO_C" >&6
13842 else
13843 ac_check_lib_save_LIBS=$LIBS
13844 LIBS="-lresolv $LIBS"
13845 cat >conftest.$ac_ext <<_ACEOF
13846 /* confdefs.h. */
13847 _ACEOF
13848 cat confdefs.h >>conftest.$ac_ext
13849 cat >>conftest.$ac_ext <<_ACEOF
13850 /* end confdefs.h. */
13852 /* Override any GCC internal prototype to avoid an error.
13853 Use char because int might match the return type of a GCC
13854 builtin and then its argument prototype would still apply. */
13855 #ifdef __cplusplus
13856 extern "C"
13857 #endif
13858 char res_query ();
13860 main ()
13862 return res_query ();
13864 return 0;
13866 _ACEOF
13867 rm -f conftest.$ac_objext conftest$ac_exeext
13868 if { (ac_try="$ac_link"
13869 case "(($ac_try" in
13870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13871 *) ac_try_echo=$ac_try;;
13872 esac
13873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13874 (eval "$ac_link") 2>conftest.er1
13875 ac_status=$?
13876 grep -v '^ *+' conftest.er1 >conftest.err
13877 rm -f conftest.er1
13878 cat conftest.err >&5
13879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13880 (exit $ac_status); } && {
13881 test -z "$ac_c_werror_flag" ||
13882 test ! -s conftest.err
13883 } && test -s conftest$ac_exeext &&
13884 $as_test_x conftest$ac_exeext; then
13885 ac_cv_lib_resolv_res_query=yes
13886 else
13887 echo "$as_me: failed program was:" >&5
13888 sed 's/^/| /' conftest.$ac_ext >&5
13890 ac_cv_lib_resolv_res_query=no
13893 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13894 conftest$ac_exeext conftest.$ac_ext
13895 LIBS=$ac_check_lib_save_LIBS
13897 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13898 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13899 if test $ac_cv_lib_resolv_res_query = yes; then
13901 cat >>confdefs.h <<\_ACEOF
13902 #define HAVE_RESOLV 1
13903 _ACEOF
13905 RESOLVLIBS="-lresolv"
13910 LCMSLIBS=""
13912 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13913 then
13914 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13915 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13916 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13917 echo $ECHO_N "(cached) $ECHO_C" >&6
13918 else
13919 ac_check_lib_save_LIBS=$LIBS
13920 LIBS="-llcms $LIBS"
13921 cat >conftest.$ac_ext <<_ACEOF
13922 /* confdefs.h. */
13923 _ACEOF
13924 cat confdefs.h >>conftest.$ac_ext
13925 cat >>conftest.$ac_ext <<_ACEOF
13926 /* end confdefs.h. */
13928 /* Override any GCC internal prototype to avoid an error.
13929 Use char because int might match the return type of a GCC
13930 builtin and then its argument prototype would still apply. */
13931 #ifdef __cplusplus
13932 extern "C"
13933 #endif
13934 char cmsOpenProfileFromFile ();
13936 main ()
13938 return cmsOpenProfileFromFile ();
13940 return 0;
13942 _ACEOF
13943 rm -f conftest.$ac_objext conftest$ac_exeext
13944 if { (ac_try="$ac_link"
13945 case "(($ac_try" in
13946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13947 *) ac_try_echo=$ac_try;;
13948 esac
13949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13950 (eval "$ac_link") 2>conftest.er1
13951 ac_status=$?
13952 grep -v '^ *+' conftest.er1 >conftest.err
13953 rm -f conftest.er1
13954 cat conftest.err >&5
13955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13956 (exit $ac_status); } && {
13957 test -z "$ac_c_werror_flag" ||
13958 test ! -s conftest.err
13959 } && test -s conftest$ac_exeext &&
13960 $as_test_x conftest$ac_exeext; then
13961 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13962 else
13963 echo "$as_me: failed program was:" >&5
13964 sed 's/^/| /' conftest.$ac_ext >&5
13966 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13969 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13970 conftest$ac_exeext conftest.$ac_ext
13971 LIBS=$ac_check_lib_save_LIBS
13973 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13974 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13975 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13977 cat >>confdefs.h <<\_ACEOF
13978 #define HAVE_LCMS 1
13979 _ACEOF
13981 LCMSLIBS="-llcms"
13985 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13986 case "x$with_cms" in
13987 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13988 xno) ;;
13989 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13990 This is an error since --with-cms was requested." >&5
13991 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13992 This is an error since --with-cms was requested." >&2;}
13993 { (exit 1); exit 1; }; } ;;
13994 esac
13998 for ac_prog in freetype-config freetype2-config
14000 # Extract the first word of "$ac_prog", so it can be a program name with args.
14001 set dummy $ac_prog; ac_word=$2
14002 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14003 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14004 if test "${ac_cv_prog_ft_devel+set}" = set; then
14005 echo $ECHO_N "(cached) $ECHO_C" >&6
14006 else
14007 if test -n "$ft_devel"; then
14008 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14009 else
14010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14011 for as_dir in $PATH
14013 IFS=$as_save_IFS
14014 test -z "$as_dir" && as_dir=.
14015 for ac_exec_ext in '' $ac_executable_extensions; do
14016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14017 ac_cv_prog_ft_devel="$ac_prog"
14018 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14019 break 2
14021 done
14022 done
14023 IFS=$as_save_IFS
14027 ft_devel=$ac_cv_prog_ft_devel
14028 if test -n "$ft_devel"; then
14029 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14030 echo "${ECHO_T}$ft_devel" >&6; }
14031 else
14032 { echo "$as_me:$LINENO: result: no" >&5
14033 echo "${ECHO_T}no" >&6; }
14037 test -n "$ft_devel" && break
14038 done
14039 test -n "$ft_devel" || ft_devel="false"
14041 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14042 then
14043 ac_freetype_libs=`$ft_devel --libs`
14044 ac_freetype_incl=`$ft_devel --cflags`
14045 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14046 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14047 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14048 echo $ECHO_N "(cached) $ECHO_C" >&6
14049 else
14050 ac_check_soname_save_LIBS=$LIBS
14051 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14052 cat >conftest.$ac_ext <<_ACEOF
14053 /* confdefs.h. */
14054 _ACEOF
14055 cat confdefs.h >>conftest.$ac_ext
14056 cat >>conftest.$ac_ext <<_ACEOF
14057 /* end confdefs.h. */
14059 /* Override any GCC internal prototype to avoid an error.
14060 Use char because int might match the return type of a GCC
14061 builtin and then its argument prototype would still apply. */
14062 #ifdef __cplusplus
14063 extern "C"
14064 #endif
14065 char FT_Init_FreeType ();
14067 main ()
14069 return FT_Init_FreeType ();
14071 return 0;
14073 _ACEOF
14074 rm -f conftest.$ac_objext conftest$ac_exeext
14075 if { (ac_try="$ac_link"
14076 case "(($ac_try" in
14077 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14078 *) ac_try_echo=$ac_try;;
14079 esac
14080 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14081 (eval "$ac_link") 2>conftest.er1
14082 ac_status=$?
14083 grep -v '^ *+' conftest.er1 >conftest.err
14084 rm -f conftest.er1
14085 cat conftest.err >&5
14086 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14087 (exit $ac_status); } && {
14088 test -z "$ac_c_werror_flag" ||
14089 test ! -s conftest.err
14090 } && test -s conftest$ac_exeext &&
14091 $as_test_x conftest$ac_exeext; then
14092 case "$LIBEXT" in
14093 dll) ;;
14094 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'` ;;
14095 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14096 esac
14097 else
14098 echo "$as_me: failed program was:" >&5
14099 sed 's/^/| /' conftest.$ac_ext >&5
14104 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14105 conftest$ac_exeext conftest.$ac_ext
14106 LIBS=$ac_check_soname_save_LIBS
14108 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14109 { echo "$as_me:$LINENO: result: not found" >&5
14110 echo "${ECHO_T}not found" >&6; }
14111 ft_lib=no
14112 else
14113 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14114 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14116 cat >>confdefs.h <<_ACEOF
14117 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14118 _ACEOF
14120 ft_lib=yes
14123 if test "$ft_lib" = "yes"
14124 then
14125 ac_save_CPPFLAGS="$CPPFLAGS"
14126 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14139 for ac_header in ft2build.h \
14140 freetype/freetype.h \
14141 freetype/ftglyph.h \
14142 freetype/fttypes.h \
14143 freetype/tttables.h \
14144 freetype/ftnames.h \
14145 freetype/ftsnames.h \
14146 freetype/ttnameid.h \
14147 freetype/ftoutln.h \
14148 freetype/ftwinfnt.h \
14149 freetype/ftmodapi.h \
14150 freetype/internal/sfnt.h
14152 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14153 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14154 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14155 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14156 echo $ECHO_N "(cached) $ECHO_C" >&6
14157 else
14158 cat >conftest.$ac_ext <<_ACEOF
14159 /* confdefs.h. */
14160 _ACEOF
14161 cat confdefs.h >>conftest.$ac_ext
14162 cat >>conftest.$ac_ext <<_ACEOF
14163 /* end confdefs.h. */
14164 #ifdef HAVE_FT2BUILD_H
14165 # include <ft2build.h>
14166 #endif
14168 #include <$ac_header>
14169 _ACEOF
14170 rm -f conftest.$ac_objext
14171 if { (ac_try="$ac_compile"
14172 case "(($ac_try" in
14173 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14174 *) ac_try_echo=$ac_try;;
14175 esac
14176 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14177 (eval "$ac_compile") 2>conftest.er1
14178 ac_status=$?
14179 grep -v '^ *+' conftest.er1 >conftest.err
14180 rm -f conftest.er1
14181 cat conftest.err >&5
14182 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14183 (exit $ac_status); } && {
14184 test -z "$ac_c_werror_flag" ||
14185 test ! -s conftest.err
14186 } && test -s conftest.$ac_objext; then
14187 eval "$as_ac_Header=yes"
14188 else
14189 echo "$as_me: failed program was:" >&5
14190 sed 's/^/| /' conftest.$ac_ext >&5
14192 eval "$as_ac_Header=no"
14195 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14197 ac_res=`eval echo '${'$as_ac_Header'}'`
14198 { echo "$as_me:$LINENO: result: $ac_res" >&5
14199 echo "${ECHO_T}$ac_res" >&6; }
14200 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14201 cat >>confdefs.h <<_ACEOF
14202 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14203 _ACEOF
14207 done
14209 cat >conftest.$ac_ext <<_ACEOF
14210 /* confdefs.h. */
14211 _ACEOF
14212 cat confdefs.h >>conftest.$ac_ext
14213 cat >>conftest.$ac_ext <<_ACEOF
14214 /* end confdefs.h. */
14215 #include <ft2build.h>
14216 #include <freetype/fttrigon.h>
14217 _ACEOF
14218 if { (ac_try="$ac_cpp conftest.$ac_ext"
14219 case "(($ac_try" in
14220 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14221 *) ac_try_echo=$ac_try;;
14222 esac
14223 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14224 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14225 ac_status=$?
14226 grep -v '^ *+' conftest.er1 >conftest.err
14227 rm -f conftest.er1
14228 cat conftest.err >&5
14229 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14230 (exit $ac_status); } >/dev/null && {
14231 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14232 test ! -s conftest.err
14233 }; then
14235 cat >>confdefs.h <<\_ACEOF
14236 #define HAVE_FREETYPE_FTTRIGON_H 1
14237 _ACEOF
14239 wine_cv_fttrigon=yes
14240 else
14241 echo "$as_me: failed program was:" >&5
14242 sed 's/^/| /' conftest.$ac_ext >&5
14244 wine_cv_fttrigon=no
14247 rm -f conftest.err conftest.$ac_ext
14248 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14249 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14250 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14251 echo $ECHO_N "(cached) $ECHO_C" >&6
14252 else
14253 cat >conftest.$ac_ext <<_ACEOF
14254 /* confdefs.h. */
14255 _ACEOF
14256 cat confdefs.h >>conftest.$ac_ext
14257 cat >>conftest.$ac_ext <<_ACEOF
14258 /* end confdefs.h. */
14259 #include <freetype/ftmodapi.h>
14261 typedef FT_TrueTypeEngineType ac__type_new_;
14263 main ()
14265 if ((ac__type_new_ *) 0)
14266 return 0;
14267 if (sizeof (ac__type_new_))
14268 return 0;
14270 return 0;
14272 _ACEOF
14273 rm -f conftest.$ac_objext
14274 if { (ac_try="$ac_compile"
14275 case "(($ac_try" in
14276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14277 *) ac_try_echo=$ac_try;;
14278 esac
14279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14280 (eval "$ac_compile") 2>conftest.er1
14281 ac_status=$?
14282 grep -v '^ *+' conftest.er1 >conftest.err
14283 rm -f conftest.er1
14284 cat conftest.err >&5
14285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14286 (exit $ac_status); } && {
14287 test -z "$ac_c_werror_flag" ||
14288 test ! -s conftest.err
14289 } && test -s conftest.$ac_objext; then
14290 ac_cv_type_FT_TrueTypeEngineType=yes
14291 else
14292 echo "$as_me: failed program was:" >&5
14293 sed 's/^/| /' conftest.$ac_ext >&5
14295 ac_cv_type_FT_TrueTypeEngineType=no
14298 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14300 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14301 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14302 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14304 cat >>confdefs.h <<_ACEOF
14305 #define HAVE_FT_TRUETYPEENGINETYPE 1
14306 _ACEOF
14311 ac_save_CFLAGS="$CFLAGS"
14312 CFLAGS="$CFLAGS $ac_freetype_libs"
14314 for ac_func in FT_Load_Sfnt_Table
14316 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14317 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14318 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14319 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14320 echo $ECHO_N "(cached) $ECHO_C" >&6
14321 else
14322 cat >conftest.$ac_ext <<_ACEOF
14323 /* confdefs.h. */
14324 _ACEOF
14325 cat confdefs.h >>conftest.$ac_ext
14326 cat >>conftest.$ac_ext <<_ACEOF
14327 /* end confdefs.h. */
14328 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14329 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14330 #define $ac_func innocuous_$ac_func
14332 /* System header to define __stub macros and hopefully few prototypes,
14333 which can conflict with char $ac_func (); below.
14334 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14335 <limits.h> exists even on freestanding compilers. */
14337 #ifdef __STDC__
14338 # include <limits.h>
14339 #else
14340 # include <assert.h>
14341 #endif
14343 #undef $ac_func
14345 /* Override any GCC internal prototype to avoid an error.
14346 Use char because int might match the return type of a GCC
14347 builtin and then its argument prototype would still apply. */
14348 #ifdef __cplusplus
14349 extern "C"
14350 #endif
14351 char $ac_func ();
14352 /* The GNU C library defines this for functions which it implements
14353 to always fail with ENOSYS. Some functions are actually named
14354 something starting with __ and the normal name is an alias. */
14355 #if defined __stub_$ac_func || defined __stub___$ac_func
14356 choke me
14357 #endif
14360 main ()
14362 return $ac_func ();
14364 return 0;
14366 _ACEOF
14367 rm -f conftest.$ac_objext conftest$ac_exeext
14368 if { (ac_try="$ac_link"
14369 case "(($ac_try" in
14370 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14371 *) ac_try_echo=$ac_try;;
14372 esac
14373 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14374 (eval "$ac_link") 2>conftest.er1
14375 ac_status=$?
14376 grep -v '^ *+' conftest.er1 >conftest.err
14377 rm -f conftest.er1
14378 cat conftest.err >&5
14379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14380 (exit $ac_status); } && {
14381 test -z "$ac_c_werror_flag" ||
14382 test ! -s conftest.err
14383 } && test -s conftest$ac_exeext &&
14384 $as_test_x conftest$ac_exeext; then
14385 eval "$as_ac_var=yes"
14386 else
14387 echo "$as_me: failed program was:" >&5
14388 sed 's/^/| /' conftest.$ac_ext >&5
14390 eval "$as_ac_var=no"
14393 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14394 conftest$ac_exeext conftest.$ac_ext
14396 ac_res=`eval echo '${'$as_ac_var'}'`
14397 { echo "$as_me:$LINENO: result: $ac_res" >&5
14398 echo "${ECHO_T}$ac_res" >&6; }
14399 if test `eval echo '${'$as_ac_var'}'` = yes; then
14400 cat >>confdefs.h <<_ACEOF
14401 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14402 _ACEOF
14405 done
14407 CFLAGS="$ac_save_CFLAGS"
14408 CPPFLAGS="$ac_save_CPPFLAGS"
14409 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14410 then
14412 cat >>confdefs.h <<\_ACEOF
14413 #define HAVE_FREETYPE 1
14414 _ACEOF
14416 FREETYPELIBS="$ac_freetype_libs"
14418 FREETYPEINCL="$ac_freetype_incl"
14423 if test "x$FREETYPELIBS" = "x"; then
14424 case "x$with_freetype" in
14425 xno) ;;
14426 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14427 Fonts will not be built. Dialog text may be invisible or unaligned.
14428 Use the --without-freetype option if you really want this." >&5
14429 echo "$as_me: error: FreeType development files not found.
14430 Fonts will not be built. Dialog text may be invisible or unaligned.
14431 Use the --without-freetype option if you really want this." >&2;}
14432 { (exit 1); exit 1; }; } ;;
14433 esac
14436 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14438 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14439 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14440 if test "${ac_cv_c_ppdev+set}" = set; then
14441 echo $ECHO_N "(cached) $ECHO_C" >&6
14442 else
14443 cat >conftest.$ac_ext <<_ACEOF
14444 /* confdefs.h. */
14445 _ACEOF
14446 cat confdefs.h >>conftest.$ac_ext
14447 cat >>conftest.$ac_ext <<_ACEOF
14448 /* end confdefs.h. */
14449 #include <linux/ppdev.h>
14451 main ()
14453 ioctl (1,PPCLAIM,0)
14455 return 0;
14457 _ACEOF
14458 rm -f conftest.$ac_objext
14459 if { (ac_try="$ac_compile"
14460 case "(($ac_try" in
14461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14462 *) ac_try_echo=$ac_try;;
14463 esac
14464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14465 (eval "$ac_compile") 2>conftest.er1
14466 ac_status=$?
14467 grep -v '^ *+' conftest.er1 >conftest.err
14468 rm -f conftest.er1
14469 cat conftest.err >&5
14470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14471 (exit $ac_status); } && {
14472 test -z "$ac_c_werror_flag" ||
14473 test ! -s conftest.err
14474 } && test -s conftest.$ac_objext; then
14475 ac_cv_c_ppdev="yes"
14476 else
14477 echo "$as_me: failed program was:" >&5
14478 sed 's/^/| /' conftest.$ac_ext >&5
14480 ac_cv_c_ppdev="no"
14483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14485 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14486 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14487 if test "$ac_cv_c_ppdev" = "yes"
14488 then
14490 cat >>confdefs.h <<\_ACEOF
14491 #define HAVE_PPDEV 1
14492 _ACEOF
14496 { echo "$as_me:$LINENO: checking for va_copy" >&5
14497 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14498 if test "${ac_cv_c_va_copy+set}" = set; then
14499 echo $ECHO_N "(cached) $ECHO_C" >&6
14500 else
14501 cat >conftest.$ac_ext <<_ACEOF
14502 /* confdefs.h. */
14503 _ACEOF
14504 cat confdefs.h >>conftest.$ac_ext
14505 cat >>conftest.$ac_ext <<_ACEOF
14506 /* end confdefs.h. */
14507 #include <stdarg.h>
14509 main ()
14511 va_list ap1, ap2; va_copy(ap1,ap2);
14513 return 0;
14515 _ACEOF
14516 rm -f conftest.$ac_objext conftest$ac_exeext
14517 if { (ac_try="$ac_link"
14518 case "(($ac_try" in
14519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14520 *) ac_try_echo=$ac_try;;
14521 esac
14522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14523 (eval "$ac_link") 2>conftest.er1
14524 ac_status=$?
14525 grep -v '^ *+' conftest.er1 >conftest.err
14526 rm -f conftest.er1
14527 cat conftest.err >&5
14528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14529 (exit $ac_status); } && {
14530 test -z "$ac_c_werror_flag" ||
14531 test ! -s conftest.err
14532 } && test -s conftest$ac_exeext &&
14533 $as_test_x conftest$ac_exeext; then
14534 ac_cv_c_va_copy="yes"
14535 else
14536 echo "$as_me: failed program was:" >&5
14537 sed 's/^/| /' conftest.$ac_ext >&5
14539 ac_cv_c_va_copy="no"
14542 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14543 conftest$ac_exeext conftest.$ac_ext
14546 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14547 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14548 if test "$ac_cv_c_va_copy" = "yes"
14549 then
14551 cat >>confdefs.h <<\_ACEOF
14552 #define HAVE_VA_COPY 1
14553 _ACEOF
14556 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14557 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14558 if test "${ac_cv_c___va_copy+set}" = set; then
14559 echo $ECHO_N "(cached) $ECHO_C" >&6
14560 else
14561 cat >conftest.$ac_ext <<_ACEOF
14562 /* confdefs.h. */
14563 _ACEOF
14564 cat confdefs.h >>conftest.$ac_ext
14565 cat >>conftest.$ac_ext <<_ACEOF
14566 /* end confdefs.h. */
14567 #include <stdarg.h>
14569 main ()
14571 va_list ap1, ap2; __va_copy(ap1,ap2);
14573 return 0;
14575 _ACEOF
14576 rm -f conftest.$ac_objext conftest$ac_exeext
14577 if { (ac_try="$ac_link"
14578 case "(($ac_try" in
14579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14580 *) ac_try_echo=$ac_try;;
14581 esac
14582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14583 (eval "$ac_link") 2>conftest.er1
14584 ac_status=$?
14585 grep -v '^ *+' conftest.er1 >conftest.err
14586 rm -f conftest.er1
14587 cat conftest.err >&5
14588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14589 (exit $ac_status); } && {
14590 test -z "$ac_c_werror_flag" ||
14591 test ! -s conftest.err
14592 } && test -s conftest$ac_exeext &&
14593 $as_test_x conftest$ac_exeext; then
14594 ac_cv_c___va_copy="yes"
14595 else
14596 echo "$as_me: failed program was:" >&5
14597 sed 's/^/| /' conftest.$ac_ext >&5
14599 ac_cv_c___va_copy="no"
14602 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14603 conftest$ac_exeext conftest.$ac_ext
14606 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14607 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14608 if test "$ac_cv_c___va_copy" = "yes"
14609 then
14611 cat >>confdefs.h <<\_ACEOF
14612 #define HAVE___VA_COPY 1
14613 _ACEOF
14617 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14618 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14619 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14620 echo $ECHO_N "(cached) $ECHO_C" >&6
14621 else
14622 cat >conftest.$ac_ext <<_ACEOF
14623 /* confdefs.h. */
14624 _ACEOF
14625 cat confdefs.h >>conftest.$ac_ext
14626 cat >>conftest.$ac_ext <<_ACEOF
14627 /* end confdefs.h. */
14628 #define _GNU_SOURCE
14629 #include <pthread.h>
14631 typedef pthread_rwlock_t ac__type_new_;
14633 main ()
14635 if ((ac__type_new_ *) 0)
14636 return 0;
14637 if (sizeof (ac__type_new_))
14638 return 0;
14640 return 0;
14642 _ACEOF
14643 rm -f conftest.$ac_objext
14644 if { (ac_try="$ac_compile"
14645 case "(($ac_try" in
14646 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14647 *) ac_try_echo=$ac_try;;
14648 esac
14649 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14650 (eval "$ac_compile") 2>conftest.er1
14651 ac_status=$?
14652 grep -v '^ *+' conftest.er1 >conftest.err
14653 rm -f conftest.er1
14654 cat conftest.err >&5
14655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14656 (exit $ac_status); } && {
14657 test -z "$ac_c_werror_flag" ||
14658 test ! -s conftest.err
14659 } && test -s conftest.$ac_objext; then
14660 ac_cv_type_pthread_rwlock_t=yes
14661 else
14662 echo "$as_me: failed program was:" >&5
14663 sed 's/^/| /' conftest.$ac_ext >&5
14665 ac_cv_type_pthread_rwlock_t=no
14668 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14670 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14671 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14672 if test $ac_cv_type_pthread_rwlock_t = yes; then
14674 cat >>confdefs.h <<_ACEOF
14675 #define HAVE_PTHREAD_RWLOCK_T 1
14676 _ACEOF
14680 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14681 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14682 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14683 echo $ECHO_N "(cached) $ECHO_C" >&6
14684 else
14685 cat >conftest.$ac_ext <<_ACEOF
14686 /* confdefs.h. */
14687 _ACEOF
14688 cat confdefs.h >>conftest.$ac_ext
14689 cat >>conftest.$ac_ext <<_ACEOF
14690 /* end confdefs.h. */
14691 #define _GNU_SOURCE
14692 #include <pthread.h>
14694 typedef pthread_rwlockattr_t ac__type_new_;
14696 main ()
14698 if ((ac__type_new_ *) 0)
14699 return 0;
14700 if (sizeof (ac__type_new_))
14701 return 0;
14703 return 0;
14705 _ACEOF
14706 rm -f conftest.$ac_objext
14707 if { (ac_try="$ac_compile"
14708 case "(($ac_try" in
14709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14710 *) ac_try_echo=$ac_try;;
14711 esac
14712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14713 (eval "$ac_compile") 2>conftest.er1
14714 ac_status=$?
14715 grep -v '^ *+' conftest.er1 >conftest.err
14716 rm -f conftest.er1
14717 cat conftest.err >&5
14718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14719 (exit $ac_status); } && {
14720 test -z "$ac_c_werror_flag" ||
14721 test ! -s conftest.err
14722 } && test -s conftest.$ac_objext; then
14723 ac_cv_type_pthread_rwlockattr_t=yes
14724 else
14725 echo "$as_me: failed program was:" >&5
14726 sed 's/^/| /' conftest.$ac_ext >&5
14728 ac_cv_type_pthread_rwlockattr_t=no
14731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14733 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14734 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14735 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14737 cat >>confdefs.h <<_ACEOF
14738 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14739 _ACEOF
14745 ac_wine_check_funcs_save_LIBS="$LIBS"
14746 LIBS="$LIBS $LIBPTHREAD"
14751 for ac_func in \
14752 pthread_attr_get_np \
14753 pthread_getattr_np \
14754 pthread_get_stackaddr_np \
14755 pthread_get_stacksize_np
14757 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14758 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14759 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14760 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14761 echo $ECHO_N "(cached) $ECHO_C" >&6
14762 else
14763 cat >conftest.$ac_ext <<_ACEOF
14764 /* confdefs.h. */
14765 _ACEOF
14766 cat confdefs.h >>conftest.$ac_ext
14767 cat >>conftest.$ac_ext <<_ACEOF
14768 /* end confdefs.h. */
14769 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14770 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14771 #define $ac_func innocuous_$ac_func
14773 /* System header to define __stub macros and hopefully few prototypes,
14774 which can conflict with char $ac_func (); below.
14775 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14776 <limits.h> exists even on freestanding compilers. */
14778 #ifdef __STDC__
14779 # include <limits.h>
14780 #else
14781 # include <assert.h>
14782 #endif
14784 #undef $ac_func
14786 /* Override any GCC internal prototype to avoid an error.
14787 Use char because int might match the return type of a GCC
14788 builtin and then its argument prototype would still apply. */
14789 #ifdef __cplusplus
14790 extern "C"
14791 #endif
14792 char $ac_func ();
14793 /* The GNU C library defines this for functions which it implements
14794 to always fail with ENOSYS. Some functions are actually named
14795 something starting with __ and the normal name is an alias. */
14796 #if defined __stub_$ac_func || defined __stub___$ac_func
14797 choke me
14798 #endif
14801 main ()
14803 return $ac_func ();
14805 return 0;
14807 _ACEOF
14808 rm -f conftest.$ac_objext conftest$ac_exeext
14809 if { (ac_try="$ac_link"
14810 case "(($ac_try" in
14811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14812 *) ac_try_echo=$ac_try;;
14813 esac
14814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14815 (eval "$ac_link") 2>conftest.er1
14816 ac_status=$?
14817 grep -v '^ *+' conftest.er1 >conftest.err
14818 rm -f conftest.er1
14819 cat conftest.err >&5
14820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14821 (exit $ac_status); } && {
14822 test -z "$ac_c_werror_flag" ||
14823 test ! -s conftest.err
14824 } && test -s conftest$ac_exeext &&
14825 $as_test_x conftest$ac_exeext; then
14826 eval "$as_ac_var=yes"
14827 else
14828 echo "$as_me: failed program was:" >&5
14829 sed 's/^/| /' conftest.$ac_ext >&5
14831 eval "$as_ac_var=no"
14834 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14835 conftest$ac_exeext conftest.$ac_ext
14837 ac_res=`eval echo '${'$as_ac_var'}'`
14838 { echo "$as_me:$LINENO: result: $ac_res" >&5
14839 echo "${ECHO_T}$ac_res" >&6; }
14840 if test `eval echo '${'$as_ac_var'}'` = yes; then
14841 cat >>confdefs.h <<_ACEOF
14842 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14843 _ACEOF
14846 done
14848 LIBS="$ac_wine_check_funcs_save_LIBS"
14850 # Extract the first word of "esd-config", so it can be a program name with args.
14851 set dummy esd-config; ac_word=$2
14852 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14853 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14854 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14855 echo $ECHO_N "(cached) $ECHO_C" >&6
14856 else
14857 case $ESDCONFIG in
14858 [\\/]* | ?:[\\/]*)
14859 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14862 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14863 for as_dir in $PATH
14865 IFS=$as_save_IFS
14866 test -z "$as_dir" && as_dir=.
14867 for ac_exec_ext in '' $ac_executable_extensions; do
14868 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14869 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14870 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14871 break 2
14873 done
14874 done
14875 IFS=$as_save_IFS
14878 esac
14880 ESDCONFIG=$ac_cv_path_ESDCONFIG
14881 if test -n "$ESDCONFIG"; then
14882 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14883 echo "${ECHO_T}$ESDCONFIG" >&6; }
14884 else
14885 { echo "$as_me:$LINENO: result: no" >&5
14886 echo "${ECHO_T}no" >&6; }
14890 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14891 then
14892 ac_esd_incl=""
14893 for i in `$ESDCONFIG --cflags`
14895 case "$i" in
14896 -I*) ac_esd_incl="$ac_esd_incl $i";;
14897 esac
14898 done
14899 ac_esd_libs=`$ESDCONFIG --libs`
14900 save_CFLAGS="$CFLAGS"
14901 CFLAGS="$CFLAGS $ac_esd_incl"
14902 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14903 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14904 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14905 echo $ECHO_N "(cached) $ECHO_C" >&6
14906 else
14907 ac_check_lib_save_LIBS=$LIBS
14908 LIBS="-lesd $ac_esd_libs $LIBS"
14909 cat >conftest.$ac_ext <<_ACEOF
14910 /* confdefs.h. */
14911 _ACEOF
14912 cat confdefs.h >>conftest.$ac_ext
14913 cat >>conftest.$ac_ext <<_ACEOF
14914 /* end confdefs.h. */
14916 /* Override any GCC internal prototype to avoid an error.
14917 Use char because int might match the return type of a GCC
14918 builtin and then its argument prototype would still apply. */
14919 #ifdef __cplusplus
14920 extern "C"
14921 #endif
14922 char esd_open_sound ();
14924 main ()
14926 return esd_open_sound ();
14928 return 0;
14930 _ACEOF
14931 rm -f conftest.$ac_objext conftest$ac_exeext
14932 if { (ac_try="$ac_link"
14933 case "(($ac_try" in
14934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14935 *) ac_try_echo=$ac_try;;
14936 esac
14937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14938 (eval "$ac_link") 2>conftest.er1
14939 ac_status=$?
14940 grep -v '^ *+' conftest.er1 >conftest.err
14941 rm -f conftest.er1
14942 cat conftest.err >&5
14943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14944 (exit $ac_status); } && {
14945 test -z "$ac_c_werror_flag" ||
14946 test ! -s conftest.err
14947 } && test -s conftest$ac_exeext &&
14948 $as_test_x conftest$ac_exeext; then
14949 ac_cv_lib_esd_esd_open_sound=yes
14950 else
14951 echo "$as_me: failed program was:" >&5
14952 sed 's/^/| /' conftest.$ac_ext >&5
14954 ac_cv_lib_esd_esd_open_sound=no
14957 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14958 conftest$ac_exeext conftest.$ac_ext
14959 LIBS=$ac_check_lib_save_LIBS
14961 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14962 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14963 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14964 ESDINCL="$ac_esd_incl"
14966 ESDLIBS="$ac_esd_libs"
14969 cat >>confdefs.h <<\_ACEOF
14970 #define HAVE_ESD 1
14971 _ACEOF
14975 CFLAGS="$save_CFLAGS"
14978 ALSALIBS=""
14980 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14981 then
14982 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14983 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14984 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14985 echo $ECHO_N "(cached) $ECHO_C" >&6
14986 else
14987 ac_check_lib_save_LIBS=$LIBS
14988 LIBS="-lasound $LIBS"
14989 cat >conftest.$ac_ext <<_ACEOF
14990 /* confdefs.h. */
14991 _ACEOF
14992 cat confdefs.h >>conftest.$ac_ext
14993 cat >>conftest.$ac_ext <<_ACEOF
14994 /* end confdefs.h. */
14996 /* Override any GCC internal prototype to avoid an error.
14997 Use char because int might match the return type of a GCC
14998 builtin and then its argument prototype would still apply. */
14999 #ifdef __cplusplus
15000 extern "C"
15001 #endif
15002 char snd_pcm_hw_params_get_access ();
15004 main ()
15006 return snd_pcm_hw_params_get_access ();
15008 return 0;
15010 _ACEOF
15011 rm -f conftest.$ac_objext conftest$ac_exeext
15012 if { (ac_try="$ac_link"
15013 case "(($ac_try" in
15014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15015 *) ac_try_echo=$ac_try;;
15016 esac
15017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15018 (eval "$ac_link") 2>conftest.er1
15019 ac_status=$?
15020 grep -v '^ *+' conftest.er1 >conftest.err
15021 rm -f conftest.er1
15022 cat conftest.err >&5
15023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15024 (exit $ac_status); } && {
15025 test -z "$ac_c_werror_flag" ||
15026 test ! -s conftest.err
15027 } && test -s conftest$ac_exeext &&
15028 $as_test_x conftest$ac_exeext; then
15029 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15030 else
15031 echo "$as_me: failed program was:" >&5
15032 sed 's/^/| /' conftest.$ac_ext >&5
15034 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15037 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15038 conftest$ac_exeext conftest.$ac_ext
15039 LIBS=$ac_check_lib_save_LIBS
15041 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15042 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15043 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15044 cat >conftest.$ac_ext <<_ACEOF
15045 /* confdefs.h. */
15046 _ACEOF
15047 cat confdefs.h >>conftest.$ac_ext
15048 cat >>conftest.$ac_ext <<_ACEOF
15049 /* end confdefs.h. */
15050 #ifdef HAVE_ALSA_ASOUNDLIB_H
15051 #include <alsa/asoundlib.h>
15052 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15053 #include <sys/asoundlib.h>
15054 #endif
15056 main ()
15058 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15060 return 0;
15062 _ACEOF
15063 rm -f conftest.$ac_objext
15064 if { (ac_try="$ac_compile"
15065 case "(($ac_try" in
15066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15067 *) ac_try_echo=$ac_try;;
15068 esac
15069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15070 (eval "$ac_compile") 2>conftest.er1
15071 ac_status=$?
15072 grep -v '^ *+' conftest.er1 >conftest.err
15073 rm -f conftest.er1
15074 cat conftest.err >&5
15075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15076 (exit $ac_status); } && {
15077 test -z "$ac_c_werror_flag" ||
15078 test ! -s conftest.err
15079 } && test -s conftest.$ac_objext; then
15081 cat >>confdefs.h <<\_ACEOF
15082 #define HAVE_ALSA 1
15083 _ACEOF
15085 ALSALIBS="-lasound"
15086 else
15087 echo "$as_me: failed program was:" >&5
15088 sed 's/^/| /' conftest.$ac_ext >&5
15093 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15098 AUDIOIOLIBS=""
15100 if test "$ac_cv_header_libaudioio_h" = "yes"
15101 then
15102 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15103 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15104 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15105 echo $ECHO_N "(cached) $ECHO_C" >&6
15106 else
15107 ac_check_lib_save_LIBS=$LIBS
15108 LIBS="-laudioio $LIBS"
15109 cat >conftest.$ac_ext <<_ACEOF
15110 /* confdefs.h. */
15111 _ACEOF
15112 cat confdefs.h >>conftest.$ac_ext
15113 cat >>conftest.$ac_ext <<_ACEOF
15114 /* end confdefs.h. */
15116 /* Override any GCC internal prototype to avoid an error.
15117 Use char because int might match the return type of a GCC
15118 builtin and then its argument prototype would still apply. */
15119 #ifdef __cplusplus
15120 extern "C"
15121 #endif
15122 char AudioIOGetVersion ();
15124 main ()
15126 return AudioIOGetVersion ();
15128 return 0;
15130 _ACEOF
15131 rm -f conftest.$ac_objext conftest$ac_exeext
15132 if { (ac_try="$ac_link"
15133 case "(($ac_try" in
15134 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15135 *) ac_try_echo=$ac_try;;
15136 esac
15137 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15138 (eval "$ac_link") 2>conftest.er1
15139 ac_status=$?
15140 grep -v '^ *+' conftest.er1 >conftest.err
15141 rm -f conftest.er1
15142 cat conftest.err >&5
15143 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15144 (exit $ac_status); } && {
15145 test -z "$ac_c_werror_flag" ||
15146 test ! -s conftest.err
15147 } && test -s conftest$ac_exeext &&
15148 $as_test_x conftest$ac_exeext; then
15149 ac_cv_lib_audioio_AudioIOGetVersion=yes
15150 else
15151 echo "$as_me: failed program was:" >&5
15152 sed 's/^/| /' conftest.$ac_ext >&5
15154 ac_cv_lib_audioio_AudioIOGetVersion=no
15157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15158 conftest$ac_exeext conftest.$ac_ext
15159 LIBS=$ac_check_lib_save_LIBS
15161 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15162 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15163 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15164 AUDIOIOLIBS="-laudioio"
15166 cat >>confdefs.h <<\_ACEOF
15167 #define HAVE_LIBAUDIOIO 1
15168 _ACEOF
15175 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15176 then
15177 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15178 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15179 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15180 echo $ECHO_N "(cached) $ECHO_C" >&6
15181 else
15182 ac_check_soname_save_LIBS=$LIBS
15183 LIBS="-lcapi20 $LIBS"
15184 cat >conftest.$ac_ext <<_ACEOF
15185 /* confdefs.h. */
15186 _ACEOF
15187 cat confdefs.h >>conftest.$ac_ext
15188 cat >>conftest.$ac_ext <<_ACEOF
15189 /* end confdefs.h. */
15191 /* Override any GCC internal prototype to avoid an error.
15192 Use char because int might match the return type of a GCC
15193 builtin and then its argument prototype would still apply. */
15194 #ifdef __cplusplus
15195 extern "C"
15196 #endif
15197 char capi20_register ();
15199 main ()
15201 return capi20_register ();
15203 return 0;
15205 _ACEOF
15206 rm -f conftest.$ac_objext conftest$ac_exeext
15207 if { (ac_try="$ac_link"
15208 case "(($ac_try" in
15209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15210 *) ac_try_echo=$ac_try;;
15211 esac
15212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15213 (eval "$ac_link") 2>conftest.er1
15214 ac_status=$?
15215 grep -v '^ *+' conftest.er1 >conftest.err
15216 rm -f conftest.er1
15217 cat conftest.err >&5
15218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15219 (exit $ac_status); } && {
15220 test -z "$ac_c_werror_flag" ||
15221 test ! -s conftest.err
15222 } && test -s conftest$ac_exeext &&
15223 $as_test_x conftest$ac_exeext; then
15224 case "$LIBEXT" in
15225 dll) ;;
15226 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'` ;;
15227 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15228 esac
15229 else
15230 echo "$as_me: failed program was:" >&5
15231 sed 's/^/| /' conftest.$ac_ext >&5
15236 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15237 conftest$ac_exeext conftest.$ac_ext
15238 LIBS=$ac_check_soname_save_LIBS
15240 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15241 { echo "$as_me:$LINENO: result: not found" >&5
15242 echo "${ECHO_T}not found" >&6; }
15244 else
15245 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15246 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15248 cat >>confdefs.h <<_ACEOF
15249 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15250 _ACEOF
15256 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15257 case "x$with_capi" in
15258 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15259 xno) ;;
15260 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15261 This is an error since --with-capi was requested." >&5
15262 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15263 This is an error since --with-capi was requested." >&2;}
15264 { (exit 1); exit 1; }; } ;;
15265 esac
15269 CUPSINCL=""
15271 if test "x$with_cups" != "xno"
15272 then
15273 ac_save_CPPFLAGS="$CPPFLAGS"
15274 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15275 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15276 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15278 for ac_header in cups/cups.h
15280 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15281 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15282 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15283 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15284 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15285 echo $ECHO_N "(cached) $ECHO_C" >&6
15287 ac_res=`eval echo '${'$as_ac_Header'}'`
15288 { echo "$as_me:$LINENO: result: $ac_res" >&5
15289 echo "${ECHO_T}$ac_res" >&6; }
15290 else
15291 # Is the header compilable?
15292 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15293 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15294 cat >conftest.$ac_ext <<_ACEOF
15295 /* confdefs.h. */
15296 _ACEOF
15297 cat confdefs.h >>conftest.$ac_ext
15298 cat >>conftest.$ac_ext <<_ACEOF
15299 /* end confdefs.h. */
15300 $ac_includes_default
15301 #include <$ac_header>
15302 _ACEOF
15303 rm -f conftest.$ac_objext
15304 if { (ac_try="$ac_compile"
15305 case "(($ac_try" in
15306 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15307 *) ac_try_echo=$ac_try;;
15308 esac
15309 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15310 (eval "$ac_compile") 2>conftest.er1
15311 ac_status=$?
15312 grep -v '^ *+' conftest.er1 >conftest.err
15313 rm -f conftest.er1
15314 cat conftest.err >&5
15315 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15316 (exit $ac_status); } && {
15317 test -z "$ac_c_werror_flag" ||
15318 test ! -s conftest.err
15319 } && test -s conftest.$ac_objext; then
15320 ac_header_compiler=yes
15321 else
15322 echo "$as_me: failed program was:" >&5
15323 sed 's/^/| /' conftest.$ac_ext >&5
15325 ac_header_compiler=no
15328 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15329 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15330 echo "${ECHO_T}$ac_header_compiler" >&6; }
15332 # Is the header present?
15333 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15334 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15335 cat >conftest.$ac_ext <<_ACEOF
15336 /* confdefs.h. */
15337 _ACEOF
15338 cat confdefs.h >>conftest.$ac_ext
15339 cat >>conftest.$ac_ext <<_ACEOF
15340 /* end confdefs.h. */
15341 #include <$ac_header>
15342 _ACEOF
15343 if { (ac_try="$ac_cpp conftest.$ac_ext"
15344 case "(($ac_try" in
15345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15346 *) ac_try_echo=$ac_try;;
15347 esac
15348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15349 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15350 ac_status=$?
15351 grep -v '^ *+' conftest.er1 >conftest.err
15352 rm -f conftest.er1
15353 cat conftest.err >&5
15354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15355 (exit $ac_status); } >/dev/null && {
15356 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15357 test ! -s conftest.err
15358 }; then
15359 ac_header_preproc=yes
15360 else
15361 echo "$as_me: failed program was:" >&5
15362 sed 's/^/| /' conftest.$ac_ext >&5
15364 ac_header_preproc=no
15367 rm -f conftest.err conftest.$ac_ext
15368 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15369 echo "${ECHO_T}$ac_header_preproc" >&6; }
15371 # So? What about this header?
15372 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15373 yes:no: )
15374 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15375 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15376 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15377 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15378 ac_header_preproc=yes
15380 no:yes:* )
15381 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15382 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15383 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15384 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15385 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15386 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15387 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15388 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15389 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15390 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15391 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15392 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15393 ( cat <<\_ASBOX
15394 ## ------------------------------------ ##
15395 ## Report this to wine-devel@winehq.org ##
15396 ## ------------------------------------ ##
15397 _ASBOX
15398 ) | sed "s/^/$as_me: WARNING: /" >&2
15400 esac
15401 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15402 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15403 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15404 echo $ECHO_N "(cached) $ECHO_C" >&6
15405 else
15406 eval "$as_ac_Header=\$ac_header_preproc"
15408 ac_res=`eval echo '${'$as_ac_Header'}'`
15409 { echo "$as_me:$LINENO: result: $ac_res" >&5
15410 echo "${ECHO_T}$ac_res" >&6; }
15413 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15414 cat >>confdefs.h <<_ACEOF
15415 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15416 _ACEOF
15417 { echo "$as_me:$LINENO: checking for -lcups" >&5
15418 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15419 if test "${ac_cv_lib_soname_cups+set}" = set; then
15420 echo $ECHO_N "(cached) $ECHO_C" >&6
15421 else
15422 ac_check_soname_save_LIBS=$LIBS
15423 LIBS="-lcups $ac_cups_libs $LIBS"
15424 cat >conftest.$ac_ext <<_ACEOF
15425 /* confdefs.h. */
15426 _ACEOF
15427 cat confdefs.h >>conftest.$ac_ext
15428 cat >>conftest.$ac_ext <<_ACEOF
15429 /* end confdefs.h. */
15431 /* Override any GCC internal prototype to avoid an error.
15432 Use char because int might match the return type of a GCC
15433 builtin and then its argument prototype would still apply. */
15434 #ifdef __cplusplus
15435 extern "C"
15436 #endif
15437 char cupsGetDefault ();
15439 main ()
15441 return cupsGetDefault ();
15443 return 0;
15445 _ACEOF
15446 rm -f conftest.$ac_objext conftest$ac_exeext
15447 if { (ac_try="$ac_link"
15448 case "(($ac_try" in
15449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15450 *) ac_try_echo=$ac_try;;
15451 esac
15452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15453 (eval "$ac_link") 2>conftest.er1
15454 ac_status=$?
15455 grep -v '^ *+' conftest.er1 >conftest.err
15456 rm -f conftest.er1
15457 cat conftest.err >&5
15458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15459 (exit $ac_status); } && {
15460 test -z "$ac_c_werror_flag" ||
15461 test ! -s conftest.err
15462 } && test -s conftest$ac_exeext &&
15463 $as_test_x conftest$ac_exeext; then
15464 case "$LIBEXT" in
15465 dll) ;;
15466 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'` ;;
15467 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15468 esac
15469 else
15470 echo "$as_me: failed program was:" >&5
15471 sed 's/^/| /' conftest.$ac_ext >&5
15476 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15477 conftest$ac_exeext conftest.$ac_ext
15478 LIBS=$ac_check_soname_save_LIBS
15480 if test "x$ac_cv_lib_soname_cups" = "x"; then
15481 { echo "$as_me:$LINENO: result: not found" >&5
15482 echo "${ECHO_T}not found" >&6; }
15484 else
15485 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15486 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15488 cat >>confdefs.h <<_ACEOF
15489 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15490 _ACEOF
15492 CUPSINCL="$ac_cups_cflags"
15497 done
15499 CPPFLAGS="$ac_save_CPPFLAGS"
15501 if test "x$ac_cv_lib_soname_cups" = "x"; then
15502 case "x$with_cups" in
15503 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15504 xno) ;;
15505 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15506 This is an error since --with-cups was requested." >&5
15507 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15508 This is an error since --with-cups was requested." >&2;}
15509 { (exit 1); exit 1; }; } ;;
15510 esac
15514 if test "$ac_cv_header_jack_jack_h" = "yes"
15515 then
15516 { echo "$as_me:$LINENO: checking for -ljack" >&5
15517 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15518 if test "${ac_cv_lib_soname_jack+set}" = set; then
15519 echo $ECHO_N "(cached) $ECHO_C" >&6
15520 else
15521 ac_check_soname_save_LIBS=$LIBS
15522 LIBS="-ljack $LIBS"
15523 cat >conftest.$ac_ext <<_ACEOF
15524 /* confdefs.h. */
15525 _ACEOF
15526 cat confdefs.h >>conftest.$ac_ext
15527 cat >>conftest.$ac_ext <<_ACEOF
15528 /* end confdefs.h. */
15530 /* Override any GCC internal prototype to avoid an error.
15531 Use char because int might match the return type of a GCC
15532 builtin and then its argument prototype would still apply. */
15533 #ifdef __cplusplus
15534 extern "C"
15535 #endif
15536 char jack_client_new ();
15538 main ()
15540 return jack_client_new ();
15542 return 0;
15544 _ACEOF
15545 rm -f conftest.$ac_objext conftest$ac_exeext
15546 if { (ac_try="$ac_link"
15547 case "(($ac_try" in
15548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15549 *) ac_try_echo=$ac_try;;
15550 esac
15551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15552 (eval "$ac_link") 2>conftest.er1
15553 ac_status=$?
15554 grep -v '^ *+' conftest.er1 >conftest.err
15555 rm -f conftest.er1
15556 cat conftest.err >&5
15557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15558 (exit $ac_status); } && {
15559 test -z "$ac_c_werror_flag" ||
15560 test ! -s conftest.err
15561 } && test -s conftest$ac_exeext &&
15562 $as_test_x conftest$ac_exeext; then
15563 case "$LIBEXT" in
15564 dll) ;;
15565 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'` ;;
15566 *) 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'` ;;
15567 esac
15568 else
15569 echo "$as_me: failed program was:" >&5
15570 sed 's/^/| /' conftest.$ac_ext >&5
15575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15576 conftest$ac_exeext conftest.$ac_ext
15577 LIBS=$ac_check_soname_save_LIBS
15579 if test "x$ac_cv_lib_soname_jack" = "x"; then
15580 { echo "$as_me:$LINENO: result: not found" >&5
15581 echo "${ECHO_T}not found" >&6; }
15583 else
15584 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15585 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15587 cat >>confdefs.h <<_ACEOF
15588 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15589 _ACEOF
15596 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15597 then
15598 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15599 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15600 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15601 echo $ECHO_N "(cached) $ECHO_C" >&6
15602 else
15603 ac_check_soname_save_LIBS=$LIBS
15604 LIBS="-lfontconfig $LIBS"
15605 cat >conftest.$ac_ext <<_ACEOF
15606 /* confdefs.h. */
15607 _ACEOF
15608 cat confdefs.h >>conftest.$ac_ext
15609 cat >>conftest.$ac_ext <<_ACEOF
15610 /* end confdefs.h. */
15612 /* Override any GCC internal prototype to avoid an error.
15613 Use char because int might match the return type of a GCC
15614 builtin and then its argument prototype would still apply. */
15615 #ifdef __cplusplus
15616 extern "C"
15617 #endif
15618 char FcInit ();
15620 main ()
15622 return FcInit ();
15624 return 0;
15626 _ACEOF
15627 rm -f conftest.$ac_objext conftest$ac_exeext
15628 if { (ac_try="$ac_link"
15629 case "(($ac_try" in
15630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15631 *) ac_try_echo=$ac_try;;
15632 esac
15633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15634 (eval "$ac_link") 2>conftest.er1
15635 ac_status=$?
15636 grep -v '^ *+' conftest.er1 >conftest.err
15637 rm -f conftest.er1
15638 cat conftest.err >&5
15639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15640 (exit $ac_status); } && {
15641 test -z "$ac_c_werror_flag" ||
15642 test ! -s conftest.err
15643 } && test -s conftest$ac_exeext &&
15644 $as_test_x conftest$ac_exeext; then
15645 case "$LIBEXT" in
15646 dll) ;;
15647 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'` ;;
15648 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15649 esac
15650 else
15651 echo "$as_me: failed program was:" >&5
15652 sed 's/^/| /' conftest.$ac_ext >&5
15657 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15658 conftest$ac_exeext conftest.$ac_ext
15659 LIBS=$ac_check_soname_save_LIBS
15661 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15662 { echo "$as_me:$LINENO: result: not found" >&5
15663 echo "${ECHO_T}not found" >&6; }
15665 else
15666 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15667 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15669 cat >>confdefs.h <<_ACEOF
15670 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15671 _ACEOF
15676 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15677 then
15678 ac_save_CPPFLAGS="$CPPFLAGS"
15679 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15680 $as_unset ac_cv_header_fontconfig_fontconfig_h
15682 for ac_header in fontconfig/fontconfig.h
15684 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15685 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15686 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15687 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15688 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15689 echo $ECHO_N "(cached) $ECHO_C" >&6
15691 ac_res=`eval echo '${'$as_ac_Header'}'`
15692 { echo "$as_me:$LINENO: result: $ac_res" >&5
15693 echo "${ECHO_T}$ac_res" >&6; }
15694 else
15695 # Is the header compilable?
15696 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15697 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15698 cat >conftest.$ac_ext <<_ACEOF
15699 /* confdefs.h. */
15700 _ACEOF
15701 cat confdefs.h >>conftest.$ac_ext
15702 cat >>conftest.$ac_ext <<_ACEOF
15703 /* end confdefs.h. */
15704 $ac_includes_default
15705 #include <$ac_header>
15706 _ACEOF
15707 rm -f conftest.$ac_objext
15708 if { (ac_try="$ac_compile"
15709 case "(($ac_try" in
15710 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15711 *) ac_try_echo=$ac_try;;
15712 esac
15713 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15714 (eval "$ac_compile") 2>conftest.er1
15715 ac_status=$?
15716 grep -v '^ *+' conftest.er1 >conftest.err
15717 rm -f conftest.er1
15718 cat conftest.err >&5
15719 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15720 (exit $ac_status); } && {
15721 test -z "$ac_c_werror_flag" ||
15722 test ! -s conftest.err
15723 } && test -s conftest.$ac_objext; then
15724 ac_header_compiler=yes
15725 else
15726 echo "$as_me: failed program was:" >&5
15727 sed 's/^/| /' conftest.$ac_ext >&5
15729 ac_header_compiler=no
15732 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15733 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15734 echo "${ECHO_T}$ac_header_compiler" >&6; }
15736 # Is the header present?
15737 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15738 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15739 cat >conftest.$ac_ext <<_ACEOF
15740 /* confdefs.h. */
15741 _ACEOF
15742 cat confdefs.h >>conftest.$ac_ext
15743 cat >>conftest.$ac_ext <<_ACEOF
15744 /* end confdefs.h. */
15745 #include <$ac_header>
15746 _ACEOF
15747 if { (ac_try="$ac_cpp conftest.$ac_ext"
15748 case "(($ac_try" in
15749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15750 *) ac_try_echo=$ac_try;;
15751 esac
15752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15753 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15754 ac_status=$?
15755 grep -v '^ *+' conftest.er1 >conftest.err
15756 rm -f conftest.er1
15757 cat conftest.err >&5
15758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15759 (exit $ac_status); } >/dev/null && {
15760 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15761 test ! -s conftest.err
15762 }; then
15763 ac_header_preproc=yes
15764 else
15765 echo "$as_me: failed program was:" >&5
15766 sed 's/^/| /' conftest.$ac_ext >&5
15768 ac_header_preproc=no
15771 rm -f conftest.err conftest.$ac_ext
15772 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15773 echo "${ECHO_T}$ac_header_preproc" >&6; }
15775 # So? What about this header?
15776 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15777 yes:no: )
15778 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15779 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15780 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15781 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15782 ac_header_preproc=yes
15784 no:yes:* )
15785 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15786 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15787 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15788 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15789 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15790 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15791 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15792 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15793 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15794 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15795 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15796 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15797 ( cat <<\_ASBOX
15798 ## ------------------------------------ ##
15799 ## Report this to wine-devel@winehq.org ##
15800 ## ------------------------------------ ##
15801 _ASBOX
15802 ) | sed "s/^/$as_me: WARNING: /" >&2
15804 esac
15805 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15806 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15807 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15808 echo $ECHO_N "(cached) $ECHO_C" >&6
15809 else
15810 eval "$as_ac_Header=\$ac_header_preproc"
15812 ac_res=`eval echo '${'$as_ac_Header'}'`
15813 { echo "$as_me:$LINENO: result: $ac_res" >&5
15814 echo "${ECHO_T}$ac_res" >&6; }
15817 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15818 cat >>confdefs.h <<_ACEOF
15819 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15820 _ACEOF
15824 done
15826 CPPFLAGS="$ac_save_CPPFLAGS"
15827 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15828 then
15829 FONTCONFIGINCL="$X_CFLAGS"
15831 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15832 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15833 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15834 echo $ECHO_N "(cached) $ECHO_C" >&6
15835 else
15836 ac_check_soname_save_LIBS=$LIBS
15837 LIBS="-lfontconfig $X_LIBS $LIBS"
15838 cat >conftest.$ac_ext <<_ACEOF
15839 /* confdefs.h. */
15840 _ACEOF
15841 cat confdefs.h >>conftest.$ac_ext
15842 cat >>conftest.$ac_ext <<_ACEOF
15843 /* end confdefs.h. */
15845 /* Override any GCC internal prototype to avoid an error.
15846 Use char because int might match the return type of a GCC
15847 builtin and then its argument prototype would still apply. */
15848 #ifdef __cplusplus
15849 extern "C"
15850 #endif
15851 char FcInit ();
15853 main ()
15855 return FcInit ();
15857 return 0;
15859 _ACEOF
15860 rm -f conftest.$ac_objext conftest$ac_exeext
15861 if { (ac_try="$ac_link"
15862 case "(($ac_try" in
15863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15864 *) ac_try_echo=$ac_try;;
15865 esac
15866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15867 (eval "$ac_link") 2>conftest.er1
15868 ac_status=$?
15869 grep -v '^ *+' conftest.er1 >conftest.err
15870 rm -f conftest.er1
15871 cat conftest.err >&5
15872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15873 (exit $ac_status); } && {
15874 test -z "$ac_c_werror_flag" ||
15875 test ! -s conftest.err
15876 } && test -s conftest$ac_exeext &&
15877 $as_test_x conftest$ac_exeext; then
15878 case "$LIBEXT" in
15879 dll) ;;
15880 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'` ;;
15881 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15882 esac
15883 else
15884 echo "$as_me: failed program was:" >&5
15885 sed 's/^/| /' conftest.$ac_ext >&5
15890 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15891 conftest$ac_exeext conftest.$ac_ext
15892 LIBS=$ac_check_soname_save_LIBS
15894 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15895 { echo "$as_me:$LINENO: result: not found" >&5
15896 echo "${ECHO_T}not found" >&6; }
15898 else
15899 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15900 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15902 cat >>confdefs.h <<_ACEOF
15903 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15904 _ACEOF
15911 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15912 case "x$with_fontconfig" in
15913 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15914 xno) ;;
15915 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15916 This is an error since --with-fontconfig was requested." >&5
15917 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15918 This is an error since --with-fontconfig was requested." >&2;}
15919 { (exit 1); exit 1; }; } ;;
15920 esac
15924 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15925 then
15926 { echo "$as_me:$LINENO: checking for -lssl" >&5
15927 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15928 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15929 echo $ECHO_N "(cached) $ECHO_C" >&6
15930 else
15931 ac_check_soname_save_LIBS=$LIBS
15932 LIBS="-lssl $LIBS"
15933 cat >conftest.$ac_ext <<_ACEOF
15934 /* confdefs.h. */
15935 _ACEOF
15936 cat confdefs.h >>conftest.$ac_ext
15937 cat >>conftest.$ac_ext <<_ACEOF
15938 /* end confdefs.h. */
15940 /* Override any GCC internal prototype to avoid an error.
15941 Use char because int might match the return type of a GCC
15942 builtin and then its argument prototype would still apply. */
15943 #ifdef __cplusplus
15944 extern "C"
15945 #endif
15946 char SSL_library_init ();
15948 main ()
15950 return SSL_library_init ();
15952 return 0;
15954 _ACEOF
15955 rm -f conftest.$ac_objext conftest$ac_exeext
15956 if { (ac_try="$ac_link"
15957 case "(($ac_try" in
15958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15959 *) ac_try_echo=$ac_try;;
15960 esac
15961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15962 (eval "$ac_link") 2>conftest.er1
15963 ac_status=$?
15964 grep -v '^ *+' conftest.er1 >conftest.err
15965 rm -f conftest.er1
15966 cat conftest.err >&5
15967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15968 (exit $ac_status); } && {
15969 test -z "$ac_c_werror_flag" ||
15970 test ! -s conftest.err
15971 } && test -s conftest$ac_exeext &&
15972 $as_test_x conftest$ac_exeext; then
15973 case "$LIBEXT" in
15974 dll) ;;
15975 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'` ;;
15976 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15977 esac
15978 else
15979 echo "$as_me: failed program was:" >&5
15980 sed 's/^/| /' conftest.$ac_ext >&5
15985 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15986 conftest$ac_exeext conftest.$ac_ext
15987 LIBS=$ac_check_soname_save_LIBS
15989 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15990 { echo "$as_me:$LINENO: result: not found" >&5
15991 echo "${ECHO_T}not found" >&6; }
15993 else
15994 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15995 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15997 cat >>confdefs.h <<_ACEOF
15998 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15999 _ACEOF
16004 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16005 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16006 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16007 echo $ECHO_N "(cached) $ECHO_C" >&6
16008 else
16009 ac_check_soname_save_LIBS=$LIBS
16010 LIBS="-lcrypto $LIBS"
16011 cat >conftest.$ac_ext <<_ACEOF
16012 /* confdefs.h. */
16013 _ACEOF
16014 cat confdefs.h >>conftest.$ac_ext
16015 cat >>conftest.$ac_ext <<_ACEOF
16016 /* end confdefs.h. */
16018 /* Override any GCC internal prototype to avoid an error.
16019 Use char because int might match the return type of a GCC
16020 builtin and then its argument prototype would still apply. */
16021 #ifdef __cplusplus
16022 extern "C"
16023 #endif
16024 char BIO_new_socket ();
16026 main ()
16028 return BIO_new_socket ();
16030 return 0;
16032 _ACEOF
16033 rm -f conftest.$ac_objext conftest$ac_exeext
16034 if { (ac_try="$ac_link"
16035 case "(($ac_try" in
16036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16037 *) ac_try_echo=$ac_try;;
16038 esac
16039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16040 (eval "$ac_link") 2>conftest.er1
16041 ac_status=$?
16042 grep -v '^ *+' conftest.er1 >conftest.err
16043 rm -f conftest.er1
16044 cat conftest.err >&5
16045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16046 (exit $ac_status); } && {
16047 test -z "$ac_c_werror_flag" ||
16048 test ! -s conftest.err
16049 } && test -s conftest$ac_exeext &&
16050 $as_test_x conftest$ac_exeext; then
16051 case "$LIBEXT" in
16052 dll) ;;
16053 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'` ;;
16054 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16055 esac
16056 else
16057 echo "$as_me: failed program was:" >&5
16058 sed 's/^/| /' conftest.$ac_ext >&5
16063 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16064 conftest$ac_exeext conftest.$ac_ext
16065 LIBS=$ac_check_soname_save_LIBS
16067 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16068 { echo "$as_me:$LINENO: result: not found" >&5
16069 echo "${ECHO_T}not found" >&6; }
16071 else
16072 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16073 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16075 cat >>confdefs.h <<_ACEOF
16076 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16077 _ACEOF
16083 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16084 case "x$with_openssl" in
16085 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
16086 xno) ;;
16087 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
16088 This is an error since --with-openssl was requested." >&5
16089 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
16090 This is an error since --with-openssl was requested." >&2;}
16091 { (exit 1); exit 1; }; } ;;
16092 esac
16096 if test "$ac_cv_header_jpeglib_h" = "yes"
16097 then
16098 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16099 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16100 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16101 echo $ECHO_N "(cached) $ECHO_C" >&6
16102 else
16103 ac_check_soname_save_LIBS=$LIBS
16104 LIBS="-ljpeg $LIBS"
16105 cat >conftest.$ac_ext <<_ACEOF
16106 /* confdefs.h. */
16107 _ACEOF
16108 cat confdefs.h >>conftest.$ac_ext
16109 cat >>conftest.$ac_ext <<_ACEOF
16110 /* end confdefs.h. */
16112 /* Override any GCC internal prototype to avoid an error.
16113 Use char because int might match the return type of a GCC
16114 builtin and then its argument prototype would still apply. */
16115 #ifdef __cplusplus
16116 extern "C"
16117 #endif
16118 char jpeg_start_decompress ();
16120 main ()
16122 return jpeg_start_decompress ();
16124 return 0;
16126 _ACEOF
16127 rm -f conftest.$ac_objext conftest$ac_exeext
16128 if { (ac_try="$ac_link"
16129 case "(($ac_try" in
16130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16131 *) ac_try_echo=$ac_try;;
16132 esac
16133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16134 (eval "$ac_link") 2>conftest.er1
16135 ac_status=$?
16136 grep -v '^ *+' conftest.er1 >conftest.err
16137 rm -f conftest.er1
16138 cat conftest.err >&5
16139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16140 (exit $ac_status); } && {
16141 test -z "$ac_c_werror_flag" ||
16142 test ! -s conftest.err
16143 } && test -s conftest$ac_exeext &&
16144 $as_test_x conftest$ac_exeext; then
16145 case "$LIBEXT" in
16146 dll) ;;
16147 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'` ;;
16148 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16149 esac
16150 else
16151 echo "$as_me: failed program was:" >&5
16152 sed 's/^/| /' conftest.$ac_ext >&5
16157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16158 conftest$ac_exeext conftest.$ac_ext
16159 LIBS=$ac_check_soname_save_LIBS
16161 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16162 { echo "$as_me:$LINENO: result: not found" >&5
16163 echo "${ECHO_T}not found" >&6; }
16165 else
16166 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16167 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16169 cat >>confdefs.h <<_ACEOF
16170 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16171 _ACEOF
16177 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16178 case "x$with_jpeg" in
16179 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
16180 xno) ;;
16181 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
16182 This is an error since --with-jpeg was requested." >&5
16183 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
16184 This is an error since --with-jpeg was requested." >&2;}
16185 { (exit 1); exit 1; }; } ;;
16186 esac
16190 if test "$ac_cv_header_png_h" = "yes"
16191 then
16192 { echo "$as_me:$LINENO: checking for -lpng" >&5
16193 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16194 if test "${ac_cv_lib_soname_png+set}" = set; then
16195 echo $ECHO_N "(cached) $ECHO_C" >&6
16196 else
16197 ac_check_soname_save_LIBS=$LIBS
16198 LIBS="-lpng -lm $LIBS"
16199 cat >conftest.$ac_ext <<_ACEOF
16200 /* confdefs.h. */
16201 _ACEOF
16202 cat confdefs.h >>conftest.$ac_ext
16203 cat >>conftest.$ac_ext <<_ACEOF
16204 /* end confdefs.h. */
16206 /* Override any GCC internal prototype to avoid an error.
16207 Use char because int might match the return type of a GCC
16208 builtin and then its argument prototype would still apply. */
16209 #ifdef __cplusplus
16210 extern "C"
16211 #endif
16212 char png_create_read_struct ();
16214 main ()
16216 return png_create_read_struct ();
16218 return 0;
16220 _ACEOF
16221 rm -f conftest.$ac_objext conftest$ac_exeext
16222 if { (ac_try="$ac_link"
16223 case "(($ac_try" in
16224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16225 *) ac_try_echo=$ac_try;;
16226 esac
16227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16228 (eval "$ac_link") 2>conftest.er1
16229 ac_status=$?
16230 grep -v '^ *+' conftest.er1 >conftest.err
16231 rm -f conftest.er1
16232 cat conftest.err >&5
16233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16234 (exit $ac_status); } && {
16235 test -z "$ac_c_werror_flag" ||
16236 test ! -s conftest.err
16237 } && test -s conftest$ac_exeext &&
16238 $as_test_x conftest$ac_exeext; then
16239 case "$LIBEXT" in
16240 dll) ;;
16241 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'` ;;
16242 *) 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'` ;;
16243 esac
16244 else
16245 echo "$as_me: failed program was:" >&5
16246 sed 's/^/| /' conftest.$ac_ext >&5
16251 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16252 conftest$ac_exeext conftest.$ac_ext
16253 LIBS=$ac_check_soname_save_LIBS
16255 if test "x$ac_cv_lib_soname_png" = "x"; then
16256 { echo "$as_me:$LINENO: result: not found" >&5
16257 echo "${ECHO_T}not found" >&6; }
16259 else
16260 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16261 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16263 cat >>confdefs.h <<_ACEOF
16264 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16265 _ACEOF
16271 if test "x$ac_cv_lib_soname_png" = "x"; then
16272 case "x$with_png" in
16273 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16274 xno) ;;
16275 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16276 This is an error since --with-png was requested." >&5
16277 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16278 This is an error since --with-png was requested." >&2;}
16279 { (exit 1); exit 1; }; } ;;
16280 esac
16284 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16285 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16286 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16287 echo $ECHO_N "(cached) $ECHO_C" >&6
16288 else
16289 ac_check_soname_save_LIBS=$LIBS
16290 LIBS="-lodbc $LIBS"
16291 cat >conftest.$ac_ext <<_ACEOF
16292 /* confdefs.h. */
16293 _ACEOF
16294 cat confdefs.h >>conftest.$ac_ext
16295 cat >>conftest.$ac_ext <<_ACEOF
16296 /* end confdefs.h. */
16298 /* Override any GCC internal prototype to avoid an error.
16299 Use char because int might match the return type of a GCC
16300 builtin and then its argument prototype would still apply. */
16301 #ifdef __cplusplus
16302 extern "C"
16303 #endif
16304 char SQLConnect ();
16306 main ()
16308 return SQLConnect ();
16310 return 0;
16312 _ACEOF
16313 rm -f conftest.$ac_objext conftest$ac_exeext
16314 if { (ac_try="$ac_link"
16315 case "(($ac_try" in
16316 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16317 *) ac_try_echo=$ac_try;;
16318 esac
16319 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16320 (eval "$ac_link") 2>conftest.er1
16321 ac_status=$?
16322 grep -v '^ *+' conftest.er1 >conftest.err
16323 rm -f conftest.er1
16324 cat conftest.err >&5
16325 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16326 (exit $ac_status); } && {
16327 test -z "$ac_c_werror_flag" ||
16328 test ! -s conftest.err
16329 } && test -s conftest$ac_exeext &&
16330 $as_test_x conftest$ac_exeext; then
16331 case "$LIBEXT" in
16332 dll) ;;
16333 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'` ;;
16334 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16335 esac
16336 else
16337 echo "$as_me: failed program was:" >&5
16338 sed 's/^/| /' conftest.$ac_ext >&5
16343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16344 conftest$ac_exeext conftest.$ac_ext
16345 LIBS=$ac_check_soname_save_LIBS
16347 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16348 { echo "$as_me:$LINENO: result: not found" >&5
16349 echo "${ECHO_T}not found" >&6; }
16350 cat >>confdefs.h <<_ACEOF
16351 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16352 _ACEOF
16354 else
16355 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16356 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16358 cat >>confdefs.h <<_ACEOF
16359 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16360 _ACEOF
16366 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16367 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16368 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16369 "$ac_cv_header_soundcard_h" != "yes" -a \
16370 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16371 then
16372 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16376 EXTRACFLAGS=""
16378 if test "x${GCC}" = "xyes"
16379 then
16380 EXTRACFLAGS="-Wall -pipe"
16382 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16383 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16384 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16385 echo $ECHO_N "(cached) $ECHO_C" >&6
16386 else
16387 if test "$cross_compiling" = yes; then
16388 ac_cv_c_gcc_strength_bug="yes"
16389 else
16390 cat >conftest.$ac_ext <<_ACEOF
16391 /* confdefs.h. */
16392 _ACEOF
16393 cat confdefs.h >>conftest.$ac_ext
16394 cat >>conftest.$ac_ext <<_ACEOF
16395 /* end confdefs.h. */
16396 int L[4] = {0,1,2,3};
16398 main ()
16400 static int Array[3];
16401 unsigned int B = 3;
16402 int i;
16403 for(i=0; i<B; i++) Array[i] = i - 3;
16404 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16405 L[i] = 4;
16406 exit( Array[1] != -2 || L[2] != 3)
16408 return 0;
16410 _ACEOF
16411 rm -f conftest$ac_exeext
16412 if { (ac_try="$ac_link"
16413 case "(($ac_try" in
16414 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16415 *) ac_try_echo=$ac_try;;
16416 esac
16417 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16418 (eval "$ac_link") 2>&5
16419 ac_status=$?
16420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16421 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16422 { (case "(($ac_try" in
16423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16424 *) ac_try_echo=$ac_try;;
16425 esac
16426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16427 (eval "$ac_try") 2>&5
16428 ac_status=$?
16429 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16430 (exit $ac_status); }; }; then
16431 ac_cv_c_gcc_strength_bug="no"
16432 else
16433 echo "$as_me: program exited with status $ac_status" >&5
16434 echo "$as_me: failed program was:" >&5
16435 sed 's/^/| /' conftest.$ac_ext >&5
16437 ( exit $ac_status )
16438 ac_cv_c_gcc_strength_bug="yes"
16440 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16445 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16446 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16447 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16448 then
16449 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16453 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16454 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16455 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16456 echo $ECHO_N "(cached) $ECHO_C" >&6
16457 else
16458 ac_wine_try_cflags_saved=$CFLAGS
16459 CFLAGS="$CFLAGS -fshort-wchar"
16460 cat >conftest.$ac_ext <<_ACEOF
16461 /* confdefs.h. */
16462 _ACEOF
16463 cat confdefs.h >>conftest.$ac_ext
16464 cat >>conftest.$ac_ext <<_ACEOF
16465 /* end confdefs.h. */
16468 main ()
16472 return 0;
16474 _ACEOF
16475 rm -f conftest.$ac_objext conftest$ac_exeext
16476 if { (ac_try="$ac_link"
16477 case "(($ac_try" in
16478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16479 *) ac_try_echo=$ac_try;;
16480 esac
16481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16482 (eval "$ac_link") 2>conftest.er1
16483 ac_status=$?
16484 grep -v '^ *+' conftest.er1 >conftest.err
16485 rm -f conftest.er1
16486 cat conftest.err >&5
16487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16488 (exit $ac_status); } && {
16489 test -z "$ac_c_werror_flag" ||
16490 test ! -s conftest.err
16491 } && test -s conftest$ac_exeext &&
16492 $as_test_x conftest$ac_exeext; then
16493 ac_cv_cflags__fshort_wchar=yes
16494 else
16495 echo "$as_me: failed program was:" >&5
16496 sed 's/^/| /' conftest.$ac_ext >&5
16498 ac_cv_cflags__fshort_wchar=no
16501 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16502 conftest$ac_exeext conftest.$ac_ext
16503 CFLAGS=$ac_wine_try_cflags_saved
16505 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16506 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16507 if test $ac_cv_cflags__fshort_wchar = yes; then
16509 cat >>confdefs.h <<\_ACEOF
16510 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16511 _ACEOF
16515 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16516 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16517 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16518 echo $ECHO_N "(cached) $ECHO_C" >&6
16519 else
16520 ac_wine_try_cflags_saved=$CFLAGS
16521 CFLAGS="$CFLAGS -fno-builtin"
16522 cat >conftest.$ac_ext <<_ACEOF
16523 /* confdefs.h. */
16524 _ACEOF
16525 cat confdefs.h >>conftest.$ac_ext
16526 cat >>conftest.$ac_ext <<_ACEOF
16527 /* end confdefs.h. */
16530 main ()
16534 return 0;
16536 _ACEOF
16537 rm -f conftest.$ac_objext conftest$ac_exeext
16538 if { (ac_try="$ac_link"
16539 case "(($ac_try" in
16540 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16541 *) ac_try_echo=$ac_try;;
16542 esac
16543 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16544 (eval "$ac_link") 2>conftest.er1
16545 ac_status=$?
16546 grep -v '^ *+' conftest.er1 >conftest.err
16547 rm -f conftest.er1
16548 cat conftest.err >&5
16549 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16550 (exit $ac_status); } && {
16551 test -z "$ac_c_werror_flag" ||
16552 test ! -s conftest.err
16553 } && test -s conftest$ac_exeext &&
16554 $as_test_x conftest$ac_exeext; then
16555 ac_cv_cflags__fno_builtin=yes
16556 else
16557 echo "$as_me: failed program was:" >&5
16558 sed 's/^/| /' conftest.$ac_ext >&5
16560 ac_cv_cflags__fno_builtin=no
16563 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16564 conftest$ac_exeext conftest.$ac_ext
16565 CFLAGS=$ac_wine_try_cflags_saved
16567 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16568 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16569 if test $ac_cv_cflags__fno_builtin = yes; then
16570 BUILTINFLAG="-fno-builtin"
16574 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16575 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16576 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16577 echo $ECHO_N "(cached) $ECHO_C" >&6
16578 else
16579 ac_wine_try_cflags_saved=$CFLAGS
16580 CFLAGS="$CFLAGS -fno-strict-aliasing"
16581 cat >conftest.$ac_ext <<_ACEOF
16582 /* confdefs.h. */
16583 _ACEOF
16584 cat confdefs.h >>conftest.$ac_ext
16585 cat >>conftest.$ac_ext <<_ACEOF
16586 /* end confdefs.h. */
16589 main ()
16593 return 0;
16595 _ACEOF
16596 rm -f conftest.$ac_objext conftest$ac_exeext
16597 if { (ac_try="$ac_link"
16598 case "(($ac_try" in
16599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16600 *) ac_try_echo=$ac_try;;
16601 esac
16602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16603 (eval "$ac_link") 2>conftest.er1
16604 ac_status=$?
16605 grep -v '^ *+' conftest.er1 >conftest.err
16606 rm -f conftest.er1
16607 cat conftest.err >&5
16608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16609 (exit $ac_status); } && {
16610 test -z "$ac_c_werror_flag" ||
16611 test ! -s conftest.err
16612 } && test -s conftest$ac_exeext &&
16613 $as_test_x conftest$ac_exeext; then
16614 ac_cv_cflags__fno_strict_aliasing=yes
16615 else
16616 echo "$as_me: failed program was:" >&5
16617 sed 's/^/| /' conftest.$ac_ext >&5
16619 ac_cv_cflags__fno_strict_aliasing=no
16622 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16623 conftest$ac_exeext conftest.$ac_ext
16624 CFLAGS=$ac_wine_try_cflags_saved
16626 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16627 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16628 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16629 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16632 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16633 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16634 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16635 echo $ECHO_N "(cached) $ECHO_C" >&6
16636 else
16637 ac_wine_try_cflags_saved=$CFLAGS
16638 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16639 cat >conftest.$ac_ext <<_ACEOF
16640 /* confdefs.h. */
16641 _ACEOF
16642 cat confdefs.h >>conftest.$ac_ext
16643 cat >>conftest.$ac_ext <<_ACEOF
16644 /* end confdefs.h. */
16647 main ()
16651 return 0;
16653 _ACEOF
16654 rm -f conftest.$ac_objext conftest$ac_exeext
16655 if { (ac_try="$ac_link"
16656 case "(($ac_try" in
16657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16658 *) ac_try_echo=$ac_try;;
16659 esac
16660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16661 (eval "$ac_link") 2>conftest.er1
16662 ac_status=$?
16663 grep -v '^ *+' conftest.er1 >conftest.err
16664 rm -f conftest.er1
16665 cat conftest.err >&5
16666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16667 (exit $ac_status); } && {
16668 test -z "$ac_c_werror_flag" ||
16669 test ! -s conftest.err
16670 } && test -s conftest$ac_exeext &&
16671 $as_test_x conftest$ac_exeext; then
16672 ac_cv_cflags__Wdeclaration_after_statement=yes
16673 else
16674 echo "$as_me: failed program was:" >&5
16675 sed 's/^/| /' conftest.$ac_ext >&5
16677 ac_cv_cflags__Wdeclaration_after_statement=no
16680 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16681 conftest$ac_exeext conftest.$ac_ext
16682 CFLAGS=$ac_wine_try_cflags_saved
16684 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16685 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16686 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16687 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16690 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16691 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16692 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16693 echo $ECHO_N "(cached) $ECHO_C" >&6
16694 else
16695 ac_wine_try_cflags_saved=$CFLAGS
16696 CFLAGS="$CFLAGS -Wwrite-strings"
16697 cat >conftest.$ac_ext <<_ACEOF
16698 /* confdefs.h. */
16699 _ACEOF
16700 cat confdefs.h >>conftest.$ac_ext
16701 cat >>conftest.$ac_ext <<_ACEOF
16702 /* end confdefs.h. */
16705 main ()
16709 return 0;
16711 _ACEOF
16712 rm -f conftest.$ac_objext conftest$ac_exeext
16713 if { (ac_try="$ac_link"
16714 case "(($ac_try" in
16715 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16716 *) ac_try_echo=$ac_try;;
16717 esac
16718 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16719 (eval "$ac_link") 2>conftest.er1
16720 ac_status=$?
16721 grep -v '^ *+' conftest.er1 >conftest.err
16722 rm -f conftest.er1
16723 cat conftest.err >&5
16724 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16725 (exit $ac_status); } && {
16726 test -z "$ac_c_werror_flag" ||
16727 test ! -s conftest.err
16728 } && test -s conftest$ac_exeext &&
16729 $as_test_x conftest$ac_exeext; then
16730 ac_cv_cflags__Wwrite_strings=yes
16731 else
16732 echo "$as_me: failed program was:" >&5
16733 sed 's/^/| /' conftest.$ac_ext >&5
16735 ac_cv_cflags__Wwrite_strings=no
16738 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16739 conftest$ac_exeext conftest.$ac_ext
16740 CFLAGS=$ac_wine_try_cflags_saved
16742 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16743 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16744 if test $ac_cv_cflags__Wwrite_strings = yes; then
16745 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16748 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16749 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16750 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16751 echo $ECHO_N "(cached) $ECHO_C" >&6
16752 else
16753 ac_wine_try_cflags_saved=$CFLAGS
16754 CFLAGS="$CFLAGS -Wtype-limits"
16755 cat >conftest.$ac_ext <<_ACEOF
16756 /* confdefs.h. */
16757 _ACEOF
16758 cat confdefs.h >>conftest.$ac_ext
16759 cat >>conftest.$ac_ext <<_ACEOF
16760 /* end confdefs.h. */
16763 main ()
16767 return 0;
16769 _ACEOF
16770 rm -f conftest.$ac_objext conftest$ac_exeext
16771 if { (ac_try="$ac_link"
16772 case "(($ac_try" in
16773 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16774 *) ac_try_echo=$ac_try;;
16775 esac
16776 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16777 (eval "$ac_link") 2>conftest.er1
16778 ac_status=$?
16779 grep -v '^ *+' conftest.er1 >conftest.err
16780 rm -f conftest.er1
16781 cat conftest.err >&5
16782 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16783 (exit $ac_status); } && {
16784 test -z "$ac_c_werror_flag" ||
16785 test ! -s conftest.err
16786 } && test -s conftest$ac_exeext &&
16787 $as_test_x conftest$ac_exeext; then
16788 ac_cv_cflags__Wtype_limits=yes
16789 else
16790 echo "$as_me: failed program was:" >&5
16791 sed 's/^/| /' conftest.$ac_ext >&5
16793 ac_cv_cflags__Wtype_limits=no
16796 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16797 conftest$ac_exeext conftest.$ac_ext
16798 CFLAGS=$ac_wine_try_cflags_saved
16800 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16801 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16802 if test $ac_cv_cflags__Wtype_limits = yes; then
16803 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16807 saved_CFLAGS="$CFLAGS"
16808 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16809 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16810 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16811 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16812 echo $ECHO_N "(cached) $ECHO_C" >&6
16813 else
16814 cat >conftest.$ac_ext <<_ACEOF
16815 /* confdefs.h. */
16816 _ACEOF
16817 cat confdefs.h >>conftest.$ac_ext
16818 cat >>conftest.$ac_ext <<_ACEOF
16819 /* end confdefs.h. */
16820 #include <string.h>
16822 main ()
16826 return 0;
16828 _ACEOF
16829 rm -f conftest.$ac_objext
16830 if { (ac_try="$ac_compile"
16831 case "(($ac_try" in
16832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16833 *) ac_try_echo=$ac_try;;
16834 esac
16835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16836 (eval "$ac_compile") 2>conftest.er1
16837 ac_status=$?
16838 grep -v '^ *+' conftest.er1 >conftest.err
16839 rm -f conftest.er1
16840 cat conftest.err >&5
16841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16842 (exit $ac_status); } && {
16843 test -z "$ac_c_werror_flag" ||
16844 test ! -s conftest.err
16845 } && test -s conftest.$ac_objext; then
16846 ac_cv_c_string_h_warnings=no
16847 else
16848 echo "$as_me: failed program was:" >&5
16849 sed 's/^/| /' conftest.$ac_ext >&5
16851 ac_cv_c_string_h_warnings=yes
16854 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16856 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16857 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16858 CFLAGS="$saved_CFLAGS"
16859 if test "$ac_cv_c_string_h_warnings" = "no"
16860 then
16861 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16866 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16867 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16868 if test "${ac_cv_asm_func_def+set}" = set; then
16869 echo $ECHO_N "(cached) $ECHO_C" >&6
16870 else
16871 cat >conftest.$ac_ext <<_ACEOF
16872 /* confdefs.h. */
16873 _ACEOF
16874 cat confdefs.h >>conftest.$ac_ext
16875 cat >>conftest.$ac_ext <<_ACEOF
16876 /* end confdefs.h. */
16879 main ()
16881 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16883 return 0;
16885 _ACEOF
16886 rm -f conftest.$ac_objext conftest$ac_exeext
16887 if { (ac_try="$ac_link"
16888 case "(($ac_try" in
16889 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16890 *) ac_try_echo=$ac_try;;
16891 esac
16892 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16893 (eval "$ac_link") 2>conftest.er1
16894 ac_status=$?
16895 grep -v '^ *+' conftest.er1 >conftest.err
16896 rm -f conftest.er1
16897 cat conftest.err >&5
16898 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16899 (exit $ac_status); } && {
16900 test -z "$ac_c_werror_flag" ||
16901 test ! -s conftest.err
16902 } && test -s conftest$ac_exeext &&
16903 $as_test_x conftest$ac_exeext; then
16904 ac_cv_asm_func_def=".def"
16905 else
16906 echo "$as_me: failed program was:" >&5
16907 sed 's/^/| /' conftest.$ac_ext >&5
16909 cat >conftest.$ac_ext <<_ACEOF
16910 /* confdefs.h. */
16911 _ACEOF
16912 cat confdefs.h >>conftest.$ac_ext
16913 cat >>conftest.$ac_ext <<_ACEOF
16914 /* end confdefs.h. */
16917 main ()
16919 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16921 return 0;
16923 _ACEOF
16924 rm -f conftest.$ac_objext conftest$ac_exeext
16925 if { (ac_try="$ac_link"
16926 case "(($ac_try" in
16927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16928 *) ac_try_echo=$ac_try;;
16929 esac
16930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16931 (eval "$ac_link") 2>conftest.er1
16932 ac_status=$?
16933 grep -v '^ *+' conftest.er1 >conftest.err
16934 rm -f conftest.er1
16935 cat conftest.err >&5
16936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16937 (exit $ac_status); } && {
16938 test -z "$ac_c_werror_flag" ||
16939 test ! -s conftest.err
16940 } && test -s conftest$ac_exeext &&
16941 $as_test_x conftest$ac_exeext; then
16942 ac_cv_asm_func_def=".type @function"
16943 else
16944 echo "$as_me: failed program was:" >&5
16945 sed 's/^/| /' conftest.$ac_ext >&5
16947 cat >conftest.$ac_ext <<_ACEOF
16948 /* confdefs.h. */
16949 _ACEOF
16950 cat confdefs.h >>conftest.$ac_ext
16951 cat >>conftest.$ac_ext <<_ACEOF
16952 /* end confdefs.h. */
16955 main ()
16957 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16959 return 0;
16961 _ACEOF
16962 rm -f conftest.$ac_objext conftest$ac_exeext
16963 if { (ac_try="$ac_link"
16964 case "(($ac_try" in
16965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16966 *) ac_try_echo=$ac_try;;
16967 esac
16968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16969 (eval "$ac_link") 2>conftest.er1
16970 ac_status=$?
16971 grep -v '^ *+' conftest.er1 >conftest.err
16972 rm -f conftest.er1
16973 cat conftest.err >&5
16974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16975 (exit $ac_status); } && {
16976 test -z "$ac_c_werror_flag" ||
16977 test ! -s conftest.err
16978 } && test -s conftest$ac_exeext &&
16979 $as_test_x conftest$ac_exeext; then
16980 ac_cv_asm_func_def=".type 2"
16981 else
16982 echo "$as_me: failed program was:" >&5
16983 sed 's/^/| /' conftest.$ac_ext >&5
16985 ac_cv_asm_func_def="unknown"
16988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16989 conftest$ac_exeext conftest.$ac_ext
16992 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16993 conftest$ac_exeext conftest.$ac_ext
16996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16997 conftest$ac_exeext conftest.$ac_ext
16999 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17000 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17004 case "$ac_cv_asm_func_def" in
17005 ".def")
17006 cat >>confdefs.h <<\_ACEOF
17007 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17008 _ACEOF
17010 ".type @function")
17011 cat >>confdefs.h <<\_ACEOF
17012 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17013 _ACEOF
17015 ".type 2")
17016 cat >>confdefs.h <<\_ACEOF
17017 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17018 _ACEOF
17021 cat >>confdefs.h <<\_ACEOF
17022 #define __ASM_FUNC(name) ""
17023 _ACEOF
17025 esac
17028 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17029 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17030 if test "${ac_cv_c_extern_prefix+set}" = set; then
17031 echo $ECHO_N "(cached) $ECHO_C" >&6
17032 else
17033 cat >conftest.$ac_ext <<_ACEOF
17034 /* confdefs.h. */
17035 _ACEOF
17036 cat confdefs.h >>conftest.$ac_ext
17037 cat >>conftest.$ac_ext <<_ACEOF
17038 /* end confdefs.h. */
17039 extern int ac_test;
17041 main ()
17043 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17045 return 0;
17047 _ACEOF
17048 rm -f conftest.$ac_objext conftest$ac_exeext
17049 if { (ac_try="$ac_link"
17050 case "(($ac_try" in
17051 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17052 *) ac_try_echo=$ac_try;;
17053 esac
17054 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17055 (eval "$ac_link") 2>conftest.er1
17056 ac_status=$?
17057 grep -v '^ *+' conftest.er1 >conftest.err
17058 rm -f conftest.er1
17059 cat conftest.err >&5
17060 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17061 (exit $ac_status); } && {
17062 test -z "$ac_c_werror_flag" ||
17063 test ! -s conftest.err
17064 } && test -s conftest$ac_exeext &&
17065 $as_test_x conftest$ac_exeext; then
17066 ac_cv_c_extern_prefix="yes"
17067 else
17068 echo "$as_me: failed program was:" >&5
17069 sed 's/^/| /' conftest.$ac_ext >&5
17071 ac_cv_c_extern_prefix="no"
17074 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17075 conftest$ac_exeext conftest.$ac_ext
17077 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17078 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17082 if test "$ac_cv_c_extern_prefix" = "yes"
17083 then
17084 cat >>confdefs.h <<\_ACEOF
17085 #define __ASM_NAME(name) "_" name
17086 _ACEOF
17088 else
17089 cat >>confdefs.h <<\_ACEOF
17090 #define __ASM_NAME(name) name
17091 _ACEOF
17096 LDPATH=""
17098 case $build_os in
17099 cygwin*|mingw32*)
17100 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17102 darwin*|macosx*)
17104 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17105 then
17106 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17110 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17112 esac
17114 case $host_os in
17115 mingw32*)
17116 CRTLIBS="-lmsvcrt"
17118 SOCKETLIBS="-lws2_32"
17121 esac
17123 MAIN_BINARY="wine-pthread"
17124 case $host_cpu in
17125 *i[3456789]86*)
17126 case $host_os in
17127 linux* | k*bsd*-gnu)
17128 MAIN_BINARY="wine-glibc"
17130 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17132 freebsd*)
17133 MAIN_BINARY="wine-freebsd"
17135 EXTRA_BINARIES="wine-pthread"
17137 esac
17139 esac
17212 for ac_func in \
17213 _pclose \
17214 _popen \
17215 _snprintf \
17216 _spawnvp \
17217 _strdup \
17218 _stricmp \
17219 _strnicmp \
17220 _strtoi64 \
17221 _strtoui64 \
17222 _vsnprintf \
17223 asctime_r \
17224 chsize \
17225 clone \
17226 dlopen \
17227 epoll_create \
17228 ffs \
17229 finite \
17230 fork \
17231 fpclass \
17232 fstatfs \
17233 fstatvfs \
17234 ftruncate \
17235 futimes \
17236 futimesat \
17237 getdirentries \
17238 getopt_long \
17239 getpagesize \
17240 getpwuid \
17241 gettid \
17242 gettimeofday \
17243 getuid \
17244 inet_pton \
17245 kqueue \
17246 lstat \
17247 memmove \
17248 mmap \
17249 pclose \
17250 poll \
17251 popen \
17252 prctl \
17253 pread \
17254 pwrite \
17255 readdir \
17256 readlink \
17257 rfork \
17258 sched_yield \
17259 select \
17260 setproctitle \
17261 setrlimit \
17262 settimeofday \
17263 sigaltstack \
17264 sigprocmask \
17265 snprintf \
17266 spawnvp \
17267 statfs \
17268 statvfs \
17269 strcasecmp \
17270 strdup \
17271 strerror \
17272 strncasecmp \
17273 strtold \
17274 strtoll \
17275 strtoull \
17276 tcgetattr \
17277 thr_kill2 \
17278 timegm \
17279 usleep \
17280 vsnprintf \
17281 wait4 \
17282 waitpid \
17285 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17286 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17287 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17288 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17289 echo $ECHO_N "(cached) $ECHO_C" >&6
17290 else
17291 cat >conftest.$ac_ext <<_ACEOF
17292 /* confdefs.h. */
17293 _ACEOF
17294 cat confdefs.h >>conftest.$ac_ext
17295 cat >>conftest.$ac_ext <<_ACEOF
17296 /* end confdefs.h. */
17297 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17298 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17299 #define $ac_func innocuous_$ac_func
17301 /* System header to define __stub macros and hopefully few prototypes,
17302 which can conflict with char $ac_func (); below.
17303 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17304 <limits.h> exists even on freestanding compilers. */
17306 #ifdef __STDC__
17307 # include <limits.h>
17308 #else
17309 # include <assert.h>
17310 #endif
17312 #undef $ac_func
17314 /* Override any GCC internal prototype to avoid an error.
17315 Use char because int might match the return type of a GCC
17316 builtin and then its argument prototype would still apply. */
17317 #ifdef __cplusplus
17318 extern "C"
17319 #endif
17320 char $ac_func ();
17321 /* The GNU C library defines this for functions which it implements
17322 to always fail with ENOSYS. Some functions are actually named
17323 something starting with __ and the normal name is an alias. */
17324 #if defined __stub_$ac_func || defined __stub___$ac_func
17325 choke me
17326 #endif
17329 main ()
17331 return $ac_func ();
17333 return 0;
17335 _ACEOF
17336 rm -f conftest.$ac_objext conftest$ac_exeext
17337 if { (ac_try="$ac_link"
17338 case "(($ac_try" in
17339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17340 *) ac_try_echo=$ac_try;;
17341 esac
17342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17343 (eval "$ac_link") 2>conftest.er1
17344 ac_status=$?
17345 grep -v '^ *+' conftest.er1 >conftest.err
17346 rm -f conftest.er1
17347 cat conftest.err >&5
17348 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17349 (exit $ac_status); } && {
17350 test -z "$ac_c_werror_flag" ||
17351 test ! -s conftest.err
17352 } && test -s conftest$ac_exeext &&
17353 $as_test_x conftest$ac_exeext; then
17354 eval "$as_ac_var=yes"
17355 else
17356 echo "$as_me: failed program was:" >&5
17357 sed 's/^/| /' conftest.$ac_ext >&5
17359 eval "$as_ac_var=no"
17362 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17363 conftest$ac_exeext conftest.$ac_ext
17365 ac_res=`eval echo '${'$as_ac_var'}'`
17366 { echo "$as_me:$LINENO: result: $ac_res" >&5
17367 echo "${ECHO_T}$ac_res" >&6; }
17368 if test `eval echo '${'$as_ac_var'}'` = yes; then
17369 cat >>confdefs.h <<_ACEOF
17370 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17371 _ACEOF
17374 done
17377 if test "$ac_cv_func_dlopen" = no
17378 then
17379 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17380 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17381 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17382 echo $ECHO_N "(cached) $ECHO_C" >&6
17383 else
17384 ac_check_lib_save_LIBS=$LIBS
17385 LIBS="-ldl $LIBS"
17386 cat >conftest.$ac_ext <<_ACEOF
17387 /* confdefs.h. */
17388 _ACEOF
17389 cat confdefs.h >>conftest.$ac_ext
17390 cat >>conftest.$ac_ext <<_ACEOF
17391 /* end confdefs.h. */
17393 /* Override any GCC internal prototype to avoid an error.
17394 Use char because int might match the return type of a GCC
17395 builtin and then its argument prototype would still apply. */
17396 #ifdef __cplusplus
17397 extern "C"
17398 #endif
17399 char dlopen ();
17401 main ()
17403 return dlopen ();
17405 return 0;
17407 _ACEOF
17408 rm -f conftest.$ac_objext conftest$ac_exeext
17409 if { (ac_try="$ac_link"
17410 case "(($ac_try" in
17411 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17412 *) ac_try_echo=$ac_try;;
17413 esac
17414 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17415 (eval "$ac_link") 2>conftest.er1
17416 ac_status=$?
17417 grep -v '^ *+' conftest.er1 >conftest.err
17418 rm -f conftest.er1
17419 cat conftest.err >&5
17420 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17421 (exit $ac_status); } && {
17422 test -z "$ac_c_werror_flag" ||
17423 test ! -s conftest.err
17424 } && test -s conftest$ac_exeext &&
17425 $as_test_x conftest$ac_exeext; then
17426 ac_cv_lib_dl_dlopen=yes
17427 else
17428 echo "$as_me: failed program was:" >&5
17429 sed 's/^/| /' conftest.$ac_ext >&5
17431 ac_cv_lib_dl_dlopen=no
17434 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17435 conftest$ac_exeext conftest.$ac_ext
17436 LIBS=$ac_check_lib_save_LIBS
17438 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17439 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17440 if test $ac_cv_lib_dl_dlopen = yes; then
17441 cat >>confdefs.h <<\_ACEOF
17442 #define HAVE_DLOPEN 1
17443 _ACEOF
17444 LIBDL="-ldl"
17449 ac_wine_check_funcs_save_LIBS="$LIBS"
17450 LIBS="$LIBS $LIBDL"
17452 for ac_func in dladdr
17454 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17455 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17456 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17457 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17458 echo $ECHO_N "(cached) $ECHO_C" >&6
17459 else
17460 cat >conftest.$ac_ext <<_ACEOF
17461 /* confdefs.h. */
17462 _ACEOF
17463 cat confdefs.h >>conftest.$ac_ext
17464 cat >>conftest.$ac_ext <<_ACEOF
17465 /* end confdefs.h. */
17466 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17467 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17468 #define $ac_func innocuous_$ac_func
17470 /* System header to define __stub macros and hopefully few prototypes,
17471 which can conflict with char $ac_func (); below.
17472 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17473 <limits.h> exists even on freestanding compilers. */
17475 #ifdef __STDC__
17476 # include <limits.h>
17477 #else
17478 # include <assert.h>
17479 #endif
17481 #undef $ac_func
17483 /* Override any GCC internal prototype to avoid an error.
17484 Use char because int might match the return type of a GCC
17485 builtin and then its argument prototype would still apply. */
17486 #ifdef __cplusplus
17487 extern "C"
17488 #endif
17489 char $ac_func ();
17490 /* The GNU C library defines this for functions which it implements
17491 to always fail with ENOSYS. Some functions are actually named
17492 something starting with __ and the normal name is an alias. */
17493 #if defined __stub_$ac_func || defined __stub___$ac_func
17494 choke me
17495 #endif
17498 main ()
17500 return $ac_func ();
17502 return 0;
17504 _ACEOF
17505 rm -f conftest.$ac_objext conftest$ac_exeext
17506 if { (ac_try="$ac_link"
17507 case "(($ac_try" in
17508 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17509 *) ac_try_echo=$ac_try;;
17510 esac
17511 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17512 (eval "$ac_link") 2>conftest.er1
17513 ac_status=$?
17514 grep -v '^ *+' conftest.er1 >conftest.err
17515 rm -f conftest.er1
17516 cat conftest.err >&5
17517 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17518 (exit $ac_status); } && {
17519 test -z "$ac_c_werror_flag" ||
17520 test ! -s conftest.err
17521 } && test -s conftest$ac_exeext &&
17522 $as_test_x conftest$ac_exeext; then
17523 eval "$as_ac_var=yes"
17524 else
17525 echo "$as_me: failed program was:" >&5
17526 sed 's/^/| /' conftest.$ac_ext >&5
17528 eval "$as_ac_var=no"
17531 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17532 conftest$ac_exeext conftest.$ac_ext
17534 ac_res=`eval echo '${'$as_ac_var'}'`
17535 { echo "$as_me:$LINENO: result: $ac_res" >&5
17536 echo "${ECHO_T}$ac_res" >&6; }
17537 if test `eval echo '${'$as_ac_var'}'` = yes; then
17538 cat >>confdefs.h <<_ACEOF
17539 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17540 _ACEOF
17543 done
17545 LIBS="$ac_wine_check_funcs_save_LIBS"
17547 if test "$ac_cv_func_poll" = no
17548 then
17549 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17550 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17551 if test "${ac_cv_lib_poll_poll+set}" = set; then
17552 echo $ECHO_N "(cached) $ECHO_C" >&6
17553 else
17554 ac_check_lib_save_LIBS=$LIBS
17555 LIBS="-lpoll $LIBS"
17556 cat >conftest.$ac_ext <<_ACEOF
17557 /* confdefs.h. */
17558 _ACEOF
17559 cat confdefs.h >>conftest.$ac_ext
17560 cat >>conftest.$ac_ext <<_ACEOF
17561 /* end confdefs.h. */
17563 /* Override any GCC internal prototype to avoid an error.
17564 Use char because int might match the return type of a GCC
17565 builtin and then its argument prototype would still apply. */
17566 #ifdef __cplusplus
17567 extern "C"
17568 #endif
17569 char poll ();
17571 main ()
17573 return poll ();
17575 return 0;
17577 _ACEOF
17578 rm -f conftest.$ac_objext conftest$ac_exeext
17579 if { (ac_try="$ac_link"
17580 case "(($ac_try" in
17581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17582 *) ac_try_echo=$ac_try;;
17583 esac
17584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17585 (eval "$ac_link") 2>conftest.er1
17586 ac_status=$?
17587 grep -v '^ *+' conftest.er1 >conftest.err
17588 rm -f conftest.er1
17589 cat conftest.err >&5
17590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17591 (exit $ac_status); } && {
17592 test -z "$ac_c_werror_flag" ||
17593 test ! -s conftest.err
17594 } && test -s conftest$ac_exeext &&
17595 $as_test_x conftest$ac_exeext; then
17596 ac_cv_lib_poll_poll=yes
17597 else
17598 echo "$as_me: failed program was:" >&5
17599 sed 's/^/| /' conftest.$ac_ext >&5
17601 ac_cv_lib_poll_poll=no
17604 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17605 conftest$ac_exeext conftest.$ac_ext
17606 LIBS=$ac_check_lib_save_LIBS
17608 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17609 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17610 if test $ac_cv_lib_poll_poll = yes; then
17611 cat >>confdefs.h <<\_ACEOF
17612 #define HAVE_POLL 1
17613 _ACEOF
17614 LIBPOLL="-lpoll"
17620 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17621 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17622 if test "${ac_cv_search_gethostbyname+set}" = set; then
17623 echo $ECHO_N "(cached) $ECHO_C" >&6
17624 else
17625 ac_func_search_save_LIBS=$LIBS
17626 cat >conftest.$ac_ext <<_ACEOF
17627 /* confdefs.h. */
17628 _ACEOF
17629 cat confdefs.h >>conftest.$ac_ext
17630 cat >>conftest.$ac_ext <<_ACEOF
17631 /* end confdefs.h. */
17633 /* Override any GCC internal prototype to avoid an error.
17634 Use char because int might match the return type of a GCC
17635 builtin and then its argument prototype would still apply. */
17636 #ifdef __cplusplus
17637 extern "C"
17638 #endif
17639 char gethostbyname ();
17641 main ()
17643 return gethostbyname ();
17645 return 0;
17647 _ACEOF
17648 for ac_lib in '' nsl; do
17649 if test -z "$ac_lib"; then
17650 ac_res="none required"
17651 else
17652 ac_res=-l$ac_lib
17653 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17655 rm -f conftest.$ac_objext conftest$ac_exeext
17656 if { (ac_try="$ac_link"
17657 case "(($ac_try" in
17658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17659 *) ac_try_echo=$ac_try;;
17660 esac
17661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17662 (eval "$ac_link") 2>conftest.er1
17663 ac_status=$?
17664 grep -v '^ *+' conftest.er1 >conftest.err
17665 rm -f conftest.er1
17666 cat conftest.err >&5
17667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17668 (exit $ac_status); } && {
17669 test -z "$ac_c_werror_flag" ||
17670 test ! -s conftest.err
17671 } && test -s conftest$ac_exeext &&
17672 $as_test_x conftest$ac_exeext; then
17673 ac_cv_search_gethostbyname=$ac_res
17674 else
17675 echo "$as_me: failed program was:" >&5
17676 sed 's/^/| /' conftest.$ac_ext >&5
17681 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17682 conftest$ac_exeext
17683 if test "${ac_cv_search_gethostbyname+set}" = set; then
17684 break
17686 done
17687 if test "${ac_cv_search_gethostbyname+set}" = set; then
17689 else
17690 ac_cv_search_gethostbyname=no
17692 rm conftest.$ac_ext
17693 LIBS=$ac_func_search_save_LIBS
17695 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17696 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17697 ac_res=$ac_cv_search_gethostbyname
17698 if test "$ac_res" != no; then
17699 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17704 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17705 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17706 if test "${ac_cv_search_connect+set}" = set; then
17707 echo $ECHO_N "(cached) $ECHO_C" >&6
17708 else
17709 ac_func_search_save_LIBS=$LIBS
17710 cat >conftest.$ac_ext <<_ACEOF
17711 /* confdefs.h. */
17712 _ACEOF
17713 cat confdefs.h >>conftest.$ac_ext
17714 cat >>conftest.$ac_ext <<_ACEOF
17715 /* end confdefs.h. */
17717 /* Override any GCC internal prototype to avoid an error.
17718 Use char because int might match the return type of a GCC
17719 builtin and then its argument prototype would still apply. */
17720 #ifdef __cplusplus
17721 extern "C"
17722 #endif
17723 char connect ();
17725 main ()
17727 return connect ();
17729 return 0;
17731 _ACEOF
17732 for ac_lib in '' socket; do
17733 if test -z "$ac_lib"; then
17734 ac_res="none required"
17735 else
17736 ac_res=-l$ac_lib
17737 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17739 rm -f conftest.$ac_objext conftest$ac_exeext
17740 if { (ac_try="$ac_link"
17741 case "(($ac_try" in
17742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17743 *) ac_try_echo=$ac_try;;
17744 esac
17745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17746 (eval "$ac_link") 2>conftest.er1
17747 ac_status=$?
17748 grep -v '^ *+' conftest.er1 >conftest.err
17749 rm -f conftest.er1
17750 cat conftest.err >&5
17751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17752 (exit $ac_status); } && {
17753 test -z "$ac_c_werror_flag" ||
17754 test ! -s conftest.err
17755 } && test -s conftest$ac_exeext &&
17756 $as_test_x conftest$ac_exeext; then
17757 ac_cv_search_connect=$ac_res
17758 else
17759 echo "$as_me: failed program was:" >&5
17760 sed 's/^/| /' conftest.$ac_ext >&5
17765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17766 conftest$ac_exeext
17767 if test "${ac_cv_search_connect+set}" = set; then
17768 break
17770 done
17771 if test "${ac_cv_search_connect+set}" = set; then
17773 else
17774 ac_cv_search_connect=no
17776 rm conftest.$ac_ext
17777 LIBS=$ac_func_search_save_LIBS
17779 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17780 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17781 ac_res=$ac_cv_search_connect
17782 if test "$ac_res" != no; then
17783 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17788 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17789 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17790 if test "${ac_cv_search_inet_aton+set}" = set; then
17791 echo $ECHO_N "(cached) $ECHO_C" >&6
17792 else
17793 ac_func_search_save_LIBS=$LIBS
17794 cat >conftest.$ac_ext <<_ACEOF
17795 /* confdefs.h. */
17796 _ACEOF
17797 cat confdefs.h >>conftest.$ac_ext
17798 cat >>conftest.$ac_ext <<_ACEOF
17799 /* end confdefs.h. */
17801 /* Override any GCC internal prototype to avoid an error.
17802 Use char because int might match the return type of a GCC
17803 builtin and then its argument prototype would still apply. */
17804 #ifdef __cplusplus
17805 extern "C"
17806 #endif
17807 char inet_aton ();
17809 main ()
17811 return inet_aton ();
17813 return 0;
17815 _ACEOF
17816 for ac_lib in '' resolv; do
17817 if test -z "$ac_lib"; then
17818 ac_res="none required"
17819 else
17820 ac_res=-l$ac_lib
17821 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17823 rm -f conftest.$ac_objext conftest$ac_exeext
17824 if { (ac_try="$ac_link"
17825 case "(($ac_try" in
17826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17827 *) ac_try_echo=$ac_try;;
17828 esac
17829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17830 (eval "$ac_link") 2>conftest.er1
17831 ac_status=$?
17832 grep -v '^ *+' conftest.er1 >conftest.err
17833 rm -f conftest.er1
17834 cat conftest.err >&5
17835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17836 (exit $ac_status); } && {
17837 test -z "$ac_c_werror_flag" ||
17838 test ! -s conftest.err
17839 } && test -s conftest$ac_exeext &&
17840 $as_test_x conftest$ac_exeext; then
17841 ac_cv_search_inet_aton=$ac_res
17842 else
17843 echo "$as_me: failed program was:" >&5
17844 sed 's/^/| /' conftest.$ac_ext >&5
17849 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17850 conftest$ac_exeext
17851 if test "${ac_cv_search_inet_aton+set}" = set; then
17852 break
17854 done
17855 if test "${ac_cv_search_inet_aton+set}" = set; then
17857 else
17858 ac_cv_search_inet_aton=no
17860 rm conftest.$ac_ext
17861 LIBS=$ac_func_search_save_LIBS
17863 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17864 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17865 ac_res=$ac_cv_search_inet_aton
17866 if test "$ac_res" != no; then
17867 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17880 for ac_func in \
17881 getaddrinfo \
17882 getnameinfo \
17883 getnetbyname \
17884 getprotobyname \
17885 getprotobynumber \
17886 getservbyport \
17887 inet_network \
17888 sendmsg \
17891 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17892 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17893 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17894 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17895 echo $ECHO_N "(cached) $ECHO_C" >&6
17896 else
17897 cat >conftest.$ac_ext <<_ACEOF
17898 /* confdefs.h. */
17899 _ACEOF
17900 cat confdefs.h >>conftest.$ac_ext
17901 cat >>conftest.$ac_ext <<_ACEOF
17902 /* end confdefs.h. */
17903 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17904 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17905 #define $ac_func innocuous_$ac_func
17907 /* System header to define __stub macros and hopefully few prototypes,
17908 which can conflict with char $ac_func (); below.
17909 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17910 <limits.h> exists even on freestanding compilers. */
17912 #ifdef __STDC__
17913 # include <limits.h>
17914 #else
17915 # include <assert.h>
17916 #endif
17918 #undef $ac_func
17920 /* Override any GCC internal prototype to avoid an error.
17921 Use char because int might match the return type of a GCC
17922 builtin and then its argument prototype would still apply. */
17923 #ifdef __cplusplus
17924 extern "C"
17925 #endif
17926 char $ac_func ();
17927 /* The GNU C library defines this for functions which it implements
17928 to always fail with ENOSYS. Some functions are actually named
17929 something starting with __ and the normal name is an alias. */
17930 #if defined __stub_$ac_func || defined __stub___$ac_func
17931 choke me
17932 #endif
17935 main ()
17937 return $ac_func ();
17939 return 0;
17941 _ACEOF
17942 rm -f conftest.$ac_objext conftest$ac_exeext
17943 if { (ac_try="$ac_link"
17944 case "(($ac_try" in
17945 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17946 *) ac_try_echo=$ac_try;;
17947 esac
17948 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17949 (eval "$ac_link") 2>conftest.er1
17950 ac_status=$?
17951 grep -v '^ *+' conftest.er1 >conftest.err
17952 rm -f conftest.er1
17953 cat conftest.err >&5
17954 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17955 (exit $ac_status); } && {
17956 test -z "$ac_c_werror_flag" ||
17957 test ! -s conftest.err
17958 } && test -s conftest$ac_exeext &&
17959 $as_test_x conftest$ac_exeext; then
17960 eval "$as_ac_var=yes"
17961 else
17962 echo "$as_me: failed program was:" >&5
17963 sed 's/^/| /' conftest.$ac_ext >&5
17965 eval "$as_ac_var=no"
17968 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17969 conftest$ac_exeext conftest.$ac_ext
17971 ac_res=`eval echo '${'$as_ac_var'}'`
17972 { echo "$as_me:$LINENO: result: $ac_res" >&5
17973 echo "${ECHO_T}$ac_res" >&6; }
17974 if test `eval echo '${'$as_ac_var'}'` = yes; then
17975 cat >>confdefs.h <<_ACEOF
17976 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17977 _ACEOF
17980 done
17983 LDAPLIBS=""
17985 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17986 then
17987 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17988 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17989 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17990 echo $ECHO_N "(cached) $ECHO_C" >&6
17991 else
17992 cat >conftest.$ac_ext <<_ACEOF
17993 /* confdefs.h. */
17994 _ACEOF
17995 cat confdefs.h >>conftest.$ac_ext
17996 cat >>conftest.$ac_ext <<_ACEOF
17997 /* end confdefs.h. */
17998 #include <ldap.h>
18000 typedef LDAPSortKey ac__type_new_;
18002 main ()
18004 if ((ac__type_new_ *) 0)
18005 return 0;
18006 if (sizeof (ac__type_new_))
18007 return 0;
18009 return 0;
18011 _ACEOF
18012 rm -f conftest.$ac_objext
18013 if { (ac_try="$ac_compile"
18014 case "(($ac_try" in
18015 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18016 *) ac_try_echo=$ac_try;;
18017 esac
18018 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18019 (eval "$ac_compile") 2>conftest.er1
18020 ac_status=$?
18021 grep -v '^ *+' conftest.er1 >conftest.err
18022 rm -f conftest.er1
18023 cat conftest.err >&5
18024 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18025 (exit $ac_status); } && {
18026 test -z "$ac_c_werror_flag" ||
18027 test ! -s conftest.err
18028 } && test -s conftest.$ac_objext; then
18029 ac_cv_type_LDAPSortKey=yes
18030 else
18031 echo "$as_me: failed program was:" >&5
18032 sed 's/^/| /' conftest.$ac_ext >&5
18034 ac_cv_type_LDAPSortKey=no
18037 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18039 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18040 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18041 if test $ac_cv_type_LDAPSortKey = yes; then
18042 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18043 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18044 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18045 echo $ECHO_N "(cached) $ECHO_C" >&6
18046 else
18047 ac_check_lib_save_LIBS=$LIBS
18048 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18049 cat >conftest.$ac_ext <<_ACEOF
18050 /* confdefs.h. */
18051 _ACEOF
18052 cat confdefs.h >>conftest.$ac_ext
18053 cat >>conftest.$ac_ext <<_ACEOF
18054 /* end confdefs.h. */
18056 /* Override any GCC internal prototype to avoid an error.
18057 Use char because int might match the return type of a GCC
18058 builtin and then its argument prototype would still apply. */
18059 #ifdef __cplusplus
18060 extern "C"
18061 #endif
18062 char ldap_initialize ();
18064 main ()
18066 return ldap_initialize ();
18068 return 0;
18070 _ACEOF
18071 rm -f conftest.$ac_objext conftest$ac_exeext
18072 if { (ac_try="$ac_link"
18073 case "(($ac_try" in
18074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18075 *) ac_try_echo=$ac_try;;
18076 esac
18077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18078 (eval "$ac_link") 2>conftest.er1
18079 ac_status=$?
18080 grep -v '^ *+' conftest.er1 >conftest.err
18081 rm -f conftest.er1
18082 cat conftest.err >&5
18083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18084 (exit $ac_status); } && {
18085 test -z "$ac_c_werror_flag" ||
18086 test ! -s conftest.err
18087 } && test -s conftest$ac_exeext &&
18088 $as_test_x conftest$ac_exeext; then
18089 ac_cv_lib_ldap_r_ldap_initialize=yes
18090 else
18091 echo "$as_me: failed program was:" >&5
18092 sed 's/^/| /' conftest.$ac_ext >&5
18094 ac_cv_lib_ldap_r_ldap_initialize=no
18097 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18098 conftest$ac_exeext conftest.$ac_ext
18099 LIBS=$ac_check_lib_save_LIBS
18101 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18102 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18103 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18104 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18105 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18106 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18107 echo $ECHO_N "(cached) $ECHO_C" >&6
18108 else
18109 ac_check_lib_save_LIBS=$LIBS
18110 LIBS="-llber $LIBPTHREAD $LIBS"
18111 cat >conftest.$ac_ext <<_ACEOF
18112 /* confdefs.h. */
18113 _ACEOF
18114 cat confdefs.h >>conftest.$ac_ext
18115 cat >>conftest.$ac_ext <<_ACEOF
18116 /* end confdefs.h. */
18118 /* Override any GCC internal prototype to avoid an error.
18119 Use char because int might match the return type of a GCC
18120 builtin and then its argument prototype would still apply. */
18121 #ifdef __cplusplus
18122 extern "C"
18123 #endif
18124 char ber_init ();
18126 main ()
18128 return ber_init ();
18130 return 0;
18132 _ACEOF
18133 rm -f conftest.$ac_objext conftest$ac_exeext
18134 if { (ac_try="$ac_link"
18135 case "(($ac_try" in
18136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18137 *) ac_try_echo=$ac_try;;
18138 esac
18139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18140 (eval "$ac_link") 2>conftest.er1
18141 ac_status=$?
18142 grep -v '^ *+' conftest.er1 >conftest.err
18143 rm -f conftest.er1
18144 cat conftest.err >&5
18145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18146 (exit $ac_status); } && {
18147 test -z "$ac_c_werror_flag" ||
18148 test ! -s conftest.err
18149 } && test -s conftest$ac_exeext &&
18150 $as_test_x conftest$ac_exeext; then
18151 ac_cv_lib_lber_ber_init=yes
18152 else
18153 echo "$as_me: failed program was:" >&5
18154 sed 's/^/| /' conftest.$ac_ext >&5
18156 ac_cv_lib_lber_ber_init=no
18159 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18160 conftest$ac_exeext conftest.$ac_ext
18161 LIBS=$ac_check_lib_save_LIBS
18163 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18164 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18165 if test $ac_cv_lib_lber_ber_init = yes; then
18167 cat >>confdefs.h <<\_ACEOF
18168 #define HAVE_LDAP 1
18169 _ACEOF
18171 LDAPLIBS="-lldap_r -llber"
18178 ac_wine_check_funcs_save_LIBS="$LIBS"
18179 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18188 for ac_func in \
18189 ldap_count_references \
18190 ldap_first_reference \
18191 ldap_next_reference \
18192 ldap_parse_reference \
18193 ldap_parse_sort_control \
18194 ldap_parse_sortresponse_control \
18195 ldap_parse_vlv_control \
18196 ldap_parse_vlvresponse_control
18198 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18199 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18200 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18201 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18202 echo $ECHO_N "(cached) $ECHO_C" >&6
18203 else
18204 cat >conftest.$ac_ext <<_ACEOF
18205 /* confdefs.h. */
18206 _ACEOF
18207 cat confdefs.h >>conftest.$ac_ext
18208 cat >>conftest.$ac_ext <<_ACEOF
18209 /* end confdefs.h. */
18210 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18211 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18212 #define $ac_func innocuous_$ac_func
18214 /* System header to define __stub macros and hopefully few prototypes,
18215 which can conflict with char $ac_func (); below.
18216 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18217 <limits.h> exists even on freestanding compilers. */
18219 #ifdef __STDC__
18220 # include <limits.h>
18221 #else
18222 # include <assert.h>
18223 #endif
18225 #undef $ac_func
18227 /* Override any GCC internal prototype to avoid an error.
18228 Use char because int might match the return type of a GCC
18229 builtin and then its argument prototype would still apply. */
18230 #ifdef __cplusplus
18231 extern "C"
18232 #endif
18233 char $ac_func ();
18234 /* The GNU C library defines this for functions which it implements
18235 to always fail with ENOSYS. Some functions are actually named
18236 something starting with __ and the normal name is an alias. */
18237 #if defined __stub_$ac_func || defined __stub___$ac_func
18238 choke me
18239 #endif
18242 main ()
18244 return $ac_func ();
18246 return 0;
18248 _ACEOF
18249 rm -f conftest.$ac_objext conftest$ac_exeext
18250 if { (ac_try="$ac_link"
18251 case "(($ac_try" in
18252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18253 *) ac_try_echo=$ac_try;;
18254 esac
18255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18256 (eval "$ac_link") 2>conftest.er1
18257 ac_status=$?
18258 grep -v '^ *+' conftest.er1 >conftest.err
18259 rm -f conftest.er1
18260 cat conftest.err >&5
18261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18262 (exit $ac_status); } && {
18263 test -z "$ac_c_werror_flag" ||
18264 test ! -s conftest.err
18265 } && test -s conftest$ac_exeext &&
18266 $as_test_x conftest$ac_exeext; then
18267 eval "$as_ac_var=yes"
18268 else
18269 echo "$as_me: failed program was:" >&5
18270 sed 's/^/| /' conftest.$ac_ext >&5
18272 eval "$as_ac_var=no"
18275 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18276 conftest$ac_exeext conftest.$ac_ext
18278 ac_res=`eval echo '${'$as_ac_var'}'`
18279 { echo "$as_me:$LINENO: result: $ac_res" >&5
18280 echo "${ECHO_T}$ac_res" >&6; }
18281 if test `eval echo '${'$as_ac_var'}'` = yes; then
18282 cat >>confdefs.h <<_ACEOF
18283 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18284 _ACEOF
18287 done
18289 LIBS="$ac_wine_check_funcs_save_LIBS"
18291 if test "x$LDAPLIBS" = "x"; then
18292 case "x$with_ldap" in
18293 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18294 xno) ;;
18295 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18296 This is an error since --with-ldap was requested." >&5
18297 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18298 This is an error since --with-ldap was requested." >&2;}
18299 { (exit 1); exit 1; }; } ;;
18300 esac
18305 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18306 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18307 if test "${ac_cv_c_const+set}" = set; then
18308 echo $ECHO_N "(cached) $ECHO_C" >&6
18309 else
18310 cat >conftest.$ac_ext <<_ACEOF
18311 /* confdefs.h. */
18312 _ACEOF
18313 cat confdefs.h >>conftest.$ac_ext
18314 cat >>conftest.$ac_ext <<_ACEOF
18315 /* end confdefs.h. */
18318 main ()
18320 /* FIXME: Include the comments suggested by Paul. */
18321 #ifndef __cplusplus
18322 /* Ultrix mips cc rejects this. */
18323 typedef int charset[2];
18324 const charset cs;
18325 /* SunOS 4.1.1 cc rejects this. */
18326 char const *const *pcpcc;
18327 char **ppc;
18328 /* NEC SVR4.0.2 mips cc rejects this. */
18329 struct point {int x, y;};
18330 static struct point const zero = {0,0};
18331 /* AIX XL C 1.02.0.0 rejects this.
18332 It does not let you subtract one const X* pointer from another in
18333 an arm of an if-expression whose if-part is not a constant
18334 expression */
18335 const char *g = "string";
18336 pcpcc = &g + (g ? g-g : 0);
18337 /* HPUX 7.0 cc rejects these. */
18338 ++pcpcc;
18339 ppc = (char**) pcpcc;
18340 pcpcc = (char const *const *) ppc;
18341 { /* SCO 3.2v4 cc rejects this. */
18342 char *t;
18343 char const *s = 0 ? (char *) 0 : (char const *) 0;
18345 *t++ = 0;
18346 if (s) return 0;
18348 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18349 int x[] = {25, 17};
18350 const int *foo = &x[0];
18351 ++foo;
18353 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18354 typedef const int *iptr;
18355 iptr p = 0;
18356 ++p;
18358 { /* AIX XL C 1.02.0.0 rejects this saying
18359 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18360 struct s { int j; const int *ap[3]; };
18361 struct s *b; b->j = 5;
18363 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18364 const int foo = 10;
18365 if (!foo) return 0;
18367 return !cs[0] && !zero.x;
18368 #endif
18371 return 0;
18373 _ACEOF
18374 rm -f conftest.$ac_objext
18375 if { (ac_try="$ac_compile"
18376 case "(($ac_try" in
18377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18378 *) ac_try_echo=$ac_try;;
18379 esac
18380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18381 (eval "$ac_compile") 2>conftest.er1
18382 ac_status=$?
18383 grep -v '^ *+' conftest.er1 >conftest.err
18384 rm -f conftest.er1
18385 cat conftest.err >&5
18386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18387 (exit $ac_status); } && {
18388 test -z "$ac_c_werror_flag" ||
18389 test ! -s conftest.err
18390 } && test -s conftest.$ac_objext; then
18391 ac_cv_c_const=yes
18392 else
18393 echo "$as_me: failed program was:" >&5
18394 sed 's/^/| /' conftest.$ac_ext >&5
18396 ac_cv_c_const=no
18399 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18401 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18402 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18403 if test $ac_cv_c_const = no; then
18405 cat >>confdefs.h <<\_ACEOF
18406 #define const
18407 _ACEOF
18411 { echo "$as_me:$LINENO: checking for inline" >&5
18412 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18413 if test "${ac_cv_c_inline+set}" = set; then
18414 echo $ECHO_N "(cached) $ECHO_C" >&6
18415 else
18416 ac_cv_c_inline=no
18417 for ac_kw in inline __inline__ __inline; do
18418 cat >conftest.$ac_ext <<_ACEOF
18419 /* confdefs.h. */
18420 _ACEOF
18421 cat confdefs.h >>conftest.$ac_ext
18422 cat >>conftest.$ac_ext <<_ACEOF
18423 /* end confdefs.h. */
18424 #ifndef __cplusplus
18425 typedef int foo_t;
18426 static $ac_kw foo_t static_foo () {return 0; }
18427 $ac_kw foo_t foo () {return 0; }
18428 #endif
18430 _ACEOF
18431 rm -f conftest.$ac_objext
18432 if { (ac_try="$ac_compile"
18433 case "(($ac_try" in
18434 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18435 *) ac_try_echo=$ac_try;;
18436 esac
18437 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18438 (eval "$ac_compile") 2>conftest.er1
18439 ac_status=$?
18440 grep -v '^ *+' conftest.er1 >conftest.err
18441 rm -f conftest.er1
18442 cat conftest.err >&5
18443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18444 (exit $ac_status); } && {
18445 test -z "$ac_c_werror_flag" ||
18446 test ! -s conftest.err
18447 } && test -s conftest.$ac_objext; then
18448 ac_cv_c_inline=$ac_kw
18449 else
18450 echo "$as_me: failed program was:" >&5
18451 sed 's/^/| /' conftest.$ac_ext >&5
18456 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18457 test "$ac_cv_c_inline" != no && break
18458 done
18461 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18462 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18465 case $ac_cv_c_inline in
18466 inline | yes) ;;
18468 case $ac_cv_c_inline in
18469 no) ac_val=;;
18470 *) ac_val=$ac_cv_c_inline;;
18471 esac
18472 cat >>confdefs.h <<_ACEOF
18473 #ifndef __cplusplus
18474 #define inline $ac_val
18475 #endif
18476 _ACEOF
18478 esac
18480 { echo "$as_me:$LINENO: checking for mode_t" >&5
18481 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18482 if test "${ac_cv_type_mode_t+set}" = set; then
18483 echo $ECHO_N "(cached) $ECHO_C" >&6
18484 else
18485 cat >conftest.$ac_ext <<_ACEOF
18486 /* confdefs.h. */
18487 _ACEOF
18488 cat confdefs.h >>conftest.$ac_ext
18489 cat >>conftest.$ac_ext <<_ACEOF
18490 /* end confdefs.h. */
18491 $ac_includes_default
18492 typedef mode_t ac__type_new_;
18494 main ()
18496 if ((ac__type_new_ *) 0)
18497 return 0;
18498 if (sizeof (ac__type_new_))
18499 return 0;
18501 return 0;
18503 _ACEOF
18504 rm -f conftest.$ac_objext
18505 if { (ac_try="$ac_compile"
18506 case "(($ac_try" in
18507 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18508 *) ac_try_echo=$ac_try;;
18509 esac
18510 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18511 (eval "$ac_compile") 2>conftest.er1
18512 ac_status=$?
18513 grep -v '^ *+' conftest.er1 >conftest.err
18514 rm -f conftest.er1
18515 cat conftest.err >&5
18516 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18517 (exit $ac_status); } && {
18518 test -z "$ac_c_werror_flag" ||
18519 test ! -s conftest.err
18520 } && test -s conftest.$ac_objext; then
18521 ac_cv_type_mode_t=yes
18522 else
18523 echo "$as_me: failed program was:" >&5
18524 sed 's/^/| /' conftest.$ac_ext >&5
18526 ac_cv_type_mode_t=no
18529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18531 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18532 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18533 if test $ac_cv_type_mode_t = yes; then
18535 cat >>confdefs.h <<_ACEOF
18536 #define HAVE_MODE_T 1
18537 _ACEOF
18541 { echo "$as_me:$LINENO: checking for off_t" >&5
18542 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18543 if test "${ac_cv_type_off_t+set}" = set; then
18544 echo $ECHO_N "(cached) $ECHO_C" >&6
18545 else
18546 cat >conftest.$ac_ext <<_ACEOF
18547 /* confdefs.h. */
18548 _ACEOF
18549 cat confdefs.h >>conftest.$ac_ext
18550 cat >>conftest.$ac_ext <<_ACEOF
18551 /* end confdefs.h. */
18552 $ac_includes_default
18553 typedef off_t ac__type_new_;
18555 main ()
18557 if ((ac__type_new_ *) 0)
18558 return 0;
18559 if (sizeof (ac__type_new_))
18560 return 0;
18562 return 0;
18564 _ACEOF
18565 rm -f conftest.$ac_objext
18566 if { (ac_try="$ac_compile"
18567 case "(($ac_try" in
18568 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18569 *) ac_try_echo=$ac_try;;
18570 esac
18571 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18572 (eval "$ac_compile") 2>conftest.er1
18573 ac_status=$?
18574 grep -v '^ *+' conftest.er1 >conftest.err
18575 rm -f conftest.er1
18576 cat conftest.err >&5
18577 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18578 (exit $ac_status); } && {
18579 test -z "$ac_c_werror_flag" ||
18580 test ! -s conftest.err
18581 } && test -s conftest.$ac_objext; then
18582 ac_cv_type_off_t=yes
18583 else
18584 echo "$as_me: failed program was:" >&5
18585 sed 's/^/| /' conftest.$ac_ext >&5
18587 ac_cv_type_off_t=no
18590 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18592 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18593 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18594 if test $ac_cv_type_off_t = yes; then
18596 cat >>confdefs.h <<_ACEOF
18597 #define HAVE_OFF_T 1
18598 _ACEOF
18602 { echo "$as_me:$LINENO: checking for pid_t" >&5
18603 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18604 if test "${ac_cv_type_pid_t+set}" = set; then
18605 echo $ECHO_N "(cached) $ECHO_C" >&6
18606 else
18607 cat >conftest.$ac_ext <<_ACEOF
18608 /* confdefs.h. */
18609 _ACEOF
18610 cat confdefs.h >>conftest.$ac_ext
18611 cat >>conftest.$ac_ext <<_ACEOF
18612 /* end confdefs.h. */
18613 $ac_includes_default
18614 typedef pid_t ac__type_new_;
18616 main ()
18618 if ((ac__type_new_ *) 0)
18619 return 0;
18620 if (sizeof (ac__type_new_))
18621 return 0;
18623 return 0;
18625 _ACEOF
18626 rm -f conftest.$ac_objext
18627 if { (ac_try="$ac_compile"
18628 case "(($ac_try" in
18629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18630 *) ac_try_echo=$ac_try;;
18631 esac
18632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18633 (eval "$ac_compile") 2>conftest.er1
18634 ac_status=$?
18635 grep -v '^ *+' conftest.er1 >conftest.err
18636 rm -f conftest.er1
18637 cat conftest.err >&5
18638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18639 (exit $ac_status); } && {
18640 test -z "$ac_c_werror_flag" ||
18641 test ! -s conftest.err
18642 } && test -s conftest.$ac_objext; then
18643 ac_cv_type_pid_t=yes
18644 else
18645 echo "$as_me: failed program was:" >&5
18646 sed 's/^/| /' conftest.$ac_ext >&5
18648 ac_cv_type_pid_t=no
18651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18653 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18654 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18655 if test $ac_cv_type_pid_t = yes; then
18657 cat >>confdefs.h <<_ACEOF
18658 #define HAVE_PID_T 1
18659 _ACEOF
18663 { echo "$as_me:$LINENO: checking for size_t" >&5
18664 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18665 if test "${ac_cv_type_size_t+set}" = set; then
18666 echo $ECHO_N "(cached) $ECHO_C" >&6
18667 else
18668 cat >conftest.$ac_ext <<_ACEOF
18669 /* confdefs.h. */
18670 _ACEOF
18671 cat confdefs.h >>conftest.$ac_ext
18672 cat >>conftest.$ac_ext <<_ACEOF
18673 /* end confdefs.h. */
18674 $ac_includes_default
18675 typedef size_t ac__type_new_;
18677 main ()
18679 if ((ac__type_new_ *) 0)
18680 return 0;
18681 if (sizeof (ac__type_new_))
18682 return 0;
18684 return 0;
18686 _ACEOF
18687 rm -f conftest.$ac_objext
18688 if { (ac_try="$ac_compile"
18689 case "(($ac_try" in
18690 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18691 *) ac_try_echo=$ac_try;;
18692 esac
18693 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18694 (eval "$ac_compile") 2>conftest.er1
18695 ac_status=$?
18696 grep -v '^ *+' conftest.er1 >conftest.err
18697 rm -f conftest.er1
18698 cat conftest.err >&5
18699 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18700 (exit $ac_status); } && {
18701 test -z "$ac_c_werror_flag" ||
18702 test ! -s conftest.err
18703 } && test -s conftest.$ac_objext; then
18704 ac_cv_type_size_t=yes
18705 else
18706 echo "$as_me: failed program was:" >&5
18707 sed 's/^/| /' conftest.$ac_ext >&5
18709 ac_cv_type_size_t=no
18712 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18714 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18715 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18716 if test $ac_cv_type_size_t = yes; then
18718 cat >>confdefs.h <<_ACEOF
18719 #define HAVE_SIZE_T 1
18720 _ACEOF
18724 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18725 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18726 if test "${ac_cv_type_ssize_t+set}" = set; then
18727 echo $ECHO_N "(cached) $ECHO_C" >&6
18728 else
18729 cat >conftest.$ac_ext <<_ACEOF
18730 /* confdefs.h. */
18731 _ACEOF
18732 cat confdefs.h >>conftest.$ac_ext
18733 cat >>conftest.$ac_ext <<_ACEOF
18734 /* end confdefs.h. */
18735 $ac_includes_default
18736 typedef ssize_t ac__type_new_;
18738 main ()
18740 if ((ac__type_new_ *) 0)
18741 return 0;
18742 if (sizeof (ac__type_new_))
18743 return 0;
18745 return 0;
18747 _ACEOF
18748 rm -f conftest.$ac_objext
18749 if { (ac_try="$ac_compile"
18750 case "(($ac_try" in
18751 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18752 *) ac_try_echo=$ac_try;;
18753 esac
18754 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18755 (eval "$ac_compile") 2>conftest.er1
18756 ac_status=$?
18757 grep -v '^ *+' conftest.er1 >conftest.err
18758 rm -f conftest.er1
18759 cat conftest.err >&5
18760 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18761 (exit $ac_status); } && {
18762 test -z "$ac_c_werror_flag" ||
18763 test ! -s conftest.err
18764 } && test -s conftest.$ac_objext; then
18765 ac_cv_type_ssize_t=yes
18766 else
18767 echo "$as_me: failed program was:" >&5
18768 sed 's/^/| /' conftest.$ac_ext >&5
18770 ac_cv_type_ssize_t=no
18773 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18775 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18776 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18777 if test $ac_cv_type_ssize_t = yes; then
18779 cat >>confdefs.h <<_ACEOF
18780 #define HAVE_SSIZE_T 1
18781 _ACEOF
18785 { echo "$as_me:$LINENO: checking for long long" >&5
18786 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18787 if test "${ac_cv_type_long_long+set}" = set; then
18788 echo $ECHO_N "(cached) $ECHO_C" >&6
18789 else
18790 cat >conftest.$ac_ext <<_ACEOF
18791 /* confdefs.h. */
18792 _ACEOF
18793 cat confdefs.h >>conftest.$ac_ext
18794 cat >>conftest.$ac_ext <<_ACEOF
18795 /* end confdefs.h. */
18796 $ac_includes_default
18797 typedef long long ac__type_new_;
18799 main ()
18801 if ((ac__type_new_ *) 0)
18802 return 0;
18803 if (sizeof (ac__type_new_))
18804 return 0;
18806 return 0;
18808 _ACEOF
18809 rm -f conftest.$ac_objext
18810 if { (ac_try="$ac_compile"
18811 case "(($ac_try" in
18812 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18813 *) ac_try_echo=$ac_try;;
18814 esac
18815 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18816 (eval "$ac_compile") 2>conftest.er1
18817 ac_status=$?
18818 grep -v '^ *+' conftest.er1 >conftest.err
18819 rm -f conftest.er1
18820 cat conftest.err >&5
18821 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18822 (exit $ac_status); } && {
18823 test -z "$ac_c_werror_flag" ||
18824 test ! -s conftest.err
18825 } && test -s conftest.$ac_objext; then
18826 ac_cv_type_long_long=yes
18827 else
18828 echo "$as_me: failed program was:" >&5
18829 sed 's/^/| /' conftest.$ac_ext >&5
18831 ac_cv_type_long_long=no
18834 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18836 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18837 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18838 if test $ac_cv_type_long_long = yes; then
18840 cat >>confdefs.h <<_ACEOF
18841 #define HAVE_LONG_LONG 1
18842 _ACEOF
18846 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18847 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18848 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18849 echo $ECHO_N "(cached) $ECHO_C" >&6
18850 else
18851 cat >conftest.$ac_ext <<_ACEOF
18852 /* confdefs.h. */
18853 _ACEOF
18854 cat confdefs.h >>conftest.$ac_ext
18855 cat >>conftest.$ac_ext <<_ACEOF
18856 /* end confdefs.h. */
18857 $ac_includes_default
18858 typedef fsblkcnt_t ac__type_new_;
18860 main ()
18862 if ((ac__type_new_ *) 0)
18863 return 0;
18864 if (sizeof (ac__type_new_))
18865 return 0;
18867 return 0;
18869 _ACEOF
18870 rm -f conftest.$ac_objext
18871 if { (ac_try="$ac_compile"
18872 case "(($ac_try" in
18873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18874 *) ac_try_echo=$ac_try;;
18875 esac
18876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18877 (eval "$ac_compile") 2>conftest.er1
18878 ac_status=$?
18879 grep -v '^ *+' conftest.er1 >conftest.err
18880 rm -f conftest.er1
18881 cat conftest.err >&5
18882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18883 (exit $ac_status); } && {
18884 test -z "$ac_c_werror_flag" ||
18885 test ! -s conftest.err
18886 } && test -s conftest.$ac_objext; then
18887 ac_cv_type_fsblkcnt_t=yes
18888 else
18889 echo "$as_me: failed program was:" >&5
18890 sed 's/^/| /' conftest.$ac_ext >&5
18892 ac_cv_type_fsblkcnt_t=no
18895 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18897 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18898 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18899 if test $ac_cv_type_fsblkcnt_t = yes; then
18901 cat >>confdefs.h <<_ACEOF
18902 #define HAVE_FSBLKCNT_T 1
18903 _ACEOF
18907 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18908 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18909 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18910 echo $ECHO_N "(cached) $ECHO_C" >&6
18911 else
18912 cat >conftest.$ac_ext <<_ACEOF
18913 /* confdefs.h. */
18914 _ACEOF
18915 cat confdefs.h >>conftest.$ac_ext
18916 cat >>conftest.$ac_ext <<_ACEOF
18917 /* end confdefs.h. */
18918 $ac_includes_default
18919 typedef fsfilcnt_t ac__type_new_;
18921 main ()
18923 if ((ac__type_new_ *) 0)
18924 return 0;
18925 if (sizeof (ac__type_new_))
18926 return 0;
18928 return 0;
18930 _ACEOF
18931 rm -f conftest.$ac_objext
18932 if { (ac_try="$ac_compile"
18933 case "(($ac_try" in
18934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18935 *) ac_try_echo=$ac_try;;
18936 esac
18937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18938 (eval "$ac_compile") 2>conftest.er1
18939 ac_status=$?
18940 grep -v '^ *+' conftest.er1 >conftest.err
18941 rm -f conftest.er1
18942 cat conftest.err >&5
18943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18944 (exit $ac_status); } && {
18945 test -z "$ac_c_werror_flag" ||
18946 test ! -s conftest.err
18947 } && test -s conftest.$ac_objext; then
18948 ac_cv_type_fsfilcnt_t=yes
18949 else
18950 echo "$as_me: failed program was:" >&5
18951 sed 's/^/| /' conftest.$ac_ext >&5
18953 ac_cv_type_fsfilcnt_t=no
18956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18958 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18959 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18960 if test $ac_cv_type_fsfilcnt_t = yes; then
18962 cat >>confdefs.h <<_ACEOF
18963 #define HAVE_FSFILCNT_T 1
18964 _ACEOF
18969 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18970 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18971 if test "${ac_cv_type_sigset_t+set}" = set; then
18972 echo $ECHO_N "(cached) $ECHO_C" >&6
18973 else
18974 cat >conftest.$ac_ext <<_ACEOF
18975 /* confdefs.h. */
18976 _ACEOF
18977 cat confdefs.h >>conftest.$ac_ext
18978 cat >>conftest.$ac_ext <<_ACEOF
18979 /* end confdefs.h. */
18980 #include <sys/types.h>
18981 #include <signal.h>
18983 typedef sigset_t ac__type_new_;
18985 main ()
18987 if ((ac__type_new_ *) 0)
18988 return 0;
18989 if (sizeof (ac__type_new_))
18990 return 0;
18992 return 0;
18994 _ACEOF
18995 rm -f conftest.$ac_objext
18996 if { (ac_try="$ac_compile"
18997 case "(($ac_try" in
18998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18999 *) ac_try_echo=$ac_try;;
19000 esac
19001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19002 (eval "$ac_compile") 2>conftest.er1
19003 ac_status=$?
19004 grep -v '^ *+' conftest.er1 >conftest.err
19005 rm -f conftest.er1
19006 cat conftest.err >&5
19007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19008 (exit $ac_status); } && {
19009 test -z "$ac_c_werror_flag" ||
19010 test ! -s conftest.err
19011 } && test -s conftest.$ac_objext; then
19012 ac_cv_type_sigset_t=yes
19013 else
19014 echo "$as_me: failed program was:" >&5
19015 sed 's/^/| /' conftest.$ac_ext >&5
19017 ac_cv_type_sigset_t=no
19020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19022 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19023 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19024 if test $ac_cv_type_sigset_t = yes; then
19026 cat >>confdefs.h <<_ACEOF
19027 #define HAVE_SIGSET_T 1
19028 _ACEOF
19033 { echo "$as_me:$LINENO: checking for request_sense" >&5
19034 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19035 if test "${ac_cv_type_request_sense+set}" = set; then
19036 echo $ECHO_N "(cached) $ECHO_C" >&6
19037 else
19038 cat >conftest.$ac_ext <<_ACEOF
19039 /* confdefs.h. */
19040 _ACEOF
19041 cat confdefs.h >>conftest.$ac_ext
19042 cat >>conftest.$ac_ext <<_ACEOF
19043 /* end confdefs.h. */
19044 #include <linux/cdrom.h>
19046 typedef request_sense ac__type_new_;
19048 main ()
19050 if ((ac__type_new_ *) 0)
19051 return 0;
19052 if (sizeof (ac__type_new_))
19053 return 0;
19055 return 0;
19057 _ACEOF
19058 rm -f conftest.$ac_objext
19059 if { (ac_try="$ac_compile"
19060 case "(($ac_try" in
19061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19062 *) ac_try_echo=$ac_try;;
19063 esac
19064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19065 (eval "$ac_compile") 2>conftest.er1
19066 ac_status=$?
19067 grep -v '^ *+' conftest.er1 >conftest.err
19068 rm -f conftest.er1
19069 cat conftest.err >&5
19070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19071 (exit $ac_status); } && {
19072 test -z "$ac_c_werror_flag" ||
19073 test ! -s conftest.err
19074 } && test -s conftest.$ac_objext; then
19075 ac_cv_type_request_sense=yes
19076 else
19077 echo "$as_me: failed program was:" >&5
19078 sed 's/^/| /' conftest.$ac_ext >&5
19080 ac_cv_type_request_sense=no
19083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19085 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19086 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19087 if test $ac_cv_type_request_sense = yes; then
19089 cat >>confdefs.h <<_ACEOF
19090 #define HAVE_REQUEST_SENSE 1
19091 _ACEOF
19097 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19098 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19099 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19100 echo $ECHO_N "(cached) $ECHO_C" >&6
19101 else
19102 cat >conftest.$ac_ext <<_ACEOF
19103 /* confdefs.h. */
19104 _ACEOF
19105 cat confdefs.h >>conftest.$ac_ext
19106 cat >>conftest.$ac_ext <<_ACEOF
19107 /* end confdefs.h. */
19108 #ifdef HAVE_LINUX_INPUT_H
19109 #include <linux/input.h>
19110 #endif
19113 main ()
19115 static struct ff_effect ac_aggr;
19116 if (ac_aggr.direction)
19117 return 0;
19119 return 0;
19121 _ACEOF
19122 rm -f conftest.$ac_objext
19123 if { (ac_try="$ac_compile"
19124 case "(($ac_try" in
19125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19126 *) ac_try_echo=$ac_try;;
19127 esac
19128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19129 (eval "$ac_compile") 2>conftest.er1
19130 ac_status=$?
19131 grep -v '^ *+' conftest.er1 >conftest.err
19132 rm -f conftest.er1
19133 cat conftest.err >&5
19134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19135 (exit $ac_status); } && {
19136 test -z "$ac_c_werror_flag" ||
19137 test ! -s conftest.err
19138 } && test -s conftest.$ac_objext; then
19139 ac_cv_member_struct_ff_effect_direction=yes
19140 else
19141 echo "$as_me: failed program was:" >&5
19142 sed 's/^/| /' conftest.$ac_ext >&5
19144 cat >conftest.$ac_ext <<_ACEOF
19145 /* confdefs.h. */
19146 _ACEOF
19147 cat confdefs.h >>conftest.$ac_ext
19148 cat >>conftest.$ac_ext <<_ACEOF
19149 /* end confdefs.h. */
19150 #ifdef HAVE_LINUX_INPUT_H
19151 #include <linux/input.h>
19152 #endif
19155 main ()
19157 static struct ff_effect ac_aggr;
19158 if (sizeof ac_aggr.direction)
19159 return 0;
19161 return 0;
19163 _ACEOF
19164 rm -f conftest.$ac_objext
19165 if { (ac_try="$ac_compile"
19166 case "(($ac_try" in
19167 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19168 *) ac_try_echo=$ac_try;;
19169 esac
19170 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19171 (eval "$ac_compile") 2>conftest.er1
19172 ac_status=$?
19173 grep -v '^ *+' conftest.er1 >conftest.err
19174 rm -f conftest.er1
19175 cat conftest.err >&5
19176 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19177 (exit $ac_status); } && {
19178 test -z "$ac_c_werror_flag" ||
19179 test ! -s conftest.err
19180 } && test -s conftest.$ac_objext; then
19181 ac_cv_member_struct_ff_effect_direction=yes
19182 else
19183 echo "$as_me: failed program was:" >&5
19184 sed 's/^/| /' conftest.$ac_ext >&5
19186 ac_cv_member_struct_ff_effect_direction=no
19189 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19192 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19194 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19195 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19196 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19198 cat >>confdefs.h <<_ACEOF
19199 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19200 _ACEOF
19206 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19207 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19208 if test "${wine_cv_have_sigaddset+set}" = set; then
19209 echo $ECHO_N "(cached) $ECHO_C" >&6
19210 else
19211 cat >conftest.$ac_ext <<_ACEOF
19212 /* confdefs.h. */
19213 _ACEOF
19214 cat confdefs.h >>conftest.$ac_ext
19215 cat >>conftest.$ac_ext <<_ACEOF
19216 /* end confdefs.h. */
19217 #include <signal.h>
19219 main ()
19221 sigset_t set; sigaddset(&set,SIGTERM);
19223 return 0;
19225 _ACEOF
19226 rm -f conftest.$ac_objext conftest$ac_exeext
19227 if { (ac_try="$ac_link"
19228 case "(($ac_try" in
19229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19230 *) ac_try_echo=$ac_try;;
19231 esac
19232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19233 (eval "$ac_link") 2>conftest.er1
19234 ac_status=$?
19235 grep -v '^ *+' conftest.er1 >conftest.err
19236 rm -f conftest.er1
19237 cat conftest.err >&5
19238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19239 (exit $ac_status); } && {
19240 test -z "$ac_c_werror_flag" ||
19241 test ! -s conftest.err
19242 } && test -s conftest$ac_exeext &&
19243 $as_test_x conftest$ac_exeext; then
19244 wine_cv_have_sigaddset=yes
19245 else
19246 echo "$as_me: failed program was:" >&5
19247 sed 's/^/| /' conftest.$ac_ext >&5
19249 wine_cv_have_sigaddset=no
19252 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19253 conftest$ac_exeext conftest.$ac_ext
19255 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19256 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19257 if test "$wine_cv_have_sigaddset" = "yes"
19258 then
19260 cat >>confdefs.h <<\_ACEOF
19261 #define HAVE_SIGADDSET 1
19262 _ACEOF
19267 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19268 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19269 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19270 echo $ECHO_N "(cached) $ECHO_C" >&6
19271 else
19272 cat >conftest.$ac_ext <<_ACEOF
19273 /* confdefs.h. */
19274 _ACEOF
19275 cat confdefs.h >>conftest.$ac_ext
19276 cat >>conftest.$ac_ext <<_ACEOF
19277 /* end confdefs.h. */
19278 #include <netdb.h>
19280 main ()
19283 char *name=0;
19284 struct hostent he;
19285 struct hostent *result;
19286 char *buf=0;
19287 int bufsize=0;
19288 int res,errnr;
19289 char *addr=0;
19290 int addrlen=0;
19291 int addrtype=0;
19292 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19293 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19296 return 0;
19298 _ACEOF
19299 rm -f conftest.$ac_objext conftest$ac_exeext
19300 if { (ac_try="$ac_link"
19301 case "(($ac_try" in
19302 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19303 *) ac_try_echo=$ac_try;;
19304 esac
19305 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19306 (eval "$ac_link") 2>conftest.er1
19307 ac_status=$?
19308 grep -v '^ *+' conftest.er1 >conftest.err
19309 rm -f conftest.er1
19310 cat conftest.err >&5
19311 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19312 (exit $ac_status); } && {
19313 test -z "$ac_c_werror_flag" ||
19314 test ! -s conftest.err
19315 } && test -s conftest$ac_exeext &&
19316 $as_test_x conftest$ac_exeext; then
19317 wine_cv_linux_gethostbyname_r_6=yes
19318 else
19319 echo "$as_me: failed program was:" >&5
19320 sed 's/^/| /' conftest.$ac_ext >&5
19322 wine_cv_linux_gethostbyname_r_6=no
19326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19327 conftest$ac_exeext conftest.$ac_ext
19330 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19331 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19332 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19333 then
19335 cat >>confdefs.h <<\_ACEOF
19336 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19337 _ACEOF
19341 if test "$ac_cv_header_linux_joystick_h" = "yes"
19342 then
19343 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19344 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19345 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19346 echo $ECHO_N "(cached) $ECHO_C" >&6
19347 else
19348 cat >conftest.$ac_ext <<_ACEOF
19349 /* confdefs.h. */
19350 _ACEOF
19351 cat confdefs.h >>conftest.$ac_ext
19352 cat >>conftest.$ac_ext <<_ACEOF
19353 /* end confdefs.h. */
19355 #include <sys/ioctl.h>
19356 #include <sys/types.h>
19357 #include <linux/joystick.h>
19359 struct js_event blub;
19360 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19361 #error "no 2.2 header"
19362 #endif
19365 main ()
19367 /*empty*/
19369 return 0;
19371 _ACEOF
19372 rm -f conftest.$ac_objext
19373 if { (ac_try="$ac_compile"
19374 case "(($ac_try" in
19375 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19376 *) ac_try_echo=$ac_try;;
19377 esac
19378 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19379 (eval "$ac_compile") 2>conftest.er1
19380 ac_status=$?
19381 grep -v '^ *+' conftest.er1 >conftest.err
19382 rm -f conftest.er1
19383 cat conftest.err >&5
19384 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19385 (exit $ac_status); } && {
19386 test -z "$ac_c_werror_flag" ||
19387 test ! -s conftest.err
19388 } && test -s conftest.$ac_objext; then
19389 wine_cv_linux_joystick_22_api=yes
19390 else
19391 echo "$as_me: failed program was:" >&5
19392 sed 's/^/| /' conftest.$ac_ext >&5
19394 wine_cv_linux_joystick_22_api=no
19397 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19400 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19401 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19402 if test "$wine_cv_linux_joystick_22_api" = "yes"
19403 then
19405 cat >>confdefs.h <<\_ACEOF
19406 #define HAVE_LINUX_22_JOYSTICK_API 1
19407 _ACEOF
19413 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19414 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19415 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19416 echo $ECHO_N "(cached) $ECHO_C" >&6
19417 else
19418 cat >conftest.$ac_ext <<_ACEOF
19419 /* confdefs.h. */
19420 _ACEOF
19421 cat confdefs.h >>conftest.$ac_ext
19422 cat >>conftest.$ac_ext <<_ACEOF
19423 /* end confdefs.h. */
19424 #include <sys/types.h>
19425 #ifdef HAVE_SYS_PARAM_H
19426 # include <sys/param.h>
19427 #endif
19428 #ifdef HAVE_SYS_MOUNT_H
19429 # include <sys/mount.h>
19430 #endif
19431 #ifdef HAVE_SYS_VFS_H
19432 # include <sys/vfs.h>
19433 #endif
19434 #ifdef HAVE_SYS_STATFS_H
19435 # include <sys/statfs.h>
19436 #endif
19439 main ()
19441 static struct statfs ac_aggr;
19442 if (ac_aggr.f_bfree)
19443 return 0;
19445 return 0;
19447 _ACEOF
19448 rm -f conftest.$ac_objext
19449 if { (ac_try="$ac_compile"
19450 case "(($ac_try" in
19451 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19452 *) ac_try_echo=$ac_try;;
19453 esac
19454 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19455 (eval "$ac_compile") 2>conftest.er1
19456 ac_status=$?
19457 grep -v '^ *+' conftest.er1 >conftest.err
19458 rm -f conftest.er1
19459 cat conftest.err >&5
19460 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19461 (exit $ac_status); } && {
19462 test -z "$ac_c_werror_flag" ||
19463 test ! -s conftest.err
19464 } && test -s conftest.$ac_objext; then
19465 ac_cv_member_struct_statfs_f_bfree=yes
19466 else
19467 echo "$as_me: failed program was:" >&5
19468 sed 's/^/| /' conftest.$ac_ext >&5
19470 cat >conftest.$ac_ext <<_ACEOF
19471 /* confdefs.h. */
19472 _ACEOF
19473 cat confdefs.h >>conftest.$ac_ext
19474 cat >>conftest.$ac_ext <<_ACEOF
19475 /* end confdefs.h. */
19476 #include <sys/types.h>
19477 #ifdef HAVE_SYS_PARAM_H
19478 # include <sys/param.h>
19479 #endif
19480 #ifdef HAVE_SYS_MOUNT_H
19481 # include <sys/mount.h>
19482 #endif
19483 #ifdef HAVE_SYS_VFS_H
19484 # include <sys/vfs.h>
19485 #endif
19486 #ifdef HAVE_SYS_STATFS_H
19487 # include <sys/statfs.h>
19488 #endif
19491 main ()
19493 static struct statfs ac_aggr;
19494 if (sizeof ac_aggr.f_bfree)
19495 return 0;
19497 return 0;
19499 _ACEOF
19500 rm -f conftest.$ac_objext
19501 if { (ac_try="$ac_compile"
19502 case "(($ac_try" in
19503 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19504 *) ac_try_echo=$ac_try;;
19505 esac
19506 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19507 (eval "$ac_compile") 2>conftest.er1
19508 ac_status=$?
19509 grep -v '^ *+' conftest.er1 >conftest.err
19510 rm -f conftest.er1
19511 cat conftest.err >&5
19512 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19513 (exit $ac_status); } && {
19514 test -z "$ac_c_werror_flag" ||
19515 test ! -s conftest.err
19516 } && test -s conftest.$ac_objext; then
19517 ac_cv_member_struct_statfs_f_bfree=yes
19518 else
19519 echo "$as_me: failed program was:" >&5
19520 sed 's/^/| /' conftest.$ac_ext >&5
19522 ac_cv_member_struct_statfs_f_bfree=no
19525 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19528 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19530 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19531 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19532 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19534 cat >>confdefs.h <<_ACEOF
19535 #define HAVE_STRUCT_STATFS_F_BFREE 1
19536 _ACEOF
19540 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19541 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19542 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19543 echo $ECHO_N "(cached) $ECHO_C" >&6
19544 else
19545 cat >conftest.$ac_ext <<_ACEOF
19546 /* confdefs.h. */
19547 _ACEOF
19548 cat confdefs.h >>conftest.$ac_ext
19549 cat >>conftest.$ac_ext <<_ACEOF
19550 /* end confdefs.h. */
19551 #include <sys/types.h>
19552 #ifdef HAVE_SYS_PARAM_H
19553 # include <sys/param.h>
19554 #endif
19555 #ifdef HAVE_SYS_MOUNT_H
19556 # include <sys/mount.h>
19557 #endif
19558 #ifdef HAVE_SYS_VFS_H
19559 # include <sys/vfs.h>
19560 #endif
19561 #ifdef HAVE_SYS_STATFS_H
19562 # include <sys/statfs.h>
19563 #endif
19566 main ()
19568 static struct statfs ac_aggr;
19569 if (ac_aggr.f_bavail)
19570 return 0;
19572 return 0;
19574 _ACEOF
19575 rm -f conftest.$ac_objext
19576 if { (ac_try="$ac_compile"
19577 case "(($ac_try" in
19578 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19579 *) ac_try_echo=$ac_try;;
19580 esac
19581 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19582 (eval "$ac_compile") 2>conftest.er1
19583 ac_status=$?
19584 grep -v '^ *+' conftest.er1 >conftest.err
19585 rm -f conftest.er1
19586 cat conftest.err >&5
19587 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19588 (exit $ac_status); } && {
19589 test -z "$ac_c_werror_flag" ||
19590 test ! -s conftest.err
19591 } && test -s conftest.$ac_objext; then
19592 ac_cv_member_struct_statfs_f_bavail=yes
19593 else
19594 echo "$as_me: failed program was:" >&5
19595 sed 's/^/| /' conftest.$ac_ext >&5
19597 cat >conftest.$ac_ext <<_ACEOF
19598 /* confdefs.h. */
19599 _ACEOF
19600 cat confdefs.h >>conftest.$ac_ext
19601 cat >>conftest.$ac_ext <<_ACEOF
19602 /* end confdefs.h. */
19603 #include <sys/types.h>
19604 #ifdef HAVE_SYS_PARAM_H
19605 # include <sys/param.h>
19606 #endif
19607 #ifdef HAVE_SYS_MOUNT_H
19608 # include <sys/mount.h>
19609 #endif
19610 #ifdef HAVE_SYS_VFS_H
19611 # include <sys/vfs.h>
19612 #endif
19613 #ifdef HAVE_SYS_STATFS_H
19614 # include <sys/statfs.h>
19615 #endif
19618 main ()
19620 static struct statfs ac_aggr;
19621 if (sizeof ac_aggr.f_bavail)
19622 return 0;
19624 return 0;
19626 _ACEOF
19627 rm -f conftest.$ac_objext
19628 if { (ac_try="$ac_compile"
19629 case "(($ac_try" in
19630 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19631 *) ac_try_echo=$ac_try;;
19632 esac
19633 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19634 (eval "$ac_compile") 2>conftest.er1
19635 ac_status=$?
19636 grep -v '^ *+' conftest.er1 >conftest.err
19637 rm -f conftest.er1
19638 cat conftest.err >&5
19639 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19640 (exit $ac_status); } && {
19641 test -z "$ac_c_werror_flag" ||
19642 test ! -s conftest.err
19643 } && test -s conftest.$ac_objext; then
19644 ac_cv_member_struct_statfs_f_bavail=yes
19645 else
19646 echo "$as_me: failed program was:" >&5
19647 sed 's/^/| /' conftest.$ac_ext >&5
19649 ac_cv_member_struct_statfs_f_bavail=no
19652 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19657 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19658 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19659 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19661 cat >>confdefs.h <<_ACEOF
19662 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19663 _ACEOF
19667 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19668 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19669 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19670 echo $ECHO_N "(cached) $ECHO_C" >&6
19671 else
19672 cat >conftest.$ac_ext <<_ACEOF
19673 /* confdefs.h. */
19674 _ACEOF
19675 cat confdefs.h >>conftest.$ac_ext
19676 cat >>conftest.$ac_ext <<_ACEOF
19677 /* end confdefs.h. */
19678 #include <sys/types.h>
19679 #ifdef HAVE_SYS_PARAM_H
19680 # include <sys/param.h>
19681 #endif
19682 #ifdef HAVE_SYS_MOUNT_H
19683 # include <sys/mount.h>
19684 #endif
19685 #ifdef HAVE_SYS_VFS_H
19686 # include <sys/vfs.h>
19687 #endif
19688 #ifdef HAVE_SYS_STATFS_H
19689 # include <sys/statfs.h>
19690 #endif
19693 main ()
19695 static struct statfs ac_aggr;
19696 if (ac_aggr.f_frsize)
19697 return 0;
19699 return 0;
19701 _ACEOF
19702 rm -f conftest.$ac_objext
19703 if { (ac_try="$ac_compile"
19704 case "(($ac_try" in
19705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19706 *) ac_try_echo=$ac_try;;
19707 esac
19708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19709 (eval "$ac_compile") 2>conftest.er1
19710 ac_status=$?
19711 grep -v '^ *+' conftest.er1 >conftest.err
19712 rm -f conftest.er1
19713 cat conftest.err >&5
19714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19715 (exit $ac_status); } && {
19716 test -z "$ac_c_werror_flag" ||
19717 test ! -s conftest.err
19718 } && test -s conftest.$ac_objext; then
19719 ac_cv_member_struct_statfs_f_frsize=yes
19720 else
19721 echo "$as_me: failed program was:" >&5
19722 sed 's/^/| /' conftest.$ac_ext >&5
19724 cat >conftest.$ac_ext <<_ACEOF
19725 /* confdefs.h. */
19726 _ACEOF
19727 cat confdefs.h >>conftest.$ac_ext
19728 cat >>conftest.$ac_ext <<_ACEOF
19729 /* end confdefs.h. */
19730 #include <sys/types.h>
19731 #ifdef HAVE_SYS_PARAM_H
19732 # include <sys/param.h>
19733 #endif
19734 #ifdef HAVE_SYS_MOUNT_H
19735 # include <sys/mount.h>
19736 #endif
19737 #ifdef HAVE_SYS_VFS_H
19738 # include <sys/vfs.h>
19739 #endif
19740 #ifdef HAVE_SYS_STATFS_H
19741 # include <sys/statfs.h>
19742 #endif
19745 main ()
19747 static struct statfs ac_aggr;
19748 if (sizeof ac_aggr.f_frsize)
19749 return 0;
19751 return 0;
19753 _ACEOF
19754 rm -f conftest.$ac_objext
19755 if { (ac_try="$ac_compile"
19756 case "(($ac_try" in
19757 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19758 *) ac_try_echo=$ac_try;;
19759 esac
19760 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19761 (eval "$ac_compile") 2>conftest.er1
19762 ac_status=$?
19763 grep -v '^ *+' conftest.er1 >conftest.err
19764 rm -f conftest.er1
19765 cat conftest.err >&5
19766 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19767 (exit $ac_status); } && {
19768 test -z "$ac_c_werror_flag" ||
19769 test ! -s conftest.err
19770 } && test -s conftest.$ac_objext; then
19771 ac_cv_member_struct_statfs_f_frsize=yes
19772 else
19773 echo "$as_me: failed program was:" >&5
19774 sed 's/^/| /' conftest.$ac_ext >&5
19776 ac_cv_member_struct_statfs_f_frsize=no
19779 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19784 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19785 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19786 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19788 cat >>confdefs.h <<_ACEOF
19789 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19790 _ACEOF
19794 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19795 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19796 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19797 echo $ECHO_N "(cached) $ECHO_C" >&6
19798 else
19799 cat >conftest.$ac_ext <<_ACEOF
19800 /* confdefs.h. */
19801 _ACEOF
19802 cat confdefs.h >>conftest.$ac_ext
19803 cat >>conftest.$ac_ext <<_ACEOF
19804 /* end confdefs.h. */
19805 #include <sys/types.h>
19806 #ifdef HAVE_SYS_PARAM_H
19807 # include <sys/param.h>
19808 #endif
19809 #ifdef HAVE_SYS_MOUNT_H
19810 # include <sys/mount.h>
19811 #endif
19812 #ifdef HAVE_SYS_VFS_H
19813 # include <sys/vfs.h>
19814 #endif
19815 #ifdef HAVE_SYS_STATFS_H
19816 # include <sys/statfs.h>
19817 #endif
19820 main ()
19822 static struct statfs ac_aggr;
19823 if (ac_aggr.f_ffree)
19824 return 0;
19826 return 0;
19828 _ACEOF
19829 rm -f conftest.$ac_objext
19830 if { (ac_try="$ac_compile"
19831 case "(($ac_try" in
19832 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19833 *) ac_try_echo=$ac_try;;
19834 esac
19835 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19836 (eval "$ac_compile") 2>conftest.er1
19837 ac_status=$?
19838 grep -v '^ *+' conftest.er1 >conftest.err
19839 rm -f conftest.er1
19840 cat conftest.err >&5
19841 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19842 (exit $ac_status); } && {
19843 test -z "$ac_c_werror_flag" ||
19844 test ! -s conftest.err
19845 } && test -s conftest.$ac_objext; then
19846 ac_cv_member_struct_statfs_f_ffree=yes
19847 else
19848 echo "$as_me: failed program was:" >&5
19849 sed 's/^/| /' conftest.$ac_ext >&5
19851 cat >conftest.$ac_ext <<_ACEOF
19852 /* confdefs.h. */
19853 _ACEOF
19854 cat confdefs.h >>conftest.$ac_ext
19855 cat >>conftest.$ac_ext <<_ACEOF
19856 /* end confdefs.h. */
19857 #include <sys/types.h>
19858 #ifdef HAVE_SYS_PARAM_H
19859 # include <sys/param.h>
19860 #endif
19861 #ifdef HAVE_SYS_MOUNT_H
19862 # include <sys/mount.h>
19863 #endif
19864 #ifdef HAVE_SYS_VFS_H
19865 # include <sys/vfs.h>
19866 #endif
19867 #ifdef HAVE_SYS_STATFS_H
19868 # include <sys/statfs.h>
19869 #endif
19872 main ()
19874 static struct statfs ac_aggr;
19875 if (sizeof ac_aggr.f_ffree)
19876 return 0;
19878 return 0;
19880 _ACEOF
19881 rm -f conftest.$ac_objext
19882 if { (ac_try="$ac_compile"
19883 case "(($ac_try" in
19884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19885 *) ac_try_echo=$ac_try;;
19886 esac
19887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19888 (eval "$ac_compile") 2>conftest.er1
19889 ac_status=$?
19890 grep -v '^ *+' conftest.er1 >conftest.err
19891 rm -f conftest.er1
19892 cat conftest.err >&5
19893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19894 (exit $ac_status); } && {
19895 test -z "$ac_c_werror_flag" ||
19896 test ! -s conftest.err
19897 } && test -s conftest.$ac_objext; then
19898 ac_cv_member_struct_statfs_f_ffree=yes
19899 else
19900 echo "$as_me: failed program was:" >&5
19901 sed 's/^/| /' conftest.$ac_ext >&5
19903 ac_cv_member_struct_statfs_f_ffree=no
19906 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19911 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19912 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19913 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19915 cat >>confdefs.h <<_ACEOF
19916 #define HAVE_STRUCT_STATFS_F_FFREE 1
19917 _ACEOF
19921 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19922 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19923 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19924 echo $ECHO_N "(cached) $ECHO_C" >&6
19925 else
19926 cat >conftest.$ac_ext <<_ACEOF
19927 /* confdefs.h. */
19928 _ACEOF
19929 cat confdefs.h >>conftest.$ac_ext
19930 cat >>conftest.$ac_ext <<_ACEOF
19931 /* end confdefs.h. */
19932 #include <sys/types.h>
19933 #ifdef HAVE_SYS_PARAM_H
19934 # include <sys/param.h>
19935 #endif
19936 #ifdef HAVE_SYS_MOUNT_H
19937 # include <sys/mount.h>
19938 #endif
19939 #ifdef HAVE_SYS_VFS_H
19940 # include <sys/vfs.h>
19941 #endif
19942 #ifdef HAVE_SYS_STATFS_H
19943 # include <sys/statfs.h>
19944 #endif
19947 main ()
19949 static struct statfs ac_aggr;
19950 if (ac_aggr.f_favail)
19951 return 0;
19953 return 0;
19955 _ACEOF
19956 rm -f conftest.$ac_objext
19957 if { (ac_try="$ac_compile"
19958 case "(($ac_try" in
19959 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19960 *) ac_try_echo=$ac_try;;
19961 esac
19962 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19963 (eval "$ac_compile") 2>conftest.er1
19964 ac_status=$?
19965 grep -v '^ *+' conftest.er1 >conftest.err
19966 rm -f conftest.er1
19967 cat conftest.err >&5
19968 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19969 (exit $ac_status); } && {
19970 test -z "$ac_c_werror_flag" ||
19971 test ! -s conftest.err
19972 } && test -s conftest.$ac_objext; then
19973 ac_cv_member_struct_statfs_f_favail=yes
19974 else
19975 echo "$as_me: failed program was:" >&5
19976 sed 's/^/| /' conftest.$ac_ext >&5
19978 cat >conftest.$ac_ext <<_ACEOF
19979 /* confdefs.h. */
19980 _ACEOF
19981 cat confdefs.h >>conftest.$ac_ext
19982 cat >>conftest.$ac_ext <<_ACEOF
19983 /* end confdefs.h. */
19984 #include <sys/types.h>
19985 #ifdef HAVE_SYS_PARAM_H
19986 # include <sys/param.h>
19987 #endif
19988 #ifdef HAVE_SYS_MOUNT_H
19989 # include <sys/mount.h>
19990 #endif
19991 #ifdef HAVE_SYS_VFS_H
19992 # include <sys/vfs.h>
19993 #endif
19994 #ifdef HAVE_SYS_STATFS_H
19995 # include <sys/statfs.h>
19996 #endif
19999 main ()
20001 static struct statfs ac_aggr;
20002 if (sizeof ac_aggr.f_favail)
20003 return 0;
20005 return 0;
20007 _ACEOF
20008 rm -f conftest.$ac_objext
20009 if { (ac_try="$ac_compile"
20010 case "(($ac_try" in
20011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20012 *) ac_try_echo=$ac_try;;
20013 esac
20014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20015 (eval "$ac_compile") 2>conftest.er1
20016 ac_status=$?
20017 grep -v '^ *+' conftest.er1 >conftest.err
20018 rm -f conftest.er1
20019 cat conftest.err >&5
20020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20021 (exit $ac_status); } && {
20022 test -z "$ac_c_werror_flag" ||
20023 test ! -s conftest.err
20024 } && test -s conftest.$ac_objext; then
20025 ac_cv_member_struct_statfs_f_favail=yes
20026 else
20027 echo "$as_me: failed program was:" >&5
20028 sed 's/^/| /' conftest.$ac_ext >&5
20030 ac_cv_member_struct_statfs_f_favail=no
20033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20038 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20039 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20040 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20042 cat >>confdefs.h <<_ACEOF
20043 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20044 _ACEOF
20048 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20049 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20050 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20051 echo $ECHO_N "(cached) $ECHO_C" >&6
20052 else
20053 cat >conftest.$ac_ext <<_ACEOF
20054 /* confdefs.h. */
20055 _ACEOF
20056 cat confdefs.h >>conftest.$ac_ext
20057 cat >>conftest.$ac_ext <<_ACEOF
20058 /* end confdefs.h. */
20059 #include <sys/types.h>
20060 #ifdef HAVE_SYS_PARAM_H
20061 # include <sys/param.h>
20062 #endif
20063 #ifdef HAVE_SYS_MOUNT_H
20064 # include <sys/mount.h>
20065 #endif
20066 #ifdef HAVE_SYS_VFS_H
20067 # include <sys/vfs.h>
20068 #endif
20069 #ifdef HAVE_SYS_STATFS_H
20070 # include <sys/statfs.h>
20071 #endif
20074 main ()
20076 static struct statfs ac_aggr;
20077 if (ac_aggr.f_namelen)
20078 return 0;
20080 return 0;
20082 _ACEOF
20083 rm -f conftest.$ac_objext
20084 if { (ac_try="$ac_compile"
20085 case "(($ac_try" in
20086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20087 *) ac_try_echo=$ac_try;;
20088 esac
20089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20090 (eval "$ac_compile") 2>conftest.er1
20091 ac_status=$?
20092 grep -v '^ *+' conftest.er1 >conftest.err
20093 rm -f conftest.er1
20094 cat conftest.err >&5
20095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20096 (exit $ac_status); } && {
20097 test -z "$ac_c_werror_flag" ||
20098 test ! -s conftest.err
20099 } && test -s conftest.$ac_objext; then
20100 ac_cv_member_struct_statfs_f_namelen=yes
20101 else
20102 echo "$as_me: failed program was:" >&5
20103 sed 's/^/| /' conftest.$ac_ext >&5
20105 cat >conftest.$ac_ext <<_ACEOF
20106 /* confdefs.h. */
20107 _ACEOF
20108 cat confdefs.h >>conftest.$ac_ext
20109 cat >>conftest.$ac_ext <<_ACEOF
20110 /* end confdefs.h. */
20111 #include <sys/types.h>
20112 #ifdef HAVE_SYS_PARAM_H
20113 # include <sys/param.h>
20114 #endif
20115 #ifdef HAVE_SYS_MOUNT_H
20116 # include <sys/mount.h>
20117 #endif
20118 #ifdef HAVE_SYS_VFS_H
20119 # include <sys/vfs.h>
20120 #endif
20121 #ifdef HAVE_SYS_STATFS_H
20122 # include <sys/statfs.h>
20123 #endif
20126 main ()
20128 static struct statfs ac_aggr;
20129 if (sizeof ac_aggr.f_namelen)
20130 return 0;
20132 return 0;
20134 _ACEOF
20135 rm -f conftest.$ac_objext
20136 if { (ac_try="$ac_compile"
20137 case "(($ac_try" in
20138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20139 *) ac_try_echo=$ac_try;;
20140 esac
20141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20142 (eval "$ac_compile") 2>conftest.er1
20143 ac_status=$?
20144 grep -v '^ *+' conftest.er1 >conftest.err
20145 rm -f conftest.er1
20146 cat conftest.err >&5
20147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20148 (exit $ac_status); } && {
20149 test -z "$ac_c_werror_flag" ||
20150 test ! -s conftest.err
20151 } && test -s conftest.$ac_objext; then
20152 ac_cv_member_struct_statfs_f_namelen=yes
20153 else
20154 echo "$as_me: failed program was:" >&5
20155 sed 's/^/| /' conftest.$ac_ext >&5
20157 ac_cv_member_struct_statfs_f_namelen=no
20160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20165 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20166 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20167 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20169 cat >>confdefs.h <<_ACEOF
20170 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20171 _ACEOF
20177 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20178 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20179 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20180 echo $ECHO_N "(cached) $ECHO_C" >&6
20181 else
20182 cat >conftest.$ac_ext <<_ACEOF
20183 /* confdefs.h. */
20184 _ACEOF
20185 cat confdefs.h >>conftest.$ac_ext
20186 cat >>conftest.$ac_ext <<_ACEOF
20187 /* end confdefs.h. */
20188 #ifdef HAVE_SYS_STATVFS_H
20189 #include <sys/statvfs.h>
20190 #endif
20193 main ()
20195 static struct statvfs ac_aggr;
20196 if (ac_aggr.f_blocks)
20197 return 0;
20199 return 0;
20201 _ACEOF
20202 rm -f conftest.$ac_objext
20203 if { (ac_try="$ac_compile"
20204 case "(($ac_try" in
20205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20206 *) ac_try_echo=$ac_try;;
20207 esac
20208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20209 (eval "$ac_compile") 2>conftest.er1
20210 ac_status=$?
20211 grep -v '^ *+' conftest.er1 >conftest.err
20212 rm -f conftest.er1
20213 cat conftest.err >&5
20214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20215 (exit $ac_status); } && {
20216 test -z "$ac_c_werror_flag" ||
20217 test ! -s conftest.err
20218 } && test -s conftest.$ac_objext; then
20219 ac_cv_member_struct_statvfs_f_blocks=yes
20220 else
20221 echo "$as_me: failed program was:" >&5
20222 sed 's/^/| /' conftest.$ac_ext >&5
20224 cat >conftest.$ac_ext <<_ACEOF
20225 /* confdefs.h. */
20226 _ACEOF
20227 cat confdefs.h >>conftest.$ac_ext
20228 cat >>conftest.$ac_ext <<_ACEOF
20229 /* end confdefs.h. */
20230 #ifdef HAVE_SYS_STATVFS_H
20231 #include <sys/statvfs.h>
20232 #endif
20235 main ()
20237 static struct statvfs ac_aggr;
20238 if (sizeof ac_aggr.f_blocks)
20239 return 0;
20241 return 0;
20243 _ACEOF
20244 rm -f conftest.$ac_objext
20245 if { (ac_try="$ac_compile"
20246 case "(($ac_try" in
20247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20248 *) ac_try_echo=$ac_try;;
20249 esac
20250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20251 (eval "$ac_compile") 2>conftest.er1
20252 ac_status=$?
20253 grep -v '^ *+' conftest.er1 >conftest.err
20254 rm -f conftest.er1
20255 cat conftest.err >&5
20256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20257 (exit $ac_status); } && {
20258 test -z "$ac_c_werror_flag" ||
20259 test ! -s conftest.err
20260 } && test -s conftest.$ac_objext; then
20261 ac_cv_member_struct_statvfs_f_blocks=yes
20262 else
20263 echo "$as_me: failed program was:" >&5
20264 sed 's/^/| /' conftest.$ac_ext >&5
20266 ac_cv_member_struct_statvfs_f_blocks=no
20269 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20272 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20274 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20275 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20276 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20278 cat >>confdefs.h <<_ACEOF
20279 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20280 _ACEOF
20286 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20287 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20288 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20289 echo $ECHO_N "(cached) $ECHO_C" >&6
20290 else
20291 cat >conftest.$ac_ext <<_ACEOF
20292 /* confdefs.h. */
20293 _ACEOF
20294 cat confdefs.h >>conftest.$ac_ext
20295 cat >>conftest.$ac_ext <<_ACEOF
20296 /* end confdefs.h. */
20297 #include <sys/types.h>
20298 #ifdef HAVE_SYS_SOCKET_H
20299 # include <sys/socket.h>
20300 #endif
20301 #ifdef HAVE_SYS_UN_H
20302 # include <sys/un.h>
20303 #endif
20306 main ()
20308 static struct msghdr ac_aggr;
20309 if (ac_aggr.msg_accrights)
20310 return 0;
20312 return 0;
20314 _ACEOF
20315 rm -f conftest.$ac_objext
20316 if { (ac_try="$ac_compile"
20317 case "(($ac_try" in
20318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20319 *) ac_try_echo=$ac_try;;
20320 esac
20321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20322 (eval "$ac_compile") 2>conftest.er1
20323 ac_status=$?
20324 grep -v '^ *+' conftest.er1 >conftest.err
20325 rm -f conftest.er1
20326 cat conftest.err >&5
20327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20328 (exit $ac_status); } && {
20329 test -z "$ac_c_werror_flag" ||
20330 test ! -s conftest.err
20331 } && test -s conftest.$ac_objext; then
20332 ac_cv_member_struct_msghdr_msg_accrights=yes
20333 else
20334 echo "$as_me: failed program was:" >&5
20335 sed 's/^/| /' conftest.$ac_ext >&5
20337 cat >conftest.$ac_ext <<_ACEOF
20338 /* confdefs.h. */
20339 _ACEOF
20340 cat confdefs.h >>conftest.$ac_ext
20341 cat >>conftest.$ac_ext <<_ACEOF
20342 /* end confdefs.h. */
20343 #include <sys/types.h>
20344 #ifdef HAVE_SYS_SOCKET_H
20345 # include <sys/socket.h>
20346 #endif
20347 #ifdef HAVE_SYS_UN_H
20348 # include <sys/un.h>
20349 #endif
20352 main ()
20354 static struct msghdr ac_aggr;
20355 if (sizeof ac_aggr.msg_accrights)
20356 return 0;
20358 return 0;
20360 _ACEOF
20361 rm -f conftest.$ac_objext
20362 if { (ac_try="$ac_compile"
20363 case "(($ac_try" in
20364 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20365 *) ac_try_echo=$ac_try;;
20366 esac
20367 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20368 (eval "$ac_compile") 2>conftest.er1
20369 ac_status=$?
20370 grep -v '^ *+' conftest.er1 >conftest.err
20371 rm -f conftest.er1
20372 cat conftest.err >&5
20373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20374 (exit $ac_status); } && {
20375 test -z "$ac_c_werror_flag" ||
20376 test ! -s conftest.err
20377 } && test -s conftest.$ac_objext; then
20378 ac_cv_member_struct_msghdr_msg_accrights=yes
20379 else
20380 echo "$as_me: failed program was:" >&5
20381 sed 's/^/| /' conftest.$ac_ext >&5
20383 ac_cv_member_struct_msghdr_msg_accrights=no
20386 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20389 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20391 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20392 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20393 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20395 cat >>confdefs.h <<_ACEOF
20396 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20397 _ACEOF
20401 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20402 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20403 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20404 echo $ECHO_N "(cached) $ECHO_C" >&6
20405 else
20406 cat >conftest.$ac_ext <<_ACEOF
20407 /* confdefs.h. */
20408 _ACEOF
20409 cat confdefs.h >>conftest.$ac_ext
20410 cat >>conftest.$ac_ext <<_ACEOF
20411 /* end confdefs.h. */
20412 #include <sys/types.h>
20413 #ifdef HAVE_SYS_SOCKET_H
20414 # include <sys/socket.h>
20415 #endif
20416 #ifdef HAVE_SYS_UN_H
20417 # include <sys/un.h>
20418 #endif
20421 main ()
20423 static struct sockaddr ac_aggr;
20424 if (ac_aggr.sa_len)
20425 return 0;
20427 return 0;
20429 _ACEOF
20430 rm -f conftest.$ac_objext
20431 if { (ac_try="$ac_compile"
20432 case "(($ac_try" in
20433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20434 *) ac_try_echo=$ac_try;;
20435 esac
20436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20437 (eval "$ac_compile") 2>conftest.er1
20438 ac_status=$?
20439 grep -v '^ *+' conftest.er1 >conftest.err
20440 rm -f conftest.er1
20441 cat conftest.err >&5
20442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20443 (exit $ac_status); } && {
20444 test -z "$ac_c_werror_flag" ||
20445 test ! -s conftest.err
20446 } && test -s conftest.$ac_objext; then
20447 ac_cv_member_struct_sockaddr_sa_len=yes
20448 else
20449 echo "$as_me: failed program was:" >&5
20450 sed 's/^/| /' conftest.$ac_ext >&5
20452 cat >conftest.$ac_ext <<_ACEOF
20453 /* confdefs.h. */
20454 _ACEOF
20455 cat confdefs.h >>conftest.$ac_ext
20456 cat >>conftest.$ac_ext <<_ACEOF
20457 /* end confdefs.h. */
20458 #include <sys/types.h>
20459 #ifdef HAVE_SYS_SOCKET_H
20460 # include <sys/socket.h>
20461 #endif
20462 #ifdef HAVE_SYS_UN_H
20463 # include <sys/un.h>
20464 #endif
20467 main ()
20469 static struct sockaddr ac_aggr;
20470 if (sizeof ac_aggr.sa_len)
20471 return 0;
20473 return 0;
20475 _ACEOF
20476 rm -f conftest.$ac_objext
20477 if { (ac_try="$ac_compile"
20478 case "(($ac_try" in
20479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20480 *) ac_try_echo=$ac_try;;
20481 esac
20482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20483 (eval "$ac_compile") 2>conftest.er1
20484 ac_status=$?
20485 grep -v '^ *+' conftest.er1 >conftest.err
20486 rm -f conftest.er1
20487 cat conftest.err >&5
20488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20489 (exit $ac_status); } && {
20490 test -z "$ac_c_werror_flag" ||
20491 test ! -s conftest.err
20492 } && test -s conftest.$ac_objext; then
20493 ac_cv_member_struct_sockaddr_sa_len=yes
20494 else
20495 echo "$as_me: failed program was:" >&5
20496 sed 's/^/| /' conftest.$ac_ext >&5
20498 ac_cv_member_struct_sockaddr_sa_len=no
20501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20506 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20507 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20508 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20510 cat >>confdefs.h <<_ACEOF
20511 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20512 _ACEOF
20516 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20517 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20518 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20519 echo $ECHO_N "(cached) $ECHO_C" >&6
20520 else
20521 cat >conftest.$ac_ext <<_ACEOF
20522 /* confdefs.h. */
20523 _ACEOF
20524 cat confdefs.h >>conftest.$ac_ext
20525 cat >>conftest.$ac_ext <<_ACEOF
20526 /* end confdefs.h. */
20527 #include <sys/types.h>
20528 #ifdef HAVE_SYS_SOCKET_H
20529 # include <sys/socket.h>
20530 #endif
20531 #ifdef HAVE_SYS_UN_H
20532 # include <sys/un.h>
20533 #endif
20536 main ()
20538 static struct sockaddr_un ac_aggr;
20539 if (ac_aggr.sun_len)
20540 return 0;
20542 return 0;
20544 _ACEOF
20545 rm -f conftest.$ac_objext
20546 if { (ac_try="$ac_compile"
20547 case "(($ac_try" in
20548 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20549 *) ac_try_echo=$ac_try;;
20550 esac
20551 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20552 (eval "$ac_compile") 2>conftest.er1
20553 ac_status=$?
20554 grep -v '^ *+' conftest.er1 >conftest.err
20555 rm -f conftest.er1
20556 cat conftest.err >&5
20557 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20558 (exit $ac_status); } && {
20559 test -z "$ac_c_werror_flag" ||
20560 test ! -s conftest.err
20561 } && test -s conftest.$ac_objext; then
20562 ac_cv_member_struct_sockaddr_un_sun_len=yes
20563 else
20564 echo "$as_me: failed program was:" >&5
20565 sed 's/^/| /' conftest.$ac_ext >&5
20567 cat >conftest.$ac_ext <<_ACEOF
20568 /* confdefs.h. */
20569 _ACEOF
20570 cat confdefs.h >>conftest.$ac_ext
20571 cat >>conftest.$ac_ext <<_ACEOF
20572 /* end confdefs.h. */
20573 #include <sys/types.h>
20574 #ifdef HAVE_SYS_SOCKET_H
20575 # include <sys/socket.h>
20576 #endif
20577 #ifdef HAVE_SYS_UN_H
20578 # include <sys/un.h>
20579 #endif
20582 main ()
20584 static struct sockaddr_un ac_aggr;
20585 if (sizeof ac_aggr.sun_len)
20586 return 0;
20588 return 0;
20590 _ACEOF
20591 rm -f conftest.$ac_objext
20592 if { (ac_try="$ac_compile"
20593 case "(($ac_try" in
20594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20595 *) ac_try_echo=$ac_try;;
20596 esac
20597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20598 (eval "$ac_compile") 2>conftest.er1
20599 ac_status=$?
20600 grep -v '^ *+' conftest.er1 >conftest.err
20601 rm -f conftest.er1
20602 cat conftest.err >&5
20603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20604 (exit $ac_status); } && {
20605 test -z "$ac_c_werror_flag" ||
20606 test ! -s conftest.err
20607 } && test -s conftest.$ac_objext; then
20608 ac_cv_member_struct_sockaddr_un_sun_len=yes
20609 else
20610 echo "$as_me: failed program was:" >&5
20611 sed 's/^/| /' conftest.$ac_ext >&5
20613 ac_cv_member_struct_sockaddr_un_sun_len=no
20616 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20619 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20621 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20622 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20623 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20625 cat >>confdefs.h <<_ACEOF
20626 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20627 _ACEOF
20633 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20634 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20635 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20636 echo $ECHO_N "(cached) $ECHO_C" >&6
20637 else
20638 cat >conftest.$ac_ext <<_ACEOF
20639 /* confdefs.h. */
20640 _ACEOF
20641 cat confdefs.h >>conftest.$ac_ext
20642 cat >>conftest.$ac_ext <<_ACEOF
20643 /* end confdefs.h. */
20644 #include <sys/types.h>
20645 #ifdef HAVE_SCSI_SG_H
20646 #include <scsi/sg.h>
20647 #endif
20650 main ()
20652 static scsireq_t ac_aggr;
20653 if (ac_aggr.cmd)
20654 return 0;
20656 return 0;
20658 _ACEOF
20659 rm -f conftest.$ac_objext
20660 if { (ac_try="$ac_compile"
20661 case "(($ac_try" in
20662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20663 *) ac_try_echo=$ac_try;;
20664 esac
20665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20666 (eval "$ac_compile") 2>conftest.er1
20667 ac_status=$?
20668 grep -v '^ *+' conftest.er1 >conftest.err
20669 rm -f conftest.er1
20670 cat conftest.err >&5
20671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20672 (exit $ac_status); } && {
20673 test -z "$ac_c_werror_flag" ||
20674 test ! -s conftest.err
20675 } && test -s conftest.$ac_objext; then
20676 ac_cv_member_scsireq_t_cmd=yes
20677 else
20678 echo "$as_me: failed program was:" >&5
20679 sed 's/^/| /' conftest.$ac_ext >&5
20681 cat >conftest.$ac_ext <<_ACEOF
20682 /* confdefs.h. */
20683 _ACEOF
20684 cat confdefs.h >>conftest.$ac_ext
20685 cat >>conftest.$ac_ext <<_ACEOF
20686 /* end confdefs.h. */
20687 #include <sys/types.h>
20688 #ifdef HAVE_SCSI_SG_H
20689 #include <scsi/sg.h>
20690 #endif
20693 main ()
20695 static scsireq_t ac_aggr;
20696 if (sizeof ac_aggr.cmd)
20697 return 0;
20699 return 0;
20701 _ACEOF
20702 rm -f conftest.$ac_objext
20703 if { (ac_try="$ac_compile"
20704 case "(($ac_try" in
20705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20706 *) ac_try_echo=$ac_try;;
20707 esac
20708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20709 (eval "$ac_compile") 2>conftest.er1
20710 ac_status=$?
20711 grep -v '^ *+' conftest.er1 >conftest.err
20712 rm -f conftest.er1
20713 cat conftest.err >&5
20714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20715 (exit $ac_status); } && {
20716 test -z "$ac_c_werror_flag" ||
20717 test ! -s conftest.err
20718 } && test -s conftest.$ac_objext; then
20719 ac_cv_member_scsireq_t_cmd=yes
20720 else
20721 echo "$as_me: failed program was:" >&5
20722 sed 's/^/| /' conftest.$ac_ext >&5
20724 ac_cv_member_scsireq_t_cmd=no
20727 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20730 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20732 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20733 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20734 if test $ac_cv_member_scsireq_t_cmd = yes; then
20736 cat >>confdefs.h <<_ACEOF
20737 #define HAVE_SCSIREQ_T_CMD 1
20738 _ACEOF
20742 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20743 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20744 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20745 echo $ECHO_N "(cached) $ECHO_C" >&6
20746 else
20747 cat >conftest.$ac_ext <<_ACEOF
20748 /* confdefs.h. */
20749 _ACEOF
20750 cat confdefs.h >>conftest.$ac_ext
20751 cat >>conftest.$ac_ext <<_ACEOF
20752 /* end confdefs.h. */
20753 #include <sys/types.h>
20754 #ifdef HAVE_SCSI_SG_H
20755 #include <scsi/sg.h>
20756 #endif
20759 main ()
20761 static sg_io_hdr_t ac_aggr;
20762 if (ac_aggr.interface_id)
20763 return 0;
20765 return 0;
20767 _ACEOF
20768 rm -f conftest.$ac_objext
20769 if { (ac_try="$ac_compile"
20770 case "(($ac_try" in
20771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20772 *) ac_try_echo=$ac_try;;
20773 esac
20774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20775 (eval "$ac_compile") 2>conftest.er1
20776 ac_status=$?
20777 grep -v '^ *+' conftest.er1 >conftest.err
20778 rm -f conftest.er1
20779 cat conftest.err >&5
20780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20781 (exit $ac_status); } && {
20782 test -z "$ac_c_werror_flag" ||
20783 test ! -s conftest.err
20784 } && test -s conftest.$ac_objext; then
20785 ac_cv_member_sg_io_hdr_t_interface_id=yes
20786 else
20787 echo "$as_me: failed program was:" >&5
20788 sed 's/^/| /' conftest.$ac_ext >&5
20790 cat >conftest.$ac_ext <<_ACEOF
20791 /* confdefs.h. */
20792 _ACEOF
20793 cat confdefs.h >>conftest.$ac_ext
20794 cat >>conftest.$ac_ext <<_ACEOF
20795 /* end confdefs.h. */
20796 #include <sys/types.h>
20797 #ifdef HAVE_SCSI_SG_H
20798 #include <scsi/sg.h>
20799 #endif
20802 main ()
20804 static sg_io_hdr_t ac_aggr;
20805 if (sizeof ac_aggr.interface_id)
20806 return 0;
20808 return 0;
20810 _ACEOF
20811 rm -f conftest.$ac_objext
20812 if { (ac_try="$ac_compile"
20813 case "(($ac_try" in
20814 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20815 *) ac_try_echo=$ac_try;;
20816 esac
20817 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20818 (eval "$ac_compile") 2>conftest.er1
20819 ac_status=$?
20820 grep -v '^ *+' conftest.er1 >conftest.err
20821 rm -f conftest.er1
20822 cat conftest.err >&5
20823 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20824 (exit $ac_status); } && {
20825 test -z "$ac_c_werror_flag" ||
20826 test ! -s conftest.err
20827 } && test -s conftest.$ac_objext; then
20828 ac_cv_member_sg_io_hdr_t_interface_id=yes
20829 else
20830 echo "$as_me: failed program was:" >&5
20831 sed 's/^/| /' conftest.$ac_ext >&5
20833 ac_cv_member_sg_io_hdr_t_interface_id=no
20836 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20841 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20842 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20843 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20845 cat >>confdefs.h <<_ACEOF
20846 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20847 _ACEOF
20853 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20854 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20855 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20856 echo $ECHO_N "(cached) $ECHO_C" >&6
20857 else
20858 cat >conftest.$ac_ext <<_ACEOF
20859 /* confdefs.h. */
20860 _ACEOF
20861 cat confdefs.h >>conftest.$ac_ext
20862 cat >>conftest.$ac_ext <<_ACEOF
20863 /* end confdefs.h. */
20864 #include <signal.h>
20867 main ()
20869 static siginfo_t ac_aggr;
20870 if (ac_aggr.si_fd)
20871 return 0;
20873 return 0;
20875 _ACEOF
20876 rm -f conftest.$ac_objext
20877 if { (ac_try="$ac_compile"
20878 case "(($ac_try" in
20879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20880 *) ac_try_echo=$ac_try;;
20881 esac
20882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20883 (eval "$ac_compile") 2>conftest.er1
20884 ac_status=$?
20885 grep -v '^ *+' conftest.er1 >conftest.err
20886 rm -f conftest.er1
20887 cat conftest.err >&5
20888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20889 (exit $ac_status); } && {
20890 test -z "$ac_c_werror_flag" ||
20891 test ! -s conftest.err
20892 } && test -s conftest.$ac_objext; then
20893 ac_cv_member_siginfo_t_si_fd=yes
20894 else
20895 echo "$as_me: failed program was:" >&5
20896 sed 's/^/| /' conftest.$ac_ext >&5
20898 cat >conftest.$ac_ext <<_ACEOF
20899 /* confdefs.h. */
20900 _ACEOF
20901 cat confdefs.h >>conftest.$ac_ext
20902 cat >>conftest.$ac_ext <<_ACEOF
20903 /* end confdefs.h. */
20904 #include <signal.h>
20907 main ()
20909 static siginfo_t ac_aggr;
20910 if (sizeof ac_aggr.si_fd)
20911 return 0;
20913 return 0;
20915 _ACEOF
20916 rm -f conftest.$ac_objext
20917 if { (ac_try="$ac_compile"
20918 case "(($ac_try" in
20919 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20920 *) ac_try_echo=$ac_try;;
20921 esac
20922 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20923 (eval "$ac_compile") 2>conftest.er1
20924 ac_status=$?
20925 grep -v '^ *+' conftest.er1 >conftest.err
20926 rm -f conftest.er1
20927 cat conftest.err >&5
20928 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20929 (exit $ac_status); } && {
20930 test -z "$ac_c_werror_flag" ||
20931 test ! -s conftest.err
20932 } && test -s conftest.$ac_objext; then
20933 ac_cv_member_siginfo_t_si_fd=yes
20934 else
20935 echo "$as_me: failed program was:" >&5
20936 sed 's/^/| /' conftest.$ac_ext >&5
20938 ac_cv_member_siginfo_t_si_fd=no
20941 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20946 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20947 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20948 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20950 cat >>confdefs.h <<_ACEOF
20951 #define HAVE_SIGINFO_T_SI_FD 1
20952 _ACEOF
20958 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20959 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20960 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20961 echo $ECHO_N "(cached) $ECHO_C" >&6
20962 else
20963 cat >conftest.$ac_ext <<_ACEOF
20964 /* confdefs.h. */
20965 _ACEOF
20966 cat confdefs.h >>conftest.$ac_ext
20967 cat >>conftest.$ac_ext <<_ACEOF
20968 /* end confdefs.h. */
20969 #include <sys/types.h>
20970 #ifdef HAVE_SYS_MTIO_H
20971 #include <sys/mtio.h>
20972 #endif
20975 main ()
20977 static struct mtget ac_aggr;
20978 if (ac_aggr.mt_blksiz)
20979 return 0;
20981 return 0;
20983 _ACEOF
20984 rm -f conftest.$ac_objext
20985 if { (ac_try="$ac_compile"
20986 case "(($ac_try" in
20987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20988 *) ac_try_echo=$ac_try;;
20989 esac
20990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20991 (eval "$ac_compile") 2>conftest.er1
20992 ac_status=$?
20993 grep -v '^ *+' conftest.er1 >conftest.err
20994 rm -f conftest.er1
20995 cat conftest.err >&5
20996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20997 (exit $ac_status); } && {
20998 test -z "$ac_c_werror_flag" ||
20999 test ! -s conftest.err
21000 } && test -s conftest.$ac_objext; then
21001 ac_cv_member_struct_mtget_mt_blksiz=yes
21002 else
21003 echo "$as_me: failed program was:" >&5
21004 sed 's/^/| /' conftest.$ac_ext >&5
21006 cat >conftest.$ac_ext <<_ACEOF
21007 /* confdefs.h. */
21008 _ACEOF
21009 cat confdefs.h >>conftest.$ac_ext
21010 cat >>conftest.$ac_ext <<_ACEOF
21011 /* end confdefs.h. */
21012 #include <sys/types.h>
21013 #ifdef HAVE_SYS_MTIO_H
21014 #include <sys/mtio.h>
21015 #endif
21018 main ()
21020 static struct mtget ac_aggr;
21021 if (sizeof ac_aggr.mt_blksiz)
21022 return 0;
21024 return 0;
21026 _ACEOF
21027 rm -f conftest.$ac_objext
21028 if { (ac_try="$ac_compile"
21029 case "(($ac_try" in
21030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21031 *) ac_try_echo=$ac_try;;
21032 esac
21033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21034 (eval "$ac_compile") 2>conftest.er1
21035 ac_status=$?
21036 grep -v '^ *+' conftest.er1 >conftest.err
21037 rm -f conftest.er1
21038 cat conftest.err >&5
21039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21040 (exit $ac_status); } && {
21041 test -z "$ac_c_werror_flag" ||
21042 test ! -s conftest.err
21043 } && test -s conftest.$ac_objext; then
21044 ac_cv_member_struct_mtget_mt_blksiz=yes
21045 else
21046 echo "$as_me: failed program was:" >&5
21047 sed 's/^/| /' conftest.$ac_ext >&5
21049 ac_cv_member_struct_mtget_mt_blksiz=no
21052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21055 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21057 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21058 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21059 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21061 cat >>confdefs.h <<_ACEOF
21062 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21063 _ACEOF
21067 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21068 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21069 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21070 echo $ECHO_N "(cached) $ECHO_C" >&6
21071 else
21072 cat >conftest.$ac_ext <<_ACEOF
21073 /* confdefs.h. */
21074 _ACEOF
21075 cat confdefs.h >>conftest.$ac_ext
21076 cat >>conftest.$ac_ext <<_ACEOF
21077 /* end confdefs.h. */
21078 #include <sys/types.h>
21079 #ifdef HAVE_SYS_MTIO_H
21080 #include <sys/mtio.h>
21081 #endif
21084 main ()
21086 static struct mtget ac_aggr;
21087 if (ac_aggr.mt_gstat)
21088 return 0;
21090 return 0;
21092 _ACEOF
21093 rm -f conftest.$ac_objext
21094 if { (ac_try="$ac_compile"
21095 case "(($ac_try" in
21096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21097 *) ac_try_echo=$ac_try;;
21098 esac
21099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21100 (eval "$ac_compile") 2>conftest.er1
21101 ac_status=$?
21102 grep -v '^ *+' conftest.er1 >conftest.err
21103 rm -f conftest.er1
21104 cat conftest.err >&5
21105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21106 (exit $ac_status); } && {
21107 test -z "$ac_c_werror_flag" ||
21108 test ! -s conftest.err
21109 } && test -s conftest.$ac_objext; then
21110 ac_cv_member_struct_mtget_mt_gstat=yes
21111 else
21112 echo "$as_me: failed program was:" >&5
21113 sed 's/^/| /' conftest.$ac_ext >&5
21115 cat >conftest.$ac_ext <<_ACEOF
21116 /* confdefs.h. */
21117 _ACEOF
21118 cat confdefs.h >>conftest.$ac_ext
21119 cat >>conftest.$ac_ext <<_ACEOF
21120 /* end confdefs.h. */
21121 #include <sys/types.h>
21122 #ifdef HAVE_SYS_MTIO_H
21123 #include <sys/mtio.h>
21124 #endif
21127 main ()
21129 static struct mtget ac_aggr;
21130 if (sizeof ac_aggr.mt_gstat)
21131 return 0;
21133 return 0;
21135 _ACEOF
21136 rm -f conftest.$ac_objext
21137 if { (ac_try="$ac_compile"
21138 case "(($ac_try" in
21139 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21140 *) ac_try_echo=$ac_try;;
21141 esac
21142 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21143 (eval "$ac_compile") 2>conftest.er1
21144 ac_status=$?
21145 grep -v '^ *+' conftest.er1 >conftest.err
21146 rm -f conftest.er1
21147 cat conftest.err >&5
21148 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21149 (exit $ac_status); } && {
21150 test -z "$ac_c_werror_flag" ||
21151 test ! -s conftest.err
21152 } && test -s conftest.$ac_objext; then
21153 ac_cv_member_struct_mtget_mt_gstat=yes
21154 else
21155 echo "$as_me: failed program was:" >&5
21156 sed 's/^/| /' conftest.$ac_ext >&5
21158 ac_cv_member_struct_mtget_mt_gstat=no
21161 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21164 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21166 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21167 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21168 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21170 cat >>confdefs.h <<_ACEOF
21171 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21172 _ACEOF
21176 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21177 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21178 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21179 echo $ECHO_N "(cached) $ECHO_C" >&6
21180 else
21181 cat >conftest.$ac_ext <<_ACEOF
21182 /* confdefs.h. */
21183 _ACEOF
21184 cat confdefs.h >>conftest.$ac_ext
21185 cat >>conftest.$ac_ext <<_ACEOF
21186 /* end confdefs.h. */
21187 #include <sys/types.h>
21188 #ifdef HAVE_SYS_MTIO_H
21189 #include <sys/mtio.h>
21190 #endif
21193 main ()
21195 static struct mtget ac_aggr;
21196 if (ac_aggr.mt_blkno)
21197 return 0;
21199 return 0;
21201 _ACEOF
21202 rm -f conftest.$ac_objext
21203 if { (ac_try="$ac_compile"
21204 case "(($ac_try" in
21205 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21206 *) ac_try_echo=$ac_try;;
21207 esac
21208 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21209 (eval "$ac_compile") 2>conftest.er1
21210 ac_status=$?
21211 grep -v '^ *+' conftest.er1 >conftest.err
21212 rm -f conftest.er1
21213 cat conftest.err >&5
21214 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21215 (exit $ac_status); } && {
21216 test -z "$ac_c_werror_flag" ||
21217 test ! -s conftest.err
21218 } && test -s conftest.$ac_objext; then
21219 ac_cv_member_struct_mtget_mt_blkno=yes
21220 else
21221 echo "$as_me: failed program was:" >&5
21222 sed 's/^/| /' conftest.$ac_ext >&5
21224 cat >conftest.$ac_ext <<_ACEOF
21225 /* confdefs.h. */
21226 _ACEOF
21227 cat confdefs.h >>conftest.$ac_ext
21228 cat >>conftest.$ac_ext <<_ACEOF
21229 /* end confdefs.h. */
21230 #include <sys/types.h>
21231 #ifdef HAVE_SYS_MTIO_H
21232 #include <sys/mtio.h>
21233 #endif
21236 main ()
21238 static struct mtget ac_aggr;
21239 if (sizeof ac_aggr.mt_blkno)
21240 return 0;
21242 return 0;
21244 _ACEOF
21245 rm -f conftest.$ac_objext
21246 if { (ac_try="$ac_compile"
21247 case "(($ac_try" in
21248 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21249 *) ac_try_echo=$ac_try;;
21250 esac
21251 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21252 (eval "$ac_compile") 2>conftest.er1
21253 ac_status=$?
21254 grep -v '^ *+' conftest.er1 >conftest.err
21255 rm -f conftest.er1
21256 cat conftest.err >&5
21257 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21258 (exit $ac_status); } && {
21259 test -z "$ac_c_werror_flag" ||
21260 test ! -s conftest.err
21261 } && test -s conftest.$ac_objext; then
21262 ac_cv_member_struct_mtget_mt_blkno=yes
21263 else
21264 echo "$as_me: failed program was:" >&5
21265 sed 's/^/| /' conftest.$ac_ext >&5
21267 ac_cv_member_struct_mtget_mt_blkno=no
21270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21275 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21276 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21277 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21279 cat >>confdefs.h <<_ACEOF
21280 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21281 _ACEOF
21287 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21288 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21289 if test "${ac_cv_member_struct_option_name+set}" = set; then
21290 echo $ECHO_N "(cached) $ECHO_C" >&6
21291 else
21292 cat >conftest.$ac_ext <<_ACEOF
21293 /* confdefs.h. */
21294 _ACEOF
21295 cat confdefs.h >>conftest.$ac_ext
21296 cat >>conftest.$ac_ext <<_ACEOF
21297 /* end confdefs.h. */
21298 #ifdef HAVE_GETOPT_H
21299 #include <getopt.h>
21300 #endif
21303 main ()
21305 static struct option ac_aggr;
21306 if (ac_aggr.name)
21307 return 0;
21309 return 0;
21311 _ACEOF
21312 rm -f conftest.$ac_objext
21313 if { (ac_try="$ac_compile"
21314 case "(($ac_try" in
21315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21316 *) ac_try_echo=$ac_try;;
21317 esac
21318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21319 (eval "$ac_compile") 2>conftest.er1
21320 ac_status=$?
21321 grep -v '^ *+' conftest.er1 >conftest.err
21322 rm -f conftest.er1
21323 cat conftest.err >&5
21324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21325 (exit $ac_status); } && {
21326 test -z "$ac_c_werror_flag" ||
21327 test ! -s conftest.err
21328 } && test -s conftest.$ac_objext; then
21329 ac_cv_member_struct_option_name=yes
21330 else
21331 echo "$as_me: failed program was:" >&5
21332 sed 's/^/| /' conftest.$ac_ext >&5
21334 cat >conftest.$ac_ext <<_ACEOF
21335 /* confdefs.h. */
21336 _ACEOF
21337 cat confdefs.h >>conftest.$ac_ext
21338 cat >>conftest.$ac_ext <<_ACEOF
21339 /* end confdefs.h. */
21340 #ifdef HAVE_GETOPT_H
21341 #include <getopt.h>
21342 #endif
21345 main ()
21347 static struct option ac_aggr;
21348 if (sizeof ac_aggr.name)
21349 return 0;
21351 return 0;
21353 _ACEOF
21354 rm -f conftest.$ac_objext
21355 if { (ac_try="$ac_compile"
21356 case "(($ac_try" in
21357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21358 *) ac_try_echo=$ac_try;;
21359 esac
21360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21361 (eval "$ac_compile") 2>conftest.er1
21362 ac_status=$?
21363 grep -v '^ *+' conftest.er1 >conftest.err
21364 rm -f conftest.er1
21365 cat conftest.err >&5
21366 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21367 (exit $ac_status); } && {
21368 test -z "$ac_c_werror_flag" ||
21369 test ! -s conftest.err
21370 } && test -s conftest.$ac_objext; then
21371 ac_cv_member_struct_option_name=yes
21372 else
21373 echo "$as_me: failed program was:" >&5
21374 sed 's/^/| /' conftest.$ac_ext >&5
21376 ac_cv_member_struct_option_name=no
21379 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21384 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21385 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21386 if test $ac_cv_member_struct_option_name = yes; then
21388 cat >>confdefs.h <<_ACEOF
21389 #define HAVE_STRUCT_OPTION_NAME 1
21390 _ACEOF
21396 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21397 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21398 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21399 echo $ECHO_N "(cached) $ECHO_C" >&6
21400 else
21401 cat >conftest.$ac_ext <<_ACEOF
21402 /* confdefs.h. */
21403 _ACEOF
21404 cat confdefs.h >>conftest.$ac_ext
21405 cat >>conftest.$ac_ext <<_ACEOF
21406 /* end confdefs.h. */
21407 $ac_includes_default
21409 main ()
21411 static struct stat ac_aggr;
21412 if (ac_aggr.st_blocks)
21413 return 0;
21415 return 0;
21417 _ACEOF
21418 rm -f conftest.$ac_objext
21419 if { (ac_try="$ac_compile"
21420 case "(($ac_try" in
21421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21422 *) ac_try_echo=$ac_try;;
21423 esac
21424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21425 (eval "$ac_compile") 2>conftest.er1
21426 ac_status=$?
21427 grep -v '^ *+' conftest.er1 >conftest.err
21428 rm -f conftest.er1
21429 cat conftest.err >&5
21430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21431 (exit $ac_status); } && {
21432 test -z "$ac_c_werror_flag" ||
21433 test ! -s conftest.err
21434 } && test -s conftest.$ac_objext; then
21435 ac_cv_member_struct_stat_st_blocks=yes
21436 else
21437 echo "$as_me: failed program was:" >&5
21438 sed 's/^/| /' conftest.$ac_ext >&5
21440 cat >conftest.$ac_ext <<_ACEOF
21441 /* confdefs.h. */
21442 _ACEOF
21443 cat confdefs.h >>conftest.$ac_ext
21444 cat >>conftest.$ac_ext <<_ACEOF
21445 /* end confdefs.h. */
21446 $ac_includes_default
21448 main ()
21450 static struct stat ac_aggr;
21451 if (sizeof ac_aggr.st_blocks)
21452 return 0;
21454 return 0;
21456 _ACEOF
21457 rm -f conftest.$ac_objext
21458 if { (ac_try="$ac_compile"
21459 case "(($ac_try" in
21460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21461 *) ac_try_echo=$ac_try;;
21462 esac
21463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21464 (eval "$ac_compile") 2>conftest.er1
21465 ac_status=$?
21466 grep -v '^ *+' conftest.er1 >conftest.err
21467 rm -f conftest.er1
21468 cat conftest.err >&5
21469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21470 (exit $ac_status); } && {
21471 test -z "$ac_c_werror_flag" ||
21472 test ! -s conftest.err
21473 } && test -s conftest.$ac_objext; then
21474 ac_cv_member_struct_stat_st_blocks=yes
21475 else
21476 echo "$as_me: failed program was:" >&5
21477 sed 's/^/| /' conftest.$ac_ext >&5
21479 ac_cv_member_struct_stat_st_blocks=no
21482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21485 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21487 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21488 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21489 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21491 cat >>confdefs.h <<_ACEOF
21492 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21493 _ACEOF
21497 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21498 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21499 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21500 echo $ECHO_N "(cached) $ECHO_C" >&6
21501 else
21502 cat >conftest.$ac_ext <<_ACEOF
21503 /* confdefs.h. */
21504 _ACEOF
21505 cat confdefs.h >>conftest.$ac_ext
21506 cat >>conftest.$ac_ext <<_ACEOF
21507 /* end confdefs.h. */
21508 $ac_includes_default
21510 main ()
21512 static struct stat ac_aggr;
21513 if (ac_aggr.st_mtim)
21514 return 0;
21516 return 0;
21518 _ACEOF
21519 rm -f conftest.$ac_objext
21520 if { (ac_try="$ac_compile"
21521 case "(($ac_try" in
21522 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21523 *) ac_try_echo=$ac_try;;
21524 esac
21525 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21526 (eval "$ac_compile") 2>conftest.er1
21527 ac_status=$?
21528 grep -v '^ *+' conftest.er1 >conftest.err
21529 rm -f conftest.er1
21530 cat conftest.err >&5
21531 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21532 (exit $ac_status); } && {
21533 test -z "$ac_c_werror_flag" ||
21534 test ! -s conftest.err
21535 } && test -s conftest.$ac_objext; then
21536 ac_cv_member_struct_stat_st_mtim=yes
21537 else
21538 echo "$as_me: failed program was:" >&5
21539 sed 's/^/| /' conftest.$ac_ext >&5
21541 cat >conftest.$ac_ext <<_ACEOF
21542 /* confdefs.h. */
21543 _ACEOF
21544 cat confdefs.h >>conftest.$ac_ext
21545 cat >>conftest.$ac_ext <<_ACEOF
21546 /* end confdefs.h. */
21547 $ac_includes_default
21549 main ()
21551 static struct stat ac_aggr;
21552 if (sizeof ac_aggr.st_mtim)
21553 return 0;
21555 return 0;
21557 _ACEOF
21558 rm -f conftest.$ac_objext
21559 if { (ac_try="$ac_compile"
21560 case "(($ac_try" in
21561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21562 *) ac_try_echo=$ac_try;;
21563 esac
21564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21565 (eval "$ac_compile") 2>conftest.er1
21566 ac_status=$?
21567 grep -v '^ *+' conftest.er1 >conftest.err
21568 rm -f conftest.er1
21569 cat conftest.err >&5
21570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21571 (exit $ac_status); } && {
21572 test -z "$ac_c_werror_flag" ||
21573 test ! -s conftest.err
21574 } && test -s conftest.$ac_objext; then
21575 ac_cv_member_struct_stat_st_mtim=yes
21576 else
21577 echo "$as_me: failed program was:" >&5
21578 sed 's/^/| /' conftest.$ac_ext >&5
21580 ac_cv_member_struct_stat_st_mtim=no
21583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21588 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21589 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21590 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21592 cat >>confdefs.h <<_ACEOF
21593 #define HAVE_STRUCT_STAT_ST_MTIM 1
21594 _ACEOF
21598 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21599 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21600 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21601 echo $ECHO_N "(cached) $ECHO_C" >&6
21602 else
21603 cat >conftest.$ac_ext <<_ACEOF
21604 /* confdefs.h. */
21605 _ACEOF
21606 cat confdefs.h >>conftest.$ac_ext
21607 cat >>conftest.$ac_ext <<_ACEOF
21608 /* end confdefs.h. */
21609 $ac_includes_default
21611 main ()
21613 static struct stat ac_aggr;
21614 if (ac_aggr.st_ctim)
21615 return 0;
21617 return 0;
21619 _ACEOF
21620 rm -f conftest.$ac_objext
21621 if { (ac_try="$ac_compile"
21622 case "(($ac_try" in
21623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21624 *) ac_try_echo=$ac_try;;
21625 esac
21626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21627 (eval "$ac_compile") 2>conftest.er1
21628 ac_status=$?
21629 grep -v '^ *+' conftest.er1 >conftest.err
21630 rm -f conftest.er1
21631 cat conftest.err >&5
21632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21633 (exit $ac_status); } && {
21634 test -z "$ac_c_werror_flag" ||
21635 test ! -s conftest.err
21636 } && test -s conftest.$ac_objext; then
21637 ac_cv_member_struct_stat_st_ctim=yes
21638 else
21639 echo "$as_me: failed program was:" >&5
21640 sed 's/^/| /' conftest.$ac_ext >&5
21642 cat >conftest.$ac_ext <<_ACEOF
21643 /* confdefs.h. */
21644 _ACEOF
21645 cat confdefs.h >>conftest.$ac_ext
21646 cat >>conftest.$ac_ext <<_ACEOF
21647 /* end confdefs.h. */
21648 $ac_includes_default
21650 main ()
21652 static struct stat ac_aggr;
21653 if (sizeof ac_aggr.st_ctim)
21654 return 0;
21656 return 0;
21658 _ACEOF
21659 rm -f conftest.$ac_objext
21660 if { (ac_try="$ac_compile"
21661 case "(($ac_try" in
21662 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21663 *) ac_try_echo=$ac_try;;
21664 esac
21665 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21666 (eval "$ac_compile") 2>conftest.er1
21667 ac_status=$?
21668 grep -v '^ *+' conftest.er1 >conftest.err
21669 rm -f conftest.er1
21670 cat conftest.err >&5
21671 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21672 (exit $ac_status); } && {
21673 test -z "$ac_c_werror_flag" ||
21674 test ! -s conftest.err
21675 } && test -s conftest.$ac_objext; then
21676 ac_cv_member_struct_stat_st_ctim=yes
21677 else
21678 echo "$as_me: failed program was:" >&5
21679 sed 's/^/| /' conftest.$ac_ext >&5
21681 ac_cv_member_struct_stat_st_ctim=no
21684 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21687 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21689 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21690 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21691 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21693 cat >>confdefs.h <<_ACEOF
21694 #define HAVE_STRUCT_STAT_ST_CTIM 1
21695 _ACEOF
21699 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21700 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21701 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21702 echo $ECHO_N "(cached) $ECHO_C" >&6
21703 else
21704 cat >conftest.$ac_ext <<_ACEOF
21705 /* confdefs.h. */
21706 _ACEOF
21707 cat confdefs.h >>conftest.$ac_ext
21708 cat >>conftest.$ac_ext <<_ACEOF
21709 /* end confdefs.h. */
21710 $ac_includes_default
21712 main ()
21714 static struct stat ac_aggr;
21715 if (ac_aggr.st_atim)
21716 return 0;
21718 return 0;
21720 _ACEOF
21721 rm -f conftest.$ac_objext
21722 if { (ac_try="$ac_compile"
21723 case "(($ac_try" in
21724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21725 *) ac_try_echo=$ac_try;;
21726 esac
21727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21728 (eval "$ac_compile") 2>conftest.er1
21729 ac_status=$?
21730 grep -v '^ *+' conftest.er1 >conftest.err
21731 rm -f conftest.er1
21732 cat conftest.err >&5
21733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21734 (exit $ac_status); } && {
21735 test -z "$ac_c_werror_flag" ||
21736 test ! -s conftest.err
21737 } && test -s conftest.$ac_objext; then
21738 ac_cv_member_struct_stat_st_atim=yes
21739 else
21740 echo "$as_me: failed program was:" >&5
21741 sed 's/^/| /' conftest.$ac_ext >&5
21743 cat >conftest.$ac_ext <<_ACEOF
21744 /* confdefs.h. */
21745 _ACEOF
21746 cat confdefs.h >>conftest.$ac_ext
21747 cat >>conftest.$ac_ext <<_ACEOF
21748 /* end confdefs.h. */
21749 $ac_includes_default
21751 main ()
21753 static struct stat ac_aggr;
21754 if (sizeof ac_aggr.st_atim)
21755 return 0;
21757 return 0;
21759 _ACEOF
21760 rm -f conftest.$ac_objext
21761 if { (ac_try="$ac_compile"
21762 case "(($ac_try" in
21763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21764 *) ac_try_echo=$ac_try;;
21765 esac
21766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21767 (eval "$ac_compile") 2>conftest.er1
21768 ac_status=$?
21769 grep -v '^ *+' conftest.er1 >conftest.err
21770 rm -f conftest.er1
21771 cat conftest.err >&5
21772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21773 (exit $ac_status); } && {
21774 test -z "$ac_c_werror_flag" ||
21775 test ! -s conftest.err
21776 } && test -s conftest.$ac_objext; then
21777 ac_cv_member_struct_stat_st_atim=yes
21778 else
21779 echo "$as_me: failed program was:" >&5
21780 sed 's/^/| /' conftest.$ac_ext >&5
21782 ac_cv_member_struct_stat_st_atim=no
21785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21788 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21790 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21791 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21792 if test $ac_cv_member_struct_stat_st_atim = yes; then
21794 cat >>confdefs.h <<_ACEOF
21795 #define HAVE_STRUCT_STAT_ST_ATIM 1
21796 _ACEOF
21802 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21803 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21804 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21805 echo $ECHO_N "(cached) $ECHO_C" >&6
21806 else
21807 cat >conftest.$ac_ext <<_ACEOF
21808 /* confdefs.h. */
21809 _ACEOF
21810 cat confdefs.h >>conftest.$ac_ext
21811 cat >>conftest.$ac_ext <<_ACEOF
21812 /* end confdefs.h. */
21813 #ifdef HAVE_SYS_TYPES_H
21814 #include <sys/types.h>
21815 #endif
21816 #ifdef HAVE_NETINET_IN_H
21817 #include <netinet/in.h>
21818 #endif
21821 main ()
21823 static struct sockaddr_in6 ac_aggr;
21824 if (ac_aggr.sin6_scope_id)
21825 return 0;
21827 return 0;
21829 _ACEOF
21830 rm -f conftest.$ac_objext
21831 if { (ac_try="$ac_compile"
21832 case "(($ac_try" in
21833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21834 *) ac_try_echo=$ac_try;;
21835 esac
21836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21837 (eval "$ac_compile") 2>conftest.er1
21838 ac_status=$?
21839 grep -v '^ *+' conftest.er1 >conftest.err
21840 rm -f conftest.er1
21841 cat conftest.err >&5
21842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21843 (exit $ac_status); } && {
21844 test -z "$ac_c_werror_flag" ||
21845 test ! -s conftest.err
21846 } && test -s conftest.$ac_objext; then
21847 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21848 else
21849 echo "$as_me: failed program was:" >&5
21850 sed 's/^/| /' conftest.$ac_ext >&5
21852 cat >conftest.$ac_ext <<_ACEOF
21853 /* confdefs.h. */
21854 _ACEOF
21855 cat confdefs.h >>conftest.$ac_ext
21856 cat >>conftest.$ac_ext <<_ACEOF
21857 /* end confdefs.h. */
21858 #ifdef HAVE_SYS_TYPES_H
21859 #include <sys/types.h>
21860 #endif
21861 #ifdef HAVE_NETINET_IN_H
21862 #include <netinet/in.h>
21863 #endif
21866 main ()
21868 static struct sockaddr_in6 ac_aggr;
21869 if (sizeof ac_aggr.sin6_scope_id)
21870 return 0;
21872 return 0;
21874 _ACEOF
21875 rm -f conftest.$ac_objext
21876 if { (ac_try="$ac_compile"
21877 case "(($ac_try" in
21878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21879 *) ac_try_echo=$ac_try;;
21880 esac
21881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21882 (eval "$ac_compile") 2>conftest.er1
21883 ac_status=$?
21884 grep -v '^ *+' conftest.er1 >conftest.err
21885 rm -f conftest.er1
21886 cat conftest.err >&5
21887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21888 (exit $ac_status); } && {
21889 test -z "$ac_c_werror_flag" ||
21890 test ! -s conftest.err
21891 } && test -s conftest.$ac_objext; then
21892 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21893 else
21894 echo "$as_me: failed program was:" >&5
21895 sed 's/^/| /' conftest.$ac_ext >&5
21897 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21903 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21905 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21906 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21907 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21909 cat >>confdefs.h <<_ACEOF
21910 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21911 _ACEOF
21917 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21918 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21919 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21920 echo $ECHO_N "(cached) $ECHO_C" >&6
21921 else
21922 cat >conftest.$ac_ext <<_ACEOF
21923 /* confdefs.h. */
21924 _ACEOF
21925 cat confdefs.h >>conftest.$ac_ext
21926 cat >>conftest.$ac_ext <<_ACEOF
21927 /* end confdefs.h. */
21928 #ifdef HAVE_SYS_TYPES_H
21929 #include <sys/types.h>
21930 #endif
21931 #ifdef HAVE_NETINET_IN_H
21932 # include <netinet/in.h>
21933 #endif
21934 #ifdef HAVE_ARPA_NAMESER_H
21935 # include <arpa/nameser.h>
21936 #endif
21939 main ()
21941 static ns_msg ac_aggr;
21942 if (ac_aggr._msg_ptr)
21943 return 0;
21945 return 0;
21947 _ACEOF
21948 rm -f conftest.$ac_objext
21949 if { (ac_try="$ac_compile"
21950 case "(($ac_try" in
21951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21952 *) ac_try_echo=$ac_try;;
21953 esac
21954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21955 (eval "$ac_compile") 2>conftest.er1
21956 ac_status=$?
21957 grep -v '^ *+' conftest.er1 >conftest.err
21958 rm -f conftest.er1
21959 cat conftest.err >&5
21960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21961 (exit $ac_status); } && {
21962 test -z "$ac_c_werror_flag" ||
21963 test ! -s conftest.err
21964 } && test -s conftest.$ac_objext; then
21965 ac_cv_member_ns_msg__msg_ptr=yes
21966 else
21967 echo "$as_me: failed program was:" >&5
21968 sed 's/^/| /' conftest.$ac_ext >&5
21970 cat >conftest.$ac_ext <<_ACEOF
21971 /* confdefs.h. */
21972 _ACEOF
21973 cat confdefs.h >>conftest.$ac_ext
21974 cat >>conftest.$ac_ext <<_ACEOF
21975 /* end confdefs.h. */
21976 #ifdef HAVE_SYS_TYPES_H
21977 #include <sys/types.h>
21978 #endif
21979 #ifdef HAVE_NETINET_IN_H
21980 # include <netinet/in.h>
21981 #endif
21982 #ifdef HAVE_ARPA_NAMESER_H
21983 # include <arpa/nameser.h>
21984 #endif
21987 main ()
21989 static ns_msg ac_aggr;
21990 if (sizeof ac_aggr._msg_ptr)
21991 return 0;
21993 return 0;
21995 _ACEOF
21996 rm -f conftest.$ac_objext
21997 if { (ac_try="$ac_compile"
21998 case "(($ac_try" in
21999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22000 *) ac_try_echo=$ac_try;;
22001 esac
22002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22003 (eval "$ac_compile") 2>conftest.er1
22004 ac_status=$?
22005 grep -v '^ *+' conftest.er1 >conftest.err
22006 rm -f conftest.er1
22007 cat conftest.err >&5
22008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22009 (exit $ac_status); } && {
22010 test -z "$ac_c_werror_flag" ||
22011 test ! -s conftest.err
22012 } && test -s conftest.$ac_objext; then
22013 ac_cv_member_ns_msg__msg_ptr=yes
22014 else
22015 echo "$as_me: failed program was:" >&5
22016 sed 's/^/| /' conftest.$ac_ext >&5
22018 ac_cv_member_ns_msg__msg_ptr=no
22021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22024 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22026 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22027 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22028 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22030 cat >>confdefs.h <<_ACEOF
22031 #define HAVE_NS_MSG__MSG_PTR 1
22032 _ACEOF
22038 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22039 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22040 if test "${ac_cv_have_timezone+set}" = set; then
22041 echo $ECHO_N "(cached) $ECHO_C" >&6
22042 else
22043 cat >conftest.$ac_ext <<_ACEOF
22044 /* confdefs.h. */
22045 _ACEOF
22046 cat confdefs.h >>conftest.$ac_ext
22047 cat >>conftest.$ac_ext <<_ACEOF
22048 /* end confdefs.h. */
22049 #include <time.h>
22051 main ()
22053 timezone = 1
22055 return 0;
22057 _ACEOF
22058 rm -f conftest.$ac_objext conftest$ac_exeext
22059 if { (ac_try="$ac_link"
22060 case "(($ac_try" in
22061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22062 *) ac_try_echo=$ac_try;;
22063 esac
22064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22065 (eval "$ac_link") 2>conftest.er1
22066 ac_status=$?
22067 grep -v '^ *+' conftest.er1 >conftest.err
22068 rm -f conftest.er1
22069 cat conftest.err >&5
22070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22071 (exit $ac_status); } && {
22072 test -z "$ac_c_werror_flag" ||
22073 test ! -s conftest.err
22074 } && test -s conftest$ac_exeext &&
22075 $as_test_x conftest$ac_exeext; then
22076 ac_cv_have_timezone="yes"
22077 else
22078 echo "$as_me: failed program was:" >&5
22079 sed 's/^/| /' conftest.$ac_ext >&5
22081 ac_cv_have_timezone="no"
22084 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22085 conftest$ac_exeext conftest.$ac_ext
22087 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22088 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22089 if test "$ac_cv_have_timezone" = "yes"
22090 then
22092 cat >>confdefs.h <<\_ACEOF
22093 #define HAVE_TIMEZONE 1
22094 _ACEOF
22097 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22098 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22099 if test "${ac_cv_have_daylight+set}" = set; then
22100 echo $ECHO_N "(cached) $ECHO_C" >&6
22101 else
22102 cat >conftest.$ac_ext <<_ACEOF
22103 /* confdefs.h. */
22104 _ACEOF
22105 cat confdefs.h >>conftest.$ac_ext
22106 cat >>conftest.$ac_ext <<_ACEOF
22107 /* end confdefs.h. */
22108 #include <time.h>
22110 main ()
22112 daylight = 1
22114 return 0;
22116 _ACEOF
22117 rm -f conftest.$ac_objext conftest$ac_exeext
22118 if { (ac_try="$ac_link"
22119 case "(($ac_try" in
22120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22121 *) ac_try_echo=$ac_try;;
22122 esac
22123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22124 (eval "$ac_link") 2>conftest.er1
22125 ac_status=$?
22126 grep -v '^ *+' conftest.er1 >conftest.err
22127 rm -f conftest.er1
22128 cat conftest.err >&5
22129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22130 (exit $ac_status); } && {
22131 test -z "$ac_c_werror_flag" ||
22132 test ! -s conftest.err
22133 } && test -s conftest$ac_exeext &&
22134 $as_test_x conftest$ac_exeext; then
22135 ac_cv_have_daylight="yes"
22136 else
22137 echo "$as_me: failed program was:" >&5
22138 sed 's/^/| /' conftest.$ac_ext >&5
22140 ac_cv_have_daylight="no"
22143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22144 conftest$ac_exeext conftest.$ac_ext
22146 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22147 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22148 if test "$ac_cv_have_daylight" = "yes"
22149 then
22151 cat >>confdefs.h <<\_ACEOF
22152 #define HAVE_DAYLIGHT 1
22153 _ACEOF
22157 { echo "$as_me:$LINENO: checking for isinf" >&5
22158 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22159 if test "${ac_cv_have_isinf+set}" = set; then
22160 echo $ECHO_N "(cached) $ECHO_C" >&6
22161 else
22162 cat >conftest.$ac_ext <<_ACEOF
22163 /* confdefs.h. */
22164 _ACEOF
22165 cat confdefs.h >>conftest.$ac_ext
22166 cat >>conftest.$ac_ext <<_ACEOF
22167 /* end confdefs.h. */
22168 #include <math.h>
22170 main ()
22172 float f = 0.0; int i=isinf(f)
22174 return 0;
22176 _ACEOF
22177 rm -f conftest.$ac_objext conftest$ac_exeext
22178 if { (ac_try="$ac_link"
22179 case "(($ac_try" in
22180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22181 *) ac_try_echo=$ac_try;;
22182 esac
22183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22184 (eval "$ac_link") 2>conftest.er1
22185 ac_status=$?
22186 grep -v '^ *+' conftest.er1 >conftest.err
22187 rm -f conftest.er1
22188 cat conftest.err >&5
22189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22190 (exit $ac_status); } && {
22191 test -z "$ac_c_werror_flag" ||
22192 test ! -s conftest.err
22193 } && test -s conftest$ac_exeext &&
22194 $as_test_x conftest$ac_exeext; then
22195 ac_cv_have_isinf="yes"
22196 else
22197 echo "$as_me: failed program was:" >&5
22198 sed 's/^/| /' conftest.$ac_ext >&5
22200 ac_cv_have_isinf="no"
22203 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22204 conftest$ac_exeext conftest.$ac_ext
22206 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22207 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22208 if test "$ac_cv_have_isinf" = "yes"
22209 then
22211 cat >>confdefs.h <<\_ACEOF
22212 #define HAVE_ISINF 1
22213 _ACEOF
22218 case $host_cpu in
22219 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22220 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22221 if test "${ac_cv_cpp_def___i386__+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 #ifndef __i386__
22232 #endif
22233 _ACEOF
22234 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22235 $EGREP "yes" >/dev/null 2>&1; then
22236 ac_cv_cpp_def___i386__=yes
22237 else
22238 ac_cv_cpp_def___i386__=no
22240 rm -f conftest*
22243 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22244 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22245 if test $ac_cv_cpp_def___i386__ = yes; then
22246 CFLAGS="$CFLAGS -D__i386__"
22247 LINTFLAGS="$LINTFLAGS -D__i386__"
22250 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22251 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22252 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22253 echo $ECHO_N "(cached) $ECHO_C" >&6
22254 else
22255 cat >conftest.$ac_ext <<_ACEOF
22256 /* confdefs.h. */
22257 _ACEOF
22258 cat confdefs.h >>conftest.$ac_ext
22259 cat >>conftest.$ac_ext <<_ACEOF
22260 /* end confdefs.h. */
22261 #ifndef __x86_64__
22263 #endif
22264 _ACEOF
22265 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22266 $EGREP "yes" >/dev/null 2>&1; then
22267 ac_cv_cpp_def___x86_64__=yes
22268 else
22269 ac_cv_cpp_def___x86_64__=no
22271 rm -f conftest*
22274 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22275 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22276 if test $ac_cv_cpp_def___x86_64__ = yes; then
22277 CFLAGS="$CFLAGS -D__x86_64__"
22278 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22281 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22282 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22283 if test "${ac_cv_cpp_def___ALPHA__+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 __ALPHA__
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___ALPHA__=yes
22299 else
22300 ac_cv_cpp_def___ALPHA__=no
22302 rm -f conftest*
22305 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22306 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22307 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22308 CFLAGS="$CFLAGS -D__ALPHA__"
22309 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22312 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22313 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22314 if test "${ac_cv_cpp_def___sparc__+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 __sparc__
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___sparc__=yes
22330 else
22331 ac_cv_cpp_def___sparc__=no
22333 rm -f conftest*
22336 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22337 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22338 if test $ac_cv_cpp_def___sparc__ = yes; then
22339 CFLAGS="$CFLAGS -D__sparc__"
22340 LINTFLAGS="$LINTFLAGS -D__sparc__"
22343 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22344 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22345 if test "${ac_cv_cpp_def___powerpc__+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 __powerpc__
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___powerpc__=yes
22361 else
22362 ac_cv_cpp_def___powerpc__=no
22364 rm -f conftest*
22367 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22368 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22369 if test $ac_cv_cpp_def___powerpc__ = yes; then
22370 CFLAGS="$CFLAGS -D__powerpc__"
22371 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22374 esac
22376 case $host_vendor in
22377 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22378 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22379 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22380 echo $ECHO_N "(cached) $ECHO_C" >&6
22381 else
22382 cat >conftest.$ac_ext <<_ACEOF
22383 /* confdefs.h. */
22384 _ACEOF
22385 cat confdefs.h >>conftest.$ac_ext
22386 cat >>conftest.$ac_ext <<_ACEOF
22387 /* end confdefs.h. */
22388 #ifndef __sun__
22390 #endif
22391 _ACEOF
22392 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22393 $EGREP "yes" >/dev/null 2>&1; then
22394 ac_cv_cpp_def___sun__=yes
22395 else
22396 ac_cv_cpp_def___sun__=no
22398 rm -f conftest*
22401 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22402 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22403 if test $ac_cv_cpp_def___sun__ = yes; then
22404 CFLAGS="$CFLAGS -D__sun__"
22405 LINTFLAGS="$LINTFLAGS -D__sun__"
22408 esac
22411 DEPENDENCIES="### Dependencies:
22413 .INIT: Makefile
22414 .BEGIN: Makefile
22415 Makefile: dummy
22416 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22418 \$(OBJS): \$(IDL_GEN_HEADERS)
22419 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22420 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22421 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22422 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22425 ALL_MAKERULES=""
22427 ALL_MAKEFILES=""
22429 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22432 ALL_TOP_DIRS=""
22434 ALL_DLL_DIRS=""
22436 ALL_IMPLIB_DIRS=""
22438 ALL_TEST_DIRS=""
22440 ALL_PROGRAM_DIRS=""
22442 ALL_PROGRAM_INSTALL_DIRS=""
22444 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22450 ac_config_commands="$ac_config_commands include/stamp-h"
22453 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22455 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22457 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22459 ac_config_commands="$ac_config_commands dlls/user32/resources"
22461 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22463 ac_config_commands="$ac_config_commands include/wine"
22466 ALL_MAKERULES="$ALL_MAKERULES \\
22467 Make.rules"
22468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22469 Make.rules: Make.rules.in"
22470 MAKE_RULES=Make.rules
22471 ac_config_files="$ac_config_files Make.rules"
22473 ALL_MAKERULES="$ALL_MAKERULES \\
22474 dlls/Makedll.rules"
22475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22476 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22477 MAKE_DLL_RULES=dlls/Makedll.rules
22478 ac_config_files="$ac_config_files dlls/Makedll.rules"
22480 ALL_MAKERULES="$ALL_MAKERULES \\
22481 dlls/Makeimplib.rules"
22482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22483 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22484 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22485 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22487 ALL_MAKERULES="$ALL_MAKERULES \\
22488 dlls/Maketest.rules"
22489 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22490 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22491 MAKE_TEST_RULES=dlls/Maketest.rules
22492 ac_config_files="$ac_config_files dlls/Maketest.rules"
22494 ALL_MAKERULES="$ALL_MAKERULES \\
22495 programs/Makeprog.rules"
22496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22497 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22498 MAKE_PROG_RULES=programs/Makeprog.rules
22499 ac_config_files="$ac_config_files programs/Makeprog.rules"
22504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22505 Makefile: Makefile.in Make.rules"
22506 ac_config_files="$ac_config_files Makefile"
22508 ALL_MAKEFILES="$ALL_MAKEFILES \\
22509 dlls/Makefile"
22510 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22511 dlls"
22512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22513 dlls/Makefile: dlls/Makefile.in Make.rules"
22514 ac_config_files="$ac_config_files dlls/Makefile"
22516 ALL_MAKEFILES="$ALL_MAKEFILES \\
22517 dlls/acledit/Makefile"
22518 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22519 acledit"
22520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22521 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22522 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22524 ALL_MAKEFILES="$ALL_MAKEFILES \\
22525 dlls/activeds/Makefile"
22526 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22527 activeds"
22528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22529 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22530 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22532 ALL_MAKEFILES="$ALL_MAKEFILES \\
22533 dlls/actxprxy/Makefile"
22534 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22535 actxprxy"
22536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22537 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22538 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22540 ALL_MAKEFILES="$ALL_MAKEFILES \\
22541 dlls/adsiid/Makefile"
22542 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22543 adsiid"
22544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22545 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22546 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22548 ALL_MAKEFILES="$ALL_MAKEFILES \\
22549 dlls/advapi32/Makefile"
22550 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22551 advapi32"
22552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22553 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22554 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22556 ALL_MAKEFILES="$ALL_MAKEFILES \\
22557 dlls/advapi32/tests/Makefile"
22558 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22559 advapi32/tests"
22560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22561 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22562 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22564 ALL_MAKEFILES="$ALL_MAKEFILES \\
22565 dlls/advpack/Makefile"
22566 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22567 advpack"
22568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22569 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22570 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22572 ALL_MAKEFILES="$ALL_MAKEFILES \\
22573 dlls/advpack/tests/Makefile"
22574 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22575 advpack/tests"
22576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22577 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22578 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22580 ALL_MAKEFILES="$ALL_MAKEFILES \\
22581 dlls/amstream/Makefile"
22582 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22583 amstream"
22584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22585 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22586 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22588 ALL_MAKEFILES="$ALL_MAKEFILES \\
22589 dlls/appwiz.cpl/Makefile"
22590 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22591 appwiz.cpl"
22592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22593 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22594 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22596 ALL_MAKEFILES="$ALL_MAKEFILES \\
22597 dlls/atl/Makefile"
22598 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22599 atl"
22600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22601 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22602 ac_config_files="$ac_config_files dlls/atl/Makefile"
22604 ALL_MAKEFILES="$ALL_MAKEFILES \\
22605 dlls/avicap32/Makefile"
22606 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22607 avicap32"
22608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22609 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22610 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22612 ALL_MAKEFILES="$ALL_MAKEFILES \\
22613 dlls/avifil32/Makefile"
22614 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22615 avifil32"
22616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22617 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22618 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22620 ALL_MAKEFILES="$ALL_MAKEFILES \\
22621 dlls/browseui/Makefile"
22622 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22623 browseui"
22624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22625 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22626 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22628 ALL_MAKEFILES="$ALL_MAKEFILES \\
22629 dlls/browseui/tests/Makefile"
22630 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22631 browseui/tests"
22632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22633 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22634 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22636 ALL_MAKEFILES="$ALL_MAKEFILES \\
22637 dlls/cabinet/Makefile"
22638 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22639 cabinet"
22640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22641 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22642 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22644 ALL_MAKEFILES="$ALL_MAKEFILES \\
22645 dlls/cabinet/tests/Makefile"
22646 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22647 cabinet/tests"
22648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22649 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22650 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22652 ALL_MAKEFILES="$ALL_MAKEFILES \\
22653 dlls/capi2032/Makefile"
22654 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22655 capi2032"
22656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22657 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22658 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22660 ALL_MAKEFILES="$ALL_MAKEFILES \\
22661 dlls/cards/Makefile"
22662 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22663 cards"
22664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22665 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22666 ac_config_files="$ac_config_files dlls/cards/Makefile"
22668 ALL_MAKEFILES="$ALL_MAKEFILES \\
22669 dlls/cfgmgr32/Makefile"
22670 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22671 cfgmgr32"
22672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22673 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22674 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22676 ALL_MAKEFILES="$ALL_MAKEFILES \\
22677 dlls/clusapi/Makefile"
22678 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22679 clusapi"
22680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22681 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22682 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22684 ALL_MAKEFILES="$ALL_MAKEFILES \\
22685 dlls/comcat/Makefile"
22686 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22687 comcat"
22688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22689 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22690 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22692 ALL_MAKEFILES="$ALL_MAKEFILES \\
22693 dlls/comcat/tests/Makefile"
22694 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22695 comcat/tests"
22696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22697 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22698 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22700 ALL_MAKEFILES="$ALL_MAKEFILES \\
22701 dlls/comctl32/Makefile"
22702 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22703 comctl32"
22704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22705 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22706 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22708 ALL_MAKEFILES="$ALL_MAKEFILES \\
22709 dlls/comctl32/tests/Makefile"
22710 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22711 comctl32/tests"
22712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22713 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22714 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22716 ALL_MAKEFILES="$ALL_MAKEFILES \\
22717 dlls/comdlg32/Makefile"
22718 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22719 comdlg32"
22720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22721 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22722 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22724 ALL_MAKEFILES="$ALL_MAKEFILES \\
22725 dlls/comdlg32/tests/Makefile"
22726 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22727 comdlg32/tests"
22728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22729 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22730 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22732 ALL_MAKEFILES="$ALL_MAKEFILES \\
22733 dlls/compstui/Makefile"
22734 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22735 compstui"
22736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22737 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22738 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22740 ALL_MAKEFILES="$ALL_MAKEFILES \\
22741 dlls/credui/Makefile"
22742 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22743 credui"
22744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22745 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22746 ac_config_files="$ac_config_files dlls/credui/Makefile"
22748 ALL_MAKEFILES="$ALL_MAKEFILES \\
22749 dlls/credui/tests/Makefile"
22750 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22751 credui/tests"
22752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22753 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22754 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22756 ALL_MAKEFILES="$ALL_MAKEFILES \\
22757 dlls/crtdll/Makefile"
22758 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22759 crtdll"
22760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22761 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22762 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22764 ALL_MAKEFILES="$ALL_MAKEFILES \\
22765 dlls/crypt32/Makefile"
22766 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22767 crypt32"
22768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22769 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22770 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22772 ALL_MAKEFILES="$ALL_MAKEFILES \\
22773 dlls/crypt32/tests/Makefile"
22774 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22775 crypt32/tests"
22776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22777 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22778 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22780 ALL_MAKEFILES="$ALL_MAKEFILES \\
22781 dlls/cryptdlg/Makefile"
22782 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22783 cryptdlg"
22784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22785 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22786 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22788 ALL_MAKEFILES="$ALL_MAKEFILES \\
22789 dlls/cryptdll/Makefile"
22790 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22791 cryptdll"
22792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22793 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22794 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22796 ALL_MAKEFILES="$ALL_MAKEFILES \\
22797 dlls/cryptnet/Makefile"
22798 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22799 cryptnet"
22800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22801 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22802 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22804 ALL_MAKEFILES="$ALL_MAKEFILES \\
22805 dlls/cryptnet/tests/Makefile"
22806 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22807 cryptnet/tests"
22808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22809 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22810 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22812 ALL_MAKEFILES="$ALL_MAKEFILES \\
22813 dlls/cryptui/Makefile"
22814 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22815 cryptui"
22816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22817 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22818 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22820 ALL_MAKEFILES="$ALL_MAKEFILES \\
22821 dlls/ctapi32/Makefile"
22822 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22823 ctapi32"
22824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22825 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22826 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22828 ALL_MAKEFILES="$ALL_MAKEFILES \\
22829 dlls/ctl3d32/Makefile"
22830 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22831 ctl3d32"
22832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22833 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22834 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22836 ALL_MAKEFILES="$ALL_MAKEFILES \\
22837 dlls/d3d10/Makefile"
22838 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22839 d3d10"
22840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22841 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22842 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22844 ALL_MAKEFILES="$ALL_MAKEFILES \\
22845 dlls/d3d8/Makefile"
22846 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22847 d3d8"
22848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22849 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22850 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22852 ALL_MAKEFILES="$ALL_MAKEFILES \\
22853 dlls/d3d8/tests/Makefile"
22854 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22855 d3d8/tests"
22856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22857 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22858 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22860 ALL_MAKEFILES="$ALL_MAKEFILES \\
22861 dlls/d3d9/Makefile"
22862 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22863 d3d9"
22864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22865 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22866 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22868 ALL_MAKEFILES="$ALL_MAKEFILES \\
22869 dlls/d3d9/tests/Makefile"
22870 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22871 d3d9/tests"
22872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22873 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22874 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22876 ALL_MAKEFILES="$ALL_MAKEFILES \\
22877 dlls/d3dim/Makefile"
22878 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22879 d3dim"
22880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22881 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22882 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22884 ALL_MAKEFILES="$ALL_MAKEFILES \\
22885 dlls/d3drm/Makefile"
22886 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22887 d3drm"
22888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22889 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22890 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22892 ALL_MAKEFILES="$ALL_MAKEFILES \\
22893 dlls/d3drm/tests/Makefile"
22894 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22895 d3drm/tests"
22896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22897 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22898 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22900 ALL_MAKEFILES="$ALL_MAKEFILES \\
22901 dlls/d3dx8/Makefile"
22902 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22903 d3dx8"
22904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22905 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22906 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22908 ALL_MAKEFILES="$ALL_MAKEFILES \\
22909 dlls/d3dx8/tests/Makefile"
22910 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22911 d3dx8/tests"
22912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22913 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22914 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22916 ALL_MAKEFILES="$ALL_MAKEFILES \\
22917 dlls/d3dx9_24/Makefile"
22918 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22919 d3dx9_24"
22920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22921 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22922 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22924 ALL_MAKEFILES="$ALL_MAKEFILES \\
22925 dlls/d3dx9_25/Makefile"
22926 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22927 d3dx9_25"
22928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22929 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22930 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22932 ALL_MAKEFILES="$ALL_MAKEFILES \\
22933 dlls/d3dx9_26/Makefile"
22934 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22935 d3dx9_26"
22936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22937 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22938 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22940 ALL_MAKEFILES="$ALL_MAKEFILES \\
22941 dlls/d3dx9_27/Makefile"
22942 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22943 d3dx9_27"
22944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22945 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22946 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22948 ALL_MAKEFILES="$ALL_MAKEFILES \\
22949 dlls/d3dx9_28/Makefile"
22950 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22951 d3dx9_28"
22952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22953 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22954 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22956 ALL_MAKEFILES="$ALL_MAKEFILES \\
22957 dlls/d3dx9_29/Makefile"
22958 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22959 d3dx9_29"
22960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22961 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22962 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22964 ALL_MAKEFILES="$ALL_MAKEFILES \\
22965 dlls/d3dx9_30/Makefile"
22966 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22967 d3dx9_30"
22968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22969 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22970 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22972 ALL_MAKEFILES="$ALL_MAKEFILES \\
22973 dlls/d3dx9_31/Makefile"
22974 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22975 d3dx9_31"
22976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22977 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22978 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22980 ALL_MAKEFILES="$ALL_MAKEFILES \\
22981 dlls/d3dx9_32/Makefile"
22982 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22983 d3dx9_32"
22984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22985 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22986 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22988 ALL_MAKEFILES="$ALL_MAKEFILES \\
22989 dlls/d3dx9_33/Makefile"
22990 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22991 d3dx9_33"
22992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22993 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22994 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22996 ALL_MAKEFILES="$ALL_MAKEFILES \\
22997 dlls/d3dx9_34/Makefile"
22998 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22999 d3dx9_34"
23000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23001 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23002 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23004 ALL_MAKEFILES="$ALL_MAKEFILES \\
23005 dlls/d3dx9_35/Makefile"
23006 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23007 d3dx9_35"
23008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23009 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23010 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23012 ALL_MAKEFILES="$ALL_MAKEFILES \\
23013 dlls/d3dx9_36/Makefile"
23014 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23015 d3dx9_36"
23016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23017 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23018 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23020 ALL_MAKEFILES="$ALL_MAKEFILES \\
23021 dlls/d3dx9_36/tests/Makefile"
23022 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23023 d3dx9_36/tests"
23024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23025 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23026 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23028 ALL_MAKEFILES="$ALL_MAKEFILES \\
23029 dlls/d3dx9_37/Makefile"
23030 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23031 d3dx9_37"
23032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23033 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23034 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23036 ALL_MAKEFILES="$ALL_MAKEFILES \\
23037 dlls/d3dxof/Makefile"
23038 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23039 d3dxof"
23040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23041 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23042 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23044 ALL_MAKEFILES="$ALL_MAKEFILES \\
23045 dlls/d3dxof/tests/Makefile"
23046 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23047 d3dxof/tests"
23048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23049 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23050 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23052 ALL_MAKEFILES="$ALL_MAKEFILES \\
23053 dlls/dbghelp/Makefile"
23054 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23055 dbghelp"
23056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23057 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23058 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23060 ALL_MAKEFILES="$ALL_MAKEFILES \\
23061 dlls/dciman32/Makefile"
23062 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23063 dciman32"
23064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23065 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23066 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23068 ALL_MAKEFILES="$ALL_MAKEFILES \\
23069 dlls/ddraw/Makefile"
23070 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23071 ddraw"
23072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23073 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23074 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23076 ALL_MAKEFILES="$ALL_MAKEFILES \\
23077 dlls/ddraw/tests/Makefile"
23078 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23079 ddraw/tests"
23080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23081 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23082 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23084 ALL_MAKEFILES="$ALL_MAKEFILES \\
23085 dlls/ddrawex/Makefile"
23086 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23087 ddrawex"
23088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23089 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23090 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23092 ALL_MAKEFILES="$ALL_MAKEFILES \\
23093 dlls/devenum/Makefile"
23094 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23095 devenum"
23096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23097 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23098 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23100 ALL_MAKEFILES="$ALL_MAKEFILES \\
23101 dlls/dinput/Makefile"
23102 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23103 dinput"
23104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23105 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23106 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23108 ALL_MAKEFILES="$ALL_MAKEFILES \\
23109 dlls/dinput/tests/Makefile"
23110 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23111 dinput/tests"
23112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23113 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23114 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23116 ALL_MAKEFILES="$ALL_MAKEFILES \\
23117 dlls/dinput8/Makefile"
23118 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23119 dinput8"
23120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23121 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23122 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23124 ALL_MAKEFILES="$ALL_MAKEFILES \\
23125 dlls/dmband/Makefile"
23126 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23127 dmband"
23128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23129 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23130 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23132 ALL_MAKEFILES="$ALL_MAKEFILES \\
23133 dlls/dmcompos/Makefile"
23134 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23135 dmcompos"
23136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23137 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23138 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23140 ALL_MAKEFILES="$ALL_MAKEFILES \\
23141 dlls/dmime/Makefile"
23142 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23143 dmime"
23144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23145 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23146 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23148 ALL_MAKEFILES="$ALL_MAKEFILES \\
23149 dlls/dmloader/Makefile"
23150 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23151 dmloader"
23152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23153 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23154 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23156 ALL_MAKEFILES="$ALL_MAKEFILES \\
23157 dlls/dmscript/Makefile"
23158 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23159 dmscript"
23160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23161 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23162 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23164 ALL_MAKEFILES="$ALL_MAKEFILES \\
23165 dlls/dmstyle/Makefile"
23166 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23167 dmstyle"
23168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23169 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23170 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23172 ALL_MAKEFILES="$ALL_MAKEFILES \\
23173 dlls/dmsynth/Makefile"
23174 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23175 dmsynth"
23176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23177 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23178 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23180 ALL_MAKEFILES="$ALL_MAKEFILES \\
23181 dlls/dmusic/Makefile"
23182 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23183 dmusic"
23184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23185 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23186 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23188 ALL_MAKEFILES="$ALL_MAKEFILES \\
23189 dlls/dmusic32/Makefile"
23190 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23191 dmusic32"
23192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23193 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23194 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23196 ALL_MAKEFILES="$ALL_MAKEFILES \\
23197 dlls/dnsapi/Makefile"
23198 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23199 dnsapi"
23200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23201 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23202 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23204 ALL_MAKEFILES="$ALL_MAKEFILES \\
23205 dlls/dnsapi/tests/Makefile"
23206 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23207 dnsapi/tests"
23208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23209 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23210 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23212 ALL_MAKEFILES="$ALL_MAKEFILES \\
23213 dlls/dplay/Makefile"
23214 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23215 dplay"
23216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23217 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23218 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23220 ALL_MAKEFILES="$ALL_MAKEFILES \\
23221 dlls/dplayx/Makefile"
23222 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23223 dplayx"
23224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23225 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23226 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23228 ALL_MAKEFILES="$ALL_MAKEFILES \\
23229 dlls/dplayx/tests/Makefile"
23230 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23231 dplayx/tests"
23232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23233 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23234 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23236 ALL_MAKEFILES="$ALL_MAKEFILES \\
23237 dlls/dpnaddr/Makefile"
23238 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23239 dpnaddr"
23240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23241 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23242 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23244 ALL_MAKEFILES="$ALL_MAKEFILES \\
23245 dlls/dpnet/Makefile"
23246 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23247 dpnet"
23248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23249 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23250 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23252 ALL_MAKEFILES="$ALL_MAKEFILES \\
23253 dlls/dpnhpast/Makefile"
23254 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23255 dpnhpast"
23256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23257 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23258 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23260 ALL_MAKEFILES="$ALL_MAKEFILES \\
23261 dlls/dpnlobby/Makefile"
23262 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23263 dpnlobby"
23264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23265 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23266 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23268 ALL_MAKEFILES="$ALL_MAKEFILES \\
23269 dlls/dpwsockx/Makefile"
23270 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23271 dpwsockx"
23272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23273 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23274 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23276 ALL_MAKEFILES="$ALL_MAKEFILES \\
23277 dlls/dsound/Makefile"
23278 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23279 dsound"
23280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23281 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23282 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23284 ALL_MAKEFILES="$ALL_MAKEFILES \\
23285 dlls/dsound/tests/Makefile"
23286 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23287 dsound/tests"
23288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23289 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23290 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23292 ALL_MAKEFILES="$ALL_MAKEFILES \\
23293 dlls/dssenh/Makefile"
23294 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23295 dssenh"
23296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23297 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23298 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23300 ALL_MAKEFILES="$ALL_MAKEFILES \\
23301 dlls/dswave/Makefile"
23302 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23303 dswave"
23304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23305 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23306 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23308 ALL_MAKEFILES="$ALL_MAKEFILES \\
23309 dlls/dwmapi/Makefile"
23310 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23311 dwmapi"
23312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23313 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23314 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23316 ALL_MAKEFILES="$ALL_MAKEFILES \\
23317 dlls/dxdiagn/Makefile"
23318 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23319 dxdiagn"
23320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23321 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23322 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23324 ALL_MAKEFILES="$ALL_MAKEFILES \\
23325 dlls/dxerr8/Makefile"
23326 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23327 dxerr8"
23328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23329 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23330 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23332 ALL_MAKEFILES="$ALL_MAKEFILES \\
23333 dlls/dxerr9/Makefile"
23334 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23335 dxerr9"
23336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23337 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23338 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23340 ALL_MAKEFILES="$ALL_MAKEFILES \\
23341 dlls/dxguid/Makefile"
23342 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23343 dxguid"
23344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23345 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23346 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23348 ALL_MAKEFILES="$ALL_MAKEFILES \\
23349 dlls/faultrep/Makefile"
23350 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23351 faultrep"
23352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23353 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23354 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23356 ALL_MAKEFILES="$ALL_MAKEFILES \\
23357 dlls/fusion/Makefile"
23358 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23359 fusion"
23360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23361 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23362 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23364 ALL_MAKEFILES="$ALL_MAKEFILES \\
23365 dlls/fusion/tests/Makefile"
23366 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23367 fusion/tests"
23368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23369 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23370 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23372 ALL_MAKEFILES="$ALL_MAKEFILES \\
23373 dlls/gdi32/Makefile"
23374 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23375 gdi32"
23376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23377 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23378 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23380 ALL_MAKEFILES="$ALL_MAKEFILES \\
23381 dlls/gdi32/tests/Makefile"
23382 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23383 gdi32/tests"
23384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23385 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23386 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23388 ALL_MAKEFILES="$ALL_MAKEFILES \\
23389 dlls/gdiplus/Makefile"
23390 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23391 gdiplus"
23392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23393 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23394 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23396 ALL_MAKEFILES="$ALL_MAKEFILES \\
23397 dlls/gdiplus/tests/Makefile"
23398 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23399 gdiplus/tests"
23400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23401 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23402 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23404 ALL_MAKEFILES="$ALL_MAKEFILES \\
23405 dlls/glu32/Makefile"
23406 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23407 glu32"
23408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23409 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23410 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23412 ALL_MAKEFILES="$ALL_MAKEFILES \\
23413 dlls/gphoto2.ds/Makefile"
23414 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23415 gphoto2.ds"
23416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23417 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23418 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23420 ALL_MAKEFILES="$ALL_MAKEFILES \\
23421 dlls/gpkcsp/Makefile"
23422 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23423 gpkcsp"
23424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23425 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23426 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23428 ALL_MAKEFILES="$ALL_MAKEFILES \\
23429 dlls/hal/Makefile"
23430 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23431 hal"
23432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23433 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23434 ac_config_files="$ac_config_files dlls/hal/Makefile"
23436 ALL_MAKEFILES="$ALL_MAKEFILES \\
23437 dlls/hhctrl.ocx/Makefile"
23438 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23439 hhctrl.ocx"
23440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23441 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23442 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23444 ALL_MAKEFILES="$ALL_MAKEFILES \\
23445 dlls/hid/Makefile"
23446 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23447 hid"
23448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23449 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23450 ac_config_files="$ac_config_files dlls/hid/Makefile"
23452 ALL_MAKEFILES="$ALL_MAKEFILES \\
23453 dlls/hlink/Makefile"
23454 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23455 hlink"
23456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23457 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23458 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23460 ALL_MAKEFILES="$ALL_MAKEFILES \\
23461 dlls/hlink/tests/Makefile"
23462 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23463 hlink/tests"
23464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23465 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23466 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23468 ALL_MAKEFILES="$ALL_MAKEFILES \\
23469 dlls/hnetcfg/Makefile"
23470 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23471 hnetcfg"
23472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23473 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23474 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23476 ALL_MAKEFILES="$ALL_MAKEFILES \\
23477 dlls/iccvid/Makefile"
23478 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23479 iccvid"
23480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23481 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23482 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23484 ALL_MAKEFILES="$ALL_MAKEFILES \\
23485 dlls/icmp/Makefile"
23486 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23487 icmp"
23488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23489 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23490 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23492 ALL_MAKEFILES="$ALL_MAKEFILES \\
23493 dlls/ifsmgr.vxd/Makefile"
23494 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23495 ifsmgr.vxd"
23496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23497 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23498 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23500 ALL_MAKEFILES="$ALL_MAKEFILES \\
23501 dlls/imaadp32.acm/Makefile"
23502 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23503 imaadp32.acm"
23504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23505 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23506 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23508 ALL_MAKEFILES="$ALL_MAKEFILES \\
23509 dlls/imagehlp/Makefile"
23510 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23511 imagehlp"
23512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23513 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23514 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23516 ALL_MAKEFILES="$ALL_MAKEFILES \\
23517 dlls/imm32/Makefile"
23518 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23519 imm32"
23520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23521 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23522 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23524 ALL_MAKEFILES="$ALL_MAKEFILES \\
23525 dlls/imm32/tests/Makefile"
23526 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23527 imm32/tests"
23528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23529 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23530 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23532 ALL_MAKEFILES="$ALL_MAKEFILES \\
23533 dlls/inetcomm/Makefile"
23534 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23535 inetcomm"
23536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23537 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23538 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23540 ALL_MAKEFILES="$ALL_MAKEFILES \\
23541 dlls/inetcomm/tests/Makefile"
23542 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23543 inetcomm/tests"
23544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23545 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23546 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23548 ALL_MAKEFILES="$ALL_MAKEFILES \\
23549 dlls/inetmib1/Makefile"
23550 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23551 inetmib1"
23552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23553 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23554 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23556 ALL_MAKEFILES="$ALL_MAKEFILES \\
23557 dlls/inetmib1/tests/Makefile"
23558 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23559 inetmib1/tests"
23560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23561 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23562 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23564 ALL_MAKEFILES="$ALL_MAKEFILES \\
23565 dlls/infosoft/Makefile"
23566 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23567 infosoft"
23568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23569 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23570 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23572 ALL_MAKEFILES="$ALL_MAKEFILES \\
23573 dlls/infosoft/tests/Makefile"
23574 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23575 infosoft/tests"
23576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23577 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23578 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23580 ALL_MAKEFILES="$ALL_MAKEFILES \\
23581 dlls/initpki/Makefile"
23582 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23583 initpki"
23584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23585 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23586 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23588 ALL_MAKEFILES="$ALL_MAKEFILES \\
23589 dlls/inkobj/Makefile"
23590 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23591 inkobj"
23592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23593 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23594 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23596 ALL_MAKEFILES="$ALL_MAKEFILES \\
23597 dlls/inseng/Makefile"
23598 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23599 inseng"
23600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23601 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23602 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23604 ALL_MAKEFILES="$ALL_MAKEFILES \\
23605 dlls/iphlpapi/Makefile"
23606 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23607 iphlpapi"
23608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23609 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23610 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23612 ALL_MAKEFILES="$ALL_MAKEFILES \\
23613 dlls/iphlpapi/tests/Makefile"
23614 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23615 iphlpapi/tests"
23616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23617 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23618 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23620 ALL_MAKEFILES="$ALL_MAKEFILES \\
23621 dlls/itircl/Makefile"
23622 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23623 itircl"
23624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23625 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23626 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23628 ALL_MAKEFILES="$ALL_MAKEFILES \\
23629 dlls/itss/Makefile"
23630 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23631 itss"
23632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23633 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23634 ac_config_files="$ac_config_files dlls/itss/Makefile"
23636 ALL_MAKEFILES="$ALL_MAKEFILES \\
23637 dlls/itss/tests/Makefile"
23638 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23639 itss/tests"
23640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23641 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23642 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23644 ALL_MAKEFILES="$ALL_MAKEFILES \\
23645 dlls/jscript/Makefile"
23646 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23647 jscript"
23648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23649 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23650 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23652 ALL_MAKEFILES="$ALL_MAKEFILES \\
23653 dlls/jscript/tests/Makefile"
23654 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23655 jscript/tests"
23656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23657 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23658 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23660 ALL_MAKEFILES="$ALL_MAKEFILES \\
23661 dlls/kernel32/Makefile"
23662 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23663 kernel32"
23664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23665 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23666 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23668 ALL_MAKEFILES="$ALL_MAKEFILES \\
23669 dlls/kernel32/tests/Makefile"
23670 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23671 kernel32/tests"
23672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23673 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23674 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23676 ALL_MAKEFILES="$ALL_MAKEFILES \\
23677 dlls/localspl/Makefile"
23678 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23679 localspl"
23680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23681 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23682 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23684 ALL_MAKEFILES="$ALL_MAKEFILES \\
23685 dlls/localspl/tests/Makefile"
23686 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23687 localspl/tests"
23688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23689 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23690 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23692 ALL_MAKEFILES="$ALL_MAKEFILES \\
23693 dlls/localui/Makefile"
23694 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23695 localui"
23696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23697 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23698 ac_config_files="$ac_config_files dlls/localui/Makefile"
23700 ALL_MAKEFILES="$ALL_MAKEFILES \\
23701 dlls/localui/tests/Makefile"
23702 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23703 localui/tests"
23704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23705 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23706 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23708 ALL_MAKEFILES="$ALL_MAKEFILES \\
23709 dlls/lz32/Makefile"
23710 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23711 lz32"
23712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23713 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23714 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23716 ALL_MAKEFILES="$ALL_MAKEFILES \\
23717 dlls/lz32/tests/Makefile"
23718 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23719 lz32/tests"
23720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23721 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23722 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23724 ALL_MAKEFILES="$ALL_MAKEFILES \\
23725 dlls/mapi32/Makefile"
23726 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23727 mapi32"
23728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23729 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23730 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23732 ALL_MAKEFILES="$ALL_MAKEFILES \\
23733 dlls/mapi32/tests/Makefile"
23734 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23735 mapi32/tests"
23736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23737 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23738 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23740 ALL_MAKEFILES="$ALL_MAKEFILES \\
23741 dlls/mciavi32/Makefile"
23742 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23743 mciavi32"
23744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23745 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23746 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23748 ALL_MAKEFILES="$ALL_MAKEFILES \\
23749 dlls/mcicda/Makefile"
23750 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23751 mcicda"
23752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23753 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23754 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23756 ALL_MAKEFILES="$ALL_MAKEFILES \\
23757 dlls/mciseq/Makefile"
23758 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23759 mciseq"
23760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23761 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23762 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23764 ALL_MAKEFILES="$ALL_MAKEFILES \\
23765 dlls/mciwave/Makefile"
23766 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23767 mciwave"
23768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23769 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23770 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23772 ALL_MAKEFILES="$ALL_MAKEFILES \\
23773 dlls/midimap/Makefile"
23774 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23775 midimap"
23776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23777 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23778 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23780 ALL_MAKEFILES="$ALL_MAKEFILES \\
23781 dlls/mlang/Makefile"
23782 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23783 mlang"
23784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23785 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23786 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23788 ALL_MAKEFILES="$ALL_MAKEFILES \\
23789 dlls/mlang/tests/Makefile"
23790 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23791 mlang/tests"
23792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23793 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23794 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23796 ALL_MAKEFILES="$ALL_MAKEFILES \\
23797 dlls/mmdevldr.vxd/Makefile"
23798 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23799 mmdevldr.vxd"
23800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23801 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23802 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23804 ALL_MAKEFILES="$ALL_MAKEFILES \\
23805 dlls/monodebg.vxd/Makefile"
23806 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23807 monodebg.vxd"
23808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23809 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23810 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23812 ALL_MAKEFILES="$ALL_MAKEFILES \\
23813 dlls/mountmgr.sys/Makefile"
23814 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23815 mountmgr.sys"
23816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23817 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23818 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23820 ALL_MAKEFILES="$ALL_MAKEFILES \\
23821 dlls/mpr/Makefile"
23822 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23823 mpr"
23824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23825 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23826 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23828 ALL_MAKEFILES="$ALL_MAKEFILES \\
23829 dlls/mprapi/Makefile"
23830 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23831 mprapi"
23832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23833 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23834 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23836 ALL_MAKEFILES="$ALL_MAKEFILES \\
23837 dlls/msacm32.drv/Makefile"
23838 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23839 msacm32.drv"
23840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23841 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23842 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23844 ALL_MAKEFILES="$ALL_MAKEFILES \\
23845 dlls/msacm32/Makefile"
23846 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23847 msacm32"
23848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23849 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23850 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23852 ALL_MAKEFILES="$ALL_MAKEFILES \\
23853 dlls/msacm32/tests/Makefile"
23854 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23855 msacm32/tests"
23856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23857 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23858 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23860 ALL_MAKEFILES="$ALL_MAKEFILES \\
23861 dlls/msadp32.acm/Makefile"
23862 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23863 msadp32.acm"
23864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23865 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23866 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23868 ALL_MAKEFILES="$ALL_MAKEFILES \\
23869 dlls/mscat32/Makefile"
23870 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23871 mscat32"
23872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23873 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23874 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23876 ALL_MAKEFILES="$ALL_MAKEFILES \\
23877 dlls/mscms/Makefile"
23878 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23879 mscms"
23880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23881 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23882 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23884 ALL_MAKEFILES="$ALL_MAKEFILES \\
23885 dlls/mscms/tests/Makefile"
23886 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23887 mscms/tests"
23888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23889 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23890 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23892 ALL_MAKEFILES="$ALL_MAKEFILES \\
23893 dlls/mscoree/Makefile"
23894 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23895 mscoree"
23896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23897 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23898 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23900 ALL_MAKEFILES="$ALL_MAKEFILES \\
23901 dlls/msdmo/Makefile"
23902 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23903 msdmo"
23904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23905 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23906 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23908 ALL_MAKEFILES="$ALL_MAKEFILES \\
23909 dlls/msftedit/Makefile"
23910 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23911 msftedit"
23912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23913 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23914 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23916 ALL_MAKEFILES="$ALL_MAKEFILES \\
23917 dlls/msg711.acm/Makefile"
23918 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23919 msg711.acm"
23920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23921 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23922 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23924 ALL_MAKEFILES="$ALL_MAKEFILES \\
23925 dlls/mshtml.tlb/Makefile"
23926 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23927 mshtml.tlb"
23928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23929 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23930 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23932 ALL_MAKEFILES="$ALL_MAKEFILES \\
23933 dlls/mshtml/Makefile"
23934 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23935 mshtml"
23936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23937 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23938 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23940 ALL_MAKEFILES="$ALL_MAKEFILES \\
23941 dlls/mshtml/tests/Makefile"
23942 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23943 mshtml/tests"
23944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23945 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23946 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23948 ALL_MAKEFILES="$ALL_MAKEFILES \\
23949 dlls/msi/Makefile"
23950 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23951 msi"
23952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23953 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23954 ac_config_files="$ac_config_files dlls/msi/Makefile"
23956 ALL_MAKEFILES="$ALL_MAKEFILES \\
23957 dlls/msi/tests/Makefile"
23958 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23959 msi/tests"
23960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23961 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23962 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23964 ALL_MAKEFILES="$ALL_MAKEFILES \\
23965 dlls/msimg32/Makefile"
23966 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23967 msimg32"
23968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23969 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23970 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23972 ALL_MAKEFILES="$ALL_MAKEFILES \\
23973 dlls/msimtf/Makefile"
23974 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23975 msimtf"
23976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23977 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23978 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23980 ALL_MAKEFILES="$ALL_MAKEFILES \\
23981 dlls/msisip/Makefile"
23982 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23983 msisip"
23984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23985 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23986 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23988 ALL_MAKEFILES="$ALL_MAKEFILES \\
23989 dlls/msisys.ocx/Makefile"
23990 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23991 msisys.ocx"
23992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23993 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23994 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23996 ALL_MAKEFILES="$ALL_MAKEFILES \\
23997 dlls/msnet32/Makefile"
23998 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23999 msnet32"
24000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24001 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24002 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24004 ALL_MAKEFILES="$ALL_MAKEFILES \\
24005 dlls/msrle32/Makefile"
24006 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24007 msrle32"
24008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24009 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24010 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24012 ALL_MAKEFILES="$ALL_MAKEFILES \\
24013 dlls/mssip32/Makefile"
24014 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24015 mssip32"
24016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24017 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24018 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24020 ALL_MAKEFILES="$ALL_MAKEFILES \\
24021 dlls/mstask/Makefile"
24022 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24023 mstask"
24024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24025 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24026 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24028 ALL_MAKEFILES="$ALL_MAKEFILES \\
24029 dlls/mstask/tests/Makefile"
24030 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24031 mstask/tests"
24032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24033 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24034 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24036 ALL_MAKEFILES="$ALL_MAKEFILES \\
24037 dlls/msvcirt/Makefile"
24038 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24039 msvcirt"
24040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24041 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24042 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24044 ALL_MAKEFILES="$ALL_MAKEFILES \\
24045 dlls/msvcr71/Makefile"
24046 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24047 msvcr71"
24048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24049 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24050 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24052 ALL_MAKEFILES="$ALL_MAKEFILES \\
24053 dlls/msvcrt/Makefile"
24054 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24055 msvcrt"
24056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24057 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24058 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24060 ALL_MAKEFILES="$ALL_MAKEFILES \\
24061 dlls/msvcrt/tests/Makefile"
24062 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24063 msvcrt/tests"
24064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24065 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24066 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24068 ALL_MAKEFILES="$ALL_MAKEFILES \\
24069 dlls/msvcrt20/Makefile"
24070 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24071 msvcrt20"
24072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24073 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24074 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24076 ALL_MAKEFILES="$ALL_MAKEFILES \\
24077 dlls/msvcrt40/Makefile"
24078 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24079 msvcrt40"
24080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24081 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24082 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24084 ALL_MAKEFILES="$ALL_MAKEFILES \\
24085 dlls/msvcrtd/Makefile"
24086 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24087 msvcrtd"
24088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24089 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24090 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24092 ALL_MAKEFILES="$ALL_MAKEFILES \\
24093 dlls/msvcrtd/tests/Makefile"
24094 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24095 msvcrtd/tests"
24096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24097 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24098 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24100 ALL_MAKEFILES="$ALL_MAKEFILES \\
24101 dlls/msvfw32/Makefile"
24102 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24103 msvfw32"
24104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24105 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24106 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24108 ALL_MAKEFILES="$ALL_MAKEFILES \\
24109 dlls/msvidc32/Makefile"
24110 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24111 msvidc32"
24112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24113 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24114 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24116 ALL_MAKEFILES="$ALL_MAKEFILES \\
24117 dlls/mswsock/Makefile"
24118 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24119 mswsock"
24120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24121 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24122 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24124 ALL_MAKEFILES="$ALL_MAKEFILES \\
24125 dlls/msxml3/Makefile"
24126 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24127 msxml3"
24128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24129 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24130 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24132 ALL_MAKEFILES="$ALL_MAKEFILES \\
24133 dlls/msxml3/tests/Makefile"
24134 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24135 msxml3/tests"
24136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24137 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24138 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24140 ALL_MAKEFILES="$ALL_MAKEFILES \\
24141 dlls/nddeapi/Makefile"
24142 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24143 nddeapi"
24144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24145 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24146 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24148 ALL_MAKEFILES="$ALL_MAKEFILES \\
24149 dlls/netapi32/Makefile"
24150 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24151 netapi32"
24152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24153 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24154 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24156 ALL_MAKEFILES="$ALL_MAKEFILES \\
24157 dlls/netapi32/tests/Makefile"
24158 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24159 netapi32/tests"
24160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24161 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24162 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24164 ALL_MAKEFILES="$ALL_MAKEFILES \\
24165 dlls/newdev/Makefile"
24166 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24167 newdev"
24168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24169 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24170 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24172 ALL_MAKEFILES="$ALL_MAKEFILES \\
24173 dlls/ntdll/Makefile"
24174 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24175 ntdll"
24176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24177 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24178 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24180 ALL_MAKEFILES="$ALL_MAKEFILES \\
24181 dlls/ntdll/tests/Makefile"
24182 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24183 ntdll/tests"
24184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24185 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24186 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24188 ALL_MAKEFILES="$ALL_MAKEFILES \\
24189 dlls/ntdsapi/Makefile"
24190 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24191 ntdsapi"
24192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24193 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24194 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24196 ALL_MAKEFILES="$ALL_MAKEFILES \\
24197 dlls/ntdsapi/tests/Makefile"
24198 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24199 ntdsapi/tests"
24200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24201 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24202 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24204 ALL_MAKEFILES="$ALL_MAKEFILES \\
24205 dlls/ntoskrnl.exe/Makefile"
24206 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24207 ntoskrnl.exe"
24208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24209 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24210 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24212 ALL_MAKEFILES="$ALL_MAKEFILES \\
24213 dlls/ntprint/Makefile"
24214 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24215 ntprint"
24216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24217 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24218 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24220 ALL_MAKEFILES="$ALL_MAKEFILES \\
24221 dlls/ntprint/tests/Makefile"
24222 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24223 ntprint/tests"
24224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24225 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24226 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24228 ALL_MAKEFILES="$ALL_MAKEFILES \\
24229 dlls/objsel/Makefile"
24230 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24231 objsel"
24232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24233 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24234 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24236 ALL_MAKEFILES="$ALL_MAKEFILES \\
24237 dlls/odbc32/Makefile"
24238 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24239 odbc32"
24240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24241 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24242 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24244 ALL_MAKEFILES="$ALL_MAKEFILES \\
24245 dlls/odbccp32/Makefile"
24246 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24247 odbccp32"
24248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24249 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24250 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24252 ALL_MAKEFILES="$ALL_MAKEFILES \\
24253 dlls/odbccp32/tests/Makefile"
24254 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24255 odbccp32/tests"
24256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24257 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24258 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24260 ALL_MAKEFILES="$ALL_MAKEFILES \\
24261 dlls/ole32/Makefile"
24262 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24263 ole32"
24264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24265 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24266 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24268 ALL_MAKEFILES="$ALL_MAKEFILES \\
24269 dlls/ole32/tests/Makefile"
24270 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24271 ole32/tests"
24272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24273 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24274 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24276 ALL_MAKEFILES="$ALL_MAKEFILES \\
24277 dlls/oleacc/Makefile"
24278 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24279 oleacc"
24280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24281 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24282 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24284 ALL_MAKEFILES="$ALL_MAKEFILES \\
24285 dlls/oleaut32/Makefile"
24286 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24287 oleaut32"
24288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24289 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24290 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24292 ALL_MAKEFILES="$ALL_MAKEFILES \\
24293 dlls/oleaut32/tests/Makefile"
24294 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24295 oleaut32/tests"
24296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24297 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24298 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24300 ALL_MAKEFILES="$ALL_MAKEFILES \\
24301 dlls/olecli32/Makefile"
24302 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24303 olecli32"
24304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24305 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24306 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24308 ALL_MAKEFILES="$ALL_MAKEFILES \\
24309 dlls/oledlg/Makefile"
24310 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24311 oledlg"
24312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24313 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24314 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24316 ALL_MAKEFILES="$ALL_MAKEFILES \\
24317 dlls/olepro32/Makefile"
24318 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24319 olepro32"
24320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24321 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24322 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24324 ALL_MAKEFILES="$ALL_MAKEFILES \\
24325 dlls/olesvr32/Makefile"
24326 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24327 olesvr32"
24328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24329 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24330 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24332 ALL_MAKEFILES="$ALL_MAKEFILES \\
24333 dlls/olethk32/Makefile"
24334 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24335 olethk32"
24336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24337 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24338 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24340 ALL_MAKEFILES="$ALL_MAKEFILES \\
24341 dlls/opengl32/Makefile"
24342 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24343 opengl32"
24344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24345 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24346 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24348 ALL_MAKEFILES="$ALL_MAKEFILES \\
24349 dlls/opengl32/tests/Makefile"
24350 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24351 opengl32/tests"
24352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24353 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24354 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24356 ALL_MAKEFILES="$ALL_MAKEFILES \\
24357 dlls/pdh/Makefile"
24358 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24359 pdh"
24360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24361 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24362 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24364 ALL_MAKEFILES="$ALL_MAKEFILES \\
24365 dlls/pdh/tests/Makefile"
24366 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24367 pdh/tests"
24368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24369 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24370 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24372 ALL_MAKEFILES="$ALL_MAKEFILES \\
24373 dlls/powrprof/Makefile"
24374 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24375 powrprof"
24376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24377 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24378 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24380 ALL_MAKEFILES="$ALL_MAKEFILES \\
24381 dlls/printui/Makefile"
24382 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24383 printui"
24384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24385 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24386 ac_config_files="$ac_config_files dlls/printui/Makefile"
24388 ALL_MAKEFILES="$ALL_MAKEFILES \\
24389 dlls/propsys/Makefile"
24390 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24391 propsys"
24392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24393 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24394 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24396 ALL_MAKEFILES="$ALL_MAKEFILES \\
24397 dlls/psapi/Makefile"
24398 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24399 psapi"
24400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24401 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24402 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24404 ALL_MAKEFILES="$ALL_MAKEFILES \\
24405 dlls/psapi/tests/Makefile"
24406 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24407 psapi/tests"
24408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24409 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24410 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24412 ALL_MAKEFILES="$ALL_MAKEFILES \\
24413 dlls/pstorec/Makefile"
24414 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24415 pstorec"
24416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24417 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24418 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24420 ALL_MAKEFILES="$ALL_MAKEFILES \\
24421 dlls/qcap/Makefile"
24422 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24423 qcap"
24424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24425 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24426 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24428 ALL_MAKEFILES="$ALL_MAKEFILES \\
24429 dlls/qedit/Makefile"
24430 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24431 qedit"
24432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24433 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24434 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24436 ALL_MAKEFILES="$ALL_MAKEFILES \\
24437 dlls/qedit/tests/Makefile"
24438 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24439 qedit/tests"
24440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24441 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24442 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24444 ALL_MAKEFILES="$ALL_MAKEFILES \\
24445 dlls/qmgr/Makefile"
24446 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24447 qmgr"
24448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24449 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24450 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24452 ALL_MAKEFILES="$ALL_MAKEFILES \\
24453 dlls/qmgr/tests/Makefile"
24454 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24455 qmgr/tests"
24456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24457 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24458 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24460 ALL_MAKEFILES="$ALL_MAKEFILES \\
24461 dlls/qmgrprxy/Makefile"
24462 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24463 qmgrprxy"
24464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24465 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24466 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24468 ALL_MAKEFILES="$ALL_MAKEFILES \\
24469 dlls/quartz/Makefile"
24470 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24471 quartz"
24472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24473 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24474 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24476 ALL_MAKEFILES="$ALL_MAKEFILES \\
24477 dlls/quartz/tests/Makefile"
24478 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24479 quartz/tests"
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24482 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24484 ALL_MAKEFILES="$ALL_MAKEFILES \\
24485 dlls/query/Makefile"
24486 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24487 query"
24488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24489 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24490 ac_config_files="$ac_config_files dlls/query/Makefile"
24492 ALL_MAKEFILES="$ALL_MAKEFILES \\
24493 dlls/rasapi32/Makefile"
24494 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24495 rasapi32"
24496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24497 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24498 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24500 ALL_MAKEFILES="$ALL_MAKEFILES \\
24501 dlls/rasapi32/tests/Makefile"
24502 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24503 rasapi32/tests"
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24506 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24508 ALL_MAKEFILES="$ALL_MAKEFILES \\
24509 dlls/resutils/Makefile"
24510 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24511 resutils"
24512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24513 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24514 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24516 ALL_MAKEFILES="$ALL_MAKEFILES \\
24517 dlls/riched20/Makefile"
24518 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24519 riched20"
24520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24521 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24522 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24524 ALL_MAKEFILES="$ALL_MAKEFILES \\
24525 dlls/riched20/tests/Makefile"
24526 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24527 riched20/tests"
24528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24529 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24530 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24532 ALL_MAKEFILES="$ALL_MAKEFILES \\
24533 dlls/riched32/Makefile"
24534 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24535 riched32"
24536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24537 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24538 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24540 ALL_MAKEFILES="$ALL_MAKEFILES \\
24541 dlls/riched32/tests/Makefile"
24542 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24543 riched32/tests"
24544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24545 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24546 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24548 ALL_MAKEFILES="$ALL_MAKEFILES \\
24549 dlls/rpcrt4/Makefile"
24550 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24551 rpcrt4"
24552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24553 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24554 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24556 ALL_MAKEFILES="$ALL_MAKEFILES \\
24557 dlls/rpcrt4/tests/Makefile"
24558 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24559 rpcrt4/tests"
24560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24561 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24562 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24564 ALL_MAKEFILES="$ALL_MAKEFILES \\
24565 dlls/rsabase/Makefile"
24566 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24567 rsabase"
24568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24569 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24570 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24572 ALL_MAKEFILES="$ALL_MAKEFILES \\
24573 dlls/rsaenh/Makefile"
24574 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24575 rsaenh"
24576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24577 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24578 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24580 ALL_MAKEFILES="$ALL_MAKEFILES \\
24581 dlls/rsaenh/tests/Makefile"
24582 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24583 rsaenh/tests"
24584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24585 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24586 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24588 ALL_MAKEFILES="$ALL_MAKEFILES \\
24589 dlls/sane.ds/Makefile"
24590 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24591 sane.ds"
24592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24593 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24594 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24596 ALL_MAKEFILES="$ALL_MAKEFILES \\
24597 dlls/sccbase/Makefile"
24598 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24599 sccbase"
24600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24601 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24602 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24604 ALL_MAKEFILES="$ALL_MAKEFILES \\
24605 dlls/schannel/Makefile"
24606 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24607 schannel"
24608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24609 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24610 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24612 ALL_MAKEFILES="$ALL_MAKEFILES \\
24613 dlls/schannel/tests/Makefile"
24614 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24615 schannel/tests"
24616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24617 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24618 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24620 ALL_MAKEFILES="$ALL_MAKEFILES \\
24621 dlls/secur32/Makefile"
24622 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24623 secur32"
24624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24625 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24626 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24628 ALL_MAKEFILES="$ALL_MAKEFILES \\
24629 dlls/secur32/tests/Makefile"
24630 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24631 secur32/tests"
24632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24633 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24634 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24636 ALL_MAKEFILES="$ALL_MAKEFILES \\
24637 dlls/security/Makefile"
24638 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24639 security"
24640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24641 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24642 ac_config_files="$ac_config_files dlls/security/Makefile"
24644 ALL_MAKEFILES="$ALL_MAKEFILES \\
24645 dlls/sensapi/Makefile"
24646 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24647 sensapi"
24648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24649 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24650 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24652 ALL_MAKEFILES="$ALL_MAKEFILES \\
24653 dlls/serialui/Makefile"
24654 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24655 serialui"
24656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24657 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24658 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24660 ALL_MAKEFILES="$ALL_MAKEFILES \\
24661 dlls/serialui/tests/Makefile"
24662 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24663 serialui/tests"
24664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24665 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24666 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24668 ALL_MAKEFILES="$ALL_MAKEFILES \\
24669 dlls/setupapi/Makefile"
24670 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24671 setupapi"
24672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24673 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24674 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24676 ALL_MAKEFILES="$ALL_MAKEFILES \\
24677 dlls/setupapi/tests/Makefile"
24678 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24679 setupapi/tests"
24680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24681 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24682 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24684 ALL_MAKEFILES="$ALL_MAKEFILES \\
24685 dlls/sfc/Makefile"
24686 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24687 sfc"
24688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24689 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24690 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24692 ALL_MAKEFILES="$ALL_MAKEFILES \\
24693 dlls/sfc_os/Makefile"
24694 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24695 sfc_os"
24696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24697 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24698 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24700 ALL_MAKEFILES="$ALL_MAKEFILES \\
24701 dlls/shdoclc/Makefile"
24702 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24703 shdoclc"
24704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24705 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24706 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24708 ALL_MAKEFILES="$ALL_MAKEFILES \\
24709 dlls/shdocvw/Makefile"
24710 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24711 shdocvw"
24712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24713 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24714 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24716 ALL_MAKEFILES="$ALL_MAKEFILES \\
24717 dlls/shdocvw/tests/Makefile"
24718 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24719 shdocvw/tests"
24720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24721 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24722 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24724 ALL_MAKEFILES="$ALL_MAKEFILES \\
24725 dlls/shell32/Makefile"
24726 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24727 shell32"
24728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24729 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24730 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24732 ALL_MAKEFILES="$ALL_MAKEFILES \\
24733 dlls/shell32/tests/Makefile"
24734 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24735 shell32/tests"
24736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24737 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24738 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24740 ALL_MAKEFILES="$ALL_MAKEFILES \\
24741 dlls/shfolder/Makefile"
24742 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24743 shfolder"
24744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24745 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24746 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24748 ALL_MAKEFILES="$ALL_MAKEFILES \\
24749 dlls/shlwapi/Makefile"
24750 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24751 shlwapi"
24752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24753 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24754 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24756 ALL_MAKEFILES="$ALL_MAKEFILES \\
24757 dlls/shlwapi/tests/Makefile"
24758 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24759 shlwapi/tests"
24760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24761 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24762 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24764 ALL_MAKEFILES="$ALL_MAKEFILES \\
24765 dlls/slbcsp/Makefile"
24766 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24767 slbcsp"
24768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24769 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24770 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24772 ALL_MAKEFILES="$ALL_MAKEFILES \\
24773 dlls/slc/Makefile"
24774 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24775 slc"
24776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24777 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24778 ac_config_files="$ac_config_files dlls/slc/Makefile"
24780 ALL_MAKEFILES="$ALL_MAKEFILES \\
24781 dlls/snmpapi/Makefile"
24782 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24783 snmpapi"
24784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24785 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24786 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24788 ALL_MAKEFILES="$ALL_MAKEFILES \\
24789 dlls/snmpapi/tests/Makefile"
24790 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24791 snmpapi/tests"
24792 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24793 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24794 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24796 ALL_MAKEFILES="$ALL_MAKEFILES \\
24797 dlls/softpub/Makefile"
24798 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24799 softpub"
24800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24801 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24802 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24804 ALL_MAKEFILES="$ALL_MAKEFILES \\
24805 dlls/spoolss/Makefile"
24806 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24807 spoolss"
24808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24809 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24810 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24812 ALL_MAKEFILES="$ALL_MAKEFILES \\
24813 dlls/spoolss/tests/Makefile"
24814 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24815 spoolss/tests"
24816 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24817 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24818 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24820 ALL_MAKEFILES="$ALL_MAKEFILES \\
24821 dlls/stdole2.tlb/Makefile"
24822 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24823 stdole2.tlb"
24824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24825 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24826 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24828 ALL_MAKEFILES="$ALL_MAKEFILES \\
24829 dlls/stdole32.tlb/Makefile"
24830 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24831 stdole32.tlb"
24832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24833 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24834 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24836 ALL_MAKEFILES="$ALL_MAKEFILES \\
24837 dlls/sti/Makefile"
24838 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24839 sti"
24840 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24841 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24842 ac_config_files="$ac_config_files dlls/sti/Makefile"
24844 ALL_MAKEFILES="$ALL_MAKEFILES \\
24845 dlls/strmiids/Makefile"
24846 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24847 strmiids"
24848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24849 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24850 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24852 ALL_MAKEFILES="$ALL_MAKEFILES \\
24853 dlls/svrapi/Makefile"
24854 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24855 svrapi"
24856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24857 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24858 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24860 ALL_MAKEFILES="$ALL_MAKEFILES \\
24861 dlls/sxs/Makefile"
24862 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24863 sxs"
24864 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24865 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24866 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24868 ALL_MAKEFILES="$ALL_MAKEFILES \\
24869 dlls/tapi32/Makefile"
24870 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24871 tapi32"
24872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24873 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24874 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24876 ALL_MAKEFILES="$ALL_MAKEFILES \\
24877 dlls/twain_32/Makefile"
24878 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24879 twain_32"
24880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24881 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24882 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24884 ALL_MAKEFILES="$ALL_MAKEFILES \\
24885 dlls/unicows/Makefile"
24886 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24887 unicows"
24888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24889 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24890 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24892 ALL_MAKEFILES="$ALL_MAKEFILES \\
24893 dlls/url/Makefile"
24894 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24895 url"
24896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24897 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24898 ac_config_files="$ac_config_files dlls/url/Makefile"
24900 ALL_MAKEFILES="$ALL_MAKEFILES \\
24901 dlls/urlmon/Makefile"
24902 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24903 urlmon"
24904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24905 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24906 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24908 ALL_MAKEFILES="$ALL_MAKEFILES \\
24909 dlls/urlmon/tests/Makefile"
24910 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24911 urlmon/tests"
24912 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24913 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24914 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24916 ALL_MAKEFILES="$ALL_MAKEFILES \\
24917 dlls/user32/Makefile"
24918 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24919 user32"
24920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24921 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24922 ac_config_files="$ac_config_files dlls/user32/Makefile"
24924 ALL_MAKEFILES="$ALL_MAKEFILES \\
24925 dlls/user32/tests/Makefile"
24926 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24927 user32/tests"
24928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24929 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24930 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24932 ALL_MAKEFILES="$ALL_MAKEFILES \\
24933 dlls/userenv/Makefile"
24934 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24935 userenv"
24936 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24937 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24938 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24940 ALL_MAKEFILES="$ALL_MAKEFILES \\
24941 dlls/userenv/tests/Makefile"
24942 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24943 userenv/tests"
24944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24945 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24946 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24948 ALL_MAKEFILES="$ALL_MAKEFILES \\
24949 dlls/usp10/Makefile"
24950 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24951 usp10"
24952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24953 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24954 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24956 ALL_MAKEFILES="$ALL_MAKEFILES \\
24957 dlls/usp10/tests/Makefile"
24958 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24959 usp10/tests"
24960 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24961 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24962 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24964 ALL_MAKEFILES="$ALL_MAKEFILES \\
24965 dlls/uuid/Makefile"
24966 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24967 uuid"
24968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24969 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24970 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24972 ALL_MAKEFILES="$ALL_MAKEFILES \\
24973 dlls/uxtheme/Makefile"
24974 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24975 uxtheme"
24976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24977 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24978 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24980 ALL_MAKEFILES="$ALL_MAKEFILES \\
24981 dlls/uxtheme/tests/Makefile"
24982 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24983 uxtheme/tests"
24984 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24985 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24986 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24988 ALL_MAKEFILES="$ALL_MAKEFILES \\
24989 dlls/vdhcp.vxd/Makefile"
24990 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24991 vdhcp.vxd"
24992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24993 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24994 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24996 ALL_MAKEFILES="$ALL_MAKEFILES \\
24997 dlls/vdmdbg/Makefile"
24998 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24999 vdmdbg"
25000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25001 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25002 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25004 ALL_MAKEFILES="$ALL_MAKEFILES \\
25005 dlls/version/Makefile"
25006 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25007 version"
25008 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25009 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25010 ac_config_files="$ac_config_files dlls/version/Makefile"
25012 ALL_MAKEFILES="$ALL_MAKEFILES \\
25013 dlls/version/tests/Makefile"
25014 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25015 version/tests"
25016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25017 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25018 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25020 ALL_MAKEFILES="$ALL_MAKEFILES \\
25021 dlls/vmm.vxd/Makefile"
25022 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25023 vmm.vxd"
25024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25025 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25026 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25028 ALL_MAKEFILES="$ALL_MAKEFILES \\
25029 dlls/vnbt.vxd/Makefile"
25030 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25031 vnbt.vxd"
25032 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25033 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25034 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25036 ALL_MAKEFILES="$ALL_MAKEFILES \\
25037 dlls/vnetbios.vxd/Makefile"
25038 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25039 vnetbios.vxd"
25040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25041 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25042 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25044 ALL_MAKEFILES="$ALL_MAKEFILES \\
25045 dlls/vtdapi.vxd/Makefile"
25046 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25047 vtdapi.vxd"
25048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25049 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25050 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25052 ALL_MAKEFILES="$ALL_MAKEFILES \\
25053 dlls/vwin32.vxd/Makefile"
25054 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25055 vwin32.vxd"
25056 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25057 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25058 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25060 ALL_MAKEFILES="$ALL_MAKEFILES \\
25061 dlls/w32skrnl/Makefile"
25062 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25063 w32skrnl"
25064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25065 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25066 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25068 ALL_MAKEFILES="$ALL_MAKEFILES \\
25069 dlls/winealsa.drv/Makefile"
25070 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25071 winealsa.drv"
25072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25073 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25074 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25076 ALL_MAKEFILES="$ALL_MAKEFILES \\
25077 dlls/wineaudioio.drv/Makefile"
25078 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25079 wineaudioio.drv"
25080 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25081 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25082 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25084 ALL_MAKEFILES="$ALL_MAKEFILES \\
25085 dlls/winecoreaudio.drv/Makefile"
25086 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25087 winecoreaudio.drv"
25088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25089 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25090 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25092 ALL_MAKEFILES="$ALL_MAKEFILES \\
25093 dlls/winecrt0/Makefile"
25094 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25095 winecrt0"
25096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25097 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25098 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25100 ALL_MAKEFILES="$ALL_MAKEFILES \\
25101 dlls/wined3d/Makefile"
25102 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25103 wined3d"
25104 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25105 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25106 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25108 ALL_MAKEFILES="$ALL_MAKEFILES \\
25109 dlls/winedos/Makefile"
25110 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25111 winedos"
25112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25113 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25114 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25116 ALL_MAKEFILES="$ALL_MAKEFILES \\
25117 dlls/wineesd.drv/Makefile"
25118 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25119 wineesd.drv"
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25122 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125 dlls/winejack.drv/Makefile"
25126 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25127 winejack.drv"
25128 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25129 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25130 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25132 ALL_MAKEFILES="$ALL_MAKEFILES \\
25133 dlls/winejoystick.drv/Makefile"
25134 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25135 winejoystick.drv"
25136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25137 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25138 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25140 ALL_MAKEFILES="$ALL_MAKEFILES \\
25141 dlls/winemp3.acm/Makefile"
25142 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25143 winemp3.acm"
25144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25145 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25146 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25148 ALL_MAKEFILES="$ALL_MAKEFILES \\
25149 dlls/winenas.drv/Makefile"
25150 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25151 winenas.drv"
25152 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25153 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25154 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25156 ALL_MAKEFILES="$ALL_MAKEFILES \\
25157 dlls/wineoss.drv/Makefile"
25158 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25159 wineoss.drv"
25160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25161 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25162 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25164 ALL_MAKEFILES="$ALL_MAKEFILES \\
25165 dlls/wineps.drv/Makefile"
25166 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25167 wineps.drv"
25168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25169 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25170 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25172 ALL_MAKEFILES="$ALL_MAKEFILES \\
25173 dlls/winequartz.drv/Makefile"
25174 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25175 winequartz.drv"
25176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25177 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25178 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25180 ALL_MAKEFILES="$ALL_MAKEFILES \\
25181 dlls/winex11.drv/Makefile"
25182 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25183 winex11.drv"
25184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25185 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25186 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25188 ALL_MAKEFILES="$ALL_MAKEFILES \\
25189 dlls/wing32/Makefile"
25190 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25191 wing32"
25192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25193 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25194 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25196 ALL_MAKEFILES="$ALL_MAKEFILES \\
25197 dlls/winhttp/Makefile"
25198 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25199 winhttp"
25200 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25201 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25202 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25204 ALL_MAKEFILES="$ALL_MAKEFILES \\
25205 dlls/winhttp/tests/Makefile"
25206 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25207 winhttp/tests"
25208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25209 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25210 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25212 ALL_MAKEFILES="$ALL_MAKEFILES \\
25213 dlls/wininet/Makefile"
25214 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25215 wininet"
25216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25217 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25218 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25220 ALL_MAKEFILES="$ALL_MAKEFILES \\
25221 dlls/wininet/tests/Makefile"
25222 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25223 wininet/tests"
25224 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25225 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25226 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25228 ALL_MAKEFILES="$ALL_MAKEFILES \\
25229 dlls/winmm/Makefile"
25230 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25231 winmm"
25232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25233 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25234 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25236 ALL_MAKEFILES="$ALL_MAKEFILES \\
25237 dlls/winmm/tests/Makefile"
25238 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25239 winmm/tests"
25240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25241 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25242 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25244 ALL_MAKEFILES="$ALL_MAKEFILES \\
25245 dlls/winnls32/Makefile"
25246 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25247 winnls32"
25248 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25249 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25250 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25252 ALL_MAKEFILES="$ALL_MAKEFILES \\
25253 dlls/winscard/Makefile"
25254 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25255 winscard"
25256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25257 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25258 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25260 ALL_MAKEFILES="$ALL_MAKEFILES \\
25261 dlls/winspool.drv/Makefile"
25262 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25263 winspool.drv"
25264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25265 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25266 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25268 ALL_MAKEFILES="$ALL_MAKEFILES \\
25269 dlls/winspool.drv/tests/Makefile"
25270 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25271 winspool.drv/tests"
25272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25273 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25274 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25276 ALL_MAKEFILES="$ALL_MAKEFILES \\
25277 dlls/wintab32/Makefile"
25278 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25279 wintab32"
25280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25281 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25282 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25284 ALL_MAKEFILES="$ALL_MAKEFILES \\
25285 dlls/wintrust/Makefile"
25286 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25287 wintrust"
25288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25289 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25290 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25292 ALL_MAKEFILES="$ALL_MAKEFILES \\
25293 dlls/wintrust/tests/Makefile"
25294 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25295 wintrust/tests"
25296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25297 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25298 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25300 ALL_MAKEFILES="$ALL_MAKEFILES \\
25301 dlls/wldap32/Makefile"
25302 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25303 wldap32"
25304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25305 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25306 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25308 ALL_MAKEFILES="$ALL_MAKEFILES \\
25309 dlls/wmi/Makefile"
25310 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25311 wmi"
25312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25313 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25314 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25316 ALL_MAKEFILES="$ALL_MAKEFILES \\
25317 dlls/wnaspi32/Makefile"
25318 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25319 wnaspi32"
25320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25321 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25322 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25324 ALL_MAKEFILES="$ALL_MAKEFILES \\
25325 dlls/wow32/Makefile"
25326 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25327 wow32"
25328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25329 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25330 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25332 ALL_MAKEFILES="$ALL_MAKEFILES \\
25333 dlls/ws2_32/Makefile"
25334 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25335 ws2_32"
25336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25337 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25338 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25340 ALL_MAKEFILES="$ALL_MAKEFILES \\
25341 dlls/ws2_32/tests/Makefile"
25342 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25343 ws2_32/tests"
25344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25345 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25346 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25348 ALL_MAKEFILES="$ALL_MAKEFILES \\
25349 dlls/wsock32/Makefile"
25350 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25351 wsock32"
25352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25353 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25354 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25356 ALL_MAKEFILES="$ALL_MAKEFILES \\
25357 dlls/wtsapi32/Makefile"
25358 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25359 wtsapi32"
25360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25361 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25362 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25364 ALL_MAKEFILES="$ALL_MAKEFILES \\
25365 documentation/Makefile"
25366 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25367 documentation"
25368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25369 documentation/Makefile: documentation/Makefile.in Make.rules"
25370 ac_config_files="$ac_config_files documentation/Makefile"
25372 ALL_MAKEFILES="$ALL_MAKEFILES \\
25373 fonts/Makefile"
25374 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25375 fonts"
25376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25377 fonts/Makefile: fonts/Makefile.in Make.rules"
25378 ac_config_files="$ac_config_files fonts/Makefile"
25380 ALL_MAKEFILES="$ALL_MAKEFILES \\
25381 include/Makefile"
25382 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25383 include"
25384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25385 include/Makefile: include/Makefile.in Make.rules"
25386 ac_config_files="$ac_config_files include/Makefile"
25388 ALL_MAKEFILES="$ALL_MAKEFILES \\
25389 libs/Makefile"
25390 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25391 libs"
25392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25393 libs/Makefile: libs/Makefile.in Make.rules"
25394 ac_config_files="$ac_config_files libs/Makefile"
25396 ALL_MAKEFILES="$ALL_MAKEFILES \\
25397 libs/port/Makefile"
25399 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25400 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25401 ac_config_files="$ac_config_files libs/port/Makefile"
25403 ALL_MAKEFILES="$ALL_MAKEFILES \\
25404 libs/wine/Makefile"
25406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25407 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25408 ac_config_files="$ac_config_files libs/wine/Makefile"
25410 ALL_MAKEFILES="$ALL_MAKEFILES \\
25411 libs/wpp/Makefile"
25413 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25414 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25415 ac_config_files="$ac_config_files libs/wpp/Makefile"
25417 ALL_MAKEFILES="$ALL_MAKEFILES \\
25418 loader/Makefile"
25419 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25420 loader"
25421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25422 loader/Makefile: loader/Makefile.in Make.rules"
25423 ac_config_files="$ac_config_files loader/Makefile"
25425 ALL_MAKEFILES="$ALL_MAKEFILES \\
25426 programs/Makefile"
25427 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25428 programs"
25429 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25430 programs/Makefile: programs/Makefile.in Make.rules"
25431 ac_config_files="$ac_config_files programs/Makefile"
25433 ALL_MAKEFILES="$ALL_MAKEFILES \\
25434 programs/clock/Makefile"
25435 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25436 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25437 clock"
25438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25439 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25440 ac_config_files="$ac_config_files programs/clock/Makefile"
25442 ALL_MAKEFILES="$ALL_MAKEFILES \\
25443 programs/cmd/Makefile"
25444 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25445 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25446 cmd"
25447 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25448 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25449 ac_config_files="$ac_config_files programs/cmd/Makefile"
25451 ALL_MAKEFILES="$ALL_MAKEFILES \\
25452 programs/cmdlgtst/Makefile"
25453 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25454 cmdlgtst"
25455 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25456 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25457 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25459 ALL_MAKEFILES="$ALL_MAKEFILES \\
25460 programs/control/Makefile"
25461 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25462 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25463 control"
25464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25465 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25466 ac_config_files="$ac_config_files programs/control/Makefile"
25468 ALL_MAKEFILES="$ALL_MAKEFILES \\
25469 programs/eject/Makefile"
25470 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25471 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25472 eject"
25473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25474 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25475 ac_config_files="$ac_config_files programs/eject/Makefile"
25477 ALL_MAKEFILES="$ALL_MAKEFILES \\
25478 programs/expand/Makefile"
25479 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25480 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25481 expand"
25482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25483 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25484 ac_config_files="$ac_config_files programs/expand/Makefile"
25486 ALL_MAKEFILES="$ALL_MAKEFILES \\
25487 programs/explorer/Makefile"
25488 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25489 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25490 explorer"
25491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25492 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25493 ac_config_files="$ac_config_files programs/explorer/Makefile"
25495 ALL_MAKEFILES="$ALL_MAKEFILES \\
25496 programs/hh/Makefile"
25497 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25498 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25501 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25502 ac_config_files="$ac_config_files programs/hh/Makefile"
25504 ALL_MAKEFILES="$ALL_MAKEFILES \\
25505 programs/icinfo/Makefile"
25506 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25507 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25508 icinfo"
25509 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25510 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25511 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25513 ALL_MAKEFILES="$ALL_MAKEFILES \\
25514 programs/iexplore/Makefile"
25515 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25516 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25517 iexplore"
25518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25519 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25520 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25522 ALL_MAKEFILES="$ALL_MAKEFILES \\
25523 programs/msiexec/Makefile"
25524 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25525 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25526 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25527 msiexec"
25528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25529 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25530 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25532 ALL_MAKEFILES="$ALL_MAKEFILES \\
25533 programs/net/Makefile"
25534 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25535 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25536 net"
25537 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25538 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25539 ac_config_files="$ac_config_files programs/net/Makefile"
25541 ALL_MAKEFILES="$ALL_MAKEFILES \\
25542 programs/notepad/Makefile"
25543 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25544 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25545 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25546 notepad"
25547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25548 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25549 ac_config_files="$ac_config_files programs/notepad/Makefile"
25551 ALL_MAKEFILES="$ALL_MAKEFILES \\
25552 programs/oleview/Makefile"
25553 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25554 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25555 oleview"
25556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25557 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25558 ac_config_files="$ac_config_files programs/oleview/Makefile"
25560 ALL_MAKEFILES="$ALL_MAKEFILES \\
25561 programs/progman/Makefile"
25562 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25563 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25564 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25565 progman"
25566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25567 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25568 ac_config_files="$ac_config_files programs/progman/Makefile"
25570 ALL_MAKEFILES="$ALL_MAKEFILES \\
25571 programs/reg/Makefile"
25572 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25573 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25574 reg"
25575 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25576 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25577 ac_config_files="$ac_config_files programs/reg/Makefile"
25579 ALL_MAKEFILES="$ALL_MAKEFILES \\
25580 programs/regedit/Makefile"
25581 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25582 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25583 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25584 regedit"
25585 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25586 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25587 ac_config_files="$ac_config_files programs/regedit/Makefile"
25589 ALL_MAKEFILES="$ALL_MAKEFILES \\
25590 programs/regsvr32/Makefile"
25591 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25592 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25593 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25594 regsvr32"
25595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25596 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25597 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25599 ALL_MAKEFILES="$ALL_MAKEFILES \\
25600 programs/rpcss/Makefile"
25601 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25602 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25603 rpcss"
25604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25605 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25606 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25608 ALL_MAKEFILES="$ALL_MAKEFILES \\
25609 programs/rundll32/Makefile"
25610 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25611 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25612 rundll32"
25613 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25614 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25615 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25617 ALL_MAKEFILES="$ALL_MAKEFILES \\
25618 programs/secedit/Makefile"
25619 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25620 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25621 secedit"
25622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25623 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25624 ac_config_files="$ac_config_files programs/secedit/Makefile"
25626 ALL_MAKEFILES="$ALL_MAKEFILES \\
25627 programs/services/Makefile"
25628 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25629 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25630 services"
25631 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25632 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25633 ac_config_files="$ac_config_files programs/services/Makefile"
25635 ALL_MAKEFILES="$ALL_MAKEFILES \\
25636 programs/spoolsv/Makefile"
25637 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25638 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25639 spoolsv"
25640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25641 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25642 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25644 ALL_MAKEFILES="$ALL_MAKEFILES \\
25645 programs/start/Makefile"
25646 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25647 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25648 start"
25649 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25650 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25651 ac_config_files="$ac_config_files programs/start/Makefile"
25653 ALL_MAKEFILES="$ALL_MAKEFILES \\
25654 programs/svchost/Makefile"
25655 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25656 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25657 svchost"
25658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25659 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25660 ac_config_files="$ac_config_files programs/svchost/Makefile"
25662 ALL_MAKEFILES="$ALL_MAKEFILES \\
25663 programs/taskmgr/Makefile"
25664 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25665 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25666 taskmgr"
25667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25668 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25669 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25671 ALL_MAKEFILES="$ALL_MAKEFILES \\
25672 programs/uninstaller/Makefile"
25673 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25674 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25675 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25676 uninstaller"
25677 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25678 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25679 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25681 ALL_MAKEFILES="$ALL_MAKEFILES \\
25682 programs/view/Makefile"
25683 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25684 view"
25685 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25686 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25687 ac_config_files="$ac_config_files programs/view/Makefile"
25689 ALL_MAKEFILES="$ALL_MAKEFILES \\
25690 programs/wineboot/Makefile"
25691 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25692 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25693 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25694 wineboot"
25695 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25696 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25697 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25699 ALL_MAKEFILES="$ALL_MAKEFILES \\
25700 programs/winebrowser/Makefile"
25701 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25702 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25703 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25704 winebrowser"
25705 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25706 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25707 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25709 ALL_MAKEFILES="$ALL_MAKEFILES \\
25710 programs/winecfg/Makefile"
25711 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25712 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25713 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25714 winecfg"
25715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25716 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25717 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25719 ALL_MAKEFILES="$ALL_MAKEFILES \\
25720 programs/wineconsole/Makefile"
25721 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25722 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25723 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25724 wineconsole"
25725 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25726 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25727 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25729 ALL_MAKEFILES="$ALL_MAKEFILES \\
25730 programs/winedbg/Makefile"
25731 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25732 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25733 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25734 winedbg"
25735 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25736 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25737 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25739 ALL_MAKEFILES="$ALL_MAKEFILES \\
25740 programs/winedevice/Makefile"
25741 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25742 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25743 winedevice"
25744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25745 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25746 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25748 ALL_MAKEFILES="$ALL_MAKEFILES \\
25749 programs/winefile/Makefile"
25750 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25751 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25752 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25753 winefile"
25754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25755 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25756 ac_config_files="$ac_config_files programs/winefile/Makefile"
25758 ALL_MAKEFILES="$ALL_MAKEFILES \\
25759 programs/winemenubuilder/Makefile"
25760 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25761 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25762 winemenubuilder"
25763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25764 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25765 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25767 ALL_MAKEFILES="$ALL_MAKEFILES \\
25768 programs/winemine/Makefile"
25769 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25770 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25771 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25772 winemine"
25773 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25774 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25775 ac_config_files="$ac_config_files programs/winemine/Makefile"
25777 ALL_MAKEFILES="$ALL_MAKEFILES \\
25778 programs/winepath/Makefile"
25779 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25780 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25781 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25782 winepath"
25783 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25784 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25785 ac_config_files="$ac_config_files programs/winepath/Makefile"
25787 ALL_MAKEFILES="$ALL_MAKEFILES \\
25788 programs/winetest/Makefile"
25789 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25790 winetest"
25791 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25792 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25793 ac_config_files="$ac_config_files programs/winetest/Makefile"
25795 ALL_MAKEFILES="$ALL_MAKEFILES \\
25796 programs/winevdm/Makefile"
25797 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25798 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25799 winevdm"
25800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25801 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25802 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25804 ALL_MAKEFILES="$ALL_MAKEFILES \\
25805 programs/winhlp32/Makefile"
25806 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25807 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25808 winhlp32"
25809 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25810 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25811 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25813 ALL_MAKEFILES="$ALL_MAKEFILES \\
25814 programs/winver/Makefile"
25815 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25816 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25817 winver"
25818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25819 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25820 ac_config_files="$ac_config_files programs/winver/Makefile"
25822 ALL_MAKEFILES="$ALL_MAKEFILES \\
25823 programs/wordpad/Makefile"
25824 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25825 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25826 wordpad"
25827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25828 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25829 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25831 ALL_MAKEFILES="$ALL_MAKEFILES \\
25832 programs/write/Makefile"
25833 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25834 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25835 write"
25836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25837 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25838 ac_config_files="$ac_config_files programs/write/Makefile"
25840 ALL_MAKEFILES="$ALL_MAKEFILES \\
25841 programs/xcopy/Makefile"
25842 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25843 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25844 xcopy"
25845 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25846 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25847 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25849 ALL_MAKEFILES="$ALL_MAKEFILES \\
25850 server/Makefile"
25851 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25852 server"
25853 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25854 server/Makefile: server/Makefile.in Make.rules"
25855 ac_config_files="$ac_config_files server/Makefile"
25857 ALL_MAKEFILES="$ALL_MAKEFILES \\
25858 tools/Makefile"
25859 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25860 tools"
25861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25862 tools/Makefile: tools/Makefile.in Make.rules"
25863 ac_config_files="$ac_config_files tools/Makefile"
25865 ALL_MAKEFILES="$ALL_MAKEFILES \\
25866 tools/widl/Makefile"
25868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25869 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25870 ac_config_files="$ac_config_files tools/widl/Makefile"
25872 ALL_MAKEFILES="$ALL_MAKEFILES \\
25873 tools/winebuild/Makefile"
25875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25876 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25877 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25879 ALL_MAKEFILES="$ALL_MAKEFILES \\
25880 tools/winedump/Makefile"
25882 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25883 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25884 ac_config_files="$ac_config_files tools/winedump/Makefile"
25886 ALL_MAKEFILES="$ALL_MAKEFILES \\
25887 tools/winegcc/Makefile"
25889 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25890 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25891 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25893 ALL_MAKEFILES="$ALL_MAKEFILES \\
25894 tools/wmc/Makefile"
25896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25897 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25898 ac_config_files="$ac_config_files tools/wmc/Makefile"
25900 ALL_MAKEFILES="$ALL_MAKEFILES \\
25901 tools/wrc/Makefile"
25903 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25904 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25905 ac_config_files="$ac_config_files tools/wrc/Makefile"
25909 ALL_WINETEST_DEPENDS="# Test binaries"
25911 for dir in $ALL_TEST_DIRS
25913 if test "$dir" != "\\"
25914 then
25915 testname=`expr $dir : '\(.*\)/tests'`_test.exe
25916 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25917 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25918 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25920 done
25922 cat >confcache <<\_ACEOF
25923 # This file is a shell script that caches the results of configure
25924 # tests run on this system so they can be shared between configure
25925 # scripts and configure runs, see configure's option --config-cache.
25926 # It is not useful on other systems. If it contains results you don't
25927 # want to keep, you may remove or edit it.
25929 # config.status only pays attention to the cache file if you give it
25930 # the --recheck option to rerun configure.
25932 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25933 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25934 # following values.
25936 _ACEOF
25938 # The following way of writing the cache mishandles newlines in values,
25939 # but we know of no workaround that is simple, portable, and efficient.
25940 # So, we kill variables containing newlines.
25941 # Ultrix sh set writes to stderr and can't be redirected directly,
25942 # and sets the high bit in the cache file unless we assign to the vars.
25944 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25945 eval ac_val=\$$ac_var
25946 case $ac_val in #(
25947 *${as_nl}*)
25948 case $ac_var in #(
25949 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25950 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25951 esac
25952 case $ac_var in #(
25953 _ | IFS | as_nl) ;; #(
25954 *) $as_unset $ac_var ;;
25955 esac ;;
25956 esac
25957 done
25959 (set) 2>&1 |
25960 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25961 *${as_nl}ac_space=\ *)
25962 # `set' does not quote correctly, so add quotes (double-quote
25963 # substitution turns \\\\ into \\, and sed turns \\ into \).
25964 sed -n \
25965 "s/'/'\\\\''/g;
25966 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25967 ;; #(
25969 # `set' quotes correctly as required by POSIX, so do not add quotes.
25970 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25972 esac |
25973 sort
25975 sed '
25976 /^ac_cv_env_/b end
25977 t clear
25978 :clear
25979 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25980 t end
25981 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25982 :end' >>confcache
25983 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25984 if test -w "$cache_file"; then
25985 test "x$cache_file" != "x/dev/null" &&
25986 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25987 echo "$as_me: updating cache $cache_file" >&6;}
25988 cat confcache >$cache_file
25989 else
25990 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25991 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25994 rm -f confcache
25996 test "x$prefix" = xNONE && prefix=$ac_default_prefix
25997 # Let make expand exec_prefix.
25998 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26000 DEFS=-DHAVE_CONFIG_H
26002 ac_libobjs=
26003 ac_ltlibobjs=
26004 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26005 # 1. Remove the extension, and $U if already installed.
26006 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26007 ac_i=`echo "$ac_i" | sed "$ac_script"`
26008 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26009 # will be set to the directory where LIBOBJS objects are built.
26010 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26011 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26012 done
26013 LIBOBJS=$ac_libobjs
26015 LTLIBOBJS=$ac_ltlibobjs
26019 : ${CONFIG_STATUS=./config.status}
26020 ac_clean_files_save=$ac_clean_files
26021 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26022 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26023 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26024 cat >$CONFIG_STATUS <<_ACEOF
26025 #! $SHELL
26026 # Generated by $as_me.
26027 # Run this file to recreate the current configuration.
26028 # Compiler output produced by configure, useful for debugging
26029 # configure, is in config.log if it exists.
26031 debug=false
26032 ac_cs_recheck=false
26033 ac_cs_silent=false
26034 SHELL=\${CONFIG_SHELL-$SHELL}
26035 _ACEOF
26037 cat >>$CONFIG_STATUS <<\_ACEOF
26038 ## --------------------- ##
26039 ## M4sh Initialization. ##
26040 ## --------------------- ##
26042 # Be more Bourne compatible
26043 DUALCASE=1; export DUALCASE # for MKS sh
26044 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26045 emulate sh
26046 NULLCMD=:
26047 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26048 # is contrary to our usage. Disable this feature.
26049 alias -g '${1+"$@"}'='"$@"'
26050 setopt NO_GLOB_SUBST
26051 else
26052 case `(set -o) 2>/dev/null` in
26053 *posix*) set -o posix ;;
26054 esac
26061 # PATH needs CR
26062 # Avoid depending upon Character Ranges.
26063 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26064 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26065 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26066 as_cr_digits='0123456789'
26067 as_cr_alnum=$as_cr_Letters$as_cr_digits
26069 # The user is always right.
26070 if test "${PATH_SEPARATOR+set}" != set; then
26071 echo "#! /bin/sh" >conf$$.sh
26072 echo "exit 0" >>conf$$.sh
26073 chmod +x conf$$.sh
26074 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26075 PATH_SEPARATOR=';'
26076 else
26077 PATH_SEPARATOR=:
26079 rm -f conf$$.sh
26082 # Support unset when possible.
26083 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26084 as_unset=unset
26085 else
26086 as_unset=false
26090 # IFS
26091 # We need space, tab and new line, in precisely that order. Quoting is
26092 # there to prevent editors from complaining about space-tab.
26093 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26094 # splitting by setting IFS to empty value.)
26095 as_nl='
26097 IFS=" "" $as_nl"
26099 # Find who we are. Look in the path if we contain no directory separator.
26100 case $0 in
26101 *[\\/]* ) as_myself=$0 ;;
26102 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26103 for as_dir in $PATH
26105 IFS=$as_save_IFS
26106 test -z "$as_dir" && as_dir=.
26107 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26108 done
26109 IFS=$as_save_IFS
26112 esac
26113 # We did not find ourselves, most probably we were run as `sh COMMAND'
26114 # in which case we are not to be found in the path.
26115 if test "x$as_myself" = x; then
26116 as_myself=$0
26118 if test ! -f "$as_myself"; then
26119 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26120 { (exit 1); exit 1; }
26123 # Work around bugs in pre-3.0 UWIN ksh.
26124 for as_var in ENV MAIL MAILPATH
26125 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26126 done
26127 PS1='$ '
26128 PS2='> '
26129 PS4='+ '
26131 # NLS nuisances.
26132 for as_var in \
26133 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26134 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26135 LC_TELEPHONE LC_TIME
26137 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26138 eval $as_var=C; export $as_var
26139 else
26140 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26142 done
26144 # Required to use basename.
26145 if expr a : '\(a\)' >/dev/null 2>&1 &&
26146 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26147 as_expr=expr
26148 else
26149 as_expr=false
26152 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26153 as_basename=basename
26154 else
26155 as_basename=false
26159 # Name of the executable.
26160 as_me=`$as_basename -- "$0" ||
26161 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26162 X"$0" : 'X\(//\)$' \| \
26163 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26164 echo X/"$0" |
26165 sed '/^.*\/\([^/][^/]*\)\/*$/{
26166 s//\1/
26169 /^X\/\(\/\/\)$/{
26170 s//\1/
26173 /^X\/\(\/\).*/{
26174 s//\1/
26177 s/.*/./; q'`
26179 # CDPATH.
26180 $as_unset CDPATH
26184 as_lineno_1=$LINENO
26185 as_lineno_2=$LINENO
26186 test "x$as_lineno_1" != "x$as_lineno_2" &&
26187 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26189 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26190 # uniformly replaced by the line number. The first 'sed' inserts a
26191 # line-number line after each line using $LINENO; the second 'sed'
26192 # does the real work. The second script uses 'N' to pair each
26193 # line-number line with the line containing $LINENO, and appends
26194 # trailing '-' during substitution so that $LINENO is not a special
26195 # case at line end.
26196 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26197 # scripts with optimization help from Paolo Bonzini. Blame Lee
26198 # E. McMahon (1931-1989) for sed's syntax. :-)
26199 sed -n '
26201 /[$]LINENO/=
26202 ' <$as_myself |
26203 sed '
26204 s/[$]LINENO.*/&-/
26205 t lineno
26207 :lineno
26209 :loop
26210 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26211 t loop
26212 s/-\n.*//
26213 ' >$as_me.lineno &&
26214 chmod +x "$as_me.lineno" ||
26215 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26216 { (exit 1); exit 1; }; }
26218 # Don't try to exec as it changes $[0], causing all sort of problems
26219 # (the dirname of $[0] is not the place where we might find the
26220 # original and so on. Autoconf is especially sensitive to this).
26221 . "./$as_me.lineno"
26222 # Exit status is that of the last command.
26223 exit
26227 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26228 as_dirname=dirname
26229 else
26230 as_dirname=false
26233 ECHO_C= ECHO_N= ECHO_T=
26234 case `echo -n x` in
26235 -n*)
26236 case `echo 'x\c'` in
26237 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26238 *) ECHO_C='\c';;
26239 esac;;
26241 ECHO_N='-n';;
26242 esac
26244 if expr a : '\(a\)' >/dev/null 2>&1 &&
26245 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26246 as_expr=expr
26247 else
26248 as_expr=false
26251 rm -f conf$$ conf$$.exe conf$$.file
26252 if test -d conf$$.dir; then
26253 rm -f conf$$.dir/conf$$.file
26254 else
26255 rm -f conf$$.dir
26256 mkdir conf$$.dir
26258 echo >conf$$.file
26259 if ln -s conf$$.file conf$$ 2>/dev/null; then
26260 as_ln_s='ln -s'
26261 # ... but there are two gotchas:
26262 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26263 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26264 # In both cases, we have to default to `cp -p'.
26265 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26266 as_ln_s='cp -p'
26267 elif ln conf$$.file conf$$ 2>/dev/null; then
26268 as_ln_s=ln
26269 else
26270 as_ln_s='cp -p'
26272 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26273 rmdir conf$$.dir 2>/dev/null
26275 if mkdir -p . 2>/dev/null; then
26276 as_mkdir_p=:
26277 else
26278 test -d ./-p && rmdir ./-p
26279 as_mkdir_p=false
26282 if test -x / >/dev/null 2>&1; then
26283 as_test_x='test -x'
26284 else
26285 if ls -dL / >/dev/null 2>&1; then
26286 as_ls_L_option=L
26287 else
26288 as_ls_L_option=
26290 as_test_x='
26291 eval sh -c '\''
26292 if test -d "$1"; then
26293 test -d "$1/.";
26294 else
26295 case $1 in
26296 -*)set "./$1";;
26297 esac;
26298 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26299 ???[sx]*):;;*)false;;esac;fi
26300 '\'' sh
26303 as_executable_p=$as_test_x
26305 # Sed expression to map a string onto a valid CPP name.
26306 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26308 # Sed expression to map a string onto a valid variable name.
26309 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26312 exec 6>&1
26314 # Save the log message, to keep $[0] and so on meaningful, and to
26315 # report actual input values of CONFIG_FILES etc. instead of their
26316 # values after options handling.
26317 ac_log="
26318 This file was extended by Wine $as_me 1.1.5, which was
26319 generated by GNU Autoconf 2.61. Invocation command line was
26321 CONFIG_FILES = $CONFIG_FILES
26322 CONFIG_HEADERS = $CONFIG_HEADERS
26323 CONFIG_LINKS = $CONFIG_LINKS
26324 CONFIG_COMMANDS = $CONFIG_COMMANDS
26325 $ $0 $@
26327 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26330 _ACEOF
26332 cat >>$CONFIG_STATUS <<_ACEOF
26333 # Files that config.status was made for.
26334 config_files="$ac_config_files"
26335 config_headers="$ac_config_headers"
26336 config_commands="$ac_config_commands"
26338 _ACEOF
26340 cat >>$CONFIG_STATUS <<\_ACEOF
26341 ac_cs_usage="\
26342 \`$as_me' instantiates files from templates according to the
26343 current configuration.
26345 Usage: $0 [OPTIONS] [FILE]...
26347 -h, --help print this help, then exit
26348 -V, --version print version number and configuration settings, then exit
26349 -q, --quiet do not print progress messages
26350 -d, --debug don't remove temporary files
26351 --recheck update $as_me by reconfiguring in the same conditions
26352 --file=FILE[:TEMPLATE]
26353 instantiate the configuration file FILE
26354 --header=FILE[:TEMPLATE]
26355 instantiate the configuration header FILE
26357 Configuration files:
26358 $config_files
26360 Configuration headers:
26361 $config_headers
26363 Configuration commands:
26364 $config_commands
26366 Report bugs to <bug-autoconf@gnu.org>."
26368 _ACEOF
26369 cat >>$CONFIG_STATUS <<_ACEOF
26370 ac_cs_version="\\
26371 Wine config.status 1.1.5
26372 configured by $0, generated by GNU Autoconf 2.61,
26373 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26375 Copyright (C) 2006 Free Software Foundation, Inc.
26376 This config.status script is free software; the Free Software Foundation
26377 gives unlimited permission to copy, distribute and modify it."
26379 ac_pwd='$ac_pwd'
26380 srcdir='$srcdir'
26381 INSTALL='$INSTALL'
26382 _ACEOF
26384 cat >>$CONFIG_STATUS <<\_ACEOF
26385 # If no file are specified by the user, then we need to provide default
26386 # value. By we need to know if files were specified by the user.
26387 ac_need_defaults=:
26388 while test $# != 0
26390 case $1 in
26391 --*=*)
26392 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26393 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26394 ac_shift=:
26397 ac_option=$1
26398 ac_optarg=$2
26399 ac_shift=shift
26401 esac
26403 case $ac_option in
26404 # Handling of the options.
26405 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26406 ac_cs_recheck=: ;;
26407 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26408 echo "$ac_cs_version"; exit ;;
26409 --debug | --debu | --deb | --de | --d | -d )
26410 debug=: ;;
26411 --file | --fil | --fi | --f )
26412 $ac_shift
26413 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26414 ac_need_defaults=false;;
26415 --header | --heade | --head | --hea )
26416 $ac_shift
26417 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26418 ac_need_defaults=false;;
26419 --he | --h)
26420 # Conflict between --help and --header
26421 { echo "$as_me: error: ambiguous option: $1
26422 Try \`$0 --help' for more information." >&2
26423 { (exit 1); exit 1; }; };;
26424 --help | --hel | -h )
26425 echo "$ac_cs_usage"; exit ;;
26426 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26427 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26428 ac_cs_silent=: ;;
26430 # This is an error.
26431 -*) { echo "$as_me: error: unrecognized option: $1
26432 Try \`$0 --help' for more information." >&2
26433 { (exit 1); exit 1; }; } ;;
26435 *) ac_config_targets="$ac_config_targets $1"
26436 ac_need_defaults=false ;;
26438 esac
26439 shift
26440 done
26442 ac_configure_extra_args=
26444 if $ac_cs_silent; then
26445 exec 6>/dev/null
26446 ac_configure_extra_args="$ac_configure_extra_args --silent"
26449 _ACEOF
26450 cat >>$CONFIG_STATUS <<_ACEOF
26451 if \$ac_cs_recheck; then
26452 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26453 CONFIG_SHELL=$SHELL
26454 export CONFIG_SHELL
26455 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26458 _ACEOF
26459 cat >>$CONFIG_STATUS <<\_ACEOF
26460 exec 5>>config.log
26462 echo
26463 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26464 ## Running $as_me. ##
26465 _ASBOX
26466 echo "$ac_log"
26467 } >&5
26469 _ACEOF
26470 cat >>$CONFIG_STATUS <<_ACEOF
26471 _ACEOF
26473 cat >>$CONFIG_STATUS <<\_ACEOF
26475 # Handling of arguments.
26476 for ac_config_target in $ac_config_targets
26478 case $ac_config_target in
26479 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26480 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26481 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26482 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26483 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26484 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26485 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26486 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26487 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26488 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26489 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26490 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26491 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26492 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26493 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26494 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26495 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26496 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26497 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26498 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26499 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26500 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26501 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26502 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26503 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26504 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26505 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26506 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26507 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26508 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26509 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26510 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26511 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26512 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26513 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26514 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26515 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26516 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26517 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26518 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26519 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26520 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26521 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26522 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26523 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26524 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26525 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26526 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26527 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26528 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26529 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26530 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26531 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26532 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26533 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26534 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26535 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26536 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26537 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26538 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26539 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26540 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26541 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26542 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26543 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26544 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26545 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26546 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26547 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26548 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26549 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26550 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26551 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26552 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26553 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26554 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26555 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26556 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26557 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26558 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26559 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26560 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26561 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26562 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26563 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26564 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26565 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26566 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26567 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26568 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26569 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26570 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26571 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26572 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26573 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26574 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26575 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26576 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26577 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26578 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26579 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26580 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26581 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26582 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26583 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26584 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26585 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26586 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26587 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26588 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26589 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26590 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26591 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26592 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26593 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26594 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26595 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26596 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26597 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26598 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26599 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26600 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26601 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26602 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26603 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26604 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26605 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26606 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26607 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26608 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26609 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26610 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26611 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26612 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26613 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26614 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26615 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26616 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26617 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26618 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26619 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26620 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26621 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26622 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26623 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26624 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26625 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26626 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26627 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26628 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26629 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26630 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26631 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26632 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26633 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26634 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26635 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26636 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26637 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26638 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26639 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26640 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26641 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26642 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26643 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26644 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26645 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26646 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26647 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26648 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26649 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26650 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26651 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26652 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26653 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26654 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26655 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26656 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26657 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26658 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26659 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26660 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26661 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26662 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26663 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26664 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26665 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26666 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26667 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26668 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26669 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26670 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26671 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26672 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26673 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26674 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26675 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26676 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26677 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26678 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26679 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26680 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26681 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26682 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26683 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26684 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26685 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26686 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26687 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26688 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26689 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26690 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26691 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26692 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26693 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26694 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26695 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26696 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26697 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26698 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26699 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26700 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26701 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26702 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26703 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26704 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26705 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26706 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26707 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26708 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26709 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26710 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26711 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26712 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26713 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26714 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26715 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26716 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26717 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26718 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26719 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26720 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26721 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26722 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26723 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26724 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26725 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26726 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26727 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26728 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26729 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26730 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26731 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26732 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26733 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26734 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26735 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26736 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26737 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26738 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26739 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26740 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26741 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26742 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26743 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26744 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26745 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26746 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26747 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26748 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26749 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26750 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26751 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26752 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26753 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26754 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26755 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26756 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26757 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26758 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26759 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26760 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26761 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26762 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26763 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26764 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26765 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26766 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26767 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26768 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26769 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26770 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26771 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26772 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26773 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26774 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26775 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26776 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26777 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26778 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26779 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26780 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26781 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26782 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26783 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26784 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26785 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26786 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26787 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26788 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26789 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26790 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26791 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26792 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26793 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26794 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26795 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26796 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26797 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26798 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26799 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26800 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26801 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26802 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26803 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26804 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26805 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26806 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26807 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26808 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26809 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26810 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26811 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26812 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26813 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26814 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26815 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26816 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26817 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26818 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26819 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26820 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26821 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26822 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26823 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26824 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26825 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26826 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26827 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26828 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26829 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26830 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26831 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26832 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26833 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26834 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26835 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26836 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26837 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26838 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26839 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26840 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26841 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26842 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26843 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26844 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26845 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26846 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26847 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26848 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26849 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26850 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26851 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26852 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26853 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26854 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26855 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26856 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26857 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26858 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26859 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26860 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26861 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26862 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26863 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26864 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26865 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26866 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26867 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26868 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26869 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26870 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26871 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26872 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26873 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26874 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26875 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26876 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26877 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26878 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26879 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26880 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26881 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26882 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26883 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26884 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26885 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26886 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26887 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26888 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26889 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26890 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26891 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26892 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26893 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26894 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26895 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26896 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26897 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26898 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26899 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26900 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26901 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26902 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26903 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26904 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26905 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26906 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26907 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26908 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26909 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26910 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26911 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26913 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26914 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26915 { (exit 1); exit 1; }; };;
26916 esac
26917 done
26920 # If the user did not use the arguments to specify the items to instantiate,
26921 # then the envvar interface is used. Set only those that are not.
26922 # We use the long form for the default assignment because of an extremely
26923 # bizarre bug on SunOS 4.1.3.
26924 if $ac_need_defaults; then
26925 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26926 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26927 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26930 # Have a temporary directory for convenience. Make it in the build tree
26931 # simply because there is no reason against having it here, and in addition,
26932 # creating and moving files from /tmp can sometimes cause problems.
26933 # Hook for its removal unless debugging.
26934 # Note that there is a small window in which the directory will not be cleaned:
26935 # after its creation but before its name has been assigned to `$tmp'.
26936 $debug ||
26938 tmp=
26939 trap 'exit_status=$?
26940 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26942 trap '{ (exit 1); exit 1; }' 1 2 13 15
26944 # Create a (secure) tmp directory for tmp files.
26947 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26948 test -n "$tmp" && test -d "$tmp"
26949 } ||
26951 tmp=./conf$$-$RANDOM
26952 (umask 077 && mkdir "$tmp")
26953 } ||
26955 echo "$me: cannot create a temporary directory in ." >&2
26956 { (exit 1); exit 1; }
26960 # Set up the sed scripts for CONFIG_FILES section.
26963 # No need to generate the scripts if there are no CONFIG_FILES.
26964 # This happens for instance when ./config.status config.h
26965 if test -n "$CONFIG_FILES"; then
26967 _ACEOF
26969 # Create sed commands to just substitute file output variables.
26971 # Remaining file output variables are in a fragment that also has non-file
26972 # output varibles.
26976 ac_delim='%!_!# '
26977 for ac_last_try in false false false false false :; do
26978 cat >conf$$subs.sed <<_ACEOF
26979 SHELL!$SHELL$ac_delim
26980 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26981 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26982 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26983 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26984 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26985 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26986 exec_prefix!$exec_prefix$ac_delim
26987 prefix!$prefix$ac_delim
26988 program_transform_name!$program_transform_name$ac_delim
26989 bindir!$bindir$ac_delim
26990 sbindir!$sbindir$ac_delim
26991 libexecdir!$libexecdir$ac_delim
26992 datarootdir!$datarootdir$ac_delim
26993 datadir!$datadir$ac_delim
26994 sysconfdir!$sysconfdir$ac_delim
26995 sharedstatedir!$sharedstatedir$ac_delim
26996 localstatedir!$localstatedir$ac_delim
26997 includedir!$includedir$ac_delim
26998 oldincludedir!$oldincludedir$ac_delim
26999 docdir!$docdir$ac_delim
27000 infodir!$infodir$ac_delim
27001 htmldir!$htmldir$ac_delim
27002 dvidir!$dvidir$ac_delim
27003 pdfdir!$pdfdir$ac_delim
27004 psdir!$psdir$ac_delim
27005 libdir!$libdir$ac_delim
27006 localedir!$localedir$ac_delim
27007 mandir!$mandir$ac_delim
27008 DEFS!$DEFS$ac_delim
27009 ECHO_C!$ECHO_C$ac_delim
27010 ECHO_N!$ECHO_N$ac_delim
27011 ECHO_T!$ECHO_T$ac_delim
27012 LIBS!$LIBS$ac_delim
27013 build_alias!$build_alias$ac_delim
27014 host_alias!$host_alias$ac_delim
27015 target_alias!$target_alias$ac_delim
27016 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27017 build!$build$ac_delim
27018 build_cpu!$build_cpu$ac_delim
27019 build_vendor!$build_vendor$ac_delim
27020 build_os!$build_os$ac_delim
27021 host!$host$ac_delim
27022 host_cpu!$host_cpu$ac_delim
27023 host_vendor!$host_vendor$ac_delim
27024 host_os!$host_os$ac_delim
27025 WIN16_FILES!$WIN16_FILES$ac_delim
27026 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27027 SET_MAKE!$SET_MAKE$ac_delim
27028 CC!$CC$ac_delim
27029 CFLAGS!$CFLAGS$ac_delim
27030 LDFLAGS!$LDFLAGS$ac_delim
27031 CPPFLAGS!$CPPFLAGS$ac_delim
27032 ac_ct_CC!$ac_ct_CC$ac_delim
27033 EXEEXT!$EXEEXT$ac_delim
27034 OBJEXT!$OBJEXT$ac_delim
27035 CXX!$CXX$ac_delim
27036 CXXFLAGS!$CXXFLAGS$ac_delim
27037 ac_ct_CXX!$ac_ct_CXX$ac_delim
27038 CPPBIN!$CPPBIN$ac_delim
27039 TOOLSDIR!$TOOLSDIR$ac_delim
27040 XMKMF!$XMKMF$ac_delim
27041 CPP!$CPP$ac_delim
27042 X_CFLAGS!$X_CFLAGS$ac_delim
27043 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27044 X_LIBS!$X_LIBS$ac_delim
27045 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27046 FLEX!$FLEX$ac_delim
27047 BISON!$BISON$ac_delim
27048 AS!$AS$ac_delim
27049 ac_ct_AS!$ac_ct_AS$ac_delim
27050 LD!$LD$ac_delim
27051 ac_ct_LD!$ac_ct_LD$ac_delim
27052 NM!$NM$ac_delim
27053 ac_ct_NM!$ac_ct_NM$ac_delim
27054 AR!$AR$ac_delim
27055 ac_ct_AR!$ac_ct_AR$ac_delim
27056 ARFLAGS!$ARFLAGS$ac_delim
27057 RANLIB!$RANLIB$ac_delim
27058 STRIP!$STRIP$ac_delim
27059 WINDRES!$WINDRES$ac_delim
27060 LN_S!$LN_S$ac_delim
27061 _ACEOF
27063 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27064 break
27065 elif $ac_last_try; then
27066 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27067 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27068 { (exit 1); exit 1; }; }
27069 else
27070 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27072 done
27074 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27075 if test -n "$ac_eof"; then
27076 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27077 ac_eof=`expr $ac_eof + 1`
27080 cat >>$CONFIG_STATUS <<_ACEOF
27081 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27082 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27083 /^[ ]*@MAKE_RULES@[ ]*$/{
27084 r $MAKE_RULES
27087 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27088 r $MAKE_DLL_RULES
27091 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27092 r $MAKE_IMPLIB_RULES
27095 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27096 r $MAKE_TEST_RULES
27099 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27100 r $MAKE_PROG_RULES
27103 _ACEOF
27104 sed '
27105 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27106 s/^/s,@/; s/!/@,|#_!!_#|/
27109 s/'"$ac_delim"'$/,g/; t
27110 s/$/\\/; p
27111 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27112 ' >>$CONFIG_STATUS <conf$$subs.sed
27113 rm -f conf$$subs.sed
27114 cat >>$CONFIG_STATUS <<_ACEOF
27115 CEOF$ac_eof
27116 _ACEOF
27119 ac_delim='%!_!# '
27120 for ac_last_try in false false false false false :; do
27121 cat >conf$$subs.sed <<_ACEOF
27122 LN!$LN$ac_delim
27123 GREP!$GREP$ac_delim
27124 EGREP!$EGREP$ac_delim
27125 LDCONFIG!$LDCONFIG$ac_delim
27126 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27127 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27128 INSTALL_DATA!$INSTALL_DATA$ac_delim
27129 LINT!$LINT$ac_delim
27130 LINTFLAGS!$LINTFLAGS$ac_delim
27131 FONTFORGE!$FONTFORGE$ac_delim
27132 PKG_CONFIG!$PKG_CONFIG$ac_delim
27133 RSVG!$RSVG$ac_delim
27134 ICOTOOL!$ICOTOOL$ac_delim
27135 PRELINK!$PRELINK$ac_delim
27136 LIBPTHREAD!$LIBPTHREAD$ac_delim
27137 XLIB!$XLIB$ac_delim
27138 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27139 DLLEXT!$DLLEXT$ac_delim
27140 DLLFLAGS!$DLLFLAGS$ac_delim
27141 LDSHARED!$LDSHARED$ac_delim
27142 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27143 LIBEXT!$LIBEXT$ac_delim
27144 IMPLIBEXT!$IMPLIBEXT$ac_delim
27145 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27146 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27147 LDD!$LDD$ac_delim
27148 DLLTOOL!$DLLTOOL$ac_delim
27149 DLLWRAP!$DLLWRAP$ac_delim
27150 MINGWAR!$MINGWAR$ac_delim
27151 SECURITYLIB!$SECURITYLIB$ac_delim
27152 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27153 IOKITLIB!$IOKITLIB$ac_delim
27154 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27155 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27156 COREAUDIO!$COREAUDIO$ac_delim
27157 CARBONLIB!$CARBONLIB$ac_delim
27158 CROSSTEST!$CROSSTEST$ac_delim
27159 CROSSCC!$CROSSCC$ac_delim
27160 CROSSWINDRES!$CROSSWINDRES$ac_delim
27161 NASLIBS!$NASLIBS$ac_delim
27162 XML2LIBS!$XML2LIBS$ac_delim
27163 XML2INCL!$XML2INCL$ac_delim
27164 XSLTLIBS!$XSLTLIBS$ac_delim
27165 XSLTINCL!$XSLTINCL$ac_delim
27166 HALINCL!$HALINCL$ac_delim
27167 GNUTLSINCL!$GNUTLSINCL$ac_delim
27168 sane_devel!$sane_devel$ac_delim
27169 SANEINCL!$SANEINCL$ac_delim
27170 gphoto2_devel!$gphoto2_devel$ac_delim
27171 gphoto2port_devel!$gphoto2port_devel$ac_delim
27172 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27173 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27174 RESOLVLIBS!$RESOLVLIBS$ac_delim
27175 LCMSLIBS!$LCMSLIBS$ac_delim
27176 ft_devel!$ft_devel$ac_delim
27177 FREETYPELIBS!$FREETYPELIBS$ac_delim
27178 FREETYPEINCL!$FREETYPEINCL$ac_delim
27179 ESDCONFIG!$ESDCONFIG$ac_delim
27180 ESDINCL!$ESDINCL$ac_delim
27181 ESDLIBS!$ESDLIBS$ac_delim
27182 ALSALIBS!$ALSALIBS$ac_delim
27183 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27184 CUPSINCL!$CUPSINCL$ac_delim
27185 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27186 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27187 BUILTINFLAG!$BUILTINFLAG$ac_delim
27188 LDPATH!$LDPATH$ac_delim
27189 CRTLIBS!$CRTLIBS$ac_delim
27190 SOCKETLIBS!$SOCKETLIBS$ac_delim
27191 MAIN_BINARY!$MAIN_BINARY$ac_delim
27192 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27193 LIBDL!$LIBDL$ac_delim
27194 LIBPOLL!$LIBPOLL$ac_delim
27195 LDAPLIBS!$LDAPLIBS$ac_delim
27196 DEPENDENCIES!$DEPENDENCIES$ac_delim
27197 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27198 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27199 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27200 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27201 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27202 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27203 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27204 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27205 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27206 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27207 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27208 LIBOBJS!$LIBOBJS$ac_delim
27209 LTLIBOBJS!$LTLIBOBJS$ac_delim
27210 _ACEOF
27212 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
27213 break
27214 elif $ac_last_try; then
27215 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27216 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27217 { (exit 1); exit 1; }; }
27218 else
27219 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27221 done
27223 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27224 if test -n "$ac_eof"; then
27225 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27226 ac_eof=`expr $ac_eof + 1`
27229 cat >>$CONFIG_STATUS <<_ACEOF
27230 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27231 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27232 _ACEOF
27233 sed '
27234 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27235 s/^/s,@/; s/!/@,|#_!!_#|/
27238 s/'"$ac_delim"'$/,g/; t
27239 s/$/\\/; p
27240 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27241 ' >>$CONFIG_STATUS <conf$$subs.sed
27242 rm -f conf$$subs.sed
27243 cat >>$CONFIG_STATUS <<_ACEOF
27244 :end
27245 s/|#_!!_#|//g
27246 CEOF$ac_eof
27247 _ACEOF
27250 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27251 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27252 # trailing colons and then remove the whole line if VPATH becomes empty
27253 # (actually we leave an empty line to preserve line numbers).
27254 if test "x$srcdir" = x.; then
27255 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27256 s/:*\$(srcdir):*/:/
27257 s/:*\${srcdir}:*/:/
27258 s/:*@srcdir@:*/:/
27259 s/^\([^=]*=[ ]*\):*/\1/
27260 s/:*$//
27261 s/^[^=]*=[ ]*$//
27265 cat >>$CONFIG_STATUS <<\_ACEOF
27266 fi # test -n "$CONFIG_FILES"
27269 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27271 case $ac_tag in
27272 :[FHLC]) ac_mode=$ac_tag; continue;;
27273 esac
27274 case $ac_mode$ac_tag in
27275 :[FHL]*:*);;
27276 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27277 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27278 { (exit 1); exit 1; }; };;
27279 :[FH]-) ac_tag=-:-;;
27280 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27281 esac
27282 ac_save_IFS=$IFS
27283 IFS=:
27284 set x $ac_tag
27285 IFS=$ac_save_IFS
27286 shift
27287 ac_file=$1
27288 shift
27290 case $ac_mode in
27291 :L) ac_source=$1;;
27292 :[FH])
27293 ac_file_inputs=
27294 for ac_f
27296 case $ac_f in
27297 -) ac_f="$tmp/stdin";;
27298 *) # Look for the file first in the build tree, then in the source tree
27299 # (if the path is not absolute). The absolute path cannot be DOS-style,
27300 # because $ac_f cannot contain `:'.
27301 test -f "$ac_f" ||
27302 case $ac_f in
27303 [\\/$]*) false;;
27304 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27305 esac ||
27306 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27307 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27308 { (exit 1); exit 1; }; };;
27309 esac
27310 ac_file_inputs="$ac_file_inputs $ac_f"
27311 done
27313 # Let's still pretend it is `configure' which instantiates (i.e., don't
27314 # use $as_me), people would be surprised to read:
27315 # /* config.h. Generated by config.status. */
27316 configure_input="Generated from "`IFS=:
27317 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27318 if test x"$ac_file" != x-; then
27319 configure_input="$ac_file. $configure_input"
27320 { echo "$as_me:$LINENO: creating $ac_file" >&5
27321 echo "$as_me: creating $ac_file" >&6;}
27324 case $ac_tag in
27325 *:-:* | *:-) cat >"$tmp/stdin";;
27326 esac
27328 esac
27330 ac_dir=`$as_dirname -- "$ac_file" ||
27331 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27332 X"$ac_file" : 'X\(//\)[^/]' \| \
27333 X"$ac_file" : 'X\(//\)$' \| \
27334 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27335 echo X"$ac_file" |
27336 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27337 s//\1/
27340 /^X\(\/\/\)[^/].*/{
27341 s//\1/
27344 /^X\(\/\/\)$/{
27345 s//\1/
27348 /^X\(\/\).*/{
27349 s//\1/
27352 s/.*/./; q'`
27353 { as_dir="$ac_dir"
27354 case $as_dir in #(
27355 -*) as_dir=./$as_dir;;
27356 esac
27357 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27358 as_dirs=
27359 while :; do
27360 case $as_dir in #(
27361 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27362 *) as_qdir=$as_dir;;
27363 esac
27364 as_dirs="'$as_qdir' $as_dirs"
27365 as_dir=`$as_dirname -- "$as_dir" ||
27366 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27367 X"$as_dir" : 'X\(//\)[^/]' \| \
27368 X"$as_dir" : 'X\(//\)$' \| \
27369 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27370 echo X"$as_dir" |
27371 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27372 s//\1/
27375 /^X\(\/\/\)[^/].*/{
27376 s//\1/
27379 /^X\(\/\/\)$/{
27380 s//\1/
27383 /^X\(\/\).*/{
27384 s//\1/
27387 s/.*/./; q'`
27388 test -d "$as_dir" && break
27389 done
27390 test -z "$as_dirs" || eval "mkdir $as_dirs"
27391 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27392 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27393 { (exit 1); exit 1; }; }; }
27394 ac_builddir=.
27396 case "$ac_dir" in
27397 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27399 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27400 # A ".." for each directory in $ac_dir_suffix.
27401 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27402 case $ac_top_builddir_sub in
27403 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27404 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27405 esac ;;
27406 esac
27407 ac_abs_top_builddir=$ac_pwd
27408 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27409 # for backward compatibility:
27410 ac_top_builddir=$ac_top_build_prefix
27412 case $srcdir in
27413 .) # We are building in place.
27414 ac_srcdir=.
27415 ac_top_srcdir=$ac_top_builddir_sub
27416 ac_abs_top_srcdir=$ac_pwd ;;
27417 [\\/]* | ?:[\\/]* ) # Absolute name.
27418 ac_srcdir=$srcdir$ac_dir_suffix;
27419 ac_top_srcdir=$srcdir
27420 ac_abs_top_srcdir=$srcdir ;;
27421 *) # Relative name.
27422 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27423 ac_top_srcdir=$ac_top_build_prefix$srcdir
27424 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27425 esac
27426 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27429 case $ac_mode in
27432 # CONFIG_FILE
27435 case $INSTALL in
27436 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27437 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27438 esac
27439 _ACEOF
27441 cat >>$CONFIG_STATUS <<\_ACEOF
27442 # If the template does not know about datarootdir, expand it.
27443 # FIXME: This hack should be removed a few years after 2.60.
27444 ac_datarootdir_hack=; ac_datarootdir_seen=
27446 case `sed -n '/datarootdir/ {
27450 /@datadir@/p
27451 /@docdir@/p
27452 /@infodir@/p
27453 /@localedir@/p
27454 /@mandir@/p
27455 ' $ac_file_inputs` in
27456 *datarootdir*) ac_datarootdir_seen=yes;;
27457 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27458 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27459 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27460 _ACEOF
27461 cat >>$CONFIG_STATUS <<_ACEOF
27462 ac_datarootdir_hack='
27463 s&@datadir@&$datadir&g
27464 s&@docdir@&$docdir&g
27465 s&@infodir@&$infodir&g
27466 s&@localedir@&$localedir&g
27467 s&@mandir@&$mandir&g
27468 s&\\\${datarootdir}&$datarootdir&g' ;;
27469 esac
27470 _ACEOF
27472 # Neutralize VPATH when `$srcdir' = `.'.
27473 # Shell code in configure.ac might set extrasub.
27474 # FIXME: do we really want to maintain this feature?
27475 cat >>$CONFIG_STATUS <<_ACEOF
27476 sed "$ac_vpsub
27477 $extrasub
27478 _ACEOF
27479 cat >>$CONFIG_STATUS <<\_ACEOF
27481 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27482 s&@configure_input@&$configure_input&;t t
27483 s&@top_builddir@&$ac_top_builddir_sub&;t t
27484 s&@srcdir@&$ac_srcdir&;t t
27485 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27486 s&@top_srcdir@&$ac_top_srcdir&;t t
27487 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27488 s&@builddir@&$ac_builddir&;t t
27489 s&@abs_builddir@&$ac_abs_builddir&;t t
27490 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27491 s&@INSTALL@&$ac_INSTALL&;t t
27492 $ac_datarootdir_hack
27493 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27495 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27496 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27497 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27498 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27499 which seems to be undefined. Please make sure it is defined." >&5
27500 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27501 which seems to be undefined. Please make sure it is defined." >&2;}
27503 rm -f "$tmp/stdin"
27504 case $ac_file in
27505 -) cat "$tmp/out"; rm -f "$tmp/out";;
27506 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27507 esac
27511 # CONFIG_HEADER
27513 _ACEOF
27515 # Transform confdefs.h into a sed script `conftest.defines', that
27516 # substitutes the proper values into config.h.in to produce config.h.
27517 rm -f conftest.defines conftest.tail
27518 # First, append a space to every undef/define line, to ease matching.
27519 echo 's/$/ /' >conftest.defines
27520 # Then, protect against being on the right side of a sed subst, or in
27521 # an unquoted here document, in config.status. If some macros were
27522 # called several times there might be several #defines for the same
27523 # symbol, which is useless. But do not sort them, since the last
27524 # AC_DEFINE must be honored.
27525 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27526 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27527 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27528 # PARAMS is the parameter list in the macro definition--in most cases, it's
27529 # just an empty string.
27530 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27531 ac_dB='\\)[ (].*,\\1define\\2'
27532 ac_dC=' '
27533 ac_dD=' ,'
27535 uniq confdefs.h |
27536 sed -n '
27537 t rset
27538 :rset
27539 s/^[ ]*#[ ]*define[ ][ ]*//
27540 t ok
27543 s/[\\&,]/\\&/g
27544 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27545 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27546 ' >>conftest.defines
27548 # Remove the space that was appended to ease matching.
27549 # Then replace #undef with comments. This is necessary, for
27550 # example, in the case of _POSIX_SOURCE, which is predefined and required
27551 # on some systems where configure will not decide to define it.
27552 # (The regexp can be short, since the line contains either #define or #undef.)
27553 echo 's/ $//
27554 s,^[ #]*u.*,/* & */,' >>conftest.defines
27556 # Break up conftest.defines:
27557 ac_max_sed_lines=50
27559 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27560 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27561 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27562 # et cetera.
27563 ac_in='$ac_file_inputs'
27564 ac_out='"$tmp/out1"'
27565 ac_nxt='"$tmp/out2"'
27567 while :
27569 # Write a here document:
27570 cat >>$CONFIG_STATUS <<_ACEOF
27571 # First, check the format of the line:
27572 cat >"\$tmp/defines.sed" <<\\CEOF
27573 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27574 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27576 :def
27577 _ACEOF
27578 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27579 echo 'CEOF
27580 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27581 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27582 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27583 grep . conftest.tail >/dev/null || break
27584 rm -f conftest.defines
27585 mv conftest.tail conftest.defines
27586 done
27587 rm -f conftest.defines conftest.tail
27589 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27590 cat >>$CONFIG_STATUS <<\_ACEOF
27591 if test x"$ac_file" != x-; then
27592 echo "/* $configure_input */" >"$tmp/config.h"
27593 cat "$ac_result" >>"$tmp/config.h"
27594 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27595 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27596 echo "$as_me: $ac_file is unchanged" >&6;}
27597 else
27598 rm -f $ac_file
27599 mv "$tmp/config.h" $ac_file
27601 else
27602 echo "/* $configure_input */"
27603 cat "$ac_result"
27605 rm -f "$tmp/out12"
27608 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27609 echo "$as_me: executing $ac_file commands" >&6;}
27611 esac
27614 case $ac_file$ac_mode in
27615 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27616 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27617 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27618 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27619 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27620 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27621 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27622 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27623 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27624 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27625 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27626 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27627 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27629 esac
27630 done # for ac_tag
27633 { (exit 0); exit 0; }
27634 _ACEOF
27635 chmod +x $CONFIG_STATUS
27636 ac_clean_files=$ac_clean_files_save
27639 # configure is writing to config.log, and then calls config.status.
27640 # config.status does its own redirection, appending to config.log.
27641 # Unfortunately, on DOS this fails, as config.log is still kept open
27642 # by configure, so config.status won't be able to write to it; its
27643 # output is simply discarded. So we exec the FD to /dev/null,
27644 # effectively closing config.log, so it can be properly (re)opened and
27645 # appended to by config.status. When coming back to configure, we
27646 # need to make the FD available again.
27647 if test "$no_create" != yes; then
27648 ac_cs_success=:
27649 ac_config_status_args=
27650 test "$silent" = yes &&
27651 ac_config_status_args="$ac_config_status_args --quiet"
27652 exec 5>/dev/null
27653 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27654 exec 5>>config.log
27655 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27656 # would make configure fail if this is the last instruction.
27657 $ac_cs_success || { (exit 1); exit 1; }
27661 if test "$no_create" = "yes"
27662 then
27663 exit 0
27666 ac_save_IFS="$IFS"
27667 IFS="|"
27668 if test "x$wine_notices != "x; then
27669 echo >&6
27670 for msg in $wine_notices; do
27671 if test -n "$msg"; then
27672 { echo "$as_me:$LINENO: $msg" >&5
27673 echo "$as_me: $msg" >&6;}
27675 done
27677 for msg in $wine_warnings; do
27678 if test -n "$msg"; then
27679 echo >&2
27680 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27681 echo "$as_me: WARNING: $msg" >&2;}
27683 done
27684 IFS="$ac_save_IFS"
27686 echo "
27687 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27688 " >&6