push 4e98c31ec75caed2ea3040ac2e710b58ba1ca0e1
[wine/hacks.git] / configure
blob42048cab55c3aa630524bdcf8ee601bbbef480ca
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 WINETEST
667 SET_MAKE
669 CFLAGS
670 LDFLAGS
671 CPPFLAGS
672 ac_ct_CC
673 EXEEXT
674 OBJEXT
676 CXXFLAGS
677 ac_ct_CXX
678 CPPBIN
679 TOOLSDIR
680 XMKMF
682 X_CFLAGS
683 X_PRE_LIBS
684 X_LIBS
685 X_EXTRA_LIBS
686 FLEX
687 BISON
689 ac_ct_AS
691 ac_ct_LD
693 ac_ct_NM
695 ac_ct_AR
696 ARFLAGS
697 RANLIB
698 STRIP
699 WINDRES
700 LN_S
702 GREP
703 EGREP
704 LDCONFIG
705 INSTALL_PROGRAM
706 INSTALL_SCRIPT
707 INSTALL_DATA
708 LINT
709 LINTFLAGS
710 FONTFORGE
711 PKG_CONFIG
712 RSVG
713 ICOTOOL
714 PRELINK
715 LIBPTHREAD
716 XLIB
717 OPENGL_LIBS
718 DLLEXT
719 DLLFLAGS
720 LDSHARED
721 LDDLLFLAGS
722 LIBEXT
723 IMPLIBEXT
724 LDRPATH_INSTALL
725 LDRPATH_LOCAL
727 DLLTOOL
728 DLLWRAP
729 MINGWAR
730 SECURITYLIB
731 COREFOUNDATIONLIB
732 IOKITLIB
733 LDEXECFLAGS
734 DISKARBITRATIONLIB
735 COREAUDIO
736 CARBONLIB
737 CROSSTEST
738 CROSSCC
739 CROSSWINDRES
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTLIBS
744 XSLTINCL
745 HALINCL
746 GNUTLSINCL
747 sane_devel
748 SANEINCL
749 gphoto2_devel
750 gphoto2port_devel
751 GPHOTO2LIBS
752 GPHOTO2INCL
753 RESOLVLIBS
754 LCMSLIBS
755 ft_devel
756 FREETYPELIBS
757 FREETYPEINCL
758 ESDCONFIG
759 ESDINCL
760 ESDLIBS
761 ALSALIBS
762 AUDIOIOLIBS
763 CUPSINCL
764 FONTCONFIGINCL
765 EXTRACFLAGS
766 BUILTINFLAG
767 LDPATH
768 CRTLIBS
769 SOCKETLIBS
770 MAIN_BINARY
771 EXTRA_BINARIES
772 LIBDL
773 LIBPOLL
774 LDAPLIBS
775 DEPENDENCIES
776 ALL_MAKERULES
777 ALL_MAKEFILES
778 ALL_MAKEFILE_DEPENDS
779 ALL_TOP_DIRS
780 ALL_DLL_DIRS
781 ALL_IMPLIB_DIRS
782 ALL_TEST_DIRS
783 ALL_PROGRAM_DIRS
784 ALL_PROGRAM_INSTALL_DIRS
785 ALL_PROGRAM_BIN_INSTALL_DIRS
786 ALL_WINETEST_DEPENDS
787 LIBOBJS
788 LTLIBOBJS'
789 ac_subst_files='MAKE_RULES
790 MAKE_DLL_RULES
791 MAKE_IMPLIB_RULES
792 MAKE_TEST_RULES
793 MAKE_PROG_RULES'
794 ac_precious_vars='build_alias
795 host_alias
796 target_alias
798 CFLAGS
799 LDFLAGS
800 LIBS
801 CPPFLAGS
803 CXXFLAGS
805 XMKMF
806 CPP'
809 # Initialize some variables set by options.
810 ac_init_help=
811 ac_init_version=false
812 # The variables have the same names as the options, with
813 # dashes changed to underlines.
814 cache_file=/dev/null
815 exec_prefix=NONE
816 no_create=
817 no_recursion=
818 prefix=NONE
819 program_prefix=NONE
820 program_suffix=NONE
821 program_transform_name=s,x,x,
822 silent=
823 site=
824 srcdir=
825 verbose=
826 x_includes=NONE
827 x_libraries=NONE
829 # Installation directory options.
830 # These are left unexpanded so users can "make install exec_prefix=/foo"
831 # and all the variables that are supposed to be based on exec_prefix
832 # by default will actually change.
833 # Use braces instead of parens because sh, perl, etc. also accept them.
834 # (The list follows the same order as the GNU Coding Standards.)
835 bindir='${exec_prefix}/bin'
836 sbindir='${exec_prefix}/sbin'
837 libexecdir='${exec_prefix}/libexec'
838 datarootdir='${prefix}/share'
839 datadir='${datarootdir}'
840 sysconfdir='${prefix}/etc'
841 sharedstatedir='${prefix}/com'
842 localstatedir='${prefix}/var'
843 includedir='${prefix}/include'
844 oldincludedir='/usr/include'
845 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
846 infodir='${datarootdir}/info'
847 htmldir='${docdir}'
848 dvidir='${docdir}'
849 pdfdir='${docdir}'
850 psdir='${docdir}'
851 libdir='${exec_prefix}/lib'
852 localedir='${datarootdir}/locale'
853 mandir='${datarootdir}/man'
855 ac_prev=
856 ac_dashdash=
857 for ac_option
859 # If the previous option needs an argument, assign it.
860 if test -n "$ac_prev"; then
861 eval $ac_prev=\$ac_option
862 ac_prev=
863 continue
866 case $ac_option in
867 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
868 *) ac_optarg=yes ;;
869 esac
871 # Accept the important Cygnus configure options, so we can diagnose typos.
873 case $ac_dashdash$ac_option in
875 ac_dashdash=yes ;;
877 -bindir | --bindir | --bindi | --bind | --bin | --bi)
878 ac_prev=bindir ;;
879 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
880 bindir=$ac_optarg ;;
882 -build | --build | --buil | --bui | --bu)
883 ac_prev=build_alias ;;
884 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
885 build_alias=$ac_optarg ;;
887 -cache-file | --cache-file | --cache-fil | --cache-fi \
888 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
889 ac_prev=cache_file ;;
890 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
891 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
892 cache_file=$ac_optarg ;;
894 --config-cache | -C)
895 cache_file=config.cache ;;
897 -datadir | --datadir | --datadi | --datad)
898 ac_prev=datadir ;;
899 -datadir=* | --datadir=* | --datadi=* | --datad=*)
900 datadir=$ac_optarg ;;
902 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
903 | --dataroo | --dataro | --datar)
904 ac_prev=datarootdir ;;
905 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
906 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
907 datarootdir=$ac_optarg ;;
909 -disable-* | --disable-*)
910 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
911 # Reject names that are not valid shell variable names.
912 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
913 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
914 { (exit 1); exit 1; }; }
915 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
916 eval enable_$ac_feature=no ;;
918 -docdir | --docdir | --docdi | --doc | --do)
919 ac_prev=docdir ;;
920 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
921 docdir=$ac_optarg ;;
923 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
924 ac_prev=dvidir ;;
925 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
926 dvidir=$ac_optarg ;;
928 -enable-* | --enable-*)
929 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
930 # Reject names that are not valid shell variable names.
931 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
932 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
933 { (exit 1); exit 1; }; }
934 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
935 eval enable_$ac_feature=\$ac_optarg ;;
937 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
938 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
939 | --exec | --exe | --ex)
940 ac_prev=exec_prefix ;;
941 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
942 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
943 | --exec=* | --exe=* | --ex=*)
944 exec_prefix=$ac_optarg ;;
946 -gas | --gas | --ga | --g)
947 # Obsolete; use --with-gas.
948 with_gas=yes ;;
950 -help | --help | --hel | --he | -h)
951 ac_init_help=long ;;
952 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
953 ac_init_help=recursive ;;
954 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
955 ac_init_help=short ;;
957 -host | --host | --hos | --ho)
958 ac_prev=host_alias ;;
959 -host=* | --host=* | --hos=* | --ho=*)
960 host_alias=$ac_optarg ;;
962 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
963 ac_prev=htmldir ;;
964 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
965 | --ht=*)
966 htmldir=$ac_optarg ;;
968 -includedir | --includedir | --includedi | --included | --include \
969 | --includ | --inclu | --incl | --inc)
970 ac_prev=includedir ;;
971 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
972 | --includ=* | --inclu=* | --incl=* | --inc=*)
973 includedir=$ac_optarg ;;
975 -infodir | --infodir | --infodi | --infod | --info | --inf)
976 ac_prev=infodir ;;
977 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
978 infodir=$ac_optarg ;;
980 -libdir | --libdir | --libdi | --libd)
981 ac_prev=libdir ;;
982 -libdir=* | --libdir=* | --libdi=* | --libd=*)
983 libdir=$ac_optarg ;;
985 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
986 | --libexe | --libex | --libe)
987 ac_prev=libexecdir ;;
988 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
989 | --libexe=* | --libex=* | --libe=*)
990 libexecdir=$ac_optarg ;;
992 -localedir | --localedir | --localedi | --localed | --locale)
993 ac_prev=localedir ;;
994 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
995 localedir=$ac_optarg ;;
997 -localstatedir | --localstatedir | --localstatedi | --localstated \
998 | --localstate | --localstat | --localsta | --localst | --locals)
999 ac_prev=localstatedir ;;
1000 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1001 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1002 localstatedir=$ac_optarg ;;
1004 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1005 ac_prev=mandir ;;
1006 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1007 mandir=$ac_optarg ;;
1009 -nfp | --nfp | --nf)
1010 # Obsolete; use --without-fp.
1011 with_fp=no ;;
1013 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1014 | --no-cr | --no-c | -n)
1015 no_create=yes ;;
1017 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1018 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1019 no_recursion=yes ;;
1021 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1022 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1023 | --oldin | --oldi | --old | --ol | --o)
1024 ac_prev=oldincludedir ;;
1025 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1026 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1027 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1028 oldincludedir=$ac_optarg ;;
1030 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1031 ac_prev=prefix ;;
1032 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1033 prefix=$ac_optarg ;;
1035 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1036 | --program-pre | --program-pr | --program-p)
1037 ac_prev=program_prefix ;;
1038 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1039 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1040 program_prefix=$ac_optarg ;;
1042 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1043 | --program-suf | --program-su | --program-s)
1044 ac_prev=program_suffix ;;
1045 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1046 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1047 program_suffix=$ac_optarg ;;
1049 -program-transform-name | --program-transform-name \
1050 | --program-transform-nam | --program-transform-na \
1051 | --program-transform-n | --program-transform- \
1052 | --program-transform | --program-transfor \
1053 | --program-transfo | --program-transf \
1054 | --program-trans | --program-tran \
1055 | --progr-tra | --program-tr | --program-t)
1056 ac_prev=program_transform_name ;;
1057 -program-transform-name=* | --program-transform-name=* \
1058 | --program-transform-nam=* | --program-transform-na=* \
1059 | --program-transform-n=* | --program-transform-=* \
1060 | --program-transform=* | --program-transfor=* \
1061 | --program-transfo=* | --program-transf=* \
1062 | --program-trans=* | --program-tran=* \
1063 | --progr-tra=* | --program-tr=* | --program-t=*)
1064 program_transform_name=$ac_optarg ;;
1066 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1067 ac_prev=pdfdir ;;
1068 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1069 pdfdir=$ac_optarg ;;
1071 -psdir | --psdir | --psdi | --psd | --ps)
1072 ac_prev=psdir ;;
1073 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1074 psdir=$ac_optarg ;;
1076 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1077 | -silent | --silent | --silen | --sile | --sil)
1078 silent=yes ;;
1080 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1081 ac_prev=sbindir ;;
1082 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1083 | --sbi=* | --sb=*)
1084 sbindir=$ac_optarg ;;
1086 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1087 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1088 | --sharedst | --shareds | --shared | --share | --shar \
1089 | --sha | --sh)
1090 ac_prev=sharedstatedir ;;
1091 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1092 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1093 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1094 | --sha=* | --sh=*)
1095 sharedstatedir=$ac_optarg ;;
1097 -site | --site | --sit)
1098 ac_prev=site ;;
1099 -site=* | --site=* | --sit=*)
1100 site=$ac_optarg ;;
1102 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1103 ac_prev=srcdir ;;
1104 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1105 srcdir=$ac_optarg ;;
1107 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1108 | --syscon | --sysco | --sysc | --sys | --sy)
1109 ac_prev=sysconfdir ;;
1110 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1111 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1112 sysconfdir=$ac_optarg ;;
1114 -target | --target | --targe | --targ | --tar | --ta | --t)
1115 ac_prev=target_alias ;;
1116 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1117 target_alias=$ac_optarg ;;
1119 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1120 verbose=yes ;;
1122 -version | --version | --versio | --versi | --vers | -V)
1123 ac_init_version=: ;;
1125 -with-* | --with-*)
1126 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1127 # Reject names that are not valid shell variable names.
1128 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1129 { echo "$as_me: error: invalid package name: $ac_package" >&2
1130 { (exit 1); exit 1; }; }
1131 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1132 eval with_$ac_package=\$ac_optarg ;;
1134 -without-* | --without-*)
1135 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1136 # Reject names that are not valid shell variable names.
1137 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1138 { echo "$as_me: error: invalid package name: $ac_package" >&2
1139 { (exit 1); exit 1; }; }
1140 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1141 eval with_$ac_package=no ;;
1143 --x)
1144 # Obsolete; use --with-x.
1145 with_x=yes ;;
1147 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1148 | --x-incl | --x-inc | --x-in | --x-i)
1149 ac_prev=x_includes ;;
1150 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1151 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1152 x_includes=$ac_optarg ;;
1154 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1155 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1156 ac_prev=x_libraries ;;
1157 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1158 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1159 x_libraries=$ac_optarg ;;
1161 -*) { echo "$as_me: error: unrecognized option: $ac_option
1162 Try \`$0 --help' for more information." >&2
1163 { (exit 1); exit 1; }; }
1166 *=*)
1167 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1168 # Reject names that are not valid shell variable names.
1169 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1170 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1171 { (exit 1); exit 1; }; }
1172 eval $ac_envvar=\$ac_optarg
1173 export $ac_envvar ;;
1176 # FIXME: should be removed in autoconf 3.0.
1177 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1178 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1179 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1180 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1183 esac
1184 done
1186 if test -n "$ac_prev"; then
1187 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1188 { echo "$as_me: error: missing argument to $ac_option" >&2
1189 { (exit 1); exit 1; }; }
1192 # Be sure to have absolute directory names.
1193 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1194 datadir sysconfdir sharedstatedir localstatedir includedir \
1195 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1196 libdir localedir mandir
1198 eval ac_val=\$$ac_var
1199 case $ac_val in
1200 [\\/$]* | ?:[\\/]* ) continue;;
1201 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1202 esac
1203 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1204 { (exit 1); exit 1; }; }
1205 done
1207 # There might be people who depend on the old broken behavior: `$host'
1208 # used to hold the argument of --host etc.
1209 # FIXME: To remove some day.
1210 build=$build_alias
1211 host=$host_alias
1212 target=$target_alias
1214 # FIXME: To remove some day.
1215 if test "x$host_alias" != x; then
1216 if test "x$build_alias" = x; then
1217 cross_compiling=maybe
1218 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1219 If a cross compiler is detected then cross compile mode will be used." >&2
1220 elif test "x$build_alias" != "x$host_alias"; then
1221 cross_compiling=yes
1225 ac_tool_prefix=
1226 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1228 test "$silent" = yes && exec 6>/dev/null
1231 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1232 ac_ls_di=`ls -di .` &&
1233 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1234 { echo "$as_me: error: Working directory cannot be determined" >&2
1235 { (exit 1); exit 1; }; }
1236 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1237 { echo "$as_me: error: pwd does not report name of working directory" >&2
1238 { (exit 1); exit 1; }; }
1241 # Find the source files, if location was not specified.
1242 if test -z "$srcdir"; then
1243 ac_srcdir_defaulted=yes
1244 # Try the directory containing this script, then the parent directory.
1245 ac_confdir=`$as_dirname -- "$0" ||
1246 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1247 X"$0" : 'X\(//\)[^/]' \| \
1248 X"$0" : 'X\(//\)$' \| \
1249 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1250 echo X"$0" |
1251 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1252 s//\1/
1255 /^X\(\/\/\)[^/].*/{
1256 s//\1/
1259 /^X\(\/\/\)$/{
1260 s//\1/
1263 /^X\(\/\).*/{
1264 s//\1/
1267 s/.*/./; q'`
1268 srcdir=$ac_confdir
1269 if test ! -r "$srcdir/$ac_unique_file"; then
1270 srcdir=..
1272 else
1273 ac_srcdir_defaulted=no
1275 if test ! -r "$srcdir/$ac_unique_file"; then
1276 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1277 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1278 { (exit 1); exit 1; }; }
1280 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1281 ac_abs_confdir=`(
1282 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1283 { (exit 1); exit 1; }; }
1284 pwd)`
1285 # When building in place, set srcdir=.
1286 if test "$ac_abs_confdir" = "$ac_pwd"; then
1287 srcdir=.
1289 # Remove unnecessary trailing slashes from srcdir.
1290 # Double slashes in file names in object file debugging info
1291 # mess up M-x gdb in Emacs.
1292 case $srcdir in
1293 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1294 esac
1295 for ac_var in $ac_precious_vars; do
1296 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1297 eval ac_env_${ac_var}_value=\$${ac_var}
1298 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1299 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1300 done
1303 # Report the --help message.
1305 if test "$ac_init_help" = "long"; then
1306 # Omit some internal or obsolete options to make the list less imposing.
1307 # This message is too long to be a string in the A/UX 3.1 sh.
1308 cat <<_ACEOF
1309 \`configure' configures Wine 1.1.5 to adapt to many kinds of systems.
1311 Usage: $0 [OPTION]... [VAR=VALUE]...
1313 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1314 VAR=VALUE. See below for descriptions of some of the useful variables.
1316 Defaults for the options are specified in brackets.
1318 Configuration:
1319 -h, --help display this help and exit
1320 --help=short display options specific to this package
1321 --help=recursive display the short help of all the included packages
1322 -V, --version display version information and exit
1323 -q, --quiet, --silent do not print \`checking...' messages
1324 --cache-file=FILE cache test results in FILE [disabled]
1325 -C, --config-cache alias for \`--cache-file=config.cache'
1326 -n, --no-create do not create output files
1327 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1329 Installation directories:
1330 --prefix=PREFIX install architecture-independent files in PREFIX
1331 [$ac_default_prefix]
1332 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1333 [PREFIX]
1335 By default, \`make install' will install all the files in
1336 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1337 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1338 for instance \`--prefix=\$HOME'.
1340 For better control, use the options below.
1342 Fine tuning of the installation directories:
1343 --bindir=DIR user executables [EPREFIX/bin]
1344 --sbindir=DIR system admin executables [EPREFIX/sbin]
1345 --libexecdir=DIR program executables [EPREFIX/libexec]
1346 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1347 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1348 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1349 --libdir=DIR object code libraries [EPREFIX/lib]
1350 --includedir=DIR C header files [PREFIX/include]
1351 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1352 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1353 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1354 --infodir=DIR info documentation [DATAROOTDIR/info]
1355 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1356 --mandir=DIR man documentation [DATAROOTDIR/man]
1357 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1358 --htmldir=DIR html documentation [DOCDIR]
1359 --dvidir=DIR dvi documentation [DOCDIR]
1360 --pdfdir=DIR pdf documentation [DOCDIR]
1361 --psdir=DIR ps documentation [DOCDIR]
1362 _ACEOF
1364 cat <<\_ACEOF
1366 X features:
1367 --x-includes=DIR X include files are in DIR
1368 --x-libraries=DIR X library files are in DIR
1370 System types:
1371 --build=BUILD configure for building on BUILD [guessed]
1372 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1373 _ACEOF
1376 if test -n "$ac_init_help"; then
1377 case $ac_init_help in
1378 short | recursive ) echo "Configuration of Wine 1.1.5:";;
1379 esac
1380 cat <<\_ACEOF
1382 Optional Features:
1383 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1384 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1385 --disable-win16 do not include Win16 support
1386 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1387 binaries)
1388 --enable-maintainer-mode
1389 enable maintainer-specific build rules
1390 --disable-tests do not build the testsuites
1392 Optional Packages:
1393 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1394 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1395 --without-alsa do not use the Alsa sound support
1396 --without-audioio do not use the AudioIO sound support
1397 --without-capi do not use CAPI (ISDN support)
1398 --without-cms do not use CMS (color management support)
1399 --without-coreaudio do not use the CoreAudio sound support
1400 --without-cups do not use CUPS
1401 --without-curses do not use (n)curses
1402 --without-esd do not use the EsounD sound support
1403 --without-fontconfig do not use fontconfig
1404 --without-freetype do not use the FreeType library
1405 --without-gphoto do not use gphoto (Digital Camera support)
1406 --without-glu do not use the GLU library
1407 --without-gnutls do not use GnuTLS (schannel support)
1408 --without-hal do not use HAL (dynamic device support)
1409 --without-jack do not use the Jack sound support
1410 --without-jpeg do not use JPEG
1411 --without-ldap do not use LDAP
1412 --without-nas do not use the NAS sound support
1413 --without-opengl do not use OpenGL
1414 --without-openssl do not use OpenSSL
1415 --without-oss do not use the OSS sound support
1416 --without-png do not use PNG
1417 --without-sane do not use SANE (scanner support)
1418 --without-xcomposite do not use the Xcomposite extension
1419 --without-xcursor do not use the Xcursor extension
1420 --without-xinerama do not use Xinerama (multi-monitor support)
1421 --without-xinput do not use the Xinput extension
1422 --without-xml do not use XML
1423 --without-xrandr do not use Xrandr (resolution changes)
1424 --without-xrender do not use the Xrender extension
1425 --without-xshape do not use the Xshape extension
1426 --without-xshm do not use XShm (shared memory extension)
1427 --without-xslt do not use XSLT
1428 --without-xxf86vm do not use XFree video mode extension
1429 --with-wine-tools=DIR use Wine tools from directory DIR
1430 --with-x use the X Window System
1432 Some influential environment variables:
1433 CC C compiler command
1434 CFLAGS C compiler flags
1435 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1436 nonstandard directory <lib dir>
1437 LIBS libraries to pass to the linker, e.g. -l<library>
1438 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1439 you have headers in a nonstandard directory <include dir>
1440 CXX C++ compiler command
1441 CXXFLAGS C++ compiler flags
1442 XMKMF Path to xmkmf, Makefile generator for X Window System
1443 CPP C preprocessor
1445 Use these variables to override the choices made by `configure' or to help
1446 it to find libraries and programs with nonstandard names/locations.
1448 Report bugs to <wine-devel@winehq.org>.
1449 _ACEOF
1450 ac_status=$?
1453 if test "$ac_init_help" = "recursive"; then
1454 # If there are subdirs, report their specific --help.
1455 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1456 test -d "$ac_dir" || continue
1457 ac_builddir=.
1459 case "$ac_dir" in
1460 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1462 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1463 # A ".." for each directory in $ac_dir_suffix.
1464 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1465 case $ac_top_builddir_sub in
1466 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1467 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1468 esac ;;
1469 esac
1470 ac_abs_top_builddir=$ac_pwd
1471 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1472 # for backward compatibility:
1473 ac_top_builddir=$ac_top_build_prefix
1475 case $srcdir in
1476 .) # We are building in place.
1477 ac_srcdir=.
1478 ac_top_srcdir=$ac_top_builddir_sub
1479 ac_abs_top_srcdir=$ac_pwd ;;
1480 [\\/]* | ?:[\\/]* ) # Absolute name.
1481 ac_srcdir=$srcdir$ac_dir_suffix;
1482 ac_top_srcdir=$srcdir
1483 ac_abs_top_srcdir=$srcdir ;;
1484 *) # Relative name.
1485 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1486 ac_top_srcdir=$ac_top_build_prefix$srcdir
1487 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1488 esac
1489 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1491 cd "$ac_dir" || { ac_status=$?; continue; }
1492 # Check for guested configure.
1493 if test -f "$ac_srcdir/configure.gnu"; then
1494 echo &&
1495 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1496 elif test -f "$ac_srcdir/configure"; then
1497 echo &&
1498 $SHELL "$ac_srcdir/configure" --help=recursive
1499 else
1500 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1501 fi || ac_status=$?
1502 cd "$ac_pwd" || { ac_status=$?; break; }
1503 done
1506 test -n "$ac_init_help" && exit $ac_status
1507 if $ac_init_version; then
1508 cat <<\_ACEOF
1509 Wine configure 1.1.5
1510 generated by GNU Autoconf 2.61
1512 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1513 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1514 This configure script is free software; the Free Software Foundation
1515 gives unlimited permission to copy, distribute and modify it.
1516 _ACEOF
1517 exit
1519 cat >config.log <<_ACEOF
1520 This file contains any messages produced by compilers while
1521 running configure, to aid debugging if configure makes a mistake.
1523 It was created by Wine $as_me 1.1.5, which was
1524 generated by GNU Autoconf 2.61. Invocation command line was
1526 $ $0 $@
1528 _ACEOF
1529 exec 5>>config.log
1531 cat <<_ASUNAME
1532 ## --------- ##
1533 ## Platform. ##
1534 ## --------- ##
1536 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1537 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1538 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1539 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1540 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1542 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1543 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1545 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1546 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1547 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1548 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1549 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1550 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1551 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1553 _ASUNAME
1555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1556 for as_dir in $PATH
1558 IFS=$as_save_IFS
1559 test -z "$as_dir" && as_dir=.
1560 echo "PATH: $as_dir"
1561 done
1562 IFS=$as_save_IFS
1564 } >&5
1566 cat >&5 <<_ACEOF
1569 ## ----------- ##
1570 ## Core tests. ##
1571 ## ----------- ##
1573 _ACEOF
1576 # Keep a trace of the command line.
1577 # Strip out --no-create and --no-recursion so they do not pile up.
1578 # Strip out --silent because we don't want to record it for future runs.
1579 # Also quote any args containing shell meta-characters.
1580 # Make two passes to allow for proper duplicate-argument suppression.
1581 ac_configure_args=
1582 ac_configure_args0=
1583 ac_configure_args1=
1584 ac_must_keep_next=false
1585 for ac_pass in 1 2
1587 for ac_arg
1589 case $ac_arg in
1590 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1591 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1592 | -silent | --silent | --silen | --sile | --sil)
1593 continue ;;
1594 *\'*)
1595 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1596 esac
1597 case $ac_pass in
1598 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1600 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1601 if test $ac_must_keep_next = true; then
1602 ac_must_keep_next=false # Got value, back to normal.
1603 else
1604 case $ac_arg in
1605 *=* | --config-cache | -C | -disable-* | --disable-* \
1606 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1607 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1608 | -with-* | --with-* | -without-* | --without-* | --x)
1609 case "$ac_configure_args0 " in
1610 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1611 esac
1613 -* ) ac_must_keep_next=true ;;
1614 esac
1616 ac_configure_args="$ac_configure_args '$ac_arg'"
1618 esac
1619 done
1620 done
1621 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1622 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1624 # When interrupted or exit'd, cleanup temporary files, and complete
1625 # config.log. We remove comments because anyway the quotes in there
1626 # would cause problems or look ugly.
1627 # WARNING: Use '\'' to represent an apostrophe within the trap.
1628 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1629 trap 'exit_status=$?
1630 # Save into config.log some information that might help in debugging.
1632 echo
1634 cat <<\_ASBOX
1635 ## ---------------- ##
1636 ## Cache variables. ##
1637 ## ---------------- ##
1638 _ASBOX
1639 echo
1640 # The following way of writing the cache mishandles newlines in values,
1642 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1643 eval ac_val=\$$ac_var
1644 case $ac_val in #(
1645 *${as_nl}*)
1646 case $ac_var in #(
1647 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1648 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1649 esac
1650 case $ac_var in #(
1651 _ | IFS | as_nl) ;; #(
1652 *) $as_unset $ac_var ;;
1653 esac ;;
1654 esac
1655 done
1656 (set) 2>&1 |
1657 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1658 *${as_nl}ac_space=\ *)
1659 sed -n \
1660 "s/'\''/'\''\\\\'\'''\''/g;
1661 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1662 ;; #(
1664 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1666 esac |
1667 sort
1669 echo
1671 cat <<\_ASBOX
1672 ## ----------------- ##
1673 ## Output variables. ##
1674 ## ----------------- ##
1675 _ASBOX
1676 echo
1677 for ac_var in $ac_subst_vars
1679 eval ac_val=\$$ac_var
1680 case $ac_val in
1681 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1682 esac
1683 echo "$ac_var='\''$ac_val'\''"
1684 done | sort
1685 echo
1687 if test -n "$ac_subst_files"; then
1688 cat <<\_ASBOX
1689 ## ------------------- ##
1690 ## File substitutions. ##
1691 ## ------------------- ##
1692 _ASBOX
1693 echo
1694 for ac_var in $ac_subst_files
1696 eval ac_val=\$$ac_var
1697 case $ac_val in
1698 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1699 esac
1700 echo "$ac_var='\''$ac_val'\''"
1701 done | sort
1702 echo
1705 if test -s confdefs.h; then
1706 cat <<\_ASBOX
1707 ## ----------- ##
1708 ## confdefs.h. ##
1709 ## ----------- ##
1710 _ASBOX
1711 echo
1712 cat confdefs.h
1713 echo
1715 test "$ac_signal" != 0 &&
1716 echo "$as_me: caught signal $ac_signal"
1717 echo "$as_me: exit $exit_status"
1718 } >&5
1719 rm -f core *.core core.conftest.* &&
1720 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1721 exit $exit_status
1723 for ac_signal in 1 2 13 15; do
1724 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1725 done
1726 ac_signal=0
1728 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1729 rm -f -r conftest* confdefs.h
1731 # Predefined preprocessor variables.
1733 cat >>confdefs.h <<_ACEOF
1734 #define PACKAGE_NAME "$PACKAGE_NAME"
1735 _ACEOF
1738 cat >>confdefs.h <<_ACEOF
1739 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1740 _ACEOF
1743 cat >>confdefs.h <<_ACEOF
1744 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1745 _ACEOF
1748 cat >>confdefs.h <<_ACEOF
1749 #define PACKAGE_STRING "$PACKAGE_STRING"
1750 _ACEOF
1753 cat >>confdefs.h <<_ACEOF
1754 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1755 _ACEOF
1758 # Let the site file select an alternate cache file if it wants to.
1759 # Prefer explicitly selected file to automatically selected ones.
1760 if test -n "$CONFIG_SITE"; then
1761 set x "$CONFIG_SITE"
1762 elif test "x$prefix" != xNONE; then
1763 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1764 else
1765 set x "$ac_default_prefix/share/config.site" \
1766 "$ac_default_prefix/etc/config.site"
1768 shift
1769 for ac_site_file
1771 if test -r "$ac_site_file"; then
1772 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1773 echo "$as_me: loading site script $ac_site_file" >&6;}
1774 sed 's/^/| /' "$ac_site_file" >&5
1775 . "$ac_site_file"
1777 done
1779 if test -r "$cache_file"; then
1780 # Some versions of bash will fail to source /dev/null (special
1781 # files actually), so we avoid doing that.
1782 if test -f "$cache_file"; then
1783 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1784 echo "$as_me: loading cache $cache_file" >&6;}
1785 case $cache_file in
1786 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1787 *) . "./$cache_file";;
1788 esac
1790 else
1791 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1792 echo "$as_me: creating cache $cache_file" >&6;}
1793 >$cache_file
1796 # Check that the precious variables saved in the cache have kept the same
1797 # value.
1798 ac_cache_corrupted=false
1799 for ac_var in $ac_precious_vars; do
1800 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1801 eval ac_new_set=\$ac_env_${ac_var}_set
1802 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1803 eval ac_new_val=\$ac_env_${ac_var}_value
1804 case $ac_old_set,$ac_new_set in
1805 set,)
1806 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1807 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1808 ac_cache_corrupted=: ;;
1809 ,set)
1810 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1811 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1812 ac_cache_corrupted=: ;;
1813 ,);;
1815 if test "x$ac_old_val" != "x$ac_new_val"; then
1816 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1817 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1818 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1819 echo "$as_me: former value: $ac_old_val" >&2;}
1820 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1821 echo "$as_me: current value: $ac_new_val" >&2;}
1822 ac_cache_corrupted=:
1823 fi;;
1824 esac
1825 # Pass precious variables to config.status.
1826 if test "$ac_new_set" = set; then
1827 case $ac_new_val in
1828 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1829 *) ac_arg=$ac_var=$ac_new_val ;;
1830 esac
1831 case " $ac_configure_args " in
1832 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1833 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1834 esac
1836 done
1837 if $ac_cache_corrupted; then
1838 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1839 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1840 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1841 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1842 { (exit 1); exit 1; }; }
1869 ac_ext=c
1870 ac_cpp='$CPP $CPPFLAGS'
1871 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1872 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1873 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1877 ac_config_headers="$ac_config_headers include/config.h"
1879 ac_aux_dir=
1880 for ac_dir in tools "$srcdir"/tools; do
1881 if test -f "$ac_dir/install-sh"; then
1882 ac_aux_dir=$ac_dir
1883 ac_install_sh="$ac_aux_dir/install-sh -c"
1884 break
1885 elif test -f "$ac_dir/install.sh"; then
1886 ac_aux_dir=$ac_dir
1887 ac_install_sh="$ac_aux_dir/install.sh -c"
1888 break
1889 elif test -f "$ac_dir/shtool"; then
1890 ac_aux_dir=$ac_dir
1891 ac_install_sh="$ac_aux_dir/shtool install -c"
1892 break
1894 done
1895 if test -z "$ac_aux_dir"; then
1896 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1897 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1898 { (exit 1); exit 1; }; }
1901 # These three variables are undocumented and unsupported,
1902 # and are intended to be withdrawn in a future Autoconf release.
1903 # They can cause serious problems if a builder's source tree is in a directory
1904 # whose full name contains unusual characters.
1905 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1906 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1907 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1912 # Check whether --enable-win16 was given.
1913 if test "${enable_win16+set}" = set; then
1914 enableval=$enable_win16;
1917 # Check whether --enable-win64 was given.
1918 if test "${enable_win64+set}" = set; then
1919 enableval=$enable_win64;
1922 # Check whether --enable-maintainer-mode was given.
1923 if test "${enable_maintainer_mode+set}" = set; then
1924 enableval=$enable_maintainer_mode;
1925 else
1926 MAINTAINER_MODE=\#
1932 # Check whether --with-alsa was given.
1933 if test "${with_alsa+set}" = set; then
1934 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1938 # Check whether --with-audioio was given.
1939 if test "${with_audioio+set}" = set; then
1940 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1944 # Check whether --with-capi was given.
1945 if test "${with_capi+set}" = set; then
1946 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1950 # Check whether --with-cms was given.
1951 if test "${with_cms+set}" = set; then
1952 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1956 # Check whether --with-coreaudio was given.
1957 if test "${with_coreaudio+set}" = set; then
1958 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1962 # Check whether --with-cups was given.
1963 if test "${with_cups+set}" = set; then
1964 withval=$with_cups;
1968 # Check whether --with-curses was given.
1969 if test "${with_curses+set}" = set; then
1970 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1974 # Check whether --with-esd was given.
1975 if test "${with_esd+set}" = set; then
1976 withval=$with_esd;
1980 # Check whether --with-fontconfig was given.
1981 if test "${with_fontconfig+set}" = set; then
1982 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1986 # Check whether --with-freetype was given.
1987 if test "${with_freetype+set}" = set; then
1988 withval=$with_freetype;
1992 # Check whether --with-gphoto was given.
1993 if test "${with_gphoto+set}" = set; then
1994 withval=$with_gphoto;
1998 # Check whether --with-glu was given.
1999 if test "${with_glu+set}" = set; then
2000 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2004 # Check whether --with-gnutls was given.
2005 if test "${with_gnutls+set}" = set; then
2006 withval=$with_gnutls;
2010 # Check whether --with-hal was given.
2011 if test "${with_hal+set}" = set; then
2012 withval=$with_hal;
2016 # Check whether --with-jack was given.
2017 if test "${with_jack+set}" = set; then
2018 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2022 # Check whether --with-jpeg was given.
2023 if test "${with_jpeg+set}" = set; then
2024 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2028 # Check whether --with-ldap was given.
2029 if test "${with_ldap+set}" = set; then
2030 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2034 # Check whether --with-nas was given.
2035 if test "${with_nas+set}" = set; then
2036 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2040 # Check whether --with-opengl was given.
2041 if test "${with_opengl+set}" = set; then
2042 withval=$with_opengl;
2046 # Check whether --with-openssl was given.
2047 if test "${with_openssl+set}" = set; then
2048 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2052 # Check whether --with-oss was given.
2053 if test "${with_oss+set}" = set; then
2054 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
2058 # Check whether --with-png was given.
2059 if test "${with_png+set}" = set; then
2060 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2064 # Check whether --with-sane was given.
2065 if test "${with_sane+set}" = set; then
2066 withval=$with_sane;
2070 # Check whether --with-xcomposite was given.
2071 if test "${with_xcomposite+set}" = set; then
2072 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2076 # Check whether --with-xcursor was given.
2077 if test "${with_xcursor+set}" = set; then
2078 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2082 # Check whether --with-xinerama was given.
2083 if test "${with_xinerama+set}" = set; then
2084 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2088 # Check whether --with-xinput was given.
2089 if test "${with_xinput+set}" = set; then
2090 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2094 # Check whether --with-xml was given.
2095 if test "${with_xml+set}" = set; then
2096 withval=$with_xml;
2100 # Check whether --with-xrandr was given.
2101 if test "${with_xrandr+set}" = set; then
2102 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2106 # Check whether --with-xrender was given.
2107 if test "${with_xrender+set}" = set; then
2108 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2112 # Check whether --with-xshape was given.
2113 if test "${with_xshape+set}" = set; then
2114 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2118 # Check whether --with-xshm was given.
2119 if test "${with_xshm+set}" = set; then
2120 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2124 # Check whether --with-xslt was given.
2125 if test "${with_xslt+set}" = set; then
2126 withval=$with_xslt;
2130 # Check whether --with-xxf86vm was given.
2131 if test "${with_xxf86vm+set}" = set; then
2132 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2137 # Check whether --with-wine-tools was given.
2138 if test "${with_wine_tools+set}" = set; then
2139 withval=$with_wine_tools;
2142 # Check whether --enable-tests was given.
2143 if test "${enable_tests+set}" = set; then
2144 enableval=$enable_tests;
2148 # Make sure we can run config.sub.
2149 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2150 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2151 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2152 { (exit 1); exit 1; }; }
2154 { echo "$as_me:$LINENO: checking build system type" >&5
2155 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2156 if test "${ac_cv_build+set}" = set; then
2157 echo $ECHO_N "(cached) $ECHO_C" >&6
2158 else
2159 ac_build_alias=$build_alias
2160 test "x$ac_build_alias" = x &&
2161 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2162 test "x$ac_build_alias" = x &&
2163 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2164 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2165 { (exit 1); exit 1; }; }
2166 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2167 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2168 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2169 { (exit 1); exit 1; }; }
2172 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2173 echo "${ECHO_T}$ac_cv_build" >&6; }
2174 case $ac_cv_build in
2175 *-*-*) ;;
2176 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2177 echo "$as_me: error: invalid value of canonical build" >&2;}
2178 { (exit 1); exit 1; }; };;
2179 esac
2180 build=$ac_cv_build
2181 ac_save_IFS=$IFS; IFS='-'
2182 set x $ac_cv_build
2183 shift
2184 build_cpu=$1
2185 build_vendor=$2
2186 shift; shift
2187 # Remember, the first character of IFS is used to create $*,
2188 # except with old shells:
2189 build_os=$*
2190 IFS=$ac_save_IFS
2191 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2194 { echo "$as_me:$LINENO: checking host system type" >&5
2195 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2196 if test "${ac_cv_host+set}" = set; then
2197 echo $ECHO_N "(cached) $ECHO_C" >&6
2198 else
2199 if test "x$host_alias" = x; then
2200 ac_cv_host=$ac_cv_build
2201 else
2202 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2203 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2204 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2205 { (exit 1); exit 1; }; }
2209 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2210 echo "${ECHO_T}$ac_cv_host" >&6; }
2211 case $ac_cv_host in
2212 *-*-*) ;;
2213 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2214 echo "$as_me: error: invalid value of canonical host" >&2;}
2215 { (exit 1); exit 1; }; };;
2216 esac
2217 host=$ac_cv_host
2218 ac_save_IFS=$IFS; IFS='-'
2219 set x $ac_cv_host
2220 shift
2221 host_cpu=$1
2222 host_vendor=$2
2223 shift; shift
2224 # Remember, the first character of IFS is used to create $*,
2225 # except with old shells:
2226 host_os=$*
2227 IFS=$ac_save_IFS
2228 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2231 case $host in
2232 x86_64*linux*)
2233 if test "x$enable_win64" != "xyes"
2234 then
2235 test -n "$CC" || CC="gcc -m32"
2236 test -n "$CXX"|| CXX="g++ -m32"
2237 test -n "$LD" || LD="ld -m elf_i386"
2238 test -n "$AS" || AS="as --32"
2239 host_cpu="i386"
2242 esac
2244 case $host_cpu in
2245 *i[3456789]86*)
2246 if test "x$enable_win16" != "xno"
2247 then
2248 enable_win16="yes"
2251 esac
2253 WIN16_FILES="\$(WIN16_FILES)"
2255 WIN16_INSTALL="\$(WIN16_INSTALL)"
2257 if test "x$enable_win16" != "xyes"
2258 then
2259 WIN16_FILES=""
2260 WIN16_INSTALL=""
2263 if test "x$enable_tests" == "xno"
2264 then
2265 WINETEST=""
2267 else
2268 WINETEST="winetest"
2272 case "$srcdir" in
2273 .) ;;
2274 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2275 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2276 You need to run 'make distclean' in the source tree first." >&5
2277 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2278 You need to run 'make distclean' in the source tree first." >&2;}
2279 { (exit 1); exit 1; }; }
2280 fi ;;
2281 esac
2284 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2285 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2286 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2287 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2288 echo $ECHO_N "(cached) $ECHO_C" >&6
2289 else
2290 cat >conftest.make <<\_ACEOF
2291 SHELL = /bin/sh
2292 all:
2293 @echo '@@@%%%=$(MAKE)=@@@%%%'
2294 _ACEOF
2295 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2296 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2297 *@@@%%%=?*=@@@%%%*)
2298 eval ac_cv_prog_make_${ac_make}_set=yes;;
2300 eval ac_cv_prog_make_${ac_make}_set=no;;
2301 esac
2302 rm -f conftest.make
2304 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2305 { echo "$as_me:$LINENO: result: yes" >&5
2306 echo "${ECHO_T}yes" >&6; }
2307 SET_MAKE=
2308 else
2309 { echo "$as_me:$LINENO: result: no" >&5
2310 echo "${ECHO_T}no" >&6; }
2311 SET_MAKE="MAKE=${MAKE-make}"
2314 ac_ext=c
2315 ac_cpp='$CPP $CPPFLAGS'
2316 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2317 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2318 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2319 if test -n "$ac_tool_prefix"; then
2320 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2321 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2322 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2323 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2324 if test "${ac_cv_prog_CC+set}" = set; then
2325 echo $ECHO_N "(cached) $ECHO_C" >&6
2326 else
2327 if test -n "$CC"; then
2328 ac_cv_prog_CC="$CC" # Let the user override the test.
2329 else
2330 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2331 for as_dir in $PATH
2333 IFS=$as_save_IFS
2334 test -z "$as_dir" && as_dir=.
2335 for ac_exec_ext in '' $ac_executable_extensions; do
2336 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2337 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2338 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2339 break 2
2341 done
2342 done
2343 IFS=$as_save_IFS
2347 CC=$ac_cv_prog_CC
2348 if test -n "$CC"; then
2349 { echo "$as_me:$LINENO: result: $CC" >&5
2350 echo "${ECHO_T}$CC" >&6; }
2351 else
2352 { echo "$as_me:$LINENO: result: no" >&5
2353 echo "${ECHO_T}no" >&6; }
2358 if test -z "$ac_cv_prog_CC"; then
2359 ac_ct_CC=$CC
2360 # Extract the first word of "gcc", so it can be a program name with args.
2361 set dummy gcc; ac_word=$2
2362 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2363 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2364 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2365 echo $ECHO_N "(cached) $ECHO_C" >&6
2366 else
2367 if test -n "$ac_ct_CC"; then
2368 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2369 else
2370 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2371 for as_dir in $PATH
2373 IFS=$as_save_IFS
2374 test -z "$as_dir" && as_dir=.
2375 for ac_exec_ext in '' $ac_executable_extensions; do
2376 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2377 ac_cv_prog_ac_ct_CC="gcc"
2378 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2379 break 2
2381 done
2382 done
2383 IFS=$as_save_IFS
2387 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2388 if test -n "$ac_ct_CC"; then
2389 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2390 echo "${ECHO_T}$ac_ct_CC" >&6; }
2391 else
2392 { echo "$as_me:$LINENO: result: no" >&5
2393 echo "${ECHO_T}no" >&6; }
2396 if test "x$ac_ct_CC" = x; then
2397 CC=""
2398 else
2399 case $cross_compiling:$ac_tool_warned in
2400 yes:)
2401 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2402 whose name does not start with the host triplet. If you think this
2403 configuration is useful to you, please write to autoconf@gnu.org." >&5
2404 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2405 whose name does not start with the host triplet. If you think this
2406 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2407 ac_tool_warned=yes ;;
2408 esac
2409 CC=$ac_ct_CC
2411 else
2412 CC="$ac_cv_prog_CC"
2415 if test -z "$CC"; then
2416 if test -n "$ac_tool_prefix"; then
2417 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2418 set dummy ${ac_tool_prefix}cc; ac_word=$2
2419 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2420 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2421 if test "${ac_cv_prog_CC+set}" = set; then
2422 echo $ECHO_N "(cached) $ECHO_C" >&6
2423 else
2424 if test -n "$CC"; then
2425 ac_cv_prog_CC="$CC" # Let the user override the test.
2426 else
2427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2428 for as_dir in $PATH
2430 IFS=$as_save_IFS
2431 test -z "$as_dir" && as_dir=.
2432 for ac_exec_ext in '' $ac_executable_extensions; do
2433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2434 ac_cv_prog_CC="${ac_tool_prefix}cc"
2435 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2436 break 2
2438 done
2439 done
2440 IFS=$as_save_IFS
2444 CC=$ac_cv_prog_CC
2445 if test -n "$CC"; then
2446 { echo "$as_me:$LINENO: result: $CC" >&5
2447 echo "${ECHO_T}$CC" >&6; }
2448 else
2449 { echo "$as_me:$LINENO: result: no" >&5
2450 echo "${ECHO_T}no" >&6; }
2456 if test -z "$CC"; then
2457 # Extract the first word of "cc", so it can be a program name with args.
2458 set dummy cc; ac_word=$2
2459 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2460 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2461 if test "${ac_cv_prog_CC+set}" = set; then
2462 echo $ECHO_N "(cached) $ECHO_C" >&6
2463 else
2464 if test -n "$CC"; then
2465 ac_cv_prog_CC="$CC" # Let the user override the test.
2466 else
2467 ac_prog_rejected=no
2468 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2469 for as_dir in $PATH
2471 IFS=$as_save_IFS
2472 test -z "$as_dir" && as_dir=.
2473 for ac_exec_ext in '' $ac_executable_extensions; do
2474 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2475 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2476 ac_prog_rejected=yes
2477 continue
2479 ac_cv_prog_CC="cc"
2480 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2481 break 2
2483 done
2484 done
2485 IFS=$as_save_IFS
2487 if test $ac_prog_rejected = yes; then
2488 # We found a bogon in the path, so make sure we never use it.
2489 set dummy $ac_cv_prog_CC
2490 shift
2491 if test $# != 0; then
2492 # We chose a different compiler from the bogus one.
2493 # However, it has the same basename, so the bogon will be chosen
2494 # first if we set CC to just the basename; use the full file name.
2495 shift
2496 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2501 CC=$ac_cv_prog_CC
2502 if test -n "$CC"; then
2503 { echo "$as_me:$LINENO: result: $CC" >&5
2504 echo "${ECHO_T}$CC" >&6; }
2505 else
2506 { echo "$as_me:$LINENO: result: no" >&5
2507 echo "${ECHO_T}no" >&6; }
2512 if test -z "$CC"; then
2513 if test -n "$ac_tool_prefix"; then
2514 for ac_prog in cl.exe
2516 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2517 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2518 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2519 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2520 if test "${ac_cv_prog_CC+set}" = set; then
2521 echo $ECHO_N "(cached) $ECHO_C" >&6
2522 else
2523 if test -n "$CC"; then
2524 ac_cv_prog_CC="$CC" # Let the user override the test.
2525 else
2526 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2527 for as_dir in $PATH
2529 IFS=$as_save_IFS
2530 test -z "$as_dir" && as_dir=.
2531 for ac_exec_ext in '' $ac_executable_extensions; do
2532 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2533 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2534 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2535 break 2
2537 done
2538 done
2539 IFS=$as_save_IFS
2543 CC=$ac_cv_prog_CC
2544 if test -n "$CC"; then
2545 { echo "$as_me:$LINENO: result: $CC" >&5
2546 echo "${ECHO_T}$CC" >&6; }
2547 else
2548 { echo "$as_me:$LINENO: result: no" >&5
2549 echo "${ECHO_T}no" >&6; }
2553 test -n "$CC" && break
2554 done
2556 if test -z "$CC"; then
2557 ac_ct_CC=$CC
2558 for ac_prog in cl.exe
2560 # Extract the first word of "$ac_prog", so it can be a program name with args.
2561 set dummy $ac_prog; ac_word=$2
2562 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2563 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2564 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2565 echo $ECHO_N "(cached) $ECHO_C" >&6
2566 else
2567 if test -n "$ac_ct_CC"; then
2568 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2569 else
2570 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2571 for as_dir in $PATH
2573 IFS=$as_save_IFS
2574 test -z "$as_dir" && as_dir=.
2575 for ac_exec_ext in '' $ac_executable_extensions; do
2576 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2577 ac_cv_prog_ac_ct_CC="$ac_prog"
2578 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2579 break 2
2581 done
2582 done
2583 IFS=$as_save_IFS
2587 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2588 if test -n "$ac_ct_CC"; then
2589 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2590 echo "${ECHO_T}$ac_ct_CC" >&6; }
2591 else
2592 { echo "$as_me:$LINENO: result: no" >&5
2593 echo "${ECHO_T}no" >&6; }
2597 test -n "$ac_ct_CC" && break
2598 done
2600 if test "x$ac_ct_CC" = x; then
2601 CC=""
2602 else
2603 case $cross_compiling:$ac_tool_warned in
2604 yes:)
2605 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2606 whose name does not start with the host triplet. If you think this
2607 configuration is useful to you, please write to autoconf@gnu.org." >&5
2608 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2609 whose name does not start with the host triplet. If you think this
2610 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2611 ac_tool_warned=yes ;;
2612 esac
2613 CC=$ac_ct_CC
2620 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2621 See \`config.log' for more details." >&5
2622 echo "$as_me: error: no acceptable C compiler found in \$PATH
2623 See \`config.log' for more details." >&2;}
2624 { (exit 1); exit 1; }; }
2626 # Provide some information about the compiler.
2627 echo "$as_me:$LINENO: checking for C compiler version" >&5
2628 ac_compiler=`set X $ac_compile; echo $2`
2629 { (ac_try="$ac_compiler --version >&5"
2630 case "(($ac_try" in
2631 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2632 *) ac_try_echo=$ac_try;;
2633 esac
2634 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2635 (eval "$ac_compiler --version >&5") 2>&5
2636 ac_status=$?
2637 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2638 (exit $ac_status); }
2639 { (ac_try="$ac_compiler -v >&5"
2640 case "(($ac_try" in
2641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2642 *) ac_try_echo=$ac_try;;
2643 esac
2644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2645 (eval "$ac_compiler -v >&5") 2>&5
2646 ac_status=$?
2647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2648 (exit $ac_status); }
2649 { (ac_try="$ac_compiler -V >&5"
2650 case "(($ac_try" in
2651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2652 *) ac_try_echo=$ac_try;;
2653 esac
2654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2655 (eval "$ac_compiler -V >&5") 2>&5
2656 ac_status=$?
2657 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2658 (exit $ac_status); }
2660 cat >conftest.$ac_ext <<_ACEOF
2661 /* confdefs.h. */
2662 _ACEOF
2663 cat confdefs.h >>conftest.$ac_ext
2664 cat >>conftest.$ac_ext <<_ACEOF
2665 /* end confdefs.h. */
2668 main ()
2672 return 0;
2674 _ACEOF
2675 ac_clean_files_save=$ac_clean_files
2676 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2677 # Try to create an executable without -o first, disregard a.out.
2678 # It will help us diagnose broken compilers, and finding out an intuition
2679 # of exeext.
2680 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2681 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2682 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2684 # List of possible output files, starting from the most likely.
2685 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2686 # only as a last resort. b.out is created by i960 compilers.
2687 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2689 # The IRIX 6 linker writes into existing files which may not be
2690 # executable, retaining their permissions. Remove them first so a
2691 # subsequent execution test works.
2692 ac_rmfiles=
2693 for ac_file in $ac_files
2695 case $ac_file in
2696 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2697 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2698 esac
2699 done
2700 rm -f $ac_rmfiles
2702 if { (ac_try="$ac_link_default"
2703 case "(($ac_try" in
2704 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2705 *) ac_try_echo=$ac_try;;
2706 esac
2707 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2708 (eval "$ac_link_default") 2>&5
2709 ac_status=$?
2710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2711 (exit $ac_status); }; then
2712 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2713 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2714 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2715 # so that the user can short-circuit this test for compilers unknown to
2716 # Autoconf.
2717 for ac_file in $ac_files ''
2719 test -f "$ac_file" || continue
2720 case $ac_file in
2721 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2723 [ab].out )
2724 # We found the default executable, but exeext='' is most
2725 # certainly right.
2726 break;;
2727 *.* )
2728 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2729 then :; else
2730 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2732 # We set ac_cv_exeext here because the later test for it is not
2733 # safe: cross compilers may not add the suffix if given an `-o'
2734 # argument, so we may need to know it at that point already.
2735 # Even if this section looks crufty: it has the advantage of
2736 # actually working.
2737 break;;
2739 break;;
2740 esac
2741 done
2742 test "$ac_cv_exeext" = no && ac_cv_exeext=
2744 else
2745 ac_file=''
2748 { echo "$as_me:$LINENO: result: $ac_file" >&5
2749 echo "${ECHO_T}$ac_file" >&6; }
2750 if test -z "$ac_file"; then
2751 echo "$as_me: failed program was:" >&5
2752 sed 's/^/| /' conftest.$ac_ext >&5
2754 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2755 See \`config.log' for more details." >&5
2756 echo "$as_me: error: C compiler cannot create executables
2757 See \`config.log' for more details." >&2;}
2758 { (exit 77); exit 77; }; }
2761 ac_exeext=$ac_cv_exeext
2763 # Check that the compiler produces executables we can run. If not, either
2764 # the compiler is broken, or we cross compile.
2765 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2766 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2767 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2768 # If not cross compiling, check that we can run a simple program.
2769 if test "$cross_compiling" != yes; then
2770 if { ac_try='./$ac_file'
2771 { (case "(($ac_try" in
2772 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2773 *) ac_try_echo=$ac_try;;
2774 esac
2775 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2776 (eval "$ac_try") 2>&5
2777 ac_status=$?
2778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2779 (exit $ac_status); }; }; then
2780 cross_compiling=no
2781 else
2782 if test "$cross_compiling" = maybe; then
2783 cross_compiling=yes
2784 else
2785 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2786 If you meant to cross compile, use \`--host'.
2787 See \`config.log' for more details." >&5
2788 echo "$as_me: error: cannot run C compiled programs.
2789 If you meant to cross compile, use \`--host'.
2790 See \`config.log' for more details." >&2;}
2791 { (exit 1); exit 1; }; }
2795 { echo "$as_me:$LINENO: result: yes" >&5
2796 echo "${ECHO_T}yes" >&6; }
2798 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2799 ac_clean_files=$ac_clean_files_save
2800 # Check that the compiler produces executables we can run. If not, either
2801 # the compiler is broken, or we cross compile.
2802 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2803 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2804 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2805 echo "${ECHO_T}$cross_compiling" >&6; }
2807 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2808 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2809 if { (ac_try="$ac_link"
2810 case "(($ac_try" in
2811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2812 *) ac_try_echo=$ac_try;;
2813 esac
2814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2815 (eval "$ac_link") 2>&5
2816 ac_status=$?
2817 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2818 (exit $ac_status); }; then
2819 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2820 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2821 # work properly (i.e., refer to `conftest.exe'), while it won't with
2822 # `rm'.
2823 for ac_file in conftest.exe conftest conftest.*; do
2824 test -f "$ac_file" || continue
2825 case $ac_file in
2826 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2827 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2828 break;;
2829 * ) break;;
2830 esac
2831 done
2832 else
2833 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2834 See \`config.log' for more details." >&5
2835 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2836 See \`config.log' for more details." >&2;}
2837 { (exit 1); exit 1; }; }
2840 rm -f conftest$ac_cv_exeext
2841 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2842 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2844 rm -f conftest.$ac_ext
2845 EXEEXT=$ac_cv_exeext
2846 ac_exeext=$EXEEXT
2847 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2848 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2849 if test "${ac_cv_objext+set}" = set; then
2850 echo $ECHO_N "(cached) $ECHO_C" >&6
2851 else
2852 cat >conftest.$ac_ext <<_ACEOF
2853 /* confdefs.h. */
2854 _ACEOF
2855 cat confdefs.h >>conftest.$ac_ext
2856 cat >>conftest.$ac_ext <<_ACEOF
2857 /* end confdefs.h. */
2860 main ()
2864 return 0;
2866 _ACEOF
2867 rm -f conftest.o conftest.obj
2868 if { (ac_try="$ac_compile"
2869 case "(($ac_try" in
2870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2871 *) ac_try_echo=$ac_try;;
2872 esac
2873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2874 (eval "$ac_compile") 2>&5
2875 ac_status=$?
2876 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2877 (exit $ac_status); }; then
2878 for ac_file in conftest.o conftest.obj conftest.*; do
2879 test -f "$ac_file" || continue;
2880 case $ac_file in
2881 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2882 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2883 break;;
2884 esac
2885 done
2886 else
2887 echo "$as_me: failed program was:" >&5
2888 sed 's/^/| /' conftest.$ac_ext >&5
2890 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2891 See \`config.log' for more details." >&5
2892 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2893 See \`config.log' for more details." >&2;}
2894 { (exit 1); exit 1; }; }
2897 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2899 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2900 echo "${ECHO_T}$ac_cv_objext" >&6; }
2901 OBJEXT=$ac_cv_objext
2902 ac_objext=$OBJEXT
2903 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2904 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2905 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2906 echo $ECHO_N "(cached) $ECHO_C" >&6
2907 else
2908 cat >conftest.$ac_ext <<_ACEOF
2909 /* confdefs.h. */
2910 _ACEOF
2911 cat confdefs.h >>conftest.$ac_ext
2912 cat >>conftest.$ac_ext <<_ACEOF
2913 /* end confdefs.h. */
2916 main ()
2918 #ifndef __GNUC__
2919 choke me
2920 #endif
2923 return 0;
2925 _ACEOF
2926 rm -f conftest.$ac_objext
2927 if { (ac_try="$ac_compile"
2928 case "(($ac_try" in
2929 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2930 *) ac_try_echo=$ac_try;;
2931 esac
2932 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2933 (eval "$ac_compile") 2>conftest.er1
2934 ac_status=$?
2935 grep -v '^ *+' conftest.er1 >conftest.err
2936 rm -f conftest.er1
2937 cat conftest.err >&5
2938 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2939 (exit $ac_status); } && {
2940 test -z "$ac_c_werror_flag" ||
2941 test ! -s conftest.err
2942 } && test -s conftest.$ac_objext; then
2943 ac_compiler_gnu=yes
2944 else
2945 echo "$as_me: failed program was:" >&5
2946 sed 's/^/| /' conftest.$ac_ext >&5
2948 ac_compiler_gnu=no
2951 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2952 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2955 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2956 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2957 GCC=`test $ac_compiler_gnu = yes && echo yes`
2958 ac_test_CFLAGS=${CFLAGS+set}
2959 ac_save_CFLAGS=$CFLAGS
2960 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2961 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2962 if test "${ac_cv_prog_cc_g+set}" = set; then
2963 echo $ECHO_N "(cached) $ECHO_C" >&6
2964 else
2965 ac_save_c_werror_flag=$ac_c_werror_flag
2966 ac_c_werror_flag=yes
2967 ac_cv_prog_cc_g=no
2968 CFLAGS="-g"
2969 cat >conftest.$ac_ext <<_ACEOF
2970 /* confdefs.h. */
2971 _ACEOF
2972 cat confdefs.h >>conftest.$ac_ext
2973 cat >>conftest.$ac_ext <<_ACEOF
2974 /* end confdefs.h. */
2977 main ()
2981 return 0;
2983 _ACEOF
2984 rm -f conftest.$ac_objext
2985 if { (ac_try="$ac_compile"
2986 case "(($ac_try" in
2987 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2988 *) ac_try_echo=$ac_try;;
2989 esac
2990 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2991 (eval "$ac_compile") 2>conftest.er1
2992 ac_status=$?
2993 grep -v '^ *+' conftest.er1 >conftest.err
2994 rm -f conftest.er1
2995 cat conftest.err >&5
2996 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2997 (exit $ac_status); } && {
2998 test -z "$ac_c_werror_flag" ||
2999 test ! -s conftest.err
3000 } && test -s conftest.$ac_objext; then
3001 ac_cv_prog_cc_g=yes
3002 else
3003 echo "$as_me: failed program was:" >&5
3004 sed 's/^/| /' conftest.$ac_ext >&5
3006 CFLAGS=""
3007 cat >conftest.$ac_ext <<_ACEOF
3008 /* confdefs.h. */
3009 _ACEOF
3010 cat confdefs.h >>conftest.$ac_ext
3011 cat >>conftest.$ac_ext <<_ACEOF
3012 /* end confdefs.h. */
3015 main ()
3019 return 0;
3021 _ACEOF
3022 rm -f conftest.$ac_objext
3023 if { (ac_try="$ac_compile"
3024 case "(($ac_try" in
3025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3026 *) ac_try_echo=$ac_try;;
3027 esac
3028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3029 (eval "$ac_compile") 2>conftest.er1
3030 ac_status=$?
3031 grep -v '^ *+' conftest.er1 >conftest.err
3032 rm -f conftest.er1
3033 cat conftest.err >&5
3034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3035 (exit $ac_status); } && {
3036 test -z "$ac_c_werror_flag" ||
3037 test ! -s conftest.err
3038 } && test -s conftest.$ac_objext; then
3040 else
3041 echo "$as_me: failed program was:" >&5
3042 sed 's/^/| /' conftest.$ac_ext >&5
3044 ac_c_werror_flag=$ac_save_c_werror_flag
3045 CFLAGS="-g"
3046 cat >conftest.$ac_ext <<_ACEOF
3047 /* confdefs.h. */
3048 _ACEOF
3049 cat confdefs.h >>conftest.$ac_ext
3050 cat >>conftest.$ac_ext <<_ACEOF
3051 /* end confdefs.h. */
3054 main ()
3058 return 0;
3060 _ACEOF
3061 rm -f conftest.$ac_objext
3062 if { (ac_try="$ac_compile"
3063 case "(($ac_try" in
3064 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3065 *) ac_try_echo=$ac_try;;
3066 esac
3067 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3068 (eval "$ac_compile") 2>conftest.er1
3069 ac_status=$?
3070 grep -v '^ *+' conftest.er1 >conftest.err
3071 rm -f conftest.er1
3072 cat conftest.err >&5
3073 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3074 (exit $ac_status); } && {
3075 test -z "$ac_c_werror_flag" ||
3076 test ! -s conftest.err
3077 } && test -s conftest.$ac_objext; then
3078 ac_cv_prog_cc_g=yes
3079 else
3080 echo "$as_me: failed program was:" >&5
3081 sed 's/^/| /' conftest.$ac_ext >&5
3086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3089 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3092 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3093 ac_c_werror_flag=$ac_save_c_werror_flag
3095 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3096 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3097 if test "$ac_test_CFLAGS" = set; then
3098 CFLAGS=$ac_save_CFLAGS
3099 elif test $ac_cv_prog_cc_g = yes; then
3100 if test "$GCC" = yes; then
3101 CFLAGS="-g -O2"
3102 else
3103 CFLAGS="-g"
3105 else
3106 if test "$GCC" = yes; then
3107 CFLAGS="-O2"
3108 else
3109 CFLAGS=
3112 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3113 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3114 if test "${ac_cv_prog_cc_c89+set}" = set; then
3115 echo $ECHO_N "(cached) $ECHO_C" >&6
3116 else
3117 ac_cv_prog_cc_c89=no
3118 ac_save_CC=$CC
3119 cat >conftest.$ac_ext <<_ACEOF
3120 /* confdefs.h. */
3121 _ACEOF
3122 cat confdefs.h >>conftest.$ac_ext
3123 cat >>conftest.$ac_ext <<_ACEOF
3124 /* end confdefs.h. */
3125 #include <stdarg.h>
3126 #include <stdio.h>
3127 #include <sys/types.h>
3128 #include <sys/stat.h>
3129 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3130 struct buf { int x; };
3131 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3132 static char *e (p, i)
3133 char **p;
3134 int i;
3136 return p[i];
3138 static char *f (char * (*g) (char **, int), char **p, ...)
3140 char *s;
3141 va_list v;
3142 va_start (v,p);
3143 s = g (p, va_arg (v,int));
3144 va_end (v);
3145 return s;
3148 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3149 function prototypes and stuff, but not '\xHH' hex character constants.
3150 These don't provoke an error unfortunately, instead are silently treated
3151 as 'x'. The following induces an error, until -std is added to get
3152 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3153 array size at least. It's necessary to write '\x00'==0 to get something
3154 that's true only with -std. */
3155 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3157 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3158 inside strings and character constants. */
3159 #define FOO(x) 'x'
3160 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3162 int test (int i, double x);
3163 struct s1 {int (*f) (int a);};
3164 struct s2 {int (*f) (double a);};
3165 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3166 int argc;
3167 char **argv;
3169 main ()
3171 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3173 return 0;
3175 _ACEOF
3176 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3177 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3179 CC="$ac_save_CC $ac_arg"
3180 rm -f conftest.$ac_objext
3181 if { (ac_try="$ac_compile"
3182 case "(($ac_try" in
3183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3184 *) ac_try_echo=$ac_try;;
3185 esac
3186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3187 (eval "$ac_compile") 2>conftest.er1
3188 ac_status=$?
3189 grep -v '^ *+' conftest.er1 >conftest.err
3190 rm -f conftest.er1
3191 cat conftest.err >&5
3192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3193 (exit $ac_status); } && {
3194 test -z "$ac_c_werror_flag" ||
3195 test ! -s conftest.err
3196 } && test -s conftest.$ac_objext; then
3197 ac_cv_prog_cc_c89=$ac_arg
3198 else
3199 echo "$as_me: failed program was:" >&5
3200 sed 's/^/| /' conftest.$ac_ext >&5
3205 rm -f core conftest.err conftest.$ac_objext
3206 test "x$ac_cv_prog_cc_c89" != "xno" && break
3207 done
3208 rm -f conftest.$ac_ext
3209 CC=$ac_save_CC
3212 # AC_CACHE_VAL
3213 case "x$ac_cv_prog_cc_c89" in
3215 { echo "$as_me:$LINENO: result: none needed" >&5
3216 echo "${ECHO_T}none needed" >&6; } ;;
3217 xno)
3218 { echo "$as_me:$LINENO: result: unsupported" >&5
3219 echo "${ECHO_T}unsupported" >&6; } ;;
3221 CC="$CC $ac_cv_prog_cc_c89"
3222 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3223 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3224 esac
3227 ac_ext=c
3228 ac_cpp='$CPP $CPPFLAGS'
3229 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3230 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3231 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3233 ac_ext=cpp
3234 ac_cpp='$CXXCPP $CPPFLAGS'
3235 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3236 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3237 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3238 if test -z "$CXX"; then
3239 if test -n "$CCC"; then
3240 CXX=$CCC
3241 else
3242 if test -n "$ac_tool_prefix"; then
3243 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3245 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3246 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3247 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3248 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3249 if test "${ac_cv_prog_CXX+set}" = set; then
3250 echo $ECHO_N "(cached) $ECHO_C" >&6
3251 else
3252 if test -n "$CXX"; then
3253 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3254 else
3255 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3256 for as_dir in $PATH
3258 IFS=$as_save_IFS
3259 test -z "$as_dir" && as_dir=.
3260 for ac_exec_ext in '' $ac_executable_extensions; do
3261 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3262 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3263 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3264 break 2
3266 done
3267 done
3268 IFS=$as_save_IFS
3272 CXX=$ac_cv_prog_CXX
3273 if test -n "$CXX"; then
3274 { echo "$as_me:$LINENO: result: $CXX" >&5
3275 echo "${ECHO_T}$CXX" >&6; }
3276 else
3277 { echo "$as_me:$LINENO: result: no" >&5
3278 echo "${ECHO_T}no" >&6; }
3282 test -n "$CXX" && break
3283 done
3285 if test -z "$CXX"; then
3286 ac_ct_CXX=$CXX
3287 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3289 # Extract the first word of "$ac_prog", so it can be a program name with args.
3290 set dummy $ac_prog; ac_word=$2
3291 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3292 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3293 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3294 echo $ECHO_N "(cached) $ECHO_C" >&6
3295 else
3296 if test -n "$ac_ct_CXX"; then
3297 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3298 else
3299 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3300 for as_dir in $PATH
3302 IFS=$as_save_IFS
3303 test -z "$as_dir" && as_dir=.
3304 for ac_exec_ext in '' $ac_executable_extensions; do
3305 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3306 ac_cv_prog_ac_ct_CXX="$ac_prog"
3307 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3308 break 2
3310 done
3311 done
3312 IFS=$as_save_IFS
3316 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3317 if test -n "$ac_ct_CXX"; then
3318 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3319 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3320 else
3321 { echo "$as_me:$LINENO: result: no" >&5
3322 echo "${ECHO_T}no" >&6; }
3326 test -n "$ac_ct_CXX" && break
3327 done
3329 if test "x$ac_ct_CXX" = x; then
3330 CXX="g++"
3331 else
3332 case $cross_compiling:$ac_tool_warned in
3333 yes:)
3334 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3335 whose name does not start with the host triplet. If you think this
3336 configuration is useful to you, please write to autoconf@gnu.org." >&5
3337 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3338 whose name does not start with the host triplet. If you think this
3339 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3340 ac_tool_warned=yes ;;
3341 esac
3342 CXX=$ac_ct_CXX
3348 # Provide some information about the compiler.
3349 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3350 ac_compiler=`set X $ac_compile; echo $2`
3351 { (ac_try="$ac_compiler --version >&5"
3352 case "(($ac_try" in
3353 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3354 *) ac_try_echo=$ac_try;;
3355 esac
3356 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3357 (eval "$ac_compiler --version >&5") 2>&5
3358 ac_status=$?
3359 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3360 (exit $ac_status); }
3361 { (ac_try="$ac_compiler -v >&5"
3362 case "(($ac_try" in
3363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3364 *) ac_try_echo=$ac_try;;
3365 esac
3366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3367 (eval "$ac_compiler -v >&5") 2>&5
3368 ac_status=$?
3369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3370 (exit $ac_status); }
3371 { (ac_try="$ac_compiler -V >&5"
3372 case "(($ac_try" in
3373 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3374 *) ac_try_echo=$ac_try;;
3375 esac
3376 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3377 (eval "$ac_compiler -V >&5") 2>&5
3378 ac_status=$?
3379 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3380 (exit $ac_status); }
3382 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3383 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3384 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3385 echo $ECHO_N "(cached) $ECHO_C" >&6
3386 else
3387 cat >conftest.$ac_ext <<_ACEOF
3388 /* confdefs.h. */
3389 _ACEOF
3390 cat confdefs.h >>conftest.$ac_ext
3391 cat >>conftest.$ac_ext <<_ACEOF
3392 /* end confdefs.h. */
3395 main ()
3397 #ifndef __GNUC__
3398 choke me
3399 #endif
3402 return 0;
3404 _ACEOF
3405 rm -f conftest.$ac_objext
3406 if { (ac_try="$ac_compile"
3407 case "(($ac_try" in
3408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3409 *) ac_try_echo=$ac_try;;
3410 esac
3411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3412 (eval "$ac_compile") 2>conftest.er1
3413 ac_status=$?
3414 grep -v '^ *+' conftest.er1 >conftest.err
3415 rm -f conftest.er1
3416 cat conftest.err >&5
3417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3418 (exit $ac_status); } && {
3419 test -z "$ac_cxx_werror_flag" ||
3420 test ! -s conftest.err
3421 } && test -s conftest.$ac_objext; then
3422 ac_compiler_gnu=yes
3423 else
3424 echo "$as_me: failed program was:" >&5
3425 sed 's/^/| /' conftest.$ac_ext >&5
3427 ac_compiler_gnu=no
3430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3431 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3434 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3435 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3436 GXX=`test $ac_compiler_gnu = yes && echo yes`
3437 ac_test_CXXFLAGS=${CXXFLAGS+set}
3438 ac_save_CXXFLAGS=$CXXFLAGS
3439 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3440 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3441 if test "${ac_cv_prog_cxx_g+set}" = set; then
3442 echo $ECHO_N "(cached) $ECHO_C" >&6
3443 else
3444 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3445 ac_cxx_werror_flag=yes
3446 ac_cv_prog_cxx_g=no
3447 CXXFLAGS="-g"
3448 cat >conftest.$ac_ext <<_ACEOF
3449 /* confdefs.h. */
3450 _ACEOF
3451 cat confdefs.h >>conftest.$ac_ext
3452 cat >>conftest.$ac_ext <<_ACEOF
3453 /* end confdefs.h. */
3456 main ()
3460 return 0;
3462 _ACEOF
3463 rm -f conftest.$ac_objext
3464 if { (ac_try="$ac_compile"
3465 case "(($ac_try" in
3466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3467 *) ac_try_echo=$ac_try;;
3468 esac
3469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3470 (eval "$ac_compile") 2>conftest.er1
3471 ac_status=$?
3472 grep -v '^ *+' conftest.er1 >conftest.err
3473 rm -f conftest.er1
3474 cat conftest.err >&5
3475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3476 (exit $ac_status); } && {
3477 test -z "$ac_cxx_werror_flag" ||
3478 test ! -s conftest.err
3479 } && test -s conftest.$ac_objext; then
3480 ac_cv_prog_cxx_g=yes
3481 else
3482 echo "$as_me: failed program was:" >&5
3483 sed 's/^/| /' conftest.$ac_ext >&5
3485 CXXFLAGS=""
3486 cat >conftest.$ac_ext <<_ACEOF
3487 /* confdefs.h. */
3488 _ACEOF
3489 cat confdefs.h >>conftest.$ac_ext
3490 cat >>conftest.$ac_ext <<_ACEOF
3491 /* end confdefs.h. */
3494 main ()
3498 return 0;
3500 _ACEOF
3501 rm -f conftest.$ac_objext
3502 if { (ac_try="$ac_compile"
3503 case "(($ac_try" in
3504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3505 *) ac_try_echo=$ac_try;;
3506 esac
3507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3508 (eval "$ac_compile") 2>conftest.er1
3509 ac_status=$?
3510 grep -v '^ *+' conftest.er1 >conftest.err
3511 rm -f conftest.er1
3512 cat conftest.err >&5
3513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3514 (exit $ac_status); } && {
3515 test -z "$ac_cxx_werror_flag" ||
3516 test ! -s conftest.err
3517 } && test -s conftest.$ac_objext; then
3519 else
3520 echo "$as_me: failed program was:" >&5
3521 sed 's/^/| /' conftest.$ac_ext >&5
3523 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3524 CXXFLAGS="-g"
3525 cat >conftest.$ac_ext <<_ACEOF
3526 /* confdefs.h. */
3527 _ACEOF
3528 cat confdefs.h >>conftest.$ac_ext
3529 cat >>conftest.$ac_ext <<_ACEOF
3530 /* end confdefs.h. */
3533 main ()
3537 return 0;
3539 _ACEOF
3540 rm -f conftest.$ac_objext
3541 if { (ac_try="$ac_compile"
3542 case "(($ac_try" in
3543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3544 *) ac_try_echo=$ac_try;;
3545 esac
3546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3547 (eval "$ac_compile") 2>conftest.er1
3548 ac_status=$?
3549 grep -v '^ *+' conftest.er1 >conftest.err
3550 rm -f conftest.er1
3551 cat conftest.err >&5
3552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3553 (exit $ac_status); } && {
3554 test -z "$ac_cxx_werror_flag" ||
3555 test ! -s conftest.err
3556 } && test -s conftest.$ac_objext; then
3557 ac_cv_prog_cxx_g=yes
3558 else
3559 echo "$as_me: failed program was:" >&5
3560 sed 's/^/| /' conftest.$ac_ext >&5
3565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3571 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3572 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3574 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3575 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3576 if test "$ac_test_CXXFLAGS" = set; then
3577 CXXFLAGS=$ac_save_CXXFLAGS
3578 elif test $ac_cv_prog_cxx_g = yes; then
3579 if test "$GXX" = yes; then
3580 CXXFLAGS="-g -O2"
3581 else
3582 CXXFLAGS="-g"
3584 else
3585 if test "$GXX" = yes; then
3586 CXXFLAGS="-O2"
3587 else
3588 CXXFLAGS=
3591 ac_ext=c
3592 ac_cpp='$CPP $CPPFLAGS'
3593 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3594 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3595 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3597 if test -n "$ac_tool_prefix"; then
3598 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3599 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3600 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3602 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3603 echo $ECHO_N "(cached) $ECHO_C" >&6
3604 else
3605 if test -n "$CPPBIN"; then
3606 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3607 else
3608 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3609 for as_dir in $PATH
3611 IFS=$as_save_IFS
3612 test -z "$as_dir" && as_dir=.
3613 for ac_exec_ext in '' $ac_executable_extensions; do
3614 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3615 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3616 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3617 break 2
3619 done
3620 done
3621 IFS=$as_save_IFS
3625 CPPBIN=$ac_cv_prog_CPPBIN
3626 if test -n "$CPPBIN"; then
3627 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3628 echo "${ECHO_T}$CPPBIN" >&6; }
3629 else
3630 { echo "$as_me:$LINENO: result: no" >&5
3631 echo "${ECHO_T}no" >&6; }
3636 if test -z "$ac_cv_prog_CPPBIN"; then
3637 ac_ct_CPPBIN=$CPPBIN
3638 # Extract the first word of "cpp", so it can be a program name with args.
3639 set dummy cpp; ac_word=$2
3640 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3641 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3642 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3643 echo $ECHO_N "(cached) $ECHO_C" >&6
3644 else
3645 if test -n "$ac_ct_CPPBIN"; then
3646 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3647 else
3648 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3649 for as_dir in $PATH
3651 IFS=$as_save_IFS
3652 test -z "$as_dir" && as_dir=.
3653 for ac_exec_ext in '' $ac_executable_extensions; do
3654 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3655 ac_cv_prog_ac_ct_CPPBIN="cpp"
3656 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3657 break 2
3659 done
3660 done
3661 IFS=$as_save_IFS
3665 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3666 if test -n "$ac_ct_CPPBIN"; then
3667 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3668 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3669 else
3670 { echo "$as_me:$LINENO: result: no" >&5
3671 echo "${ECHO_T}no" >&6; }
3674 if test "x$ac_ct_CPPBIN" = x; then
3675 CPPBIN="cpp"
3676 else
3677 case $cross_compiling:$ac_tool_warned in
3678 yes:)
3679 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3680 whose name does not start with the host triplet. If you think this
3681 configuration is useful to you, please write to autoconf@gnu.org." >&5
3682 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3683 whose name does not start with the host triplet. If you think this
3684 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3685 ac_tool_warned=yes ;;
3686 esac
3687 CPPBIN=$ac_ct_CPPBIN
3689 else
3690 CPPBIN="$ac_cv_prog_CPPBIN"
3694 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3695 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3696 if test "${wine_cv_toolsdir+set}" = set; then
3697 echo $ECHO_N "(cached) $ECHO_C" >&6
3698 else
3699 if test -z "$with_wine_tools"; then
3700 if test "$cross_compiling" = "yes"; then
3701 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3702 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3703 { (exit 1); exit 1; }; }
3704 else
3705 wine_cv_toolsdir="\$(TOPOBJDIR)"
3707 elif test -d "$with_wine_tools/tools/winebuild"; then
3708 case $with_wine_tools in
3709 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3710 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3711 esac
3712 else
3713 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3714 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3715 { (exit 1); exit 1; }; }
3718 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3719 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3720 TOOLSDIR=$wine_cv_toolsdir
3724 ac_ext=c
3725 ac_cpp='$CPP $CPPFLAGS'
3726 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3727 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3728 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3729 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3730 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3731 # On Suns, sometimes $CPP names a directory.
3732 if test -n "$CPP" && test -d "$CPP"; then
3733 CPP=
3735 if test -z "$CPP"; then
3736 if test "${ac_cv_prog_CPP+set}" = set; then
3737 echo $ECHO_N "(cached) $ECHO_C" >&6
3738 else
3739 # Double quotes because CPP needs to be expanded
3740 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3742 ac_preproc_ok=false
3743 for ac_c_preproc_warn_flag in '' yes
3745 # Use a header file that comes with gcc, so configuring glibc
3746 # with a fresh cross-compiler works.
3747 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3748 # <limits.h> exists even on freestanding compilers.
3749 # On the NeXT, cc -E runs the code through the compiler's parser,
3750 # not just through cpp. "Syntax error" is here to catch this case.
3751 cat >conftest.$ac_ext <<_ACEOF
3752 /* confdefs.h. */
3753 _ACEOF
3754 cat confdefs.h >>conftest.$ac_ext
3755 cat >>conftest.$ac_ext <<_ACEOF
3756 /* end confdefs.h. */
3757 #ifdef __STDC__
3758 # include <limits.h>
3759 #else
3760 # include <assert.h>
3761 #endif
3762 Syntax error
3763 _ACEOF
3764 if { (ac_try="$ac_cpp conftest.$ac_ext"
3765 case "(($ac_try" in
3766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3767 *) ac_try_echo=$ac_try;;
3768 esac
3769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3770 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3771 ac_status=$?
3772 grep -v '^ *+' conftest.er1 >conftest.err
3773 rm -f conftest.er1
3774 cat conftest.err >&5
3775 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3776 (exit $ac_status); } >/dev/null && {
3777 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3778 test ! -s conftest.err
3779 }; then
3781 else
3782 echo "$as_me: failed program was:" >&5
3783 sed 's/^/| /' conftest.$ac_ext >&5
3785 # Broken: fails on valid input.
3786 continue
3789 rm -f conftest.err conftest.$ac_ext
3791 # OK, works on sane cases. Now check whether nonexistent headers
3792 # can be detected and how.
3793 cat >conftest.$ac_ext <<_ACEOF
3794 /* confdefs.h. */
3795 _ACEOF
3796 cat confdefs.h >>conftest.$ac_ext
3797 cat >>conftest.$ac_ext <<_ACEOF
3798 /* end confdefs.h. */
3799 #include <ac_nonexistent.h>
3800 _ACEOF
3801 if { (ac_try="$ac_cpp conftest.$ac_ext"
3802 case "(($ac_try" in
3803 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3804 *) ac_try_echo=$ac_try;;
3805 esac
3806 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3807 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3808 ac_status=$?
3809 grep -v '^ *+' conftest.er1 >conftest.err
3810 rm -f conftest.er1
3811 cat conftest.err >&5
3812 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3813 (exit $ac_status); } >/dev/null && {
3814 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3815 test ! -s conftest.err
3816 }; then
3817 # Broken: success on invalid input.
3818 continue
3819 else
3820 echo "$as_me: failed program was:" >&5
3821 sed 's/^/| /' conftest.$ac_ext >&5
3823 # Passes both tests.
3824 ac_preproc_ok=:
3825 break
3828 rm -f conftest.err conftest.$ac_ext
3830 done
3831 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3832 rm -f conftest.err conftest.$ac_ext
3833 if $ac_preproc_ok; then
3834 break
3837 done
3838 ac_cv_prog_CPP=$CPP
3841 CPP=$ac_cv_prog_CPP
3842 else
3843 ac_cv_prog_CPP=$CPP
3845 { echo "$as_me:$LINENO: result: $CPP" >&5
3846 echo "${ECHO_T}$CPP" >&6; }
3847 ac_preproc_ok=false
3848 for ac_c_preproc_warn_flag in '' yes
3850 # Use a header file that comes with gcc, so configuring glibc
3851 # with a fresh cross-compiler works.
3852 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3853 # <limits.h> exists even on freestanding compilers.
3854 # On the NeXT, cc -E runs the code through the compiler's parser,
3855 # not just through cpp. "Syntax error" is here to catch this case.
3856 cat >conftest.$ac_ext <<_ACEOF
3857 /* confdefs.h. */
3858 _ACEOF
3859 cat confdefs.h >>conftest.$ac_ext
3860 cat >>conftest.$ac_ext <<_ACEOF
3861 /* end confdefs.h. */
3862 #ifdef __STDC__
3863 # include <limits.h>
3864 #else
3865 # include <assert.h>
3866 #endif
3867 Syntax error
3868 _ACEOF
3869 if { (ac_try="$ac_cpp conftest.$ac_ext"
3870 case "(($ac_try" in
3871 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3872 *) ac_try_echo=$ac_try;;
3873 esac
3874 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3875 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3876 ac_status=$?
3877 grep -v '^ *+' conftest.er1 >conftest.err
3878 rm -f conftest.er1
3879 cat conftest.err >&5
3880 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3881 (exit $ac_status); } >/dev/null && {
3882 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3883 test ! -s conftest.err
3884 }; then
3886 else
3887 echo "$as_me: failed program was:" >&5
3888 sed 's/^/| /' conftest.$ac_ext >&5
3890 # Broken: fails on valid input.
3891 continue
3894 rm -f conftest.err conftest.$ac_ext
3896 # OK, works on sane cases. Now check whether nonexistent headers
3897 # can be detected and how.
3898 cat >conftest.$ac_ext <<_ACEOF
3899 /* confdefs.h. */
3900 _ACEOF
3901 cat confdefs.h >>conftest.$ac_ext
3902 cat >>conftest.$ac_ext <<_ACEOF
3903 /* end confdefs.h. */
3904 #include <ac_nonexistent.h>
3905 _ACEOF
3906 if { (ac_try="$ac_cpp conftest.$ac_ext"
3907 case "(($ac_try" in
3908 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3909 *) ac_try_echo=$ac_try;;
3910 esac
3911 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3912 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3913 ac_status=$?
3914 grep -v '^ *+' conftest.er1 >conftest.err
3915 rm -f conftest.er1
3916 cat conftest.err >&5
3917 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3918 (exit $ac_status); } >/dev/null && {
3919 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3920 test ! -s conftest.err
3921 }; then
3922 # Broken: success on invalid input.
3923 continue
3924 else
3925 echo "$as_me: failed program was:" >&5
3926 sed 's/^/| /' conftest.$ac_ext >&5
3928 # Passes both tests.
3929 ac_preproc_ok=:
3930 break
3933 rm -f conftest.err conftest.$ac_ext
3935 done
3936 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3937 rm -f conftest.err conftest.$ac_ext
3938 if $ac_preproc_ok; then
3940 else
3941 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3942 See \`config.log' for more details." >&5
3943 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3944 See \`config.log' for more details." >&2;}
3945 { (exit 1); exit 1; }; }
3948 ac_ext=c
3949 ac_cpp='$CPP $CPPFLAGS'
3950 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3951 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3952 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3955 { echo "$as_me:$LINENO: checking for X" >&5
3956 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3959 # Check whether --with-x was given.
3960 if test "${with_x+set}" = set; then
3961 withval=$with_x;
3964 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3965 if test "x$with_x" = xno; then
3966 # The user explicitly disabled X.
3967 have_x=disabled
3968 else
3969 case $x_includes,$x_libraries in #(
3970 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3971 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3972 { (exit 1); exit 1; }; };; #(
3973 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3974 echo $ECHO_N "(cached) $ECHO_C" >&6
3975 else
3976 # One or both of the vars are not set, and there is no cached value.
3977 ac_x_includes=no ac_x_libraries=no
3978 rm -f -r conftest.dir
3979 if mkdir conftest.dir; then
3980 cd conftest.dir
3981 cat >Imakefile <<'_ACEOF'
3982 incroot:
3983 @echo incroot='${INCROOT}'
3984 usrlibdir:
3985 @echo usrlibdir='${USRLIBDIR}'
3986 libdir:
3987 @echo libdir='${LIBDIR}'
3988 _ACEOF
3989 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3990 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3991 for ac_var in incroot usrlibdir libdir; do
3992 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3993 done
3994 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3995 for ac_extension in a so sl; do
3996 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3997 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3998 ac_im_usrlibdir=$ac_im_libdir; break
4000 done
4001 # Screen out bogus values from the imake configuration. They are
4002 # bogus both because they are the default anyway, and because
4003 # using them would break gcc on systems where it needs fixed includes.
4004 case $ac_im_incroot in
4005 /usr/include) ac_x_includes= ;;
4006 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4007 esac
4008 case $ac_im_usrlibdir in
4009 /usr/lib | /lib) ;;
4010 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4011 esac
4013 cd ..
4014 rm -f -r conftest.dir
4017 # Standard set of common directories for X headers.
4018 # Check X11 before X11Rn because it is often a symlink to the current release.
4019 ac_x_header_dirs='
4020 /usr/X11/include
4021 /usr/X11R6/include
4022 /usr/X11R5/include
4023 /usr/X11R4/include
4025 /usr/include/X11
4026 /usr/include/X11R6
4027 /usr/include/X11R5
4028 /usr/include/X11R4
4030 /usr/local/X11/include
4031 /usr/local/X11R6/include
4032 /usr/local/X11R5/include
4033 /usr/local/X11R4/include
4035 /usr/local/include/X11
4036 /usr/local/include/X11R6
4037 /usr/local/include/X11R5
4038 /usr/local/include/X11R4
4040 /usr/X386/include
4041 /usr/x386/include
4042 /usr/XFree86/include/X11
4044 /usr/include
4045 /usr/local/include
4046 /usr/unsupported/include
4047 /usr/athena/include
4048 /usr/local/x11r5/include
4049 /usr/lpp/Xamples/include
4051 /usr/openwin/include
4052 /usr/openwin/share/include'
4054 if test "$ac_x_includes" = no; then
4055 # Guess where to find include files, by looking for Xlib.h.
4056 # First, try using that file with no special directory specified.
4057 cat >conftest.$ac_ext <<_ACEOF
4058 /* confdefs.h. */
4059 _ACEOF
4060 cat confdefs.h >>conftest.$ac_ext
4061 cat >>conftest.$ac_ext <<_ACEOF
4062 /* end confdefs.h. */
4063 #include <X11/Xlib.h>
4064 _ACEOF
4065 if { (ac_try="$ac_cpp conftest.$ac_ext"
4066 case "(($ac_try" in
4067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4068 *) ac_try_echo=$ac_try;;
4069 esac
4070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4071 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4072 ac_status=$?
4073 grep -v '^ *+' conftest.er1 >conftest.err
4074 rm -f conftest.er1
4075 cat conftest.err >&5
4076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4077 (exit $ac_status); } >/dev/null && {
4078 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4079 test ! -s conftest.err
4080 }; then
4081 # We can compile using X headers with no special include directory.
4082 ac_x_includes=
4083 else
4084 echo "$as_me: failed program was:" >&5
4085 sed 's/^/| /' conftest.$ac_ext >&5
4087 for ac_dir in $ac_x_header_dirs; do
4088 if test -r "$ac_dir/X11/Xlib.h"; then
4089 ac_x_includes=$ac_dir
4090 break
4092 done
4095 rm -f conftest.err conftest.$ac_ext
4096 fi # $ac_x_includes = no
4098 if test "$ac_x_libraries" = no; then
4099 # Check for the libraries.
4100 # See if we find them without any special options.
4101 # Don't add to $LIBS permanently.
4102 ac_save_LIBS=$LIBS
4103 LIBS="-lX11 $LIBS"
4104 cat >conftest.$ac_ext <<_ACEOF
4105 /* confdefs.h. */
4106 _ACEOF
4107 cat confdefs.h >>conftest.$ac_ext
4108 cat >>conftest.$ac_ext <<_ACEOF
4109 /* end confdefs.h. */
4110 #include <X11/Xlib.h>
4112 main ()
4114 XrmInitialize ()
4116 return 0;
4118 _ACEOF
4119 rm -f conftest.$ac_objext conftest$ac_exeext
4120 if { (ac_try="$ac_link"
4121 case "(($ac_try" in
4122 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4123 *) ac_try_echo=$ac_try;;
4124 esac
4125 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4126 (eval "$ac_link") 2>conftest.er1
4127 ac_status=$?
4128 grep -v '^ *+' conftest.er1 >conftest.err
4129 rm -f conftest.er1
4130 cat conftest.err >&5
4131 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4132 (exit $ac_status); } && {
4133 test -z "$ac_c_werror_flag" ||
4134 test ! -s conftest.err
4135 } && test -s conftest$ac_exeext &&
4136 $as_test_x conftest$ac_exeext; then
4137 LIBS=$ac_save_LIBS
4138 # We can link X programs with no special library path.
4139 ac_x_libraries=
4140 else
4141 echo "$as_me: failed program was:" >&5
4142 sed 's/^/| /' conftest.$ac_ext >&5
4144 LIBS=$ac_save_LIBS
4145 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4147 # Don't even attempt the hair of trying to link an X program!
4148 for ac_extension in a so sl; do
4149 if test -r "$ac_dir/libX11.$ac_extension"; then
4150 ac_x_libraries=$ac_dir
4151 break 2
4153 done
4154 done
4157 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4158 conftest$ac_exeext conftest.$ac_ext
4159 fi # $ac_x_libraries = no
4161 case $ac_x_includes,$ac_x_libraries in #(
4162 no,* | *,no | *\'*)
4163 # Didn't find X, or a directory has "'" in its name.
4164 ac_cv_have_x="have_x=no";; #(
4166 # Record where we found X for the cache.
4167 ac_cv_have_x="have_x=yes\
4168 ac_x_includes='$ac_x_includes'\
4169 ac_x_libraries='$ac_x_libraries'"
4170 esac
4172 ;; #(
4173 *) have_x=yes;;
4174 esac
4175 eval "$ac_cv_have_x"
4176 fi # $with_x != no
4178 if test "$have_x" != yes; then
4179 { echo "$as_me:$LINENO: result: $have_x" >&5
4180 echo "${ECHO_T}$have_x" >&6; }
4181 no_x=yes
4182 else
4183 # If each of the values was on the command line, it overrides each guess.
4184 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4185 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4186 # Update the cache value to reflect the command line values.
4187 ac_cv_have_x="have_x=yes\
4188 ac_x_includes='$x_includes'\
4189 ac_x_libraries='$x_libraries'"
4190 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4191 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4194 if test "$no_x" = yes; then
4195 # Not all programs may use this symbol, but it does not hurt to define it.
4197 cat >>confdefs.h <<\_ACEOF
4198 #define X_DISPLAY_MISSING 1
4199 _ACEOF
4201 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4202 else
4203 if test -n "$x_includes"; then
4204 X_CFLAGS="$X_CFLAGS -I$x_includes"
4207 # It would also be nice to do this for all -L options, not just this one.
4208 if test -n "$x_libraries"; then
4209 X_LIBS="$X_LIBS -L$x_libraries"
4210 # For Solaris; some versions of Sun CC require a space after -R and
4211 # others require no space. Words are not sufficient . . . .
4212 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4213 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4214 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4215 ac_xsave_c_werror_flag=$ac_c_werror_flag
4216 ac_c_werror_flag=yes
4217 cat >conftest.$ac_ext <<_ACEOF
4218 /* confdefs.h. */
4219 _ACEOF
4220 cat confdefs.h >>conftest.$ac_ext
4221 cat >>conftest.$ac_ext <<_ACEOF
4222 /* end confdefs.h. */
4225 main ()
4229 return 0;
4231 _ACEOF
4232 rm -f conftest.$ac_objext conftest$ac_exeext
4233 if { (ac_try="$ac_link"
4234 case "(($ac_try" in
4235 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4236 *) ac_try_echo=$ac_try;;
4237 esac
4238 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4239 (eval "$ac_link") 2>conftest.er1
4240 ac_status=$?
4241 grep -v '^ *+' conftest.er1 >conftest.err
4242 rm -f conftest.er1
4243 cat conftest.err >&5
4244 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4245 (exit $ac_status); } && {
4246 test -z "$ac_c_werror_flag" ||
4247 test ! -s conftest.err
4248 } && test -s conftest$ac_exeext &&
4249 $as_test_x conftest$ac_exeext; then
4250 { echo "$as_me:$LINENO: result: no" >&5
4251 echo "${ECHO_T}no" >&6; }
4252 X_LIBS="$X_LIBS -R$x_libraries"
4253 else
4254 echo "$as_me: failed program was:" >&5
4255 sed 's/^/| /' conftest.$ac_ext >&5
4257 LIBS="$ac_xsave_LIBS -R $x_libraries"
4258 cat >conftest.$ac_ext <<_ACEOF
4259 /* confdefs.h. */
4260 _ACEOF
4261 cat confdefs.h >>conftest.$ac_ext
4262 cat >>conftest.$ac_ext <<_ACEOF
4263 /* end confdefs.h. */
4266 main ()
4270 return 0;
4272 _ACEOF
4273 rm -f conftest.$ac_objext conftest$ac_exeext
4274 if { (ac_try="$ac_link"
4275 case "(($ac_try" in
4276 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4277 *) ac_try_echo=$ac_try;;
4278 esac
4279 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4280 (eval "$ac_link") 2>conftest.er1
4281 ac_status=$?
4282 grep -v '^ *+' conftest.er1 >conftest.err
4283 rm -f conftest.er1
4284 cat conftest.err >&5
4285 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4286 (exit $ac_status); } && {
4287 test -z "$ac_c_werror_flag" ||
4288 test ! -s conftest.err
4289 } && test -s conftest$ac_exeext &&
4290 $as_test_x conftest$ac_exeext; then
4291 { echo "$as_me:$LINENO: result: yes" >&5
4292 echo "${ECHO_T}yes" >&6; }
4293 X_LIBS="$X_LIBS -R $x_libraries"
4294 else
4295 echo "$as_me: failed program was:" >&5
4296 sed 's/^/| /' conftest.$ac_ext >&5
4298 { echo "$as_me:$LINENO: result: neither works" >&5
4299 echo "${ECHO_T}neither works" >&6; }
4302 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4303 conftest$ac_exeext conftest.$ac_ext
4306 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4307 conftest$ac_exeext conftest.$ac_ext
4308 ac_c_werror_flag=$ac_xsave_c_werror_flag
4309 LIBS=$ac_xsave_LIBS
4312 # Check for system-dependent libraries X programs must link with.
4313 # Do this before checking for the system-independent R6 libraries
4314 # (-lICE), since we may need -lsocket or whatever for X linking.
4316 if test "$ISC" = yes; then
4317 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4318 else
4319 # Martyn Johnson says this is needed for Ultrix, if the X
4320 # libraries were built with DECnet support. And Karl Berry says
4321 # the Alpha needs dnet_stub (dnet does not exist).
4322 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4323 cat >conftest.$ac_ext <<_ACEOF
4324 /* confdefs.h. */
4325 _ACEOF
4326 cat confdefs.h >>conftest.$ac_ext
4327 cat >>conftest.$ac_ext <<_ACEOF
4328 /* end confdefs.h. */
4330 /* Override any GCC internal prototype to avoid an error.
4331 Use char because int might match the return type of a GCC
4332 builtin and then its argument prototype would still apply. */
4333 #ifdef __cplusplus
4334 extern "C"
4335 #endif
4336 char XOpenDisplay ();
4338 main ()
4340 return XOpenDisplay ();
4342 return 0;
4344 _ACEOF
4345 rm -f conftest.$ac_objext conftest$ac_exeext
4346 if { (ac_try="$ac_link"
4347 case "(($ac_try" in
4348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4349 *) ac_try_echo=$ac_try;;
4350 esac
4351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4352 (eval "$ac_link") 2>conftest.er1
4353 ac_status=$?
4354 grep -v '^ *+' conftest.er1 >conftest.err
4355 rm -f conftest.er1
4356 cat conftest.err >&5
4357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4358 (exit $ac_status); } && {
4359 test -z "$ac_c_werror_flag" ||
4360 test ! -s conftest.err
4361 } && test -s conftest$ac_exeext &&
4362 $as_test_x conftest$ac_exeext; then
4364 else
4365 echo "$as_me: failed program was:" >&5
4366 sed 's/^/| /' conftest.$ac_ext >&5
4368 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4369 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4370 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4371 echo $ECHO_N "(cached) $ECHO_C" >&6
4372 else
4373 ac_check_lib_save_LIBS=$LIBS
4374 LIBS="-ldnet $LIBS"
4375 cat >conftest.$ac_ext <<_ACEOF
4376 /* confdefs.h. */
4377 _ACEOF
4378 cat confdefs.h >>conftest.$ac_ext
4379 cat >>conftest.$ac_ext <<_ACEOF
4380 /* end confdefs.h. */
4382 /* Override any GCC internal prototype to avoid an error.
4383 Use char because int might match the return type of a GCC
4384 builtin and then its argument prototype would still apply. */
4385 #ifdef __cplusplus
4386 extern "C"
4387 #endif
4388 char dnet_ntoa ();
4390 main ()
4392 return dnet_ntoa ();
4394 return 0;
4396 _ACEOF
4397 rm -f conftest.$ac_objext conftest$ac_exeext
4398 if { (ac_try="$ac_link"
4399 case "(($ac_try" in
4400 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4401 *) ac_try_echo=$ac_try;;
4402 esac
4403 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4404 (eval "$ac_link") 2>conftest.er1
4405 ac_status=$?
4406 grep -v '^ *+' conftest.er1 >conftest.err
4407 rm -f conftest.er1
4408 cat conftest.err >&5
4409 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4410 (exit $ac_status); } && {
4411 test -z "$ac_c_werror_flag" ||
4412 test ! -s conftest.err
4413 } && test -s conftest$ac_exeext &&
4414 $as_test_x conftest$ac_exeext; then
4415 ac_cv_lib_dnet_dnet_ntoa=yes
4416 else
4417 echo "$as_me: failed program was:" >&5
4418 sed 's/^/| /' conftest.$ac_ext >&5
4420 ac_cv_lib_dnet_dnet_ntoa=no
4423 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4424 conftest$ac_exeext conftest.$ac_ext
4425 LIBS=$ac_check_lib_save_LIBS
4427 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4428 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4429 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4430 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4433 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4434 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4435 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4436 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4437 echo $ECHO_N "(cached) $ECHO_C" >&6
4438 else
4439 ac_check_lib_save_LIBS=$LIBS
4440 LIBS="-ldnet_stub $LIBS"
4441 cat >conftest.$ac_ext <<_ACEOF
4442 /* confdefs.h. */
4443 _ACEOF
4444 cat confdefs.h >>conftest.$ac_ext
4445 cat >>conftest.$ac_ext <<_ACEOF
4446 /* end confdefs.h. */
4448 /* Override any GCC internal prototype to avoid an error.
4449 Use char because int might match the return type of a GCC
4450 builtin and then its argument prototype would still apply. */
4451 #ifdef __cplusplus
4452 extern "C"
4453 #endif
4454 char dnet_ntoa ();
4456 main ()
4458 return dnet_ntoa ();
4460 return 0;
4462 _ACEOF
4463 rm -f conftest.$ac_objext conftest$ac_exeext
4464 if { (ac_try="$ac_link"
4465 case "(($ac_try" in
4466 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4467 *) ac_try_echo=$ac_try;;
4468 esac
4469 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4470 (eval "$ac_link") 2>conftest.er1
4471 ac_status=$?
4472 grep -v '^ *+' conftest.er1 >conftest.err
4473 rm -f conftest.er1
4474 cat conftest.err >&5
4475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4476 (exit $ac_status); } && {
4477 test -z "$ac_c_werror_flag" ||
4478 test ! -s conftest.err
4479 } && test -s conftest$ac_exeext &&
4480 $as_test_x conftest$ac_exeext; then
4481 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4482 else
4483 echo "$as_me: failed program was:" >&5
4484 sed 's/^/| /' conftest.$ac_ext >&5
4486 ac_cv_lib_dnet_stub_dnet_ntoa=no
4489 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4490 conftest$ac_exeext conftest.$ac_ext
4491 LIBS=$ac_check_lib_save_LIBS
4493 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4494 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4495 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4496 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4502 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4503 conftest$ac_exeext conftest.$ac_ext
4504 LIBS="$ac_xsave_LIBS"
4506 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4507 # to get the SysV transport functions.
4508 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4509 # needs -lnsl.
4510 # The nsl library prevents programs from opening the X display
4511 # on Irix 5.2, according to T.E. Dickey.
4512 # The functions gethostbyname, getservbyname, and inet_addr are
4513 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4514 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4515 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4516 if test "${ac_cv_func_gethostbyname+set}" = set; then
4517 echo $ECHO_N "(cached) $ECHO_C" >&6
4518 else
4519 cat >conftest.$ac_ext <<_ACEOF
4520 /* confdefs.h. */
4521 _ACEOF
4522 cat confdefs.h >>conftest.$ac_ext
4523 cat >>conftest.$ac_ext <<_ACEOF
4524 /* end confdefs.h. */
4525 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4526 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4527 #define gethostbyname innocuous_gethostbyname
4529 /* System header to define __stub macros and hopefully few prototypes,
4530 which can conflict with char gethostbyname (); below.
4531 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4532 <limits.h> exists even on freestanding compilers. */
4534 #ifdef __STDC__
4535 # include <limits.h>
4536 #else
4537 # include <assert.h>
4538 #endif
4540 #undef gethostbyname
4542 /* Override any GCC internal prototype to avoid an error.
4543 Use char because int might match the return type of a GCC
4544 builtin and then its argument prototype would still apply. */
4545 #ifdef __cplusplus
4546 extern "C"
4547 #endif
4548 char gethostbyname ();
4549 /* The GNU C library defines this for functions which it implements
4550 to always fail with ENOSYS. Some functions are actually named
4551 something starting with __ and the normal name is an alias. */
4552 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4553 choke me
4554 #endif
4557 main ()
4559 return gethostbyname ();
4561 return 0;
4563 _ACEOF
4564 rm -f conftest.$ac_objext conftest$ac_exeext
4565 if { (ac_try="$ac_link"
4566 case "(($ac_try" in
4567 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4568 *) ac_try_echo=$ac_try;;
4569 esac
4570 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4571 (eval "$ac_link") 2>conftest.er1
4572 ac_status=$?
4573 grep -v '^ *+' conftest.er1 >conftest.err
4574 rm -f conftest.er1
4575 cat conftest.err >&5
4576 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4577 (exit $ac_status); } && {
4578 test -z "$ac_c_werror_flag" ||
4579 test ! -s conftest.err
4580 } && test -s conftest$ac_exeext &&
4581 $as_test_x conftest$ac_exeext; then
4582 ac_cv_func_gethostbyname=yes
4583 else
4584 echo "$as_me: failed program was:" >&5
4585 sed 's/^/| /' conftest.$ac_ext >&5
4587 ac_cv_func_gethostbyname=no
4590 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4591 conftest$ac_exeext conftest.$ac_ext
4593 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4594 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4596 if test $ac_cv_func_gethostbyname = no; then
4597 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4598 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4599 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4600 echo $ECHO_N "(cached) $ECHO_C" >&6
4601 else
4602 ac_check_lib_save_LIBS=$LIBS
4603 LIBS="-lnsl $LIBS"
4604 cat >conftest.$ac_ext <<_ACEOF
4605 /* confdefs.h. */
4606 _ACEOF
4607 cat confdefs.h >>conftest.$ac_ext
4608 cat >>conftest.$ac_ext <<_ACEOF
4609 /* end confdefs.h. */
4611 /* Override any GCC internal prototype to avoid an error.
4612 Use char because int might match the return type of a GCC
4613 builtin and then its argument prototype would still apply. */
4614 #ifdef __cplusplus
4615 extern "C"
4616 #endif
4617 char gethostbyname ();
4619 main ()
4621 return gethostbyname ();
4623 return 0;
4625 _ACEOF
4626 rm -f conftest.$ac_objext conftest$ac_exeext
4627 if { (ac_try="$ac_link"
4628 case "(($ac_try" in
4629 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4630 *) ac_try_echo=$ac_try;;
4631 esac
4632 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4633 (eval "$ac_link") 2>conftest.er1
4634 ac_status=$?
4635 grep -v '^ *+' conftest.er1 >conftest.err
4636 rm -f conftest.er1
4637 cat conftest.err >&5
4638 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4639 (exit $ac_status); } && {
4640 test -z "$ac_c_werror_flag" ||
4641 test ! -s conftest.err
4642 } && test -s conftest$ac_exeext &&
4643 $as_test_x conftest$ac_exeext; then
4644 ac_cv_lib_nsl_gethostbyname=yes
4645 else
4646 echo "$as_me: failed program was:" >&5
4647 sed 's/^/| /' conftest.$ac_ext >&5
4649 ac_cv_lib_nsl_gethostbyname=no
4652 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4653 conftest$ac_exeext conftest.$ac_ext
4654 LIBS=$ac_check_lib_save_LIBS
4656 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4657 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4658 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4659 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4662 if test $ac_cv_lib_nsl_gethostbyname = no; then
4663 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4664 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4665 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4666 echo $ECHO_N "(cached) $ECHO_C" >&6
4667 else
4668 ac_check_lib_save_LIBS=$LIBS
4669 LIBS="-lbsd $LIBS"
4670 cat >conftest.$ac_ext <<_ACEOF
4671 /* confdefs.h. */
4672 _ACEOF
4673 cat confdefs.h >>conftest.$ac_ext
4674 cat >>conftest.$ac_ext <<_ACEOF
4675 /* end confdefs.h. */
4677 /* Override any GCC internal prototype to avoid an error.
4678 Use char because int might match the return type of a GCC
4679 builtin and then its argument prototype would still apply. */
4680 #ifdef __cplusplus
4681 extern "C"
4682 #endif
4683 char gethostbyname ();
4685 main ()
4687 return gethostbyname ();
4689 return 0;
4691 _ACEOF
4692 rm -f conftest.$ac_objext conftest$ac_exeext
4693 if { (ac_try="$ac_link"
4694 case "(($ac_try" in
4695 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4696 *) ac_try_echo=$ac_try;;
4697 esac
4698 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4699 (eval "$ac_link") 2>conftest.er1
4700 ac_status=$?
4701 grep -v '^ *+' conftest.er1 >conftest.err
4702 rm -f conftest.er1
4703 cat conftest.err >&5
4704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4705 (exit $ac_status); } && {
4706 test -z "$ac_c_werror_flag" ||
4707 test ! -s conftest.err
4708 } && test -s conftest$ac_exeext &&
4709 $as_test_x conftest$ac_exeext; then
4710 ac_cv_lib_bsd_gethostbyname=yes
4711 else
4712 echo "$as_me: failed program was:" >&5
4713 sed 's/^/| /' conftest.$ac_ext >&5
4715 ac_cv_lib_bsd_gethostbyname=no
4718 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4719 conftest$ac_exeext conftest.$ac_ext
4720 LIBS=$ac_check_lib_save_LIBS
4722 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4723 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4724 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4725 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4731 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4732 # socket/setsockopt and other routines are undefined under SCO ODT
4733 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4734 # on later versions), says Simon Leinen: it contains gethostby*
4735 # variants that don't use the name server (or something). -lsocket
4736 # must be given before -lnsl if both are needed. We assume that
4737 # if connect needs -lnsl, so does gethostbyname.
4738 { echo "$as_me:$LINENO: checking for connect" >&5
4739 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4740 if test "${ac_cv_func_connect+set}" = set; then
4741 echo $ECHO_N "(cached) $ECHO_C" >&6
4742 else
4743 cat >conftest.$ac_ext <<_ACEOF
4744 /* confdefs.h. */
4745 _ACEOF
4746 cat confdefs.h >>conftest.$ac_ext
4747 cat >>conftest.$ac_ext <<_ACEOF
4748 /* end confdefs.h. */
4749 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4750 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4751 #define connect innocuous_connect
4753 /* System header to define __stub macros and hopefully few prototypes,
4754 which can conflict with char connect (); below.
4755 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4756 <limits.h> exists even on freestanding compilers. */
4758 #ifdef __STDC__
4759 # include <limits.h>
4760 #else
4761 # include <assert.h>
4762 #endif
4764 #undef connect
4766 /* Override any GCC internal prototype to avoid an error.
4767 Use char because int might match the return type of a GCC
4768 builtin and then its argument prototype would still apply. */
4769 #ifdef __cplusplus
4770 extern "C"
4771 #endif
4772 char connect ();
4773 /* The GNU C library defines this for functions which it implements
4774 to always fail with ENOSYS. Some functions are actually named
4775 something starting with __ and the normal name is an alias. */
4776 #if defined __stub_connect || defined __stub___connect
4777 choke me
4778 #endif
4781 main ()
4783 return connect ();
4785 return 0;
4787 _ACEOF
4788 rm -f conftest.$ac_objext conftest$ac_exeext
4789 if { (ac_try="$ac_link"
4790 case "(($ac_try" in
4791 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4792 *) ac_try_echo=$ac_try;;
4793 esac
4794 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4795 (eval "$ac_link") 2>conftest.er1
4796 ac_status=$?
4797 grep -v '^ *+' conftest.er1 >conftest.err
4798 rm -f conftest.er1
4799 cat conftest.err >&5
4800 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4801 (exit $ac_status); } && {
4802 test -z "$ac_c_werror_flag" ||
4803 test ! -s conftest.err
4804 } && test -s conftest$ac_exeext &&
4805 $as_test_x conftest$ac_exeext; then
4806 ac_cv_func_connect=yes
4807 else
4808 echo "$as_me: failed program was:" >&5
4809 sed 's/^/| /' conftest.$ac_ext >&5
4811 ac_cv_func_connect=no
4814 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4815 conftest$ac_exeext conftest.$ac_ext
4817 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4818 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4820 if test $ac_cv_func_connect = no; then
4821 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4822 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4823 if test "${ac_cv_lib_socket_connect+set}" = set; then
4824 echo $ECHO_N "(cached) $ECHO_C" >&6
4825 else
4826 ac_check_lib_save_LIBS=$LIBS
4827 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4828 cat >conftest.$ac_ext <<_ACEOF
4829 /* confdefs.h. */
4830 _ACEOF
4831 cat confdefs.h >>conftest.$ac_ext
4832 cat >>conftest.$ac_ext <<_ACEOF
4833 /* end confdefs.h. */
4835 /* Override any GCC internal prototype to avoid an error.
4836 Use char because int might match the return type of a GCC
4837 builtin and then its argument prototype would still apply. */
4838 #ifdef __cplusplus
4839 extern "C"
4840 #endif
4841 char connect ();
4843 main ()
4845 return connect ();
4847 return 0;
4849 _ACEOF
4850 rm -f conftest.$ac_objext conftest$ac_exeext
4851 if { (ac_try="$ac_link"
4852 case "(($ac_try" in
4853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4854 *) ac_try_echo=$ac_try;;
4855 esac
4856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4857 (eval "$ac_link") 2>conftest.er1
4858 ac_status=$?
4859 grep -v '^ *+' conftest.er1 >conftest.err
4860 rm -f conftest.er1
4861 cat conftest.err >&5
4862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4863 (exit $ac_status); } && {
4864 test -z "$ac_c_werror_flag" ||
4865 test ! -s conftest.err
4866 } && test -s conftest$ac_exeext &&
4867 $as_test_x conftest$ac_exeext; then
4868 ac_cv_lib_socket_connect=yes
4869 else
4870 echo "$as_me: failed program was:" >&5
4871 sed 's/^/| /' conftest.$ac_ext >&5
4873 ac_cv_lib_socket_connect=no
4876 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4877 conftest$ac_exeext conftest.$ac_ext
4878 LIBS=$ac_check_lib_save_LIBS
4880 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4881 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4882 if test $ac_cv_lib_socket_connect = yes; then
4883 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4888 # Guillermo Gomez says -lposix is necessary on A/UX.
4889 { echo "$as_me:$LINENO: checking for remove" >&5
4890 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4891 if test "${ac_cv_func_remove+set}" = set; then
4892 echo $ECHO_N "(cached) $ECHO_C" >&6
4893 else
4894 cat >conftest.$ac_ext <<_ACEOF
4895 /* confdefs.h. */
4896 _ACEOF
4897 cat confdefs.h >>conftest.$ac_ext
4898 cat >>conftest.$ac_ext <<_ACEOF
4899 /* end confdefs.h. */
4900 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4901 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4902 #define remove innocuous_remove
4904 /* System header to define __stub macros and hopefully few prototypes,
4905 which can conflict with char remove (); below.
4906 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4907 <limits.h> exists even on freestanding compilers. */
4909 #ifdef __STDC__
4910 # include <limits.h>
4911 #else
4912 # include <assert.h>
4913 #endif
4915 #undef remove
4917 /* Override any GCC internal prototype to avoid an error.
4918 Use char because int might match the return type of a GCC
4919 builtin and then its argument prototype would still apply. */
4920 #ifdef __cplusplus
4921 extern "C"
4922 #endif
4923 char remove ();
4924 /* The GNU C library defines this for functions which it implements
4925 to always fail with ENOSYS. Some functions are actually named
4926 something starting with __ and the normal name is an alias. */
4927 #if defined __stub_remove || defined __stub___remove
4928 choke me
4929 #endif
4932 main ()
4934 return remove ();
4936 return 0;
4938 _ACEOF
4939 rm -f conftest.$ac_objext conftest$ac_exeext
4940 if { (ac_try="$ac_link"
4941 case "(($ac_try" in
4942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4943 *) ac_try_echo=$ac_try;;
4944 esac
4945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4946 (eval "$ac_link") 2>conftest.er1
4947 ac_status=$?
4948 grep -v '^ *+' conftest.er1 >conftest.err
4949 rm -f conftest.er1
4950 cat conftest.err >&5
4951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4952 (exit $ac_status); } && {
4953 test -z "$ac_c_werror_flag" ||
4954 test ! -s conftest.err
4955 } && test -s conftest$ac_exeext &&
4956 $as_test_x conftest$ac_exeext; then
4957 ac_cv_func_remove=yes
4958 else
4959 echo "$as_me: failed program was:" >&5
4960 sed 's/^/| /' conftest.$ac_ext >&5
4962 ac_cv_func_remove=no
4965 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4966 conftest$ac_exeext conftest.$ac_ext
4968 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4969 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4971 if test $ac_cv_func_remove = no; then
4972 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4973 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4974 if test "${ac_cv_lib_posix_remove+set}" = set; then
4975 echo $ECHO_N "(cached) $ECHO_C" >&6
4976 else
4977 ac_check_lib_save_LIBS=$LIBS
4978 LIBS="-lposix $LIBS"
4979 cat >conftest.$ac_ext <<_ACEOF
4980 /* confdefs.h. */
4981 _ACEOF
4982 cat confdefs.h >>conftest.$ac_ext
4983 cat >>conftest.$ac_ext <<_ACEOF
4984 /* end confdefs.h. */
4986 /* Override any GCC internal prototype to avoid an error.
4987 Use char because int might match the return type of a GCC
4988 builtin and then its argument prototype would still apply. */
4989 #ifdef __cplusplus
4990 extern "C"
4991 #endif
4992 char remove ();
4994 main ()
4996 return remove ();
4998 return 0;
5000 _ACEOF
5001 rm -f conftest.$ac_objext conftest$ac_exeext
5002 if { (ac_try="$ac_link"
5003 case "(($ac_try" in
5004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5005 *) ac_try_echo=$ac_try;;
5006 esac
5007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5008 (eval "$ac_link") 2>conftest.er1
5009 ac_status=$?
5010 grep -v '^ *+' conftest.er1 >conftest.err
5011 rm -f conftest.er1
5012 cat conftest.err >&5
5013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5014 (exit $ac_status); } && {
5015 test -z "$ac_c_werror_flag" ||
5016 test ! -s conftest.err
5017 } && test -s conftest$ac_exeext &&
5018 $as_test_x conftest$ac_exeext; then
5019 ac_cv_lib_posix_remove=yes
5020 else
5021 echo "$as_me: failed program was:" >&5
5022 sed 's/^/| /' conftest.$ac_ext >&5
5024 ac_cv_lib_posix_remove=no
5027 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5028 conftest$ac_exeext conftest.$ac_ext
5029 LIBS=$ac_check_lib_save_LIBS
5031 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5032 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5033 if test $ac_cv_lib_posix_remove = yes; then
5034 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5039 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5040 { echo "$as_me:$LINENO: checking for shmat" >&5
5041 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5042 if test "${ac_cv_func_shmat+set}" = set; then
5043 echo $ECHO_N "(cached) $ECHO_C" >&6
5044 else
5045 cat >conftest.$ac_ext <<_ACEOF
5046 /* confdefs.h. */
5047 _ACEOF
5048 cat confdefs.h >>conftest.$ac_ext
5049 cat >>conftest.$ac_ext <<_ACEOF
5050 /* end confdefs.h. */
5051 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5052 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5053 #define shmat innocuous_shmat
5055 /* System header to define __stub macros and hopefully few prototypes,
5056 which can conflict with char shmat (); below.
5057 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5058 <limits.h> exists even on freestanding compilers. */
5060 #ifdef __STDC__
5061 # include <limits.h>
5062 #else
5063 # include <assert.h>
5064 #endif
5066 #undef shmat
5068 /* Override any GCC internal prototype to avoid an error.
5069 Use char because int might match the return type of a GCC
5070 builtin and then its argument prototype would still apply. */
5071 #ifdef __cplusplus
5072 extern "C"
5073 #endif
5074 char shmat ();
5075 /* The GNU C library defines this for functions which it implements
5076 to always fail with ENOSYS. Some functions are actually named
5077 something starting with __ and the normal name is an alias. */
5078 #if defined __stub_shmat || defined __stub___shmat
5079 choke me
5080 #endif
5083 main ()
5085 return shmat ();
5087 return 0;
5089 _ACEOF
5090 rm -f conftest.$ac_objext conftest$ac_exeext
5091 if { (ac_try="$ac_link"
5092 case "(($ac_try" in
5093 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5094 *) ac_try_echo=$ac_try;;
5095 esac
5096 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5097 (eval "$ac_link") 2>conftest.er1
5098 ac_status=$?
5099 grep -v '^ *+' conftest.er1 >conftest.err
5100 rm -f conftest.er1
5101 cat conftest.err >&5
5102 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5103 (exit $ac_status); } && {
5104 test -z "$ac_c_werror_flag" ||
5105 test ! -s conftest.err
5106 } && test -s conftest$ac_exeext &&
5107 $as_test_x conftest$ac_exeext; then
5108 ac_cv_func_shmat=yes
5109 else
5110 echo "$as_me: failed program was:" >&5
5111 sed 's/^/| /' conftest.$ac_ext >&5
5113 ac_cv_func_shmat=no
5116 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5117 conftest$ac_exeext conftest.$ac_ext
5119 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5120 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5122 if test $ac_cv_func_shmat = no; then
5123 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5124 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5125 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5126 echo $ECHO_N "(cached) $ECHO_C" >&6
5127 else
5128 ac_check_lib_save_LIBS=$LIBS
5129 LIBS="-lipc $LIBS"
5130 cat >conftest.$ac_ext <<_ACEOF
5131 /* confdefs.h. */
5132 _ACEOF
5133 cat confdefs.h >>conftest.$ac_ext
5134 cat >>conftest.$ac_ext <<_ACEOF
5135 /* end confdefs.h. */
5137 /* Override any GCC internal prototype to avoid an error.
5138 Use char because int might match the return type of a GCC
5139 builtin and then its argument prototype would still apply. */
5140 #ifdef __cplusplus
5141 extern "C"
5142 #endif
5143 char shmat ();
5145 main ()
5147 return shmat ();
5149 return 0;
5151 _ACEOF
5152 rm -f conftest.$ac_objext conftest$ac_exeext
5153 if { (ac_try="$ac_link"
5154 case "(($ac_try" in
5155 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5156 *) ac_try_echo=$ac_try;;
5157 esac
5158 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5159 (eval "$ac_link") 2>conftest.er1
5160 ac_status=$?
5161 grep -v '^ *+' conftest.er1 >conftest.err
5162 rm -f conftest.er1
5163 cat conftest.err >&5
5164 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5165 (exit $ac_status); } && {
5166 test -z "$ac_c_werror_flag" ||
5167 test ! -s conftest.err
5168 } && test -s conftest$ac_exeext &&
5169 $as_test_x conftest$ac_exeext; then
5170 ac_cv_lib_ipc_shmat=yes
5171 else
5172 echo "$as_me: failed program was:" >&5
5173 sed 's/^/| /' conftest.$ac_ext >&5
5175 ac_cv_lib_ipc_shmat=no
5178 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5179 conftest$ac_exeext conftest.$ac_ext
5180 LIBS=$ac_check_lib_save_LIBS
5182 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5183 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5184 if test $ac_cv_lib_ipc_shmat = yes; then
5185 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5191 # Check for libraries that X11R6 Xt/Xaw programs need.
5192 ac_save_LDFLAGS=$LDFLAGS
5193 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5194 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5195 # check for ICE first), but we must link in the order -lSM -lICE or
5196 # we get undefined symbols. So assume we have SM if we have ICE.
5197 # These have to be linked with before -lX11, unlike the other
5198 # libraries we check for below, so use a different variable.
5199 # John Interrante, Karl Berry
5200 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5201 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5202 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5203 echo $ECHO_N "(cached) $ECHO_C" >&6
5204 else
5205 ac_check_lib_save_LIBS=$LIBS
5206 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5207 cat >conftest.$ac_ext <<_ACEOF
5208 /* confdefs.h. */
5209 _ACEOF
5210 cat confdefs.h >>conftest.$ac_ext
5211 cat >>conftest.$ac_ext <<_ACEOF
5212 /* end confdefs.h. */
5214 /* Override any GCC internal prototype to avoid an error.
5215 Use char because int might match the return type of a GCC
5216 builtin and then its argument prototype would still apply. */
5217 #ifdef __cplusplus
5218 extern "C"
5219 #endif
5220 char IceConnectionNumber ();
5222 main ()
5224 return IceConnectionNumber ();
5226 return 0;
5228 _ACEOF
5229 rm -f conftest.$ac_objext conftest$ac_exeext
5230 if { (ac_try="$ac_link"
5231 case "(($ac_try" in
5232 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5233 *) ac_try_echo=$ac_try;;
5234 esac
5235 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5236 (eval "$ac_link") 2>conftest.er1
5237 ac_status=$?
5238 grep -v '^ *+' conftest.er1 >conftest.err
5239 rm -f conftest.er1
5240 cat conftest.err >&5
5241 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5242 (exit $ac_status); } && {
5243 test -z "$ac_c_werror_flag" ||
5244 test ! -s conftest.err
5245 } && test -s conftest$ac_exeext &&
5246 $as_test_x conftest$ac_exeext; then
5247 ac_cv_lib_ICE_IceConnectionNumber=yes
5248 else
5249 echo "$as_me: failed program was:" >&5
5250 sed 's/^/| /' conftest.$ac_ext >&5
5252 ac_cv_lib_ICE_IceConnectionNumber=no
5255 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5256 conftest$ac_exeext conftest.$ac_ext
5257 LIBS=$ac_check_lib_save_LIBS
5259 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5260 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5261 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5262 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5265 LDFLAGS=$ac_save_LDFLAGS
5270 for ac_prog in flex
5272 # Extract the first word of "$ac_prog", so it can be a program name with args.
5273 set dummy $ac_prog; ac_word=$2
5274 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5275 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5276 if test "${ac_cv_prog_FLEX+set}" = set; then
5277 echo $ECHO_N "(cached) $ECHO_C" >&6
5278 else
5279 if test -n "$FLEX"; then
5280 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5281 else
5282 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5283 for as_dir in $PATH
5285 IFS=$as_save_IFS
5286 test -z "$as_dir" && as_dir=.
5287 for ac_exec_ext in '' $ac_executable_extensions; do
5288 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5289 ac_cv_prog_FLEX="$ac_prog"
5290 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5291 break 2
5293 done
5294 done
5295 IFS=$as_save_IFS
5299 FLEX=$ac_cv_prog_FLEX
5300 if test -n "$FLEX"; then
5301 { echo "$as_me:$LINENO: result: $FLEX" >&5
5302 echo "${ECHO_T}$FLEX" >&6; }
5303 else
5304 { echo "$as_me:$LINENO: result: no" >&5
5305 echo "${ECHO_T}no" >&6; }
5309 test -n "$FLEX" && break
5310 done
5311 test -n "$FLEX" || FLEX="none"
5313 if test "$FLEX" = "none"
5314 then
5315 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5316 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5317 { (exit 1); exit 1; }; }
5320 for ac_prog in bison
5322 # Extract the first word of "$ac_prog", so it can be a program name with args.
5323 set dummy $ac_prog; ac_word=$2
5324 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5325 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5326 if test "${ac_cv_prog_BISON+set}" = set; then
5327 echo $ECHO_N "(cached) $ECHO_C" >&6
5328 else
5329 if test -n "$BISON"; then
5330 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5331 else
5332 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5333 for as_dir in $PATH
5335 IFS=$as_save_IFS
5336 test -z "$as_dir" && as_dir=.
5337 for ac_exec_ext in '' $ac_executable_extensions; do
5338 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5339 ac_cv_prog_BISON="$ac_prog"
5340 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5341 break 2
5343 done
5344 done
5345 IFS=$as_save_IFS
5349 BISON=$ac_cv_prog_BISON
5350 if test -n "$BISON"; then
5351 { echo "$as_me:$LINENO: result: $BISON" >&5
5352 echo "${ECHO_T}$BISON" >&6; }
5353 else
5354 { echo "$as_me:$LINENO: result: no" >&5
5355 echo "${ECHO_T}no" >&6; }
5359 test -n "$BISON" && break
5360 done
5361 test -n "$BISON" || BISON="none"
5363 if test "$BISON" = "none"
5364 then
5365 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5366 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5367 { (exit 1); exit 1; }; }
5370 if test -n "$ac_tool_prefix"; then
5371 for ac_prog in gas as
5373 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5374 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5375 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5376 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5377 if test "${ac_cv_prog_AS+set}" = set; then
5378 echo $ECHO_N "(cached) $ECHO_C" >&6
5379 else
5380 if test -n "$AS"; then
5381 ac_cv_prog_AS="$AS" # Let the user override the test.
5382 else
5383 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5384 for as_dir in $PATH
5386 IFS=$as_save_IFS
5387 test -z "$as_dir" && as_dir=.
5388 for ac_exec_ext in '' $ac_executable_extensions; do
5389 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5390 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5391 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5392 break 2
5394 done
5395 done
5396 IFS=$as_save_IFS
5400 AS=$ac_cv_prog_AS
5401 if test -n "$AS"; then
5402 { echo "$as_me:$LINENO: result: $AS" >&5
5403 echo "${ECHO_T}$AS" >&6; }
5404 else
5405 { echo "$as_me:$LINENO: result: no" >&5
5406 echo "${ECHO_T}no" >&6; }
5410 test -n "$AS" && break
5411 done
5413 if test -z "$AS"; then
5414 ac_ct_AS=$AS
5415 for ac_prog in gas as
5417 # Extract the first word of "$ac_prog", so it can be a program name with args.
5418 set dummy $ac_prog; ac_word=$2
5419 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5420 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5421 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5422 echo $ECHO_N "(cached) $ECHO_C" >&6
5423 else
5424 if test -n "$ac_ct_AS"; then
5425 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5426 else
5427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5428 for as_dir in $PATH
5430 IFS=$as_save_IFS
5431 test -z "$as_dir" && as_dir=.
5432 for ac_exec_ext in '' $ac_executable_extensions; do
5433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5434 ac_cv_prog_ac_ct_AS="$ac_prog"
5435 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5436 break 2
5438 done
5439 done
5440 IFS=$as_save_IFS
5444 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5445 if test -n "$ac_ct_AS"; then
5446 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5447 echo "${ECHO_T}$ac_ct_AS" >&6; }
5448 else
5449 { echo "$as_me:$LINENO: result: no" >&5
5450 echo "${ECHO_T}no" >&6; }
5454 test -n "$ac_ct_AS" && break
5455 done
5457 if test "x$ac_ct_AS" = x; then
5458 AS="as"
5459 else
5460 case $cross_compiling:$ac_tool_warned in
5461 yes:)
5462 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5463 whose name does not start with the host triplet. If you think this
5464 configuration is useful to you, please write to autoconf@gnu.org." >&5
5465 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5466 whose name does not start with the host triplet. If you think this
5467 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5468 ac_tool_warned=yes ;;
5469 esac
5470 AS=$ac_ct_AS
5474 if test -n "$ac_tool_prefix"; then
5475 for ac_prog in ld gld
5477 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5478 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5479 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5480 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5481 if test "${ac_cv_prog_LD+set}" = set; then
5482 echo $ECHO_N "(cached) $ECHO_C" >&6
5483 else
5484 if test -n "$LD"; then
5485 ac_cv_prog_LD="$LD" # Let the user override the test.
5486 else
5487 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5488 for as_dir in $PATH
5490 IFS=$as_save_IFS
5491 test -z "$as_dir" && as_dir=.
5492 for ac_exec_ext in '' $ac_executable_extensions; do
5493 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5494 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5495 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5496 break 2
5498 done
5499 done
5500 IFS=$as_save_IFS
5504 LD=$ac_cv_prog_LD
5505 if test -n "$LD"; then
5506 { echo "$as_me:$LINENO: result: $LD" >&5
5507 echo "${ECHO_T}$LD" >&6; }
5508 else
5509 { echo "$as_me:$LINENO: result: no" >&5
5510 echo "${ECHO_T}no" >&6; }
5514 test -n "$LD" && break
5515 done
5517 if test -z "$LD"; then
5518 ac_ct_LD=$LD
5519 for ac_prog in ld gld
5521 # Extract the first word of "$ac_prog", so it can be a program name with args.
5522 set dummy $ac_prog; ac_word=$2
5523 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5524 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5525 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5526 echo $ECHO_N "(cached) $ECHO_C" >&6
5527 else
5528 if test -n "$ac_ct_LD"; then
5529 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5530 else
5531 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5532 for as_dir in $PATH
5534 IFS=$as_save_IFS
5535 test -z "$as_dir" && as_dir=.
5536 for ac_exec_ext in '' $ac_executable_extensions; do
5537 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5538 ac_cv_prog_ac_ct_LD="$ac_prog"
5539 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5540 break 2
5542 done
5543 done
5544 IFS=$as_save_IFS
5548 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5549 if test -n "$ac_ct_LD"; then
5550 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5551 echo "${ECHO_T}$ac_ct_LD" >&6; }
5552 else
5553 { echo "$as_me:$LINENO: result: no" >&5
5554 echo "${ECHO_T}no" >&6; }
5558 test -n "$ac_ct_LD" && break
5559 done
5561 if test "x$ac_ct_LD" = x; then
5562 LD="ld"
5563 else
5564 case $cross_compiling:$ac_tool_warned in
5565 yes:)
5566 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5567 whose name does not start with the host triplet. If you think this
5568 configuration is useful to you, please write to autoconf@gnu.org." >&5
5569 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5570 whose name does not start with the host triplet. If you think this
5571 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5572 ac_tool_warned=yes ;;
5573 esac
5574 LD=$ac_ct_LD
5578 if test -n "$ac_tool_prefix"; then
5579 for ac_prog in nm gnm
5581 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5582 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5583 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5584 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5585 if test "${ac_cv_prog_NM+set}" = set; then
5586 echo $ECHO_N "(cached) $ECHO_C" >&6
5587 else
5588 if test -n "$NM"; then
5589 ac_cv_prog_NM="$NM" # Let the user override the test.
5590 else
5591 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5592 for as_dir in $PATH
5594 IFS=$as_save_IFS
5595 test -z "$as_dir" && as_dir=.
5596 for ac_exec_ext in '' $ac_executable_extensions; do
5597 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5598 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5599 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5600 break 2
5602 done
5603 done
5604 IFS=$as_save_IFS
5608 NM=$ac_cv_prog_NM
5609 if test -n "$NM"; then
5610 { echo "$as_me:$LINENO: result: $NM" >&5
5611 echo "${ECHO_T}$NM" >&6; }
5612 else
5613 { echo "$as_me:$LINENO: result: no" >&5
5614 echo "${ECHO_T}no" >&6; }
5618 test -n "$NM" && break
5619 done
5621 if test -z "$NM"; then
5622 ac_ct_NM=$NM
5623 for ac_prog in nm gnm
5625 # Extract the first word of "$ac_prog", so it can be a program name with args.
5626 set dummy $ac_prog; ac_word=$2
5627 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5628 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5629 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5630 echo $ECHO_N "(cached) $ECHO_C" >&6
5631 else
5632 if test -n "$ac_ct_NM"; then
5633 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5634 else
5635 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5636 for as_dir in $PATH
5638 IFS=$as_save_IFS
5639 test -z "$as_dir" && as_dir=.
5640 for ac_exec_ext in '' $ac_executable_extensions; do
5641 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5642 ac_cv_prog_ac_ct_NM="$ac_prog"
5643 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5644 break 2
5646 done
5647 done
5648 IFS=$as_save_IFS
5652 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5653 if test -n "$ac_ct_NM"; then
5654 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5655 echo "${ECHO_T}$ac_ct_NM" >&6; }
5656 else
5657 { echo "$as_me:$LINENO: result: no" >&5
5658 echo "${ECHO_T}no" >&6; }
5662 test -n "$ac_ct_NM" && break
5663 done
5665 if test "x$ac_ct_NM" = x; then
5666 NM="nm"
5667 else
5668 case $cross_compiling:$ac_tool_warned in
5669 yes:)
5670 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5671 whose name does not start with the host triplet. If you think this
5672 configuration is useful to you, please write to autoconf@gnu.org." >&5
5673 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5674 whose name does not start with the host triplet. If you think this
5675 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5676 ac_tool_warned=yes ;;
5677 esac
5678 NM=$ac_ct_NM
5682 if test -n "$ac_tool_prefix"; then
5683 for ac_prog in ar gar
5685 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5686 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5687 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5688 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5689 if test "${ac_cv_prog_AR+set}" = set; then
5690 echo $ECHO_N "(cached) $ECHO_C" >&6
5691 else
5692 if test -n "$AR"; then
5693 ac_cv_prog_AR="$AR" # Let the user override the test.
5694 else
5695 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5696 for as_dir in $PATH
5698 IFS=$as_save_IFS
5699 test -z "$as_dir" && as_dir=.
5700 for ac_exec_ext in '' $ac_executable_extensions; do
5701 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5702 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5703 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5704 break 2
5706 done
5707 done
5708 IFS=$as_save_IFS
5712 AR=$ac_cv_prog_AR
5713 if test -n "$AR"; then
5714 { echo "$as_me:$LINENO: result: $AR" >&5
5715 echo "${ECHO_T}$AR" >&6; }
5716 else
5717 { echo "$as_me:$LINENO: result: no" >&5
5718 echo "${ECHO_T}no" >&6; }
5722 test -n "$AR" && break
5723 done
5725 if test -z "$AR"; then
5726 ac_ct_AR=$AR
5727 for ac_prog in ar gar
5729 # Extract the first word of "$ac_prog", so it can be a program name with args.
5730 set dummy $ac_prog; ac_word=$2
5731 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5732 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5733 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5734 echo $ECHO_N "(cached) $ECHO_C" >&6
5735 else
5736 if test -n "$ac_ct_AR"; then
5737 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5738 else
5739 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5740 for as_dir in $PATH
5742 IFS=$as_save_IFS
5743 test -z "$as_dir" && as_dir=.
5744 for ac_exec_ext in '' $ac_executable_extensions; do
5745 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5746 ac_cv_prog_ac_ct_AR="$ac_prog"
5747 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5748 break 2
5750 done
5751 done
5752 IFS=$as_save_IFS
5756 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5757 if test -n "$ac_ct_AR"; then
5758 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5759 echo "${ECHO_T}$ac_ct_AR" >&6; }
5760 else
5761 { echo "$as_me:$LINENO: result: no" >&5
5762 echo "${ECHO_T}no" >&6; }
5766 test -n "$ac_ct_AR" && break
5767 done
5769 if test "x$ac_ct_AR" = x; then
5770 AR="ar"
5771 else
5772 case $cross_compiling:$ac_tool_warned in
5773 yes:)
5774 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5775 whose name does not start with the host triplet. If you think this
5776 configuration is useful to you, please write to autoconf@gnu.org." >&5
5777 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5778 whose name does not start with the host triplet. If you think this
5779 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5780 ac_tool_warned=yes ;;
5781 esac
5782 AR=$ac_ct_AR
5786 ARFLAGS=rc
5788 if test -n "$ac_tool_prefix"; then
5789 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5790 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5791 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5792 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5793 if test "${ac_cv_prog_RANLIB+set}" = set; then
5794 echo $ECHO_N "(cached) $ECHO_C" >&6
5795 else
5796 if test -n "$RANLIB"; then
5797 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5798 else
5799 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5800 for as_dir in $PATH
5802 IFS=$as_save_IFS
5803 test -z "$as_dir" && as_dir=.
5804 for ac_exec_ext in '' $ac_executable_extensions; do
5805 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5806 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5807 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5808 break 2
5810 done
5811 done
5812 IFS=$as_save_IFS
5816 RANLIB=$ac_cv_prog_RANLIB
5817 if test -n "$RANLIB"; then
5818 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5819 echo "${ECHO_T}$RANLIB" >&6; }
5820 else
5821 { echo "$as_me:$LINENO: result: no" >&5
5822 echo "${ECHO_T}no" >&6; }
5827 if test -z "$ac_cv_prog_RANLIB"; then
5828 ac_ct_RANLIB=$RANLIB
5829 # Extract the first word of "ranlib", so it can be a program name with args.
5830 set dummy ranlib; ac_word=$2
5831 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5832 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5833 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5834 echo $ECHO_N "(cached) $ECHO_C" >&6
5835 else
5836 if test -n "$ac_ct_RANLIB"; then
5837 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5838 else
5839 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5840 for as_dir in $PATH
5842 IFS=$as_save_IFS
5843 test -z "$as_dir" && as_dir=.
5844 for ac_exec_ext in '' $ac_executable_extensions; do
5845 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5846 ac_cv_prog_ac_ct_RANLIB="ranlib"
5847 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5848 break 2
5850 done
5851 done
5852 IFS=$as_save_IFS
5856 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5857 if test -n "$ac_ct_RANLIB"; then
5858 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5859 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5860 else
5861 { echo "$as_me:$LINENO: result: no" >&5
5862 echo "${ECHO_T}no" >&6; }
5865 if test "x$ac_ct_RANLIB" = x; then
5866 RANLIB=":"
5867 else
5868 case $cross_compiling:$ac_tool_warned in
5869 yes:)
5870 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5871 whose name does not start with the host triplet. If you think this
5872 configuration is useful to you, please write to autoconf@gnu.org." >&5
5873 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5874 whose name does not start with the host triplet. If you think this
5875 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5876 ac_tool_warned=yes ;;
5877 esac
5878 RANLIB=$ac_ct_RANLIB
5880 else
5881 RANLIB="$ac_cv_prog_RANLIB"
5884 if test -n "$ac_tool_prefix"; then
5885 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5886 set dummy ${ac_tool_prefix}strip; ac_word=$2
5887 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5888 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5889 if test "${ac_cv_prog_STRIP+set}" = set; then
5890 echo $ECHO_N "(cached) $ECHO_C" >&6
5891 else
5892 if test -n "$STRIP"; then
5893 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5894 else
5895 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5896 for as_dir in $PATH
5898 IFS=$as_save_IFS
5899 test -z "$as_dir" && as_dir=.
5900 for ac_exec_ext in '' $ac_executable_extensions; do
5901 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5902 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5903 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5904 break 2
5906 done
5907 done
5908 IFS=$as_save_IFS
5912 STRIP=$ac_cv_prog_STRIP
5913 if test -n "$STRIP"; then
5914 { echo "$as_me:$LINENO: result: $STRIP" >&5
5915 echo "${ECHO_T}$STRIP" >&6; }
5916 else
5917 { echo "$as_me:$LINENO: result: no" >&5
5918 echo "${ECHO_T}no" >&6; }
5923 if test -z "$ac_cv_prog_STRIP"; then
5924 ac_ct_STRIP=$STRIP
5925 # Extract the first word of "strip", so it can be a program name with args.
5926 set dummy strip; ac_word=$2
5927 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5928 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5929 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5930 echo $ECHO_N "(cached) $ECHO_C" >&6
5931 else
5932 if test -n "$ac_ct_STRIP"; then
5933 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5934 else
5935 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5936 for as_dir in $PATH
5938 IFS=$as_save_IFS
5939 test -z "$as_dir" && as_dir=.
5940 for ac_exec_ext in '' $ac_executable_extensions; do
5941 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5942 ac_cv_prog_ac_ct_STRIP="strip"
5943 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5944 break 2
5946 done
5947 done
5948 IFS=$as_save_IFS
5952 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5953 if test -n "$ac_ct_STRIP"; then
5954 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5955 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5956 else
5957 { echo "$as_me:$LINENO: result: no" >&5
5958 echo "${ECHO_T}no" >&6; }
5961 if test "x$ac_ct_STRIP" = x; then
5962 STRIP="strip"
5963 else
5964 case $cross_compiling:$ac_tool_warned in
5965 yes:)
5966 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5967 whose name does not start with the host triplet. If you think this
5968 configuration is useful to you, please write to autoconf@gnu.org." >&5
5969 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5970 whose name does not start with the host triplet. If you think this
5971 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5972 ac_tool_warned=yes ;;
5973 esac
5974 STRIP=$ac_ct_STRIP
5976 else
5977 STRIP="$ac_cv_prog_STRIP"
5980 if test -n "$ac_tool_prefix"; then
5981 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5982 set dummy ${ac_tool_prefix}windres; ac_word=$2
5983 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5984 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5985 if test "${ac_cv_prog_WINDRES+set}" = set; then
5986 echo $ECHO_N "(cached) $ECHO_C" >&6
5987 else
5988 if test -n "$WINDRES"; then
5989 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5990 else
5991 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5992 for as_dir in $PATH
5994 IFS=$as_save_IFS
5995 test -z "$as_dir" && as_dir=.
5996 for ac_exec_ext in '' $ac_executable_extensions; do
5997 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5998 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5999 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6000 break 2
6002 done
6003 done
6004 IFS=$as_save_IFS
6008 WINDRES=$ac_cv_prog_WINDRES
6009 if test -n "$WINDRES"; then
6010 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6011 echo "${ECHO_T}$WINDRES" >&6; }
6012 else
6013 { echo "$as_me:$LINENO: result: no" >&5
6014 echo "${ECHO_T}no" >&6; }
6019 if test -z "$ac_cv_prog_WINDRES"; then
6020 ac_ct_WINDRES=$WINDRES
6021 # Extract the first word of "windres", so it can be a program name with args.
6022 set dummy windres; ac_word=$2
6023 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6024 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6025 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6026 echo $ECHO_N "(cached) $ECHO_C" >&6
6027 else
6028 if test -n "$ac_ct_WINDRES"; then
6029 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6030 else
6031 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6032 for as_dir in $PATH
6034 IFS=$as_save_IFS
6035 test -z "$as_dir" && as_dir=.
6036 for ac_exec_ext in '' $ac_executable_extensions; do
6037 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6038 ac_cv_prog_ac_ct_WINDRES="windres"
6039 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6040 break 2
6042 done
6043 done
6044 IFS=$as_save_IFS
6048 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6049 if test -n "$ac_ct_WINDRES"; then
6050 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6051 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6052 else
6053 { echo "$as_me:$LINENO: result: no" >&5
6054 echo "${ECHO_T}no" >&6; }
6057 if test "x$ac_ct_WINDRES" = x; then
6058 WINDRES="false"
6059 else
6060 case $cross_compiling:$ac_tool_warned in
6061 yes:)
6062 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6063 whose name does not start with the host triplet. If you think this
6064 configuration is useful to you, please write to autoconf@gnu.org." >&5
6065 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6066 whose name does not start with the host triplet. If you think this
6067 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6068 ac_tool_warned=yes ;;
6069 esac
6070 WINDRES=$ac_ct_WINDRES
6072 else
6073 WINDRES="$ac_cv_prog_WINDRES"
6076 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6077 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6078 LN_S=$as_ln_s
6079 if test "$LN_S" = "ln -s"; then
6080 { echo "$as_me:$LINENO: result: yes" >&5
6081 echo "${ECHO_T}yes" >&6; }
6082 else
6083 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6084 echo "${ECHO_T}no, using $LN_S" >&6; }
6087 { echo "$as_me:$LINENO: checking whether ln works" >&5
6088 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6089 rm -f conf$$ conf$$.file
6090 echo >conf$$.file
6091 if ln conf$$.file conf$$ 2>/dev/null; then
6092 LN=ln
6094 { echo "$as_me:$LINENO: result: yes" >&5
6095 echo "${ECHO_T}yes" >&6; }
6096 else
6097 LN="cp -p"
6099 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6100 echo "${ECHO_T}no, using $LN" >&6; }
6102 rm -f conf$$ conf$$.file
6103 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6104 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6105 if test "${ac_cv_path_GREP+set}" = set; then
6106 echo $ECHO_N "(cached) $ECHO_C" >&6
6107 else
6108 # Extract the first word of "grep ggrep" to use in msg output
6109 if test -z "$GREP"; then
6110 set dummy grep ggrep; ac_prog_name=$2
6111 if test "${ac_cv_path_GREP+set}" = set; then
6112 echo $ECHO_N "(cached) $ECHO_C" >&6
6113 else
6114 ac_path_GREP_found=false
6115 # Loop through the user's path and test for each of PROGNAME-LIST
6116 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6117 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6119 IFS=$as_save_IFS
6120 test -z "$as_dir" && as_dir=.
6121 for ac_prog in grep ggrep; do
6122 for ac_exec_ext in '' $ac_executable_extensions; do
6123 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6124 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6125 # Check for GNU ac_path_GREP and select it if it is found.
6126 # Check for GNU $ac_path_GREP
6127 case `"$ac_path_GREP" --version 2>&1` in
6128 *GNU*)
6129 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6131 ac_count=0
6132 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6133 while :
6135 cat "conftest.in" "conftest.in" >"conftest.tmp"
6136 mv "conftest.tmp" "conftest.in"
6137 cp "conftest.in" "conftest.nl"
6138 echo 'GREP' >> "conftest.nl"
6139 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6140 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6141 ac_count=`expr $ac_count + 1`
6142 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6143 # Best one so far, save it but keep looking for a better one
6144 ac_cv_path_GREP="$ac_path_GREP"
6145 ac_path_GREP_max=$ac_count
6147 # 10*(2^10) chars as input seems more than enough
6148 test $ac_count -gt 10 && break
6149 done
6150 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6151 esac
6154 $ac_path_GREP_found && break 3
6155 done
6156 done
6158 done
6159 IFS=$as_save_IFS
6164 GREP="$ac_cv_path_GREP"
6165 if test -z "$GREP"; then
6166 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6167 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6168 { (exit 1); exit 1; }; }
6171 else
6172 ac_cv_path_GREP=$GREP
6177 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6178 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6179 GREP="$ac_cv_path_GREP"
6182 { echo "$as_me:$LINENO: checking for egrep" >&5
6183 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6184 if test "${ac_cv_path_EGREP+set}" = set; then
6185 echo $ECHO_N "(cached) $ECHO_C" >&6
6186 else
6187 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6188 then ac_cv_path_EGREP="$GREP -E"
6189 else
6190 # Extract the first word of "egrep" to use in msg output
6191 if test -z "$EGREP"; then
6192 set dummy egrep; ac_prog_name=$2
6193 if test "${ac_cv_path_EGREP+set}" = set; then
6194 echo $ECHO_N "(cached) $ECHO_C" >&6
6195 else
6196 ac_path_EGREP_found=false
6197 # Loop through the user's path and test for each of PROGNAME-LIST
6198 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6199 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6201 IFS=$as_save_IFS
6202 test -z "$as_dir" && as_dir=.
6203 for ac_prog in egrep; do
6204 for ac_exec_ext in '' $ac_executable_extensions; do
6205 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6206 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6207 # Check for GNU ac_path_EGREP and select it if it is found.
6208 # Check for GNU $ac_path_EGREP
6209 case `"$ac_path_EGREP" --version 2>&1` in
6210 *GNU*)
6211 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6213 ac_count=0
6214 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6215 while :
6217 cat "conftest.in" "conftest.in" >"conftest.tmp"
6218 mv "conftest.tmp" "conftest.in"
6219 cp "conftest.in" "conftest.nl"
6220 echo 'EGREP' >> "conftest.nl"
6221 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6222 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6223 ac_count=`expr $ac_count + 1`
6224 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6225 # Best one so far, save it but keep looking for a better one
6226 ac_cv_path_EGREP="$ac_path_EGREP"
6227 ac_path_EGREP_max=$ac_count
6229 # 10*(2^10) chars as input seems more than enough
6230 test $ac_count -gt 10 && break
6231 done
6232 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6233 esac
6236 $ac_path_EGREP_found && break 3
6237 done
6238 done
6240 done
6241 IFS=$as_save_IFS
6246 EGREP="$ac_cv_path_EGREP"
6247 if test -z "$EGREP"; then
6248 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6249 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6250 { (exit 1); exit 1; }; }
6253 else
6254 ac_cv_path_EGREP=$EGREP
6260 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6261 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6262 EGREP="$ac_cv_path_EGREP"
6265 # Extract the first word of "ldconfig", so it can be a program name with args.
6266 set dummy ldconfig; ac_word=$2
6267 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6268 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6269 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6270 echo $ECHO_N "(cached) $ECHO_C" >&6
6271 else
6272 case $LDCONFIG in
6273 [\\/]* | ?:[\\/]*)
6274 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6277 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6278 for as_dir in /sbin /usr/sbin $PATH
6280 IFS=$as_save_IFS
6281 test -z "$as_dir" && as_dir=.
6282 for ac_exec_ext in '' $ac_executable_extensions; do
6283 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6284 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6285 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6286 break 2
6288 done
6289 done
6290 IFS=$as_save_IFS
6292 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6294 esac
6296 LDCONFIG=$ac_cv_path_LDCONFIG
6297 if test -n "$LDCONFIG"; then
6298 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6299 echo "${ECHO_T}$LDCONFIG" >&6; }
6300 else
6301 { echo "$as_me:$LINENO: result: no" >&5
6302 echo "${ECHO_T}no" >&6; }
6306 # Find a good install program. We prefer a C program (faster),
6307 # so one script is as good as another. But avoid the broken or
6308 # incompatible versions:
6309 # SysV /etc/install, /usr/sbin/install
6310 # SunOS /usr/etc/install
6311 # IRIX /sbin/install
6312 # AIX /bin/install
6313 # AmigaOS /C/install, which installs bootblocks on floppy discs
6314 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6315 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6316 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6317 # OS/2's system install, which has a completely different semantic
6318 # ./install, which can be erroneously created by make from ./install.sh.
6319 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6320 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6321 if test -z "$INSTALL"; then
6322 if test "${ac_cv_path_install+set}" = set; then
6323 echo $ECHO_N "(cached) $ECHO_C" >&6
6324 else
6325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6326 for as_dir in $PATH
6328 IFS=$as_save_IFS
6329 test -z "$as_dir" && as_dir=.
6330 # Account for people who put trailing slashes in PATH elements.
6331 case $as_dir/ in
6332 ./ | .// | /cC/* | \
6333 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6334 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6335 /usr/ucb/* ) ;;
6337 # OSF1 and SCO ODT 3.0 have their own names for install.
6338 # Don't use installbsd from OSF since it installs stuff as root
6339 # by default.
6340 for ac_prog in ginstall scoinst install; do
6341 for ac_exec_ext in '' $ac_executable_extensions; do
6342 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6343 if test $ac_prog = install &&
6344 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6345 # AIX install. It has an incompatible calling convention.
6347 elif test $ac_prog = install &&
6348 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6349 # program-specific install script used by HP pwplus--don't use.
6351 else
6352 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6353 break 3
6356 done
6357 done
6359 esac
6360 done
6361 IFS=$as_save_IFS
6365 if test "${ac_cv_path_install+set}" = set; then
6366 INSTALL=$ac_cv_path_install
6367 else
6368 # As a last resort, use the slow shell script. Don't cache a
6369 # value for INSTALL within a source directory, because that will
6370 # break other packages using the cache if that directory is
6371 # removed, or if the value is a relative name.
6372 INSTALL=$ac_install_sh
6375 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6376 echo "${ECHO_T}$INSTALL" >&6; }
6378 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6379 # It thinks the first close brace ends the variable substitution.
6380 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6382 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6384 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6386 case "$INSTALL" in
6387 [\\/$]* | ?:[\\/]* ) ;;
6388 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6389 esac
6391 for ac_prog in lclint lint
6393 # Extract the first word of "$ac_prog", so it can be a program name with args.
6394 set dummy $ac_prog; ac_word=$2
6395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6397 if test "${ac_cv_prog_LINT+set}" = set; then
6398 echo $ECHO_N "(cached) $ECHO_C" >&6
6399 else
6400 if test -n "$LINT"; then
6401 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6402 else
6403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6404 for as_dir in $PATH
6406 IFS=$as_save_IFS
6407 test -z "$as_dir" && as_dir=.
6408 for ac_exec_ext in '' $ac_executable_extensions; do
6409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6410 ac_cv_prog_LINT="$ac_prog"
6411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6412 break 2
6414 done
6415 done
6416 IFS=$as_save_IFS
6420 LINT=$ac_cv_prog_LINT
6421 if test -n "$LINT"; then
6422 { echo "$as_me:$LINENO: result: $LINT" >&5
6423 echo "${ECHO_T}$LINT" >&6; }
6424 else
6425 { echo "$as_me:$LINENO: result: no" >&5
6426 echo "${ECHO_T}no" >&6; }
6430 test -n "$LINT" && break
6431 done
6433 if test "$LINT" = "lint"
6434 then
6435 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6440 for ac_prog in fontforge
6442 # Extract the first word of "$ac_prog", so it can be a program name with args.
6443 set dummy $ac_prog; ac_word=$2
6444 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6445 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6446 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6447 echo $ECHO_N "(cached) $ECHO_C" >&6
6448 else
6449 if test -n "$FONTFORGE"; then
6450 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6451 else
6452 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6453 for as_dir in $PATH
6455 IFS=$as_save_IFS
6456 test -z "$as_dir" && as_dir=.
6457 for ac_exec_ext in '' $ac_executable_extensions; do
6458 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6459 ac_cv_prog_FONTFORGE="$ac_prog"
6460 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6461 break 2
6463 done
6464 done
6465 IFS=$as_save_IFS
6469 FONTFORGE=$ac_cv_prog_FONTFORGE
6470 if test -n "$FONTFORGE"; then
6471 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6472 echo "${ECHO_T}$FONTFORGE" >&6; }
6473 else
6474 { echo "$as_me:$LINENO: result: no" >&5
6475 echo "${ECHO_T}no" >&6; }
6479 test -n "$FONTFORGE" && break
6480 done
6481 test -n "$FONTFORGE" || FONTFORGE="false"
6483 for ac_prog in pkg-config
6485 # Extract the first word of "$ac_prog", so it can be a program name with args.
6486 set dummy $ac_prog; ac_word=$2
6487 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6489 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6490 echo $ECHO_N "(cached) $ECHO_C" >&6
6491 else
6492 if test -n "$PKG_CONFIG"; then
6493 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6494 else
6495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6496 for as_dir in $PATH
6498 IFS=$as_save_IFS
6499 test -z "$as_dir" && as_dir=.
6500 for ac_exec_ext in '' $ac_executable_extensions; do
6501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6502 ac_cv_prog_PKG_CONFIG="$ac_prog"
6503 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6504 break 2
6506 done
6507 done
6508 IFS=$as_save_IFS
6512 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6513 if test -n "$PKG_CONFIG"; then
6514 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6515 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6516 else
6517 { echo "$as_me:$LINENO: result: no" >&5
6518 echo "${ECHO_T}no" >&6; }
6522 test -n "$PKG_CONFIG" && break
6523 done
6524 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6526 for ac_prog in rsvg
6528 # Extract the first word of "$ac_prog", so it can be a program name with args.
6529 set dummy $ac_prog; ac_word=$2
6530 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6531 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6532 if test "${ac_cv_prog_RSVG+set}" = set; then
6533 echo $ECHO_N "(cached) $ECHO_C" >&6
6534 else
6535 if test -n "$RSVG"; then
6536 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6537 else
6538 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6539 for as_dir in $PATH
6541 IFS=$as_save_IFS
6542 test -z "$as_dir" && as_dir=.
6543 for ac_exec_ext in '' $ac_executable_extensions; do
6544 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6545 ac_cv_prog_RSVG="$ac_prog"
6546 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6547 break 2
6549 done
6550 done
6551 IFS=$as_save_IFS
6555 RSVG=$ac_cv_prog_RSVG
6556 if test -n "$RSVG"; then
6557 { echo "$as_me:$LINENO: result: $RSVG" >&5
6558 echo "${ECHO_T}$RSVG" >&6; }
6559 else
6560 { echo "$as_me:$LINENO: result: no" >&5
6561 echo "${ECHO_T}no" >&6; }
6565 test -n "$RSVG" && break
6566 done
6567 test -n "$RSVG" || RSVG="false"
6569 for ac_prog in icotool
6571 # Extract the first word of "$ac_prog", so it can be a program name with args.
6572 set dummy $ac_prog; ac_word=$2
6573 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6574 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6575 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6576 echo $ECHO_N "(cached) $ECHO_C" >&6
6577 else
6578 if test -n "$ICOTOOL"; then
6579 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6580 else
6581 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6582 for as_dir in $PATH
6584 IFS=$as_save_IFS
6585 test -z "$as_dir" && as_dir=.
6586 for ac_exec_ext in '' $ac_executable_extensions; do
6587 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6588 ac_cv_prog_ICOTOOL="$ac_prog"
6589 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6590 break 2
6592 done
6593 done
6594 IFS=$as_save_IFS
6598 ICOTOOL=$ac_cv_prog_ICOTOOL
6599 if test -n "$ICOTOOL"; then
6600 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6601 echo "${ECHO_T}$ICOTOOL" >&6; }
6602 else
6603 { echo "$as_me:$LINENO: result: no" >&5
6604 echo "${ECHO_T}no" >&6; }
6608 test -n "$ICOTOOL" && break
6609 done
6610 test -n "$ICOTOOL" || ICOTOOL="false"
6613 if test "${enable_maintainer_mode+set}" = set
6614 then
6615 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6616 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6617 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6620 case $host_cpu in
6621 *i[3456789]86*)
6622 # Extract the first word of "prelink", so it can be a program name with args.
6623 set dummy prelink; ac_word=$2
6624 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6625 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6626 if test "${ac_cv_path_PRELINK+set}" = set; then
6627 echo $ECHO_N "(cached) $ECHO_C" >&6
6628 else
6629 case $PRELINK in
6630 [\\/]* | ?:[\\/]*)
6631 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6634 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6635 for as_dir in /sbin /usr/sbin $PATH
6637 IFS=$as_save_IFS
6638 test -z "$as_dir" && as_dir=.
6639 for ac_exec_ext in '' $ac_executable_extensions; do
6640 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6641 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6642 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6643 break 2
6645 done
6646 done
6647 IFS=$as_save_IFS
6649 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6651 esac
6653 PRELINK=$ac_cv_path_PRELINK
6654 if test -n "$PRELINK"; then
6655 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6656 echo "${ECHO_T}$PRELINK" >&6; }
6657 else
6658 { echo "$as_me:$LINENO: result: no" >&5
6659 echo "${ECHO_T}no" >&6; }
6664 esac
6668 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6669 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6670 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6671 echo $ECHO_N "(cached) $ECHO_C" >&6
6672 else
6673 ac_check_lib_save_LIBS=$LIBS
6674 LIBS="-li386 $LIBS"
6675 cat >conftest.$ac_ext <<_ACEOF
6676 /* confdefs.h. */
6677 _ACEOF
6678 cat confdefs.h >>conftest.$ac_ext
6679 cat >>conftest.$ac_ext <<_ACEOF
6680 /* end confdefs.h. */
6682 /* Override any GCC internal prototype to avoid an error.
6683 Use char because int might match the return type of a GCC
6684 builtin and then its argument prototype would still apply. */
6685 #ifdef __cplusplus
6686 extern "C"
6687 #endif
6688 char i386_set_ldt ();
6690 main ()
6692 return i386_set_ldt ();
6694 return 0;
6696 _ACEOF
6697 rm -f conftest.$ac_objext conftest$ac_exeext
6698 if { (ac_try="$ac_link"
6699 case "(($ac_try" in
6700 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6701 *) ac_try_echo=$ac_try;;
6702 esac
6703 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6704 (eval "$ac_link") 2>conftest.er1
6705 ac_status=$?
6706 grep -v '^ *+' conftest.er1 >conftest.err
6707 rm -f conftest.er1
6708 cat conftest.err >&5
6709 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6710 (exit $ac_status); } && {
6711 test -z "$ac_c_werror_flag" ||
6712 test ! -s conftest.err
6713 } && test -s conftest$ac_exeext &&
6714 $as_test_x conftest$ac_exeext; then
6715 ac_cv_lib_i386_i386_set_ldt=yes
6716 else
6717 echo "$as_me: failed program was:" >&5
6718 sed 's/^/| /' conftest.$ac_ext >&5
6720 ac_cv_lib_i386_i386_set_ldt=no
6723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6724 conftest$ac_exeext conftest.$ac_ext
6725 LIBS=$ac_check_lib_save_LIBS
6727 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6728 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6729 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6730 cat >>confdefs.h <<_ACEOF
6731 #define HAVE_LIBI386 1
6732 _ACEOF
6734 LIBS="-li386 $LIBS"
6739 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6740 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6741 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6742 echo $ECHO_N "(cached) $ECHO_C" >&6
6743 else
6744 ac_check_lib_save_LIBS=$LIBS
6745 LIBS="-lossaudio $LIBS"
6746 cat >conftest.$ac_ext <<_ACEOF
6747 /* confdefs.h. */
6748 _ACEOF
6749 cat confdefs.h >>conftest.$ac_ext
6750 cat >>conftest.$ac_ext <<_ACEOF
6751 /* end confdefs.h. */
6753 /* Override any GCC internal prototype to avoid an error.
6754 Use char because int might match the return type of a GCC
6755 builtin and then its argument prototype would still apply. */
6756 #ifdef __cplusplus
6757 extern "C"
6758 #endif
6759 char _oss_ioctl ();
6761 main ()
6763 return _oss_ioctl ();
6765 return 0;
6767 _ACEOF
6768 rm -f conftest.$ac_objext conftest$ac_exeext
6769 if { (ac_try="$ac_link"
6770 case "(($ac_try" in
6771 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6772 *) ac_try_echo=$ac_try;;
6773 esac
6774 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6775 (eval "$ac_link") 2>conftest.er1
6776 ac_status=$?
6777 grep -v '^ *+' conftest.er1 >conftest.err
6778 rm -f conftest.er1
6779 cat conftest.err >&5
6780 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6781 (exit $ac_status); } && {
6782 test -z "$ac_c_werror_flag" ||
6783 test ! -s conftest.err
6784 } && test -s conftest$ac_exeext &&
6785 $as_test_x conftest$ac_exeext; then
6786 ac_cv_lib_ossaudio__oss_ioctl=yes
6787 else
6788 echo "$as_me: failed program was:" >&5
6789 sed 's/^/| /' conftest.$ac_ext >&5
6791 ac_cv_lib_ossaudio__oss_ioctl=no
6794 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6795 conftest$ac_exeext conftest.$ac_ext
6796 LIBS=$ac_check_lib_save_LIBS
6798 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6799 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6800 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6801 cat >>confdefs.h <<_ACEOF
6802 #define HAVE_LIBOSSAUDIO 1
6803 _ACEOF
6805 LIBS="-lossaudio $LIBS"
6809 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6810 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6811 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6812 echo $ECHO_N "(cached) $ECHO_C" >&6
6813 else
6814 ac_check_lib_save_LIBS=$LIBS
6815 LIBS="-lpthread $LIBS"
6816 cat >conftest.$ac_ext <<_ACEOF
6817 /* confdefs.h. */
6818 _ACEOF
6819 cat confdefs.h >>conftest.$ac_ext
6820 cat >>conftest.$ac_ext <<_ACEOF
6821 /* end confdefs.h. */
6823 /* Override any GCC internal prototype to avoid an error.
6824 Use char because int might match the return type of a GCC
6825 builtin and then its argument prototype would still apply. */
6826 #ifdef __cplusplus
6827 extern "C"
6828 #endif
6829 char pthread_create ();
6831 main ()
6833 return pthread_create ();
6835 return 0;
6837 _ACEOF
6838 rm -f conftest.$ac_objext conftest$ac_exeext
6839 if { (ac_try="$ac_link"
6840 case "(($ac_try" in
6841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6842 *) ac_try_echo=$ac_try;;
6843 esac
6844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6845 (eval "$ac_link") 2>conftest.er1
6846 ac_status=$?
6847 grep -v '^ *+' conftest.er1 >conftest.err
6848 rm -f conftest.er1
6849 cat conftest.err >&5
6850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6851 (exit $ac_status); } && {
6852 test -z "$ac_c_werror_flag" ||
6853 test ! -s conftest.err
6854 } && test -s conftest$ac_exeext &&
6855 $as_test_x conftest$ac_exeext; then
6856 ac_cv_lib_pthread_pthread_create=yes
6857 else
6858 echo "$as_me: failed program was:" >&5
6859 sed 's/^/| /' conftest.$ac_ext >&5
6861 ac_cv_lib_pthread_pthread_create=no
6864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6865 conftest$ac_exeext conftest.$ac_ext
6866 LIBS=$ac_check_lib_save_LIBS
6868 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6869 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6870 if test $ac_cv_lib_pthread_pthread_create = yes; then
6871 LIBPTHREAD="-lpthread"
6876 XLIB=""
6878 OPENGL_LIBS=""
6882 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6883 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6884 if test "${ac_cv_header_stdc+set}" = set; then
6885 echo $ECHO_N "(cached) $ECHO_C" >&6
6886 else
6887 cat >conftest.$ac_ext <<_ACEOF
6888 /* confdefs.h. */
6889 _ACEOF
6890 cat confdefs.h >>conftest.$ac_ext
6891 cat >>conftest.$ac_ext <<_ACEOF
6892 /* end confdefs.h. */
6893 #include <stdlib.h>
6894 #include <stdarg.h>
6895 #include <string.h>
6896 #include <float.h>
6899 main ()
6903 return 0;
6905 _ACEOF
6906 rm -f conftest.$ac_objext
6907 if { (ac_try="$ac_compile"
6908 case "(($ac_try" in
6909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6910 *) ac_try_echo=$ac_try;;
6911 esac
6912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6913 (eval "$ac_compile") 2>conftest.er1
6914 ac_status=$?
6915 grep -v '^ *+' conftest.er1 >conftest.err
6916 rm -f conftest.er1
6917 cat conftest.err >&5
6918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6919 (exit $ac_status); } && {
6920 test -z "$ac_c_werror_flag" ||
6921 test ! -s conftest.err
6922 } && test -s conftest.$ac_objext; then
6923 ac_cv_header_stdc=yes
6924 else
6925 echo "$as_me: failed program was:" >&5
6926 sed 's/^/| /' conftest.$ac_ext >&5
6928 ac_cv_header_stdc=no
6931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6933 if test $ac_cv_header_stdc = yes; then
6934 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6935 cat >conftest.$ac_ext <<_ACEOF
6936 /* confdefs.h. */
6937 _ACEOF
6938 cat confdefs.h >>conftest.$ac_ext
6939 cat >>conftest.$ac_ext <<_ACEOF
6940 /* end confdefs.h. */
6941 #include <string.h>
6943 _ACEOF
6944 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6945 $EGREP "memchr" >/dev/null 2>&1; then
6947 else
6948 ac_cv_header_stdc=no
6950 rm -f conftest*
6954 if test $ac_cv_header_stdc = yes; then
6955 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6956 cat >conftest.$ac_ext <<_ACEOF
6957 /* confdefs.h. */
6958 _ACEOF
6959 cat confdefs.h >>conftest.$ac_ext
6960 cat >>conftest.$ac_ext <<_ACEOF
6961 /* end confdefs.h. */
6962 #include <stdlib.h>
6964 _ACEOF
6965 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6966 $EGREP "free" >/dev/null 2>&1; then
6968 else
6969 ac_cv_header_stdc=no
6971 rm -f conftest*
6975 if test $ac_cv_header_stdc = yes; then
6976 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6977 if test "$cross_compiling" = yes; then
6979 else
6980 cat >conftest.$ac_ext <<_ACEOF
6981 /* confdefs.h. */
6982 _ACEOF
6983 cat confdefs.h >>conftest.$ac_ext
6984 cat >>conftest.$ac_ext <<_ACEOF
6985 /* end confdefs.h. */
6986 #include <ctype.h>
6987 #include <stdlib.h>
6988 #if ((' ' & 0x0FF) == 0x020)
6989 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6990 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6991 #else
6992 # define ISLOWER(c) \
6993 (('a' <= (c) && (c) <= 'i') \
6994 || ('j' <= (c) && (c) <= 'r') \
6995 || ('s' <= (c) && (c) <= 'z'))
6996 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6997 #endif
6999 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7001 main ()
7003 int i;
7004 for (i = 0; i < 256; i++)
7005 if (XOR (islower (i), ISLOWER (i))
7006 || toupper (i) != TOUPPER (i))
7007 return 2;
7008 return 0;
7010 _ACEOF
7011 rm -f conftest$ac_exeext
7012 if { (ac_try="$ac_link"
7013 case "(($ac_try" in
7014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7015 *) ac_try_echo=$ac_try;;
7016 esac
7017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7018 (eval "$ac_link") 2>&5
7019 ac_status=$?
7020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7021 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7022 { (case "(($ac_try" in
7023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7024 *) ac_try_echo=$ac_try;;
7025 esac
7026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7027 (eval "$ac_try") 2>&5
7028 ac_status=$?
7029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7030 (exit $ac_status); }; }; then
7032 else
7033 echo "$as_me: program exited with status $ac_status" >&5
7034 echo "$as_me: failed program was:" >&5
7035 sed 's/^/| /' conftest.$ac_ext >&5
7037 ( exit $ac_status )
7038 ac_cv_header_stdc=no
7040 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7046 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7047 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7048 if test $ac_cv_header_stdc = yes; then
7050 cat >>confdefs.h <<\_ACEOF
7051 #define STDC_HEADERS 1
7052 _ACEOF
7056 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7066 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7067 inttypes.h stdint.h unistd.h
7069 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7070 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7071 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7072 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7073 echo $ECHO_N "(cached) $ECHO_C" >&6
7074 else
7075 cat >conftest.$ac_ext <<_ACEOF
7076 /* confdefs.h. */
7077 _ACEOF
7078 cat confdefs.h >>conftest.$ac_ext
7079 cat >>conftest.$ac_ext <<_ACEOF
7080 /* end confdefs.h. */
7081 $ac_includes_default
7083 #include <$ac_header>
7084 _ACEOF
7085 rm -f conftest.$ac_objext
7086 if { (ac_try="$ac_compile"
7087 case "(($ac_try" in
7088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7089 *) ac_try_echo=$ac_try;;
7090 esac
7091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7092 (eval "$ac_compile") 2>conftest.er1
7093 ac_status=$?
7094 grep -v '^ *+' conftest.er1 >conftest.err
7095 rm -f conftest.er1
7096 cat conftest.err >&5
7097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7098 (exit $ac_status); } && {
7099 test -z "$ac_c_werror_flag" ||
7100 test ! -s conftest.err
7101 } && test -s conftest.$ac_objext; then
7102 eval "$as_ac_Header=yes"
7103 else
7104 echo "$as_me: failed program was:" >&5
7105 sed 's/^/| /' conftest.$ac_ext >&5
7107 eval "$as_ac_Header=no"
7110 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7112 ac_res=`eval echo '${'$as_ac_Header'}'`
7113 { echo "$as_me:$LINENO: result: $ac_res" >&5
7114 echo "${ECHO_T}$ac_res" >&6; }
7115 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7116 cat >>confdefs.h <<_ACEOF
7117 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7118 _ACEOF
7122 done
7236 for ac_header in \
7237 AudioUnit/AudioUnit.h \
7238 Carbon/Carbon.h \
7239 CoreAudio/CoreAudio.h \
7240 DiskArbitration/DiskArbitration.h \
7241 IOKit/IOKitLib.h \
7242 alias.h \
7243 alsa/asoundlib.h \
7244 arpa/inet.h \
7245 arpa/nameser.h \
7246 asm/types.h \
7247 capi20.h \
7248 curses.h \
7249 direct.h \
7250 dlfcn.h \
7251 elf.h \
7252 float.h \
7253 fontconfig/fontconfig.h \
7254 getopt.h \
7255 ieeefp.h \
7256 io.h \
7257 jack/jack.h \
7258 jpeglib.h \
7259 lber.h \
7260 lcms.h \
7261 lcms/lcms.h \
7262 ldap.h \
7263 libaudioio.h \
7264 link.h \
7265 linux/cdrom.h \
7266 linux/compiler.h \
7267 linux/hdreg.h \
7268 linux/input.h \
7269 linux/ioctl.h \
7270 linux/joystick.h \
7271 linux/major.h \
7272 linux/param.h \
7273 linux/serial.h \
7274 linux/ucdrom.h \
7275 mach/mach.h \
7276 mach/machine.h \
7277 machine/cpu.h \
7278 machine/limits.h \
7279 machine/soundcard.h \
7280 mntent.h \
7281 ncurses.h \
7282 netdb.h \
7283 netinet/in.h \
7284 netinet/in_systm.h \
7285 netinet/tcp.h \
7286 netinet/tcp_fsm.h \
7287 openssl/err.h \
7288 openssl/ssl.h \
7289 png.h \
7290 poll.h \
7291 process.h \
7292 pthread.h \
7293 pwd.h \
7294 regex.h \
7295 sched.h \
7296 scsi/scsi.h \
7297 scsi/scsi_ioctl.h \
7298 scsi/sg.h \
7299 soundcard.h \
7300 stdint.h \
7301 strings.h \
7302 sys/asoundlib.h \
7303 sys/cdio.h \
7304 sys/elf32.h \
7305 sys/epoll.h \
7306 sys/errno.h \
7307 sys/event.h \
7308 sys/exec_elf.h \
7309 sys/filio.h \
7310 sys/ioctl.h \
7311 sys/ipc.h \
7312 sys/limits.h \
7313 sys/link.h \
7314 sys/lwp.h \
7315 sys/mman.h \
7316 sys/modem.h \
7317 sys/msg.h \
7318 sys/mtio.h \
7319 sys/param.h \
7320 sys/poll.h \
7321 sys/prctl.h \
7322 sys/ptrace.h \
7323 sys/reg.h \
7324 sys/resource.h \
7325 sys/scsiio.h \
7326 sys/shm.h \
7327 sys/signal.h \
7328 sys/socket.h \
7329 sys/socketvar.h \
7330 sys/sockio.h \
7331 sys/soundcard.h \
7332 sys/statvfs.h \
7333 sys/strtio.h \
7334 sys/syscall.h \
7335 sys/sysctl.h \
7336 sys/time.h \
7337 sys/times.h \
7338 sys/uio.h \
7339 sys/un.h \
7340 sys/vm86.h \
7341 sys/wait.h \
7342 syscall.h \
7343 termios.h \
7344 unistd.h \
7345 utime.h \
7346 valgrind/memcheck.h \
7347 valgrind/valgrind.h
7350 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7351 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7352 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7353 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7354 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7355 echo $ECHO_N "(cached) $ECHO_C" >&6
7357 ac_res=`eval echo '${'$as_ac_Header'}'`
7358 { echo "$as_me:$LINENO: result: $ac_res" >&5
7359 echo "${ECHO_T}$ac_res" >&6; }
7360 else
7361 # Is the header compilable?
7362 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7363 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7364 cat >conftest.$ac_ext <<_ACEOF
7365 /* confdefs.h. */
7366 _ACEOF
7367 cat confdefs.h >>conftest.$ac_ext
7368 cat >>conftest.$ac_ext <<_ACEOF
7369 /* end confdefs.h. */
7370 $ac_includes_default
7371 #include <$ac_header>
7372 _ACEOF
7373 rm -f conftest.$ac_objext
7374 if { (ac_try="$ac_compile"
7375 case "(($ac_try" in
7376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7377 *) ac_try_echo=$ac_try;;
7378 esac
7379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7380 (eval "$ac_compile") 2>conftest.er1
7381 ac_status=$?
7382 grep -v '^ *+' conftest.er1 >conftest.err
7383 rm -f conftest.er1
7384 cat conftest.err >&5
7385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7386 (exit $ac_status); } && {
7387 test -z "$ac_c_werror_flag" ||
7388 test ! -s conftest.err
7389 } && test -s conftest.$ac_objext; then
7390 ac_header_compiler=yes
7391 else
7392 echo "$as_me: failed program was:" >&5
7393 sed 's/^/| /' conftest.$ac_ext >&5
7395 ac_header_compiler=no
7398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7399 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7400 echo "${ECHO_T}$ac_header_compiler" >&6; }
7402 # Is the header present?
7403 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7404 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7405 cat >conftest.$ac_ext <<_ACEOF
7406 /* confdefs.h. */
7407 _ACEOF
7408 cat confdefs.h >>conftest.$ac_ext
7409 cat >>conftest.$ac_ext <<_ACEOF
7410 /* end confdefs.h. */
7411 #include <$ac_header>
7412 _ACEOF
7413 if { (ac_try="$ac_cpp conftest.$ac_ext"
7414 case "(($ac_try" in
7415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7416 *) ac_try_echo=$ac_try;;
7417 esac
7418 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7419 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7420 ac_status=$?
7421 grep -v '^ *+' conftest.er1 >conftest.err
7422 rm -f conftest.er1
7423 cat conftest.err >&5
7424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7425 (exit $ac_status); } >/dev/null && {
7426 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7427 test ! -s conftest.err
7428 }; then
7429 ac_header_preproc=yes
7430 else
7431 echo "$as_me: failed program was:" >&5
7432 sed 's/^/| /' conftest.$ac_ext >&5
7434 ac_header_preproc=no
7437 rm -f conftest.err conftest.$ac_ext
7438 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7439 echo "${ECHO_T}$ac_header_preproc" >&6; }
7441 # So? What about this header?
7442 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7443 yes:no: )
7444 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7445 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7446 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7447 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7448 ac_header_preproc=yes
7450 no:yes:* )
7451 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7452 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7453 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7454 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7455 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7456 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7457 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7458 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7459 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7460 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7461 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7462 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7463 ( cat <<\_ASBOX
7464 ## ------------------------------------ ##
7465 ## Report this to wine-devel@winehq.org ##
7466 ## ------------------------------------ ##
7467 _ASBOX
7468 ) | sed "s/^/$as_me: WARNING: /" >&2
7470 esac
7471 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7472 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7473 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7474 echo $ECHO_N "(cached) $ECHO_C" >&6
7475 else
7476 eval "$as_ac_Header=\$ac_header_preproc"
7478 ac_res=`eval echo '${'$as_ac_Header'}'`
7479 { echo "$as_me:$LINENO: result: $ac_res" >&5
7480 echo "${ECHO_T}$ac_res" >&6; }
7483 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7484 cat >>confdefs.h <<_ACEOF
7485 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7486 _ACEOF
7490 done
7492 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7493 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7494 if test "${ac_cv_header_stat_broken+set}" = set; then
7495 echo $ECHO_N "(cached) $ECHO_C" >&6
7496 else
7497 cat >conftest.$ac_ext <<_ACEOF
7498 /* confdefs.h. */
7499 _ACEOF
7500 cat confdefs.h >>conftest.$ac_ext
7501 cat >>conftest.$ac_ext <<_ACEOF
7502 /* end confdefs.h. */
7503 #include <sys/types.h>
7504 #include <sys/stat.h>
7506 #if defined S_ISBLK && defined S_IFDIR
7507 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7508 #endif
7510 #if defined S_ISBLK && defined S_IFCHR
7511 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7512 #endif
7514 #if defined S_ISLNK && defined S_IFREG
7515 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7516 #endif
7518 #if defined S_ISSOCK && defined S_IFREG
7519 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7520 #endif
7522 _ACEOF
7523 rm -f conftest.$ac_objext
7524 if { (ac_try="$ac_compile"
7525 case "(($ac_try" in
7526 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7527 *) ac_try_echo=$ac_try;;
7528 esac
7529 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7530 (eval "$ac_compile") 2>conftest.er1
7531 ac_status=$?
7532 grep -v '^ *+' conftest.er1 >conftest.err
7533 rm -f conftest.er1
7534 cat conftest.err >&5
7535 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7536 (exit $ac_status); } && {
7537 test -z "$ac_c_werror_flag" ||
7538 test ! -s conftest.err
7539 } && test -s conftest.$ac_objext; then
7540 ac_cv_header_stat_broken=no
7541 else
7542 echo "$as_me: failed program was:" >&5
7543 sed 's/^/| /' conftest.$ac_ext >&5
7545 ac_cv_header_stat_broken=yes
7548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7550 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7551 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7552 if test $ac_cv_header_stat_broken = yes; then
7554 cat >>confdefs.h <<\_ACEOF
7555 #define STAT_MACROS_BROKEN 1
7556 _ACEOF
7566 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7568 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7569 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7570 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7571 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7572 echo $ECHO_N "(cached) $ECHO_C" >&6
7573 else
7574 cat >conftest.$ac_ext <<_ACEOF
7575 /* confdefs.h. */
7576 _ACEOF
7577 cat confdefs.h >>conftest.$ac_ext
7578 cat >>conftest.$ac_ext <<_ACEOF
7579 /* end confdefs.h. */
7580 #include <sys/types.h>
7581 #ifdef HAVE_SYS_PARAM_H
7582 # include <sys/param.h>
7583 #endif
7585 #include <$ac_header>
7586 _ACEOF
7587 rm -f conftest.$ac_objext
7588 if { (ac_try="$ac_compile"
7589 case "(($ac_try" in
7590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7591 *) ac_try_echo=$ac_try;;
7592 esac
7593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7594 (eval "$ac_compile") 2>conftest.er1
7595 ac_status=$?
7596 grep -v '^ *+' conftest.er1 >conftest.err
7597 rm -f conftest.er1
7598 cat conftest.err >&5
7599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7600 (exit $ac_status); } && {
7601 test -z "$ac_c_werror_flag" ||
7602 test ! -s conftest.err
7603 } && test -s conftest.$ac_objext; then
7604 eval "$as_ac_Header=yes"
7605 else
7606 echo "$as_me: failed program was:" >&5
7607 sed 's/^/| /' conftest.$ac_ext >&5
7609 eval "$as_ac_Header=no"
7612 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7614 ac_res=`eval echo '${'$as_ac_Header'}'`
7615 { echo "$as_me:$LINENO: result: $ac_res" >&5
7616 echo "${ECHO_T}$ac_res" >&6; }
7617 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7618 cat >>confdefs.h <<_ACEOF
7619 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7620 _ACEOF
7624 done
7639 for ac_header in \
7640 netinet/ip.h \
7641 net/if.h \
7642 net/if_arp.h \
7643 net/if_dl.h \
7644 net/if_types.h \
7645 net/route.h \
7646 netinet/if_ether.h \
7647 netinet/in_pcb.h \
7648 netinet/ip_icmp.h \
7649 netinet/ip_var.h \
7650 netinet/udp.h \
7651 netipx/ipx.h \
7654 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7655 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7656 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7657 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7658 echo $ECHO_N "(cached) $ECHO_C" >&6
7659 else
7660 cat >conftest.$ac_ext <<_ACEOF
7661 /* confdefs.h. */
7662 _ACEOF
7663 cat confdefs.h >>conftest.$ac_ext
7664 cat >>conftest.$ac_ext <<_ACEOF
7665 /* end confdefs.h. */
7666 #include <sys/types.h>
7667 #ifdef HAVE_SYS_SOCKET_H
7668 # include <sys/socket.h>
7669 #endif
7670 #ifdef HAVE_SYS_SOCKETVAR_H
7671 # include <sys/socketvar.h>
7672 #endif
7673 #ifdef HAVE_NETINET_IN_H
7674 # include <netinet/in.h>
7675 #endif
7676 #ifdef HAVE_NETINET_IP_H
7677 # include <netinet/ip.h>
7678 #endif
7680 #include <$ac_header>
7681 _ACEOF
7682 rm -f conftest.$ac_objext
7683 if { (ac_try="$ac_compile"
7684 case "(($ac_try" in
7685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7686 *) ac_try_echo=$ac_try;;
7687 esac
7688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7689 (eval "$ac_compile") 2>conftest.er1
7690 ac_status=$?
7691 grep -v '^ *+' conftest.er1 >conftest.err
7692 rm -f conftest.er1
7693 cat conftest.err >&5
7694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7695 (exit $ac_status); } && {
7696 test -z "$ac_c_werror_flag" ||
7697 test ! -s conftest.err
7698 } && test -s conftest.$ac_objext; then
7699 eval "$as_ac_Header=yes"
7700 else
7701 echo "$as_me: failed program was:" >&5
7702 sed 's/^/| /' conftest.$ac_ext >&5
7704 eval "$as_ac_Header=no"
7707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7709 ac_res=`eval echo '${'$as_ac_Header'}'`
7710 { echo "$as_me:$LINENO: result: $ac_res" >&5
7711 echo "${ECHO_T}$ac_res" >&6; }
7712 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7713 cat >>confdefs.h <<_ACEOF
7714 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7715 _ACEOF
7719 done
7726 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7728 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7729 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7730 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7731 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7732 echo $ECHO_N "(cached) $ECHO_C" >&6
7733 else
7734 cat >conftest.$ac_ext <<_ACEOF
7735 /* confdefs.h. */
7736 _ACEOF
7737 cat confdefs.h >>conftest.$ac_ext
7738 cat >>conftest.$ac_ext <<_ACEOF
7739 /* end confdefs.h. */
7740 #include <sys/types.h>
7741 #ifdef HAVE_ALIAS_H
7742 # include <alias.h>
7743 #endif
7744 #ifdef HAVE_SYS_SOCKET_H
7745 # include <sys/socket.h>
7746 #endif
7747 #ifdef HAVE_SYS_SOCKETVAR_H
7748 # include <sys/socketvar.h>
7749 #endif
7750 #ifdef HAVE_NETINET_IN_H
7751 # include <netinet/in.h>
7752 #endif
7753 #ifdef HAVE_NETINET_IP_H
7754 # include <netinet/ip.h>
7755 #endif
7756 #ifdef HAVE_NETINET_IP_VAR_H
7757 # include <netinet/ip_var.h>
7758 #endif
7759 #ifdef HAVE_NETINET_IP_ICMP_H
7760 # include <netinet/ip_icmp.h>
7761 #endif
7762 #ifdef HAVE_NETINET_UDP_H
7763 # include <netinet/udp.h>
7764 #endif
7765 #ifdef HAVE_NETINET_TCP_H
7766 # include <netinet/tcp.h>
7767 #endif
7769 #include <$ac_header>
7770 _ACEOF
7771 rm -f conftest.$ac_objext
7772 if { (ac_try="$ac_compile"
7773 case "(($ac_try" in
7774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7775 *) ac_try_echo=$ac_try;;
7776 esac
7777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7778 (eval "$ac_compile") 2>conftest.er1
7779 ac_status=$?
7780 grep -v '^ *+' conftest.er1 >conftest.err
7781 rm -f conftest.er1
7782 cat conftest.err >&5
7783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7784 (exit $ac_status); } && {
7785 test -z "$ac_c_werror_flag" ||
7786 test ! -s conftest.err
7787 } && test -s conftest.$ac_objext; then
7788 eval "$as_ac_Header=yes"
7789 else
7790 echo "$as_me: failed program was:" >&5
7791 sed 's/^/| /' conftest.$ac_ext >&5
7793 eval "$as_ac_Header=no"
7796 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7798 ac_res=`eval echo '${'$as_ac_Header'}'`
7799 { echo "$as_me:$LINENO: result: $ac_res" >&5
7800 echo "${ECHO_T}$ac_res" >&6; }
7801 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7802 cat >>confdefs.h <<_ACEOF
7803 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7804 _ACEOF
7808 done
7812 for ac_header in linux/ipx.h
7814 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7815 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7816 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7817 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7818 echo $ECHO_N "(cached) $ECHO_C" >&6
7819 else
7820 cat >conftest.$ac_ext <<_ACEOF
7821 /* confdefs.h. */
7822 _ACEOF
7823 cat confdefs.h >>conftest.$ac_ext
7824 cat >>conftest.$ac_ext <<_ACEOF
7825 /* end confdefs.h. */
7826 #include <sys/types.h>
7827 #ifdef HAVE_ASM_TYPES_H
7828 # include <asm/types.h>
7829 #endif
7830 #ifdef HAVE_SYS_SOCKET_H
7831 # include <sys/socket.h>
7832 #endif
7834 #include <$ac_header>
7835 _ACEOF
7836 rm -f conftest.$ac_objext
7837 if { (ac_try="$ac_compile"
7838 case "(($ac_try" in
7839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7840 *) ac_try_echo=$ac_try;;
7841 esac
7842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7843 (eval "$ac_compile") 2>conftest.er1
7844 ac_status=$?
7845 grep -v '^ *+' conftest.er1 >conftest.err
7846 rm -f conftest.er1
7847 cat conftest.err >&5
7848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7849 (exit $ac_status); } && {
7850 test -z "$ac_c_werror_flag" ||
7851 test ! -s conftest.err
7852 } && test -s conftest.$ac_objext; then
7853 eval "$as_ac_Header=yes"
7854 else
7855 echo "$as_me: failed program was:" >&5
7856 sed 's/^/| /' conftest.$ac_ext >&5
7858 eval "$as_ac_Header=no"
7861 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7863 ac_res=`eval echo '${'$as_ac_Header'}'`
7864 { echo "$as_me:$LINENO: result: $ac_res" >&5
7865 echo "${ECHO_T}$ac_res" >&6; }
7866 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7867 cat >>confdefs.h <<_ACEOF
7868 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7869 _ACEOF
7873 done
7877 for ac_header in resolv.h
7879 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7880 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7881 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7882 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7883 echo $ECHO_N "(cached) $ECHO_C" >&6
7884 else
7885 cat >conftest.$ac_ext <<_ACEOF
7886 /* confdefs.h. */
7887 _ACEOF
7888 cat confdefs.h >>conftest.$ac_ext
7889 cat >>conftest.$ac_ext <<_ACEOF
7890 /* end confdefs.h. */
7891 #include <sys/types.h>
7892 #ifdef HAVE_SYS_SOCKET_H
7893 # include <sys/socket.h>
7894 #endif
7895 #ifdef HAVE_NETINET_IN_H
7896 # include <netinet/in.h>
7897 #endif
7898 #ifdef HAVE_ARPA_NAMESER_H
7899 # include <arpa/nameser.h>
7900 #endif
7902 #include <$ac_header>
7903 _ACEOF
7904 rm -f conftest.$ac_objext
7905 if { (ac_try="$ac_compile"
7906 case "(($ac_try" in
7907 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7908 *) ac_try_echo=$ac_try;;
7909 esac
7910 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7911 (eval "$ac_compile") 2>conftest.er1
7912 ac_status=$?
7913 grep -v '^ *+' conftest.er1 >conftest.err
7914 rm -f conftest.er1
7915 cat conftest.err >&5
7916 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7917 (exit $ac_status); } && {
7918 test -z "$ac_c_werror_flag" ||
7919 test ! -s conftest.err
7920 } && test -s conftest.$ac_objext; then
7921 eval "$as_ac_Header=yes"
7922 else
7923 echo "$as_me: failed program was:" >&5
7924 sed 's/^/| /' conftest.$ac_ext >&5
7926 eval "$as_ac_Header=no"
7929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7931 ac_res=`eval echo '${'$as_ac_Header'}'`
7932 { echo "$as_me:$LINENO: result: $ac_res" >&5
7933 echo "${ECHO_T}$ac_res" >&6; }
7934 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7935 cat >>confdefs.h <<_ACEOF
7936 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7937 _ACEOF
7941 done
7945 for ac_header in ucontext.h
7947 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7948 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7949 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7950 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7951 echo $ECHO_N "(cached) $ECHO_C" >&6
7952 else
7953 cat >conftest.$ac_ext <<_ACEOF
7954 /* confdefs.h. */
7955 _ACEOF
7956 cat confdefs.h >>conftest.$ac_ext
7957 cat >>conftest.$ac_ext <<_ACEOF
7958 /* end confdefs.h. */
7959 #include <signal.h>
7961 #include <$ac_header>
7962 _ACEOF
7963 rm -f conftest.$ac_objext
7964 if { (ac_try="$ac_compile"
7965 case "(($ac_try" in
7966 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7967 *) ac_try_echo=$ac_try;;
7968 esac
7969 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7970 (eval "$ac_compile") 2>conftest.er1
7971 ac_status=$?
7972 grep -v '^ *+' conftest.er1 >conftest.err
7973 rm -f conftest.er1
7974 cat conftest.err >&5
7975 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7976 (exit $ac_status); } && {
7977 test -z "$ac_c_werror_flag" ||
7978 test ! -s conftest.err
7979 } && test -s conftest.$ac_objext; then
7980 eval "$as_ac_Header=yes"
7981 else
7982 echo "$as_me: failed program was:" >&5
7983 sed 's/^/| /' conftest.$ac_ext >&5
7985 eval "$as_ac_Header=no"
7988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7990 ac_res=`eval echo '${'$as_ac_Header'}'`
7991 { echo "$as_me:$LINENO: result: $ac_res" >&5
7992 echo "${ECHO_T}$ac_res" >&6; }
7993 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7994 cat >>confdefs.h <<_ACEOF
7995 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7996 _ACEOF
8000 done
8004 for ac_header in sys/thr.h
8006 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8007 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8008 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8009 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8010 echo $ECHO_N "(cached) $ECHO_C" >&6
8011 else
8012 cat >conftest.$ac_ext <<_ACEOF
8013 /* confdefs.h. */
8014 _ACEOF
8015 cat confdefs.h >>conftest.$ac_ext
8016 cat >>conftest.$ac_ext <<_ACEOF
8017 /* end confdefs.h. */
8018 #include <sys/types.h>
8019 #ifdef HAVE_UCONTEXT_H
8020 #include <ucontext.h>
8021 #endif
8023 #include <$ac_header>
8024 _ACEOF
8025 rm -f conftest.$ac_objext
8026 if { (ac_try="$ac_compile"
8027 case "(($ac_try" in
8028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8029 *) ac_try_echo=$ac_try;;
8030 esac
8031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8032 (eval "$ac_compile") 2>conftest.er1
8033 ac_status=$?
8034 grep -v '^ *+' conftest.er1 >conftest.err
8035 rm -f conftest.er1
8036 cat conftest.err >&5
8037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8038 (exit $ac_status); } && {
8039 test -z "$ac_c_werror_flag" ||
8040 test ! -s conftest.err
8041 } && test -s conftest.$ac_objext; then
8042 eval "$as_ac_Header=yes"
8043 else
8044 echo "$as_me: failed program was:" >&5
8045 sed 's/^/| /' conftest.$ac_ext >&5
8047 eval "$as_ac_Header=no"
8050 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8052 ac_res=`eval echo '${'$as_ac_Header'}'`
8053 { echo "$as_me:$LINENO: result: $ac_res" >&5
8054 echo "${ECHO_T}$ac_res" >&6; }
8055 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8056 cat >>confdefs.h <<_ACEOF
8057 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8058 _ACEOF
8062 done
8066 for ac_header in pthread_np.h
8068 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8069 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8070 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8071 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8072 echo $ECHO_N "(cached) $ECHO_C" >&6
8073 else
8074 cat >conftest.$ac_ext <<_ACEOF
8075 /* confdefs.h. */
8076 _ACEOF
8077 cat confdefs.h >>conftest.$ac_ext
8078 cat >>conftest.$ac_ext <<_ACEOF
8079 /* end confdefs.h. */
8080 #ifdef HAVE_PTHREAD_H
8081 #include <pthread.h>
8082 #endif
8084 #include <$ac_header>
8085 _ACEOF
8086 rm -f conftest.$ac_objext
8087 if { (ac_try="$ac_compile"
8088 case "(($ac_try" in
8089 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8090 *) ac_try_echo=$ac_try;;
8091 esac
8092 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8093 (eval "$ac_compile") 2>conftest.er1
8094 ac_status=$?
8095 grep -v '^ *+' conftest.er1 >conftest.err
8096 rm -f conftest.er1
8097 cat conftest.err >&5
8098 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8099 (exit $ac_status); } && {
8100 test -z "$ac_c_werror_flag" ||
8101 test ! -s conftest.err
8102 } && test -s conftest.$ac_objext; then
8103 eval "$as_ac_Header=yes"
8104 else
8105 echo "$as_me: failed program was:" >&5
8106 sed 's/^/| /' conftest.$ac_ext >&5
8108 eval "$as_ac_Header=no"
8111 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8113 ac_res=`eval echo '${'$as_ac_Header'}'`
8114 { echo "$as_me:$LINENO: result: $ac_res" >&5
8115 echo "${ECHO_T}$ac_res" >&6; }
8116 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8117 cat >>confdefs.h <<_ACEOF
8118 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8119 _ACEOF
8123 done
8127 for ac_header in linux/videodev.h
8129 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8130 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8131 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8132 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8133 echo $ECHO_N "(cached) $ECHO_C" >&6
8134 else
8135 cat >conftest.$ac_ext <<_ACEOF
8136 /* confdefs.h. */
8137 _ACEOF
8138 cat confdefs.h >>conftest.$ac_ext
8139 cat >>conftest.$ac_ext <<_ACEOF
8140 /* end confdefs.h. */
8141 #ifdef HAVE_SYS_TIME_H
8142 #include <sys/time.h>
8143 #endif
8144 #include <sys/types.h>
8145 #ifdef HAVE_ASM_TYPES_H
8146 #include <asm/types.h>
8147 #endif
8149 #include <$ac_header>
8150 _ACEOF
8151 rm -f conftest.$ac_objext
8152 if { (ac_try="$ac_compile"
8153 case "(($ac_try" in
8154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8155 *) ac_try_echo=$ac_try;;
8156 esac
8157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8158 (eval "$ac_compile") 2>conftest.er1
8159 ac_status=$?
8160 grep -v '^ *+' conftest.er1 >conftest.err
8161 rm -f conftest.er1
8162 cat conftest.err >&5
8163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8164 (exit $ac_status); } && {
8165 test -z "$ac_c_werror_flag" ||
8166 test ! -s conftest.err
8167 } && test -s conftest.$ac_objext; then
8168 eval "$as_ac_Header=yes"
8169 else
8170 echo "$as_me: failed program was:" >&5
8171 sed 's/^/| /' conftest.$ac_ext >&5
8173 eval "$as_ac_Header=no"
8176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8178 ac_res=`eval echo '${'$as_ac_Header'}'`
8179 { echo "$as_me:$LINENO: result: $ac_res" >&5
8180 echo "${ECHO_T}$ac_res" >&6; }
8181 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8182 cat >>confdefs.h <<_ACEOF
8183 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8184 _ACEOF
8188 done
8192 for ac_header in linux/capi.h
8194 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8195 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8196 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8197 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8198 echo $ECHO_N "(cached) $ECHO_C" >&6
8199 else
8200 cat >conftest.$ac_ext <<_ACEOF
8201 /* confdefs.h. */
8202 _ACEOF
8203 cat confdefs.h >>conftest.$ac_ext
8204 cat >>conftest.$ac_ext <<_ACEOF
8205 /* end confdefs.h. */
8206 #define __user
8208 #include <$ac_header>
8209 _ACEOF
8210 rm -f conftest.$ac_objext
8211 if { (ac_try="$ac_compile"
8212 case "(($ac_try" in
8213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8214 *) ac_try_echo=$ac_try;;
8215 esac
8216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8217 (eval "$ac_compile") 2>conftest.er1
8218 ac_status=$?
8219 grep -v '^ *+' conftest.er1 >conftest.err
8220 rm -f conftest.er1
8221 cat conftest.err >&5
8222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8223 (exit $ac_status); } && {
8224 test -z "$ac_c_werror_flag" ||
8225 test ! -s conftest.err
8226 } && test -s conftest.$ac_objext; then
8227 eval "$as_ac_Header=yes"
8228 else
8229 echo "$as_me: failed program was:" >&5
8230 sed 's/^/| /' conftest.$ac_ext >&5
8232 eval "$as_ac_Header=no"
8235 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8237 ac_res=`eval echo '${'$as_ac_Header'}'`
8238 { echo "$as_me:$LINENO: result: $ac_res" >&5
8239 echo "${ECHO_T}$ac_res" >&6; }
8240 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8241 cat >>confdefs.h <<_ACEOF
8242 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8243 _ACEOF
8247 done
8251 DLLEXT=""
8253 DLLFLAGS="-D_REENTRANT"
8255 LDSHARED=""
8257 LDDLLFLAGS=""
8259 LIBEXT="so"
8261 IMPLIBEXT="def"
8263 LDRPATH_INSTALL=""
8265 LDRPATH_LOCAL=""
8267 # Extract the first word of "ldd", so it can be a program name with args.
8268 set dummy ldd; ac_word=$2
8269 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8270 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8271 if test "${ac_cv_path_LDD+set}" = set; then
8272 echo $ECHO_N "(cached) $ECHO_C" >&6
8273 else
8274 case $LDD in
8275 [\\/]* | ?:[\\/]*)
8276 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8279 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8280 as_dummy="/sbin:/usr/sbin:$PATH"
8281 for as_dir in $as_dummy
8283 IFS=$as_save_IFS
8284 test -z "$as_dir" && as_dir=.
8285 for ac_exec_ext in '' $ac_executable_extensions; do
8286 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8287 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8288 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8289 break 2
8291 done
8292 done
8293 IFS=$as_save_IFS
8295 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8297 esac
8299 LDD=$ac_cv_path_LDD
8300 if test -n "$LDD"; then
8301 { echo "$as_me:$LINENO: result: $LDD" >&5
8302 echo "${ECHO_T}$LDD" >&6; }
8303 else
8304 { echo "$as_me:$LINENO: result: no" >&5
8305 echo "${ECHO_T}no" >&6; }
8310 case $host_os in
8311 cygwin*|mingw32*)
8312 if test -n "$ac_tool_prefix"; then
8313 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8314 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8315 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8316 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8317 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8318 echo $ECHO_N "(cached) $ECHO_C" >&6
8319 else
8320 if test -n "$DLLTOOL"; then
8321 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8322 else
8323 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8324 for as_dir in $PATH
8326 IFS=$as_save_IFS
8327 test -z "$as_dir" && as_dir=.
8328 for ac_exec_ext in '' $ac_executable_extensions; do
8329 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8330 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8331 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8332 break 2
8334 done
8335 done
8336 IFS=$as_save_IFS
8340 DLLTOOL=$ac_cv_prog_DLLTOOL
8341 if test -n "$DLLTOOL"; then
8342 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8343 echo "${ECHO_T}$DLLTOOL" >&6; }
8344 else
8345 { echo "$as_me:$LINENO: result: no" >&5
8346 echo "${ECHO_T}no" >&6; }
8351 if test -z "$ac_cv_prog_DLLTOOL"; then
8352 ac_ct_DLLTOOL=$DLLTOOL
8353 # Extract the first word of "dlltool", so it can be a program name with args.
8354 set dummy dlltool; ac_word=$2
8355 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8356 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8357 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8358 echo $ECHO_N "(cached) $ECHO_C" >&6
8359 else
8360 if test -n "$ac_ct_DLLTOOL"; then
8361 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8362 else
8363 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8364 for as_dir in $PATH
8366 IFS=$as_save_IFS
8367 test -z "$as_dir" && as_dir=.
8368 for ac_exec_ext in '' $ac_executable_extensions; do
8369 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8370 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8371 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8372 break 2
8374 done
8375 done
8376 IFS=$as_save_IFS
8380 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8381 if test -n "$ac_ct_DLLTOOL"; then
8382 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8383 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8384 else
8385 { echo "$as_me:$LINENO: result: no" >&5
8386 echo "${ECHO_T}no" >&6; }
8389 if test "x$ac_ct_DLLTOOL" = x; then
8390 DLLTOOL="false"
8391 else
8392 case $cross_compiling:$ac_tool_warned in
8393 yes:)
8394 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8395 whose name does not start with the host triplet. If you think this
8396 configuration is useful to you, please write to autoconf@gnu.org." >&5
8397 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8398 whose name does not start with the host triplet. If you think this
8399 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8400 ac_tool_warned=yes ;;
8401 esac
8402 DLLTOOL=$ac_ct_DLLTOOL
8404 else
8405 DLLTOOL="$ac_cv_prog_DLLTOOL"
8408 if test -n "$ac_tool_prefix"; then
8409 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8410 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8411 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8412 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8413 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8414 echo $ECHO_N "(cached) $ECHO_C" >&6
8415 else
8416 if test -n "$DLLWRAP"; then
8417 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8418 else
8419 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8420 for as_dir in $PATH
8422 IFS=$as_save_IFS
8423 test -z "$as_dir" && as_dir=.
8424 for ac_exec_ext in '' $ac_executable_extensions; do
8425 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8426 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8427 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8428 break 2
8430 done
8431 done
8432 IFS=$as_save_IFS
8436 DLLWRAP=$ac_cv_prog_DLLWRAP
8437 if test -n "$DLLWRAP"; then
8438 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8439 echo "${ECHO_T}$DLLWRAP" >&6; }
8440 else
8441 { echo "$as_me:$LINENO: result: no" >&5
8442 echo "${ECHO_T}no" >&6; }
8447 if test -z "$ac_cv_prog_DLLWRAP"; then
8448 ac_ct_DLLWRAP=$DLLWRAP
8449 # Extract the first word of "dllwrap", so it can be a program name with args.
8450 set dummy dllwrap; ac_word=$2
8451 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8452 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8453 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8454 echo $ECHO_N "(cached) $ECHO_C" >&6
8455 else
8456 if test -n "$ac_ct_DLLWRAP"; then
8457 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8458 else
8459 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8460 for as_dir in $PATH
8462 IFS=$as_save_IFS
8463 test -z "$as_dir" && as_dir=.
8464 for ac_exec_ext in '' $ac_executable_extensions; do
8465 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8466 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8467 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8468 break 2
8470 done
8471 done
8472 IFS=$as_save_IFS
8476 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8477 if test -n "$ac_ct_DLLWRAP"; then
8478 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8479 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8480 else
8481 { echo "$as_me:$LINENO: result: no" >&5
8482 echo "${ECHO_T}no" >&6; }
8485 if test "x$ac_ct_DLLWRAP" = x; then
8486 DLLWRAP="false"
8487 else
8488 case $cross_compiling:$ac_tool_warned in
8489 yes:)
8490 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8491 whose name does not start with the host triplet. If you think this
8492 configuration is useful to you, please write to autoconf@gnu.org." >&5
8493 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8494 whose name does not start with the host triplet. If you think this
8495 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8496 ac_tool_warned=yes ;;
8497 esac
8498 DLLWRAP=$ac_ct_DLLWRAP
8500 else
8501 DLLWRAP="$ac_cv_prog_DLLWRAP"
8504 if test -n "$ac_tool_prefix"; then
8505 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8506 set dummy ${ac_tool_prefix}ar; ac_word=$2
8507 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8508 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8509 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8510 echo $ECHO_N "(cached) $ECHO_C" >&6
8511 else
8512 if test -n "$MINGWAR"; then
8513 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8514 else
8515 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8516 for as_dir in $PATH
8518 IFS=$as_save_IFS
8519 test -z "$as_dir" && as_dir=.
8520 for ac_exec_ext in '' $ac_executable_extensions; do
8521 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8522 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8523 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8524 break 2
8526 done
8527 done
8528 IFS=$as_save_IFS
8532 MINGWAR=$ac_cv_prog_MINGWAR
8533 if test -n "$MINGWAR"; then
8534 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8535 echo "${ECHO_T}$MINGWAR" >&6; }
8536 else
8537 { echo "$as_me:$LINENO: result: no" >&5
8538 echo "${ECHO_T}no" >&6; }
8543 if test -z "$ac_cv_prog_MINGWAR"; then
8544 ac_ct_MINGWAR=$MINGWAR
8545 # Extract the first word of "ar", so it can be a program name with args.
8546 set dummy ar; ac_word=$2
8547 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8548 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8549 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8550 echo $ECHO_N "(cached) $ECHO_C" >&6
8551 else
8552 if test -n "$ac_ct_MINGWAR"; then
8553 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8554 else
8555 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8556 for as_dir in $PATH
8558 IFS=$as_save_IFS
8559 test -z "$as_dir" && as_dir=.
8560 for ac_exec_ext in '' $ac_executable_extensions; do
8561 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8562 ac_cv_prog_ac_ct_MINGWAR="ar"
8563 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8564 break 2
8566 done
8567 done
8568 IFS=$as_save_IFS
8572 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8573 if test -n "$ac_ct_MINGWAR"; then
8574 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8575 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8576 else
8577 { echo "$as_me:$LINENO: result: no" >&5
8578 echo "${ECHO_T}no" >&6; }
8581 if test "x$ac_ct_MINGWAR" = x; then
8582 MINGWAR="false"
8583 else
8584 case $cross_compiling:$ac_tool_warned in
8585 yes:)
8586 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8587 whose name does not start with the host triplet. If you think this
8588 configuration is useful to you, please write to autoconf@gnu.org." >&5
8589 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8590 whose name does not start with the host triplet. If you think this
8591 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8592 ac_tool_warned=yes ;;
8593 esac
8594 MINGWAR=$ac_ct_MINGWAR
8596 else
8597 MINGWAR="$ac_cv_prog_MINGWAR"
8600 if test "$DLLWRAP" = "false"; then
8601 LIBEXT="a"
8602 else
8603 LIBEXT="dll"
8605 IMPLIBEXT="a"
8606 WIN16_FILES=""
8607 WIN16_INSTALL=""
8608 enable_iphlpapi=${enable_iphlpapi:-no}
8609 enable_kernel32=${enable_kernel32:-no}
8610 enable_msvcrt=${enable_msvcrt:-no}
8611 enable_ntdll=${enable_ntdll:-no}
8612 enable_ws2_32=${enable_ws2_32:-no}
8613 enable_loader=${enable_loader:-no}
8614 enable_server=${enable_server:-no}
8616 darwin*|macosx*)
8617 DLLEXT=".so"
8618 LIBEXT="dylib"
8619 DLLFLAGS="$DLLFLAGS -fPIC"
8620 LDDLLFLAGS="-bundle -multiply_defined suppress"
8621 LIBWINE_LDFLAGS="-multiply_defined suppress"
8622 LDSHARED="\$(CC) -dynamiclib"
8623 STRIP="$STRIP -x"
8624 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8625 SECURITYLIB="-framework Security -framework CoreFoundation"
8627 COREFOUNDATIONLIB="-framework CoreFoundation"
8629 IOKITLIB="-framework IOKit -framework CoreFoundation"
8631 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8633 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8634 then
8635 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8638 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8639 then
8640 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8643 case $host_cpu in
8644 *powerpc*)
8645 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8646 esac
8647 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8648 then
8649 CARBONLIB="-framework Carbon"
8651 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8655 DLLFLAGS="$DLLFLAGS -fPIC"
8656 DLLEXT=".so"
8657 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8658 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8659 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8660 echo $ECHO_N "(cached) $ECHO_C" >&6
8661 else
8662 ac_wine_try_cflags_saved=$CFLAGS
8663 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8664 cat >conftest.$ac_ext <<_ACEOF
8665 void myfunc() {}
8666 _ACEOF
8667 rm -f conftest.$ac_objext conftest$ac_exeext
8668 if { (ac_try="$ac_link"
8669 case "(($ac_try" in
8670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8671 *) ac_try_echo=$ac_try;;
8672 esac
8673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8674 (eval "$ac_link") 2>conftest.er1
8675 ac_status=$?
8676 grep -v '^ *+' conftest.er1 >conftest.err
8677 rm -f conftest.er1
8678 cat conftest.err >&5
8679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8680 (exit $ac_status); } && {
8681 test -z "$ac_c_werror_flag" ||
8682 test ! -s conftest.err
8683 } && test -s conftest$ac_exeext &&
8684 $as_test_x conftest$ac_exeext; then
8685 ac_cv_c_dll_gnuelf="yes"
8686 else
8687 echo "$as_me: failed program was:" >&5
8688 sed 's/^/| /' conftest.$ac_ext >&5
8690 ac_cv_c_dll_gnuelf="no"
8693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8694 conftest$ac_exeext conftest.$ac_ext
8695 CFLAGS=$ac_wine_try_cflags_saved
8697 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8698 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8699 if test "$ac_cv_c_dll_gnuelf" = "yes"
8700 then
8701 LDSHARED="\$(CC) -shared"
8702 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8703 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8704 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8705 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8706 echo $ECHO_N "(cached) $ECHO_C" >&6
8707 else
8708 ac_wine_try_cflags_saved=$CFLAGS
8709 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8710 cat >conftest.$ac_ext <<_ACEOF
8711 /* confdefs.h. */
8712 _ACEOF
8713 cat confdefs.h >>conftest.$ac_ext
8714 cat >>conftest.$ac_ext <<_ACEOF
8715 /* end confdefs.h. */
8718 main ()
8722 return 0;
8724 _ACEOF
8725 rm -f conftest.$ac_objext conftest$ac_exeext
8726 if { (ac_try="$ac_link"
8727 case "(($ac_try" in
8728 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8729 *) ac_try_echo=$ac_try;;
8730 esac
8731 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8732 (eval "$ac_link") 2>conftest.er1
8733 ac_status=$?
8734 grep -v '^ *+' conftest.er1 >conftest.err
8735 rm -f conftest.er1
8736 cat conftest.err >&5
8737 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8738 (exit $ac_status); } && {
8739 test -z "$ac_c_werror_flag" ||
8740 test ! -s conftest.err
8741 } && test -s conftest$ac_exeext &&
8742 $as_test_x conftest$ac_exeext; then
8743 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8744 else
8745 echo "$as_me: failed program was:" >&5
8746 sed 's/^/| /' conftest.$ac_ext >&5
8748 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8751 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8752 conftest$ac_exeext conftest.$ac_ext
8753 CFLAGS=$ac_wine_try_cflags_saved
8755 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8756 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8757 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8758 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8759 else
8760 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8761 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8762 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8763 echo $ECHO_N "(cached) $ECHO_C" >&6
8764 else
8765 ac_wine_try_cflags_saved=$CFLAGS
8766 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8767 cat >conftest.$ac_ext <<_ACEOF
8768 /* confdefs.h. */
8769 _ACEOF
8770 cat confdefs.h >>conftest.$ac_ext
8771 cat >>conftest.$ac_ext <<_ACEOF
8772 /* end confdefs.h. */
8775 main ()
8779 return 0;
8781 _ACEOF
8782 rm -f conftest.$ac_objext conftest$ac_exeext
8783 if { (ac_try="$ac_link"
8784 case "(($ac_try" in
8785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8786 *) ac_try_echo=$ac_try;;
8787 esac
8788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8789 (eval "$ac_link") 2>conftest.er1
8790 ac_status=$?
8791 grep -v '^ *+' conftest.er1 >conftest.err
8792 rm -f conftest.er1
8793 cat conftest.err >&5
8794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8795 (exit $ac_status); } && {
8796 test -z "$ac_c_werror_flag" ||
8797 test ! -s conftest.err
8798 } && test -s conftest$ac_exeext &&
8799 $as_test_x conftest$ac_exeext; then
8800 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8801 else
8802 echo "$as_me: failed program was:" >&5
8803 sed 's/^/| /' conftest.$ac_ext >&5
8805 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8808 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8809 conftest$ac_exeext conftest.$ac_ext
8810 CFLAGS=$ac_wine_try_cflags_saved
8812 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8813 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8814 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8815 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8821 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8822 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8823 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8824 echo $ECHO_N "(cached) $ECHO_C" >&6
8825 else
8826 ac_wine_try_cflags_saved=$CFLAGS
8827 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8828 cat >conftest.$ac_ext <<_ACEOF
8829 /* confdefs.h. */
8830 _ACEOF
8831 cat confdefs.h >>conftest.$ac_ext
8832 cat >>conftest.$ac_ext <<_ACEOF
8833 /* end confdefs.h. */
8836 main ()
8840 return 0;
8842 _ACEOF
8843 rm -f conftest.$ac_objext conftest$ac_exeext
8844 if { (ac_try="$ac_link"
8845 case "(($ac_try" in
8846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8847 *) ac_try_echo=$ac_try;;
8848 esac
8849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8850 (eval "$ac_link") 2>conftest.er1
8851 ac_status=$?
8852 grep -v '^ *+' conftest.er1 >conftest.err
8853 rm -f conftest.er1
8854 cat conftest.err >&5
8855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8856 (exit $ac_status); } && {
8857 test -z "$ac_c_werror_flag" ||
8858 test ! -s conftest.err
8859 } && test -s conftest$ac_exeext &&
8860 $as_test_x conftest$ac_exeext; then
8861 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8862 else
8863 echo "$as_me: failed program was:" >&5
8864 sed 's/^/| /' conftest.$ac_ext >&5
8866 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8869 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8870 conftest$ac_exeext conftest.$ac_ext
8871 CFLAGS=$ac_wine_try_cflags_saved
8873 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8874 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8875 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8876 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8880 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8881 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8882 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8883 echo $ECHO_N "(cached) $ECHO_C" >&6
8884 else
8885 ac_wine_try_cflags_saved=$CFLAGS
8886 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8887 cat >conftest.$ac_ext <<_ACEOF
8888 /* confdefs.h. */
8889 _ACEOF
8890 cat confdefs.h >>conftest.$ac_ext
8891 cat >>conftest.$ac_ext <<_ACEOF
8892 /* end confdefs.h. */
8895 main ()
8899 return 0;
8901 _ACEOF
8902 rm -f conftest.$ac_objext conftest$ac_exeext
8903 if { (ac_try="$ac_link"
8904 case "(($ac_try" in
8905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8906 *) ac_try_echo=$ac_try;;
8907 esac
8908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8909 (eval "$ac_link") 2>conftest.er1
8910 ac_status=$?
8911 grep -v '^ *+' conftest.er1 >conftest.err
8912 rm -f conftest.er1
8913 cat conftest.err >&5
8914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8915 (exit $ac_status); } && {
8916 test -z "$ac_c_werror_flag" ||
8917 test ! -s conftest.err
8918 } && test -s conftest$ac_exeext &&
8919 $as_test_x conftest$ac_exeext; then
8920 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8921 else
8922 echo "$as_me: failed program was:" >&5
8923 sed 's/^/| /' conftest.$ac_ext >&5
8925 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8928 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8929 conftest$ac_exeext conftest.$ac_ext
8930 CFLAGS=$ac_wine_try_cflags_saved
8932 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8933 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8934 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8935 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8939 echo '{ global: *; };' >conftest.map
8940 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8941 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8942 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8943 echo $ECHO_N "(cached) $ECHO_C" >&6
8944 else
8945 ac_wine_try_cflags_saved=$CFLAGS
8946 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8947 cat >conftest.$ac_ext <<_ACEOF
8948 /* confdefs.h. */
8949 _ACEOF
8950 cat confdefs.h >>conftest.$ac_ext
8951 cat >>conftest.$ac_ext <<_ACEOF
8952 /* end confdefs.h. */
8955 main ()
8959 return 0;
8961 _ACEOF
8962 rm -f conftest.$ac_objext conftest$ac_exeext
8963 if { (ac_try="$ac_link"
8964 case "(($ac_try" in
8965 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8966 *) ac_try_echo=$ac_try;;
8967 esac
8968 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8969 (eval "$ac_link") 2>conftest.er1
8970 ac_status=$?
8971 grep -v '^ *+' conftest.er1 >conftest.err
8972 rm -f conftest.er1
8973 cat conftest.err >&5
8974 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8975 (exit $ac_status); } && {
8976 test -z "$ac_c_werror_flag" ||
8977 test ! -s conftest.err
8978 } && test -s conftest$ac_exeext &&
8979 $as_test_x conftest$ac_exeext; then
8980 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8981 else
8982 echo "$as_me: failed program was:" >&5
8983 sed 's/^/| /' conftest.$ac_ext >&5
8985 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8989 conftest$ac_exeext conftest.$ac_ext
8990 CFLAGS=$ac_wine_try_cflags_saved
8992 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8993 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8994 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8995 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8998 rm -f conftest.map
9000 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9001 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
9002 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9003 echo $ECHO_N "(cached) $ECHO_C" >&6
9004 else
9005 ac_wine_try_cflags_saved=$CFLAGS
9006 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9007 cat >conftest.$ac_ext <<_ACEOF
9008 /* confdefs.h. */
9009 _ACEOF
9010 cat confdefs.h >>conftest.$ac_ext
9011 cat >>conftest.$ac_ext <<_ACEOF
9012 /* end confdefs.h. */
9015 main ()
9019 return 0;
9021 _ACEOF
9022 rm -f conftest.$ac_objext conftest$ac_exeext
9023 if { (ac_try="$ac_link"
9024 case "(($ac_try" in
9025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9026 *) ac_try_echo=$ac_try;;
9027 esac
9028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9029 (eval "$ac_link") 2>conftest.er1
9030 ac_status=$?
9031 grep -v '^ *+' conftest.er1 >conftest.err
9032 rm -f conftest.er1
9033 cat conftest.err >&5
9034 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9035 (exit $ac_status); } && {
9036 test -z "$ac_c_werror_flag" ||
9037 test ! -s conftest.err
9038 } && test -s conftest$ac_exeext &&
9039 $as_test_x conftest$ac_exeext; then
9040 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9041 else
9042 echo "$as_me: failed program was:" >&5
9043 sed 's/^/| /' conftest.$ac_ext >&5
9045 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9048 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9049 conftest$ac_exeext conftest.$ac_ext
9050 CFLAGS=$ac_wine_try_cflags_saved
9052 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9053 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9054 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9055 LDEXECFLAGS="-Wl,--export-dynamic"
9060 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9061 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9062 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9063 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9064 echo $ECHO_N "(cached) $ECHO_C" >&6
9065 else
9066 ac_wine_try_cflags_saved=$CFLAGS
9067 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9068 cat >conftest.$ac_ext <<_ACEOF
9069 /* confdefs.h. */
9070 _ACEOF
9071 cat confdefs.h >>conftest.$ac_ext
9072 cat >>conftest.$ac_ext <<_ACEOF
9073 /* end confdefs.h. */
9076 main ()
9080 return 0;
9082 _ACEOF
9083 rm -f conftest.$ac_objext conftest$ac_exeext
9084 if { (ac_try="$ac_link"
9085 case "(($ac_try" in
9086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9087 *) ac_try_echo=$ac_try;;
9088 esac
9089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9090 (eval "$ac_link") 2>conftest.er1
9091 ac_status=$?
9092 grep -v '^ *+' conftest.er1 >conftest.err
9093 rm -f conftest.er1
9094 cat conftest.err >&5
9095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9096 (exit $ac_status); } && {
9097 test -z "$ac_c_werror_flag" ||
9098 test ! -s conftest.err
9099 } && test -s conftest$ac_exeext &&
9100 $as_test_x conftest$ac_exeext; then
9101 eval "$as_ac_var=yes"
9102 else
9103 echo "$as_me: failed program was:" >&5
9104 sed 's/^/| /' conftest.$ac_ext >&5
9106 eval "$as_ac_var=no"
9109 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9110 conftest$ac_exeext conftest.$ac_ext
9111 CFLAGS=$ac_wine_try_cflags_saved
9113 ac_res=`eval echo '${'$as_ac_var'}'`
9114 { echo "$as_me:$LINENO: result: $ac_res" >&5
9115 echo "${ECHO_T}$ac_res" >&6; }
9116 if test `eval echo '${'$as_ac_var'}'` = yes; then
9117 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9118 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9119 else
9120 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9121 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9122 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9123 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9124 echo $ECHO_N "(cached) $ECHO_C" >&6
9125 else
9126 ac_wine_try_cflags_saved=$CFLAGS
9127 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9128 cat >conftest.$ac_ext <<_ACEOF
9129 /* confdefs.h. */
9130 _ACEOF
9131 cat confdefs.h >>conftest.$ac_ext
9132 cat >>conftest.$ac_ext <<_ACEOF
9133 /* end confdefs.h. */
9136 main ()
9140 return 0;
9142 _ACEOF
9143 rm -f conftest.$ac_objext conftest$ac_exeext
9144 if { (ac_try="$ac_link"
9145 case "(($ac_try" in
9146 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9147 *) ac_try_echo=$ac_try;;
9148 esac
9149 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9150 (eval "$ac_link") 2>conftest.er1
9151 ac_status=$?
9152 grep -v '^ *+' conftest.er1 >conftest.err
9153 rm -f conftest.er1
9154 cat conftest.err >&5
9155 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9156 (exit $ac_status); } && {
9157 test -z "$ac_c_werror_flag" ||
9158 test ! -s conftest.err
9159 } && test -s conftest$ac_exeext &&
9160 $as_test_x conftest$ac_exeext; then
9161 eval "$as_ac_var=yes"
9162 else
9163 echo "$as_me: failed program was:" >&5
9164 sed 's/^/| /' conftest.$ac_ext >&5
9166 eval "$as_ac_var=no"
9169 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9170 conftest$ac_exeext conftest.$ac_ext
9171 CFLAGS=$ac_wine_try_cflags_saved
9173 ac_res=`eval echo '${'$as_ac_var'}'`
9174 { echo "$as_me:$LINENO: result: $ac_res" >&5
9175 echo "${ECHO_T}$ac_res" >&6; }
9176 if test `eval echo '${'$as_ac_var'}'` = yes; then
9177 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9178 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9184 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9185 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9186 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9187 echo $ECHO_N "(cached) $ECHO_C" >&6
9188 else
9189 ac_wine_try_cflags_saved=$CFLAGS
9190 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9191 cat >conftest.$ac_ext <<_ACEOF
9192 /* confdefs.h. */
9193 _ACEOF
9194 cat confdefs.h >>conftest.$ac_ext
9195 cat >>conftest.$ac_ext <<_ACEOF
9196 /* end confdefs.h. */
9199 main ()
9203 return 0;
9205 _ACEOF
9206 rm -f conftest.$ac_objext conftest$ac_exeext
9207 if { (ac_try="$ac_link"
9208 case "(($ac_try" in
9209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9210 *) ac_try_echo=$ac_try;;
9211 esac
9212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9213 (eval "$ac_link") 2>conftest.er1
9214 ac_status=$?
9215 grep -v '^ *+' conftest.er1 >conftest.err
9216 rm -f conftest.er1
9217 cat conftest.err >&5
9218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9219 (exit $ac_status); } && {
9220 test -z "$ac_c_werror_flag" ||
9221 test ! -s conftest.err
9222 } && test -s conftest$ac_exeext &&
9223 $as_test_x conftest$ac_exeext; then
9224 ac_cv_cflags__Wl___enable_new_dtags=yes
9225 else
9226 echo "$as_me: failed program was:" >&5
9227 sed 's/^/| /' conftest.$ac_ext >&5
9229 ac_cv_cflags__Wl___enable_new_dtags=no
9232 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9233 conftest$ac_exeext conftest.$ac_ext
9234 CFLAGS=$ac_wine_try_cflags_saved
9236 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9237 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9238 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9239 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9243 case $host_cpu in
9244 *i[3456789]86* | x86_64)
9245 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9246 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9247 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9248 echo $ECHO_N "(cached) $ECHO_C" >&6
9249 else
9250 ac_wine_try_cflags_saved=$CFLAGS
9251 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9252 cat >conftest.$ac_ext <<_ACEOF
9253 /* confdefs.h. */
9254 _ACEOF
9255 cat confdefs.h >>conftest.$ac_ext
9256 cat >>conftest.$ac_ext <<_ACEOF
9257 /* end confdefs.h. */
9260 main ()
9264 return 0;
9266 _ACEOF
9267 rm -f conftest.$ac_objext conftest$ac_exeext
9268 if { (ac_try="$ac_link"
9269 case "(($ac_try" in
9270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9271 *) ac_try_echo=$ac_try;;
9272 esac
9273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9274 (eval "$ac_link") 2>conftest.er1
9275 ac_status=$?
9276 grep -v '^ *+' conftest.er1 >conftest.err
9277 rm -f conftest.er1
9278 cat conftest.err >&5
9279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9280 (exit $ac_status); } && {
9281 test -z "$ac_c_werror_flag" ||
9282 test ! -s conftest.err
9283 } && test -s conftest$ac_exeext &&
9284 $as_test_x conftest$ac_exeext; then
9285 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9286 else
9287 echo "$as_me: failed program was:" >&5
9288 sed 's/^/| /' conftest.$ac_ext >&5
9290 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9293 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9294 conftest$ac_exeext conftest.$ac_ext
9295 CFLAGS=$ac_wine_try_cflags_saved
9297 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9298 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9299 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9300 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9304 esac
9306 else
9307 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9308 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9309 if test "${ac_cv_c_dll_unixware+set}" = set; then
9310 echo $ECHO_N "(cached) $ECHO_C" >&6
9311 else
9312 ac_wine_try_cflags_saved=$CFLAGS
9313 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9314 cat >conftest.$ac_ext <<_ACEOF
9315 void myfunc() {}
9316 _ACEOF
9317 rm -f conftest.$ac_objext conftest$ac_exeext
9318 if { (ac_try="$ac_link"
9319 case "(($ac_try" in
9320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9321 *) ac_try_echo=$ac_try;;
9322 esac
9323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9324 (eval "$ac_link") 2>conftest.er1
9325 ac_status=$?
9326 grep -v '^ *+' conftest.er1 >conftest.err
9327 rm -f conftest.er1
9328 cat conftest.err >&5
9329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9330 (exit $ac_status); } && {
9331 test -z "$ac_c_werror_flag" ||
9332 test ! -s conftest.err
9333 } && test -s conftest$ac_exeext &&
9334 $as_test_x conftest$ac_exeext; then
9335 ac_cv_c_dll_unixware="yes"
9336 else
9337 echo "$as_me: failed program was:" >&5
9338 sed 's/^/| /' conftest.$ac_ext >&5
9340 ac_cv_c_dll_unixware="no"
9343 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9344 conftest$ac_exeext conftest.$ac_ext
9345 CFLAGS=$ac_wine_try_cflags_saved
9347 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9348 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9349 if test "$ac_cv_c_dll_unixware" = "yes"
9350 then
9351 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9352 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9354 else
9355 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9356 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9357 if test "${ac_cv_c_dll_hpux+set}" = set; then
9358 echo $ECHO_N "(cached) $ECHO_C" >&6
9359 else
9360 ac_wine_try_cflags_saved=$CFLAGS
9361 CFLAGS="$CFLAGS -shared"
9362 cat >conftest.$ac_ext <<_ACEOF
9363 void myfunc() {}
9364 _ACEOF
9365 rm -f conftest.$ac_objext conftest$ac_exeext
9366 if { (ac_try="$ac_link"
9367 case "(($ac_try" in
9368 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9369 *) ac_try_echo=$ac_try;;
9370 esac
9371 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9372 (eval "$ac_link") 2>conftest.er1
9373 ac_status=$?
9374 grep -v '^ *+' conftest.er1 >conftest.err
9375 rm -f conftest.er1
9376 cat conftest.err >&5
9377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9378 (exit $ac_status); } && {
9379 test -z "$ac_c_werror_flag" ||
9380 test ! -s conftest.err
9381 } && test -s conftest$ac_exeext &&
9382 $as_test_x conftest$ac_exeext; then
9383 ac_cv_c_dll_hpux="yes"
9384 else
9385 echo "$as_me: failed program was:" >&5
9386 sed 's/^/| /' conftest.$ac_ext >&5
9388 ac_cv_c_dll_hpux="no"
9391 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9392 conftest$ac_exeext conftest.$ac_ext
9393 CFLAGS=$ac_wine_try_cflags_saved
9395 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9396 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9397 if test "$ac_cv_c_dll_hpux" = "yes"
9398 then
9399 LIBEXT="sl"
9400 DLLEXT=".sl"
9401 LDDLLFLAGS="-shared -fPIC"
9402 LDSHARED="\$(CC) -shared"
9407 CROSSTEST=""
9409 if test "$cross_compiling" = "no"
9410 then
9411 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
9413 # Extract the first word of "$ac_prog", so it can be a program name with args.
9414 set dummy $ac_prog; ac_word=$2
9415 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9416 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9417 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9418 echo $ECHO_N "(cached) $ECHO_C" >&6
9419 else
9420 if test -n "$CROSSCC"; then
9421 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9422 else
9423 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9424 for as_dir in $PATH
9426 IFS=$as_save_IFS
9427 test -z "$as_dir" && as_dir=.
9428 for ac_exec_ext in '' $ac_executable_extensions; do
9429 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9430 ac_cv_prog_CROSSCC="$ac_prog"
9431 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9432 break 2
9434 done
9435 done
9436 IFS=$as_save_IFS
9440 CROSSCC=$ac_cv_prog_CROSSCC
9441 if test -n "$CROSSCC"; then
9442 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9443 echo "${ECHO_T}$CROSSCC" >&6; }
9444 else
9445 { echo "$as_me:$LINENO: result: no" >&5
9446 echo "${ECHO_T}no" >&6; }
9450 test -n "$CROSSCC" && break
9451 done
9452 test -n "$CROSSCC" || CROSSCC="false"
9454 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
9456 # Extract the first word of "$ac_prog", so it can be a program name with args.
9457 set dummy $ac_prog; ac_word=$2
9458 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9459 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9460 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9461 echo $ECHO_N "(cached) $ECHO_C" >&6
9462 else
9463 if test -n "$DLLTOOL"; then
9464 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9465 else
9466 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9467 for as_dir in $PATH
9469 IFS=$as_save_IFS
9470 test -z "$as_dir" && as_dir=.
9471 for ac_exec_ext in '' $ac_executable_extensions; do
9472 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9473 ac_cv_prog_DLLTOOL="$ac_prog"
9474 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9475 break 2
9477 done
9478 done
9479 IFS=$as_save_IFS
9483 DLLTOOL=$ac_cv_prog_DLLTOOL
9484 if test -n "$DLLTOOL"; then
9485 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9486 echo "${ECHO_T}$DLLTOOL" >&6; }
9487 else
9488 { echo "$as_me:$LINENO: result: no" >&5
9489 echo "${ECHO_T}no" >&6; }
9493 test -n "$DLLTOOL" && break
9494 done
9495 test -n "$DLLTOOL" || DLLTOOL="false"
9497 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
9499 # Extract the first word of "$ac_prog", so it can be a program name with args.
9500 set dummy $ac_prog; ac_word=$2
9501 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9502 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9503 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9504 echo $ECHO_N "(cached) $ECHO_C" >&6
9505 else
9506 if test -n "$CROSSWINDRES"; then
9507 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9508 else
9509 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9510 for as_dir in $PATH
9512 IFS=$as_save_IFS
9513 test -z "$as_dir" && as_dir=.
9514 for ac_exec_ext in '' $ac_executable_extensions; do
9515 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9516 ac_cv_prog_CROSSWINDRES="$ac_prog"
9517 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9518 break 2
9520 done
9521 done
9522 IFS=$as_save_IFS
9526 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9527 if test -n "$CROSSWINDRES"; then
9528 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9529 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9530 else
9531 { echo "$as_me:$LINENO: result: no" >&5
9532 echo "${ECHO_T}no" >&6; }
9536 test -n "$CROSSWINDRES" && break
9537 done
9538 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9540 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
9542 # Extract the first word of "$ac_prog", so it can be a program name with args.
9543 set dummy $ac_prog; ac_word=$2
9544 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9545 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9546 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9547 echo $ECHO_N "(cached) $ECHO_C" >&6
9548 else
9549 if test -n "$MINGWAR"; then
9550 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9551 else
9552 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9553 for as_dir in $PATH
9555 IFS=$as_save_IFS
9556 test -z "$as_dir" && as_dir=.
9557 for ac_exec_ext in '' $ac_executable_extensions; do
9558 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9559 ac_cv_prog_MINGWAR="$ac_prog"
9560 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9561 break 2
9563 done
9564 done
9565 IFS=$as_save_IFS
9569 MINGWAR=$ac_cv_prog_MINGWAR
9570 if test -n "$MINGWAR"; then
9571 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9572 echo "${ECHO_T}$MINGWAR" >&6; }
9573 else
9574 { echo "$as_me:$LINENO: result: no" >&5
9575 echo "${ECHO_T}no" >&6; }
9579 test -n "$MINGWAR" && break
9580 done
9581 test -n "$MINGWAR" || MINGWAR="false"
9583 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9586 esac
9588 enable_winequartz_drv=${enable_winequartz_drv:-no}
9590 if test "$LIBEXT" = "a"; then
9591 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9592 It is currently not possible to build Wine without shared library
9593 (.so) support to allow transparent switch between .so and .dll files.
9594 If you are using Linux, you will need a newer binutils.
9595 " >&5
9596 echo "$as_me: error: could not find a way to build shared libraries.
9597 It is currently not possible to build Wine without shared library
9598 (.so) support to allow transparent switch between .so and .dll files.
9599 If you are using Linux, you will need a newer binutils.
9600 " >&2;}
9601 { (exit 1); exit 1; }; }
9605 if test "$have_x" = "yes"
9606 then
9607 XLIB="-lXext -lX11"
9608 ac_save_CPPFLAGS="$CPPFLAGS"
9609 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9611 { echo "$as_me:$LINENO: checking for -lX11" >&5
9612 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9613 if test "${ac_cv_lib_soname_X11+set}" = set; then
9614 echo $ECHO_N "(cached) $ECHO_C" >&6
9615 else
9616 ac_check_soname_save_LIBS=$LIBS
9617 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9618 cat >conftest.$ac_ext <<_ACEOF
9619 /* confdefs.h. */
9620 _ACEOF
9621 cat confdefs.h >>conftest.$ac_ext
9622 cat >>conftest.$ac_ext <<_ACEOF
9623 /* end confdefs.h. */
9625 /* Override any GCC internal prototype to avoid an error.
9626 Use char because int might match the return type of a GCC
9627 builtin and then its argument prototype would still apply. */
9628 #ifdef __cplusplus
9629 extern "C"
9630 #endif
9631 char XCreateWindow ();
9633 main ()
9635 return XCreateWindow ();
9637 return 0;
9639 _ACEOF
9640 rm -f conftest.$ac_objext conftest$ac_exeext
9641 if { (ac_try="$ac_link"
9642 case "(($ac_try" in
9643 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9644 *) ac_try_echo=$ac_try;;
9645 esac
9646 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9647 (eval "$ac_link") 2>conftest.er1
9648 ac_status=$?
9649 grep -v '^ *+' conftest.er1 >conftest.err
9650 rm -f conftest.er1
9651 cat conftest.err >&5
9652 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9653 (exit $ac_status); } && {
9654 test -z "$ac_c_werror_flag" ||
9655 test ! -s conftest.err
9656 } && test -s conftest$ac_exeext &&
9657 $as_test_x conftest$ac_exeext; then
9658 case "$LIBEXT" in
9659 dll) ;;
9660 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'` ;;
9661 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9662 esac
9663 else
9664 echo "$as_me: failed program was:" >&5
9665 sed 's/^/| /' conftest.$ac_ext >&5
9670 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9671 conftest$ac_exeext conftest.$ac_ext
9672 LIBS=$ac_check_soname_save_LIBS
9674 if test "x$ac_cv_lib_soname_X11" = "x"; then
9675 { echo "$as_me:$LINENO: result: not found" >&5
9676 echo "${ECHO_T}not found" >&6; }
9678 else
9679 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9680 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9682 cat >>confdefs.h <<_ACEOF
9683 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9684 _ACEOF
9689 { echo "$as_me:$LINENO: checking for -lXext" >&5
9690 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9691 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9692 echo $ECHO_N "(cached) $ECHO_C" >&6
9693 else
9694 ac_check_soname_save_LIBS=$LIBS
9695 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9696 cat >conftest.$ac_ext <<_ACEOF
9697 /* confdefs.h. */
9698 _ACEOF
9699 cat confdefs.h >>conftest.$ac_ext
9700 cat >>conftest.$ac_ext <<_ACEOF
9701 /* end confdefs.h. */
9703 /* Override any GCC internal prototype to avoid an error.
9704 Use char because int might match the return type of a GCC
9705 builtin and then its argument prototype would still apply. */
9706 #ifdef __cplusplus
9707 extern "C"
9708 #endif
9709 char XextCreateExtension ();
9711 main ()
9713 return XextCreateExtension ();
9715 return 0;
9717 _ACEOF
9718 rm -f conftest.$ac_objext conftest$ac_exeext
9719 if { (ac_try="$ac_link"
9720 case "(($ac_try" in
9721 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9722 *) ac_try_echo=$ac_try;;
9723 esac
9724 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9725 (eval "$ac_link") 2>conftest.er1
9726 ac_status=$?
9727 grep -v '^ *+' conftest.er1 >conftest.err
9728 rm -f conftest.er1
9729 cat conftest.err >&5
9730 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9731 (exit $ac_status); } && {
9732 test -z "$ac_c_werror_flag" ||
9733 test ! -s conftest.err
9734 } && test -s conftest$ac_exeext &&
9735 $as_test_x conftest$ac_exeext; then
9736 case "$LIBEXT" in
9737 dll) ;;
9738 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'` ;;
9739 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9740 esac
9741 else
9742 echo "$as_me: failed program was:" >&5
9743 sed 's/^/| /' conftest.$ac_ext >&5
9748 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9749 conftest$ac_exeext conftest.$ac_ext
9750 LIBS=$ac_check_soname_save_LIBS
9752 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9753 { echo "$as_me:$LINENO: result: not found" >&5
9754 echo "${ECHO_T}not found" >&6; }
9756 else
9757 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9758 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9760 cat >>confdefs.h <<_ACEOF
9761 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9762 _ACEOF
9780 for ac_header in X11/Xlib.h \
9781 X11/XKBlib.h \
9782 X11/Xutil.h \
9783 X11/Xcursor/Xcursor.h \
9784 X11/extensions/shape.h \
9785 X11/extensions/XInput.h \
9786 X11/extensions/XShm.h \
9787 X11/extensions/Xcomposite.h \
9788 X11/extensions/Xinerama.h \
9789 X11/extensions/Xrandr.h \
9790 X11/extensions/Xrender.h \
9791 X11/extensions/xf86vmode.h
9793 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9794 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9795 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9796 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9797 echo $ECHO_N "(cached) $ECHO_C" >&6
9798 else
9799 cat >conftest.$ac_ext <<_ACEOF
9800 /* confdefs.h. */
9801 _ACEOF
9802 cat confdefs.h >>conftest.$ac_ext
9803 cat >>conftest.$ac_ext <<_ACEOF
9804 /* end confdefs.h. */
9805 #ifdef HAVE_X11_XLIB_H
9806 # include <X11/Xlib.h>
9807 #endif
9808 #ifdef HAVE_X11_XUTIL_H
9809 # include <X11/Xutil.h>
9810 #endif
9812 #include <$ac_header>
9813 _ACEOF
9814 rm -f conftest.$ac_objext
9815 if { (ac_try="$ac_compile"
9816 case "(($ac_try" in
9817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9818 *) ac_try_echo=$ac_try;;
9819 esac
9820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9821 (eval "$ac_compile") 2>conftest.er1
9822 ac_status=$?
9823 grep -v '^ *+' conftest.er1 >conftest.err
9824 rm -f conftest.er1
9825 cat conftest.err >&5
9826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9827 (exit $ac_status); } && {
9828 test -z "$ac_c_werror_flag" ||
9829 test ! -s conftest.err
9830 } && test -s conftest.$ac_objext; then
9831 eval "$as_ac_Header=yes"
9832 else
9833 echo "$as_me: failed program was:" >&5
9834 sed 's/^/| /' conftest.$ac_ext >&5
9836 eval "$as_ac_Header=no"
9839 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9841 ac_res=`eval echo '${'$as_ac_Header'}'`
9842 { echo "$as_me:$LINENO: result: $ac_res" >&5
9843 echo "${ECHO_T}$ac_res" >&6; }
9844 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9845 cat >>confdefs.h <<_ACEOF
9846 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9847 _ACEOF
9851 done
9854 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9855 then
9856 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9857 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9858 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9859 echo $ECHO_N "(cached) $ECHO_C" >&6
9860 else
9861 ac_check_lib_save_LIBS=$LIBS
9862 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9863 cat >conftest.$ac_ext <<_ACEOF
9864 /* confdefs.h. */
9865 _ACEOF
9866 cat confdefs.h >>conftest.$ac_ext
9867 cat >>conftest.$ac_ext <<_ACEOF
9868 /* end confdefs.h. */
9870 /* Override any GCC internal prototype to avoid an error.
9871 Use char because int might match the return type of a GCC
9872 builtin and then its argument prototype would still apply. */
9873 #ifdef __cplusplus
9874 extern "C"
9875 #endif
9876 char XkbQueryExtension ();
9878 main ()
9880 return XkbQueryExtension ();
9882 return 0;
9884 _ACEOF
9885 rm -f conftest.$ac_objext conftest$ac_exeext
9886 if { (ac_try="$ac_link"
9887 case "(($ac_try" in
9888 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9889 *) ac_try_echo=$ac_try;;
9890 esac
9891 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9892 (eval "$ac_link") 2>conftest.er1
9893 ac_status=$?
9894 grep -v '^ *+' conftest.er1 >conftest.err
9895 rm -f conftest.er1
9896 cat conftest.err >&5
9897 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9898 (exit $ac_status); } && {
9899 test -z "$ac_c_werror_flag" ||
9900 test ! -s conftest.err
9901 } && test -s conftest$ac_exeext &&
9902 $as_test_x conftest$ac_exeext; then
9903 ac_cv_lib_X11_XkbQueryExtension=yes
9904 else
9905 echo "$as_me: failed program was:" >&5
9906 sed 's/^/| /' conftest.$ac_ext >&5
9908 ac_cv_lib_X11_XkbQueryExtension=no
9911 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9912 conftest$ac_exeext conftest.$ac_ext
9913 LIBS=$ac_check_lib_save_LIBS
9915 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9916 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9917 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9919 cat >>confdefs.h <<\_ACEOF
9920 #define HAVE_XKB 1
9921 _ACEOF
9927 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9928 then
9929 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9930 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9931 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9932 echo $ECHO_N "(cached) $ECHO_C" >&6
9933 else
9934 ac_check_soname_save_LIBS=$LIBS
9935 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9936 cat >conftest.$ac_ext <<_ACEOF
9937 /* confdefs.h. */
9938 _ACEOF
9939 cat confdefs.h >>conftest.$ac_ext
9940 cat >>conftest.$ac_ext <<_ACEOF
9941 /* end confdefs.h. */
9943 /* Override any GCC internal prototype to avoid an error.
9944 Use char because int might match the return type of a GCC
9945 builtin and then its argument prototype would still apply. */
9946 #ifdef __cplusplus
9947 extern "C"
9948 #endif
9949 char XcursorImageLoadCursor ();
9951 main ()
9953 return XcursorImageLoadCursor ();
9955 return 0;
9957 _ACEOF
9958 rm -f conftest.$ac_objext conftest$ac_exeext
9959 if { (ac_try="$ac_link"
9960 case "(($ac_try" in
9961 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9962 *) ac_try_echo=$ac_try;;
9963 esac
9964 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9965 (eval "$ac_link") 2>conftest.er1
9966 ac_status=$?
9967 grep -v '^ *+' conftest.er1 >conftest.err
9968 rm -f conftest.er1
9969 cat conftest.err >&5
9970 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9971 (exit $ac_status); } && {
9972 test -z "$ac_c_werror_flag" ||
9973 test ! -s conftest.err
9974 } && test -s conftest$ac_exeext &&
9975 $as_test_x conftest$ac_exeext; then
9976 case "$LIBEXT" in
9977 dll) ;;
9978 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'` ;;
9979 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9980 esac
9981 else
9982 echo "$as_me: failed program was:" >&5
9983 sed 's/^/| /' conftest.$ac_ext >&5
9988 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9989 conftest$ac_exeext conftest.$ac_ext
9990 LIBS=$ac_check_soname_save_LIBS
9992 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9993 { echo "$as_me:$LINENO: result: not found" >&5
9994 echo "${ECHO_T}not found" >&6; }
9996 else
9997 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9998 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10000 cat >>confdefs.h <<_ACEOF
10001 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10002 _ACEOF
10008 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10009 case "x$with_xcursor" in
10010 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
10011 xno) ;;
10012 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
10013 This is an error since --with-xcursor was requested." >&5
10014 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
10015 This is an error since --with-xcursor was requested." >&2;}
10016 { (exit 1); exit 1; }; } ;;
10017 esac
10021 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10022 then
10023 { echo "$as_me:$LINENO: checking for -lXi" >&5
10024 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10025 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10026 echo $ECHO_N "(cached) $ECHO_C" >&6
10027 else
10028 ac_check_soname_save_LIBS=$LIBS
10029 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10030 cat >conftest.$ac_ext <<_ACEOF
10031 /* confdefs.h. */
10032 _ACEOF
10033 cat confdefs.h >>conftest.$ac_ext
10034 cat >>conftest.$ac_ext <<_ACEOF
10035 /* end confdefs.h. */
10037 /* Override any GCC internal prototype to avoid an error.
10038 Use char because int might match the return type of a GCC
10039 builtin and then its argument prototype would still apply. */
10040 #ifdef __cplusplus
10041 extern "C"
10042 #endif
10043 char XOpenDevice ();
10045 main ()
10047 return XOpenDevice ();
10049 return 0;
10051 _ACEOF
10052 rm -f conftest.$ac_objext conftest$ac_exeext
10053 if { (ac_try="$ac_link"
10054 case "(($ac_try" in
10055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10056 *) ac_try_echo=$ac_try;;
10057 esac
10058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10059 (eval "$ac_link") 2>conftest.er1
10060 ac_status=$?
10061 grep -v '^ *+' conftest.er1 >conftest.err
10062 rm -f conftest.er1
10063 cat conftest.err >&5
10064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10065 (exit $ac_status); } && {
10066 test -z "$ac_c_werror_flag" ||
10067 test ! -s conftest.err
10068 } && test -s conftest$ac_exeext &&
10069 $as_test_x conftest$ac_exeext; then
10070 case "$LIBEXT" in
10071 dll) ;;
10072 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'` ;;
10073 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10074 esac
10075 else
10076 echo "$as_me: failed program was:" >&5
10077 sed 's/^/| /' conftest.$ac_ext >&5
10082 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10083 conftest$ac_exeext conftest.$ac_ext
10084 LIBS=$ac_check_soname_save_LIBS
10086 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10087 { echo "$as_me:$LINENO: result: not found" >&5
10088 echo "${ECHO_T}not found" >&6; }
10090 else
10091 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10092 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10094 cat >>confdefs.h <<_ACEOF
10095 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10096 _ACEOF
10102 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10103 case "x$with_xinput" in
10104 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10105 xno) ;;
10106 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10107 This is an error since --with-xinput was requested." >&5
10108 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10109 This is an error since --with-xinput was requested." >&2;}
10110 { (exit 1); exit 1; }; } ;;
10111 esac
10115 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10116 then
10117 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10118 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10119 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10120 echo $ECHO_N "(cached) $ECHO_C" >&6
10121 else
10122 ac_check_lib_save_LIBS=$LIBS
10123 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10124 cat >conftest.$ac_ext <<_ACEOF
10125 /* confdefs.h. */
10126 _ACEOF
10127 cat confdefs.h >>conftest.$ac_ext
10128 cat >>conftest.$ac_ext <<_ACEOF
10129 /* end confdefs.h. */
10131 /* Override any GCC internal prototype to avoid an error.
10132 Use char because int might match the return type of a GCC
10133 builtin and then its argument prototype would still apply. */
10134 #ifdef __cplusplus
10135 extern "C"
10136 #endif
10137 char XShmQueryExtension ();
10139 main ()
10141 return XShmQueryExtension ();
10143 return 0;
10145 _ACEOF
10146 rm -f conftest.$ac_objext conftest$ac_exeext
10147 if { (ac_try="$ac_link"
10148 case "(($ac_try" in
10149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10150 *) ac_try_echo=$ac_try;;
10151 esac
10152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10153 (eval "$ac_link") 2>conftest.er1
10154 ac_status=$?
10155 grep -v '^ *+' conftest.er1 >conftest.err
10156 rm -f conftest.er1
10157 cat conftest.err >&5
10158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10159 (exit $ac_status); } && {
10160 test -z "$ac_c_werror_flag" ||
10161 test ! -s conftest.err
10162 } && test -s conftest$ac_exeext &&
10163 $as_test_x conftest$ac_exeext; then
10164 ac_cv_lib_Xext_XShmQueryExtension=yes
10165 else
10166 echo "$as_me: failed program was:" >&5
10167 sed 's/^/| /' conftest.$ac_ext >&5
10169 ac_cv_lib_Xext_XShmQueryExtension=no
10172 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10173 conftest$ac_exeext conftest.$ac_ext
10174 LIBS=$ac_check_lib_save_LIBS
10176 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10177 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10178 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10180 cat >>confdefs.h <<\_ACEOF
10181 #define HAVE_LIBXXSHM 1
10182 _ACEOF
10187 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10188 case "x$with_xshm" in
10189 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10190 xno) ;;
10191 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10192 This is an error since --with-xshm was requested." >&5
10193 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10194 This is an error since --with-xshm was requested." >&2;}
10195 { (exit 1); exit 1; }; } ;;
10196 esac
10200 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10201 then
10202 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10203 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10204 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10205 echo $ECHO_N "(cached) $ECHO_C" >&6
10206 else
10207 ac_check_lib_save_LIBS=$LIBS
10208 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10209 cat >conftest.$ac_ext <<_ACEOF
10210 /* confdefs.h. */
10211 _ACEOF
10212 cat confdefs.h >>conftest.$ac_ext
10213 cat >>conftest.$ac_ext <<_ACEOF
10214 /* end confdefs.h. */
10216 /* Override any GCC internal prototype to avoid an error.
10217 Use char because int might match the return type of a GCC
10218 builtin and then its argument prototype would still apply. */
10219 #ifdef __cplusplus
10220 extern "C"
10221 #endif
10222 char XShapeQueryExtension ();
10224 main ()
10226 return XShapeQueryExtension ();
10228 return 0;
10230 _ACEOF
10231 rm -f conftest.$ac_objext conftest$ac_exeext
10232 if { (ac_try="$ac_link"
10233 case "(($ac_try" in
10234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10235 *) ac_try_echo=$ac_try;;
10236 esac
10237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10238 (eval "$ac_link") 2>conftest.er1
10239 ac_status=$?
10240 grep -v '^ *+' conftest.er1 >conftest.err
10241 rm -f conftest.er1
10242 cat conftest.err >&5
10243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10244 (exit $ac_status); } && {
10245 test -z "$ac_c_werror_flag" ||
10246 test ! -s conftest.err
10247 } && test -s conftest$ac_exeext &&
10248 $as_test_x conftest$ac_exeext; then
10249 ac_cv_lib_Xext_XShapeQueryExtension=yes
10250 else
10251 echo "$as_me: failed program was:" >&5
10252 sed 's/^/| /' conftest.$ac_ext >&5
10254 ac_cv_lib_Xext_XShapeQueryExtension=no
10257 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10258 conftest$ac_exeext conftest.$ac_ext
10259 LIBS=$ac_check_lib_save_LIBS
10261 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10262 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10263 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10265 cat >>confdefs.h <<\_ACEOF
10266 #define HAVE_LIBXSHAPE 1
10267 _ACEOF
10272 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10273 case "x$with_xshape" in
10274 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10275 xno) ;;
10276 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10277 This is an error since --with-xshape was requested." >&5
10278 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10279 This is an error since --with-xshape was requested." >&2;}
10280 { (exit 1); exit 1; }; } ;;
10281 esac
10285 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10286 then
10287 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10288 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10289 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10290 echo $ECHO_N "(cached) $ECHO_C" >&6
10291 else
10292 ac_check_soname_save_LIBS=$LIBS
10293 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10294 cat >conftest.$ac_ext <<_ACEOF
10295 /* confdefs.h. */
10296 _ACEOF
10297 cat confdefs.h >>conftest.$ac_ext
10298 cat >>conftest.$ac_ext <<_ACEOF
10299 /* end confdefs.h. */
10301 /* Override any GCC internal prototype to avoid an error.
10302 Use char because int might match the return type of a GCC
10303 builtin and then its argument prototype would still apply. */
10304 #ifdef __cplusplus
10305 extern "C"
10306 #endif
10307 char XF86VidModeQueryExtension ();
10309 main ()
10311 return XF86VidModeQueryExtension ();
10313 return 0;
10315 _ACEOF
10316 rm -f conftest.$ac_objext conftest$ac_exeext
10317 if { (ac_try="$ac_link"
10318 case "(($ac_try" in
10319 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10320 *) ac_try_echo=$ac_try;;
10321 esac
10322 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10323 (eval "$ac_link") 2>conftest.er1
10324 ac_status=$?
10325 grep -v '^ *+' conftest.er1 >conftest.err
10326 rm -f conftest.er1
10327 cat conftest.err >&5
10328 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10329 (exit $ac_status); } && {
10330 test -z "$ac_c_werror_flag" ||
10331 test ! -s conftest.err
10332 } && test -s conftest$ac_exeext &&
10333 $as_test_x conftest$ac_exeext; then
10334 case "$LIBEXT" in
10335 dll) ;;
10336 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'` ;;
10337 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10338 esac
10339 else
10340 echo "$as_me: failed program was:" >&5
10341 sed 's/^/| /' conftest.$ac_ext >&5
10346 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10347 conftest$ac_exeext conftest.$ac_ext
10348 LIBS=$ac_check_soname_save_LIBS
10350 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10351 { echo "$as_me:$LINENO: result: not found" >&5
10352 echo "${ECHO_T}not found" >&6; }
10354 else
10355 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10356 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10358 cat >>confdefs.h <<_ACEOF
10359 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10360 _ACEOF
10366 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10367 case "x$with_xxf86vm" in
10368 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10369 xno) ;;
10370 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10371 This is an error since --with-xxf86vm was requested." >&5
10372 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10373 This is an error since --with-xxf86vm was requested." >&2;}
10374 { (exit 1); exit 1; }; } ;;
10375 esac
10379 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"
10380 then
10381 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10382 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10383 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10384 echo $ECHO_N "(cached) $ECHO_C" >&6
10385 else
10386 ac_check_soname_save_LIBS=$LIBS
10387 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10388 cat >conftest.$ac_ext <<_ACEOF
10389 /* confdefs.h. */
10390 _ACEOF
10391 cat confdefs.h >>conftest.$ac_ext
10392 cat >>conftest.$ac_ext <<_ACEOF
10393 /* end confdefs.h. */
10395 /* Override any GCC internal prototype to avoid an error.
10396 Use char because int might match the return type of a GCC
10397 builtin and then its argument prototype would still apply. */
10398 #ifdef __cplusplus
10399 extern "C"
10400 #endif
10401 char XRenderQueryExtension ();
10403 main ()
10405 return XRenderQueryExtension ();
10407 return 0;
10409 _ACEOF
10410 rm -f conftest.$ac_objext conftest$ac_exeext
10411 if { (ac_try="$ac_link"
10412 case "(($ac_try" in
10413 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10414 *) ac_try_echo=$ac_try;;
10415 esac
10416 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10417 (eval "$ac_link") 2>conftest.er1
10418 ac_status=$?
10419 grep -v '^ *+' conftest.er1 >conftest.err
10420 rm -f conftest.er1
10421 cat conftest.err >&5
10422 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10423 (exit $ac_status); } && {
10424 test -z "$ac_c_werror_flag" ||
10425 test ! -s conftest.err
10426 } && test -s conftest$ac_exeext &&
10427 $as_test_x conftest$ac_exeext; then
10428 case "$LIBEXT" in
10429 dll) ;;
10430 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'` ;;
10431 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10432 esac
10433 else
10434 echo "$as_me: failed program was:" >&5
10435 sed 's/^/| /' conftest.$ac_ext >&5
10440 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10441 conftest$ac_exeext conftest.$ac_ext
10442 LIBS=$ac_check_soname_save_LIBS
10444 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10445 { echo "$as_me:$LINENO: result: not found" >&5
10446 echo "${ECHO_T}not found" >&6; }
10448 else
10449 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10450 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10452 cat >>confdefs.h <<_ACEOF
10453 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10454 _ACEOF
10456 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10457 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10458 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10459 echo $ECHO_N "(cached) $ECHO_C" >&6
10460 else
10461 ac_check_lib_save_LIBS=$LIBS
10462 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10463 cat >conftest.$ac_ext <<_ACEOF
10464 /* confdefs.h. */
10465 _ACEOF
10466 cat confdefs.h >>conftest.$ac_ext
10467 cat >>conftest.$ac_ext <<_ACEOF
10468 /* end confdefs.h. */
10470 /* Override any GCC internal prototype to avoid an error.
10471 Use char because int might match the return type of a GCC
10472 builtin and then its argument prototype would still apply. */
10473 #ifdef __cplusplus
10474 extern "C"
10475 #endif
10476 char XRenderSetPictureTransform ();
10478 main ()
10480 return XRenderSetPictureTransform ();
10482 return 0;
10484 _ACEOF
10485 rm -f conftest.$ac_objext conftest$ac_exeext
10486 if { (ac_try="$ac_link"
10487 case "(($ac_try" in
10488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10489 *) ac_try_echo=$ac_try;;
10490 esac
10491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10492 (eval "$ac_link") 2>conftest.er1
10493 ac_status=$?
10494 grep -v '^ *+' conftest.er1 >conftest.err
10495 rm -f conftest.er1
10496 cat conftest.err >&5
10497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10498 (exit $ac_status); } && {
10499 test -z "$ac_c_werror_flag" ||
10500 test ! -s conftest.err
10501 } && test -s conftest$ac_exeext &&
10502 $as_test_x conftest$ac_exeext; then
10503 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10504 else
10505 echo "$as_me: failed program was:" >&5
10506 sed 's/^/| /' conftest.$ac_ext >&5
10508 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10511 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10512 conftest$ac_exeext conftest.$ac_ext
10513 LIBS=$ac_check_lib_save_LIBS
10515 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10516 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10517 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10519 cat >>confdefs.h <<\_ACEOF
10520 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10521 _ACEOF
10529 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10530 case "x$with_xrender" in
10531 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10532 xno) ;;
10533 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10534 This is an error since --with-xrender was requested." >&5
10535 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10536 This is an error since --with-xrender was requested." >&2;}
10537 { (exit 1); exit 1; }; } ;;
10538 esac
10542 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10543 then
10544 cat >conftest.$ac_ext <<_ACEOF
10545 /* confdefs.h. */
10546 _ACEOF
10547 cat confdefs.h >>conftest.$ac_ext
10548 cat >>conftest.$ac_ext <<_ACEOF
10549 /* end confdefs.h. */
10550 #include <X11/Xlib.h>
10551 #include <X11/extensions/Xrandr.h>
10553 main ()
10555 static typeof(XRRSetScreenConfigAndRate) * func;
10557 return 0;
10559 _ACEOF
10560 rm -f conftest.$ac_objext
10561 if { (ac_try="$ac_compile"
10562 case "(($ac_try" in
10563 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10564 *) ac_try_echo=$ac_try;;
10565 esac
10566 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10567 (eval "$ac_compile") 2>conftest.er1
10568 ac_status=$?
10569 grep -v '^ *+' conftest.er1 >conftest.err
10570 rm -f conftest.er1
10571 cat conftest.err >&5
10572 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10573 (exit $ac_status); } && {
10574 test -z "$ac_c_werror_flag" ||
10575 test ! -s conftest.err
10576 } && test -s conftest.$ac_objext; then
10577 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10578 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10579 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10580 echo $ECHO_N "(cached) $ECHO_C" >&6
10581 else
10582 ac_check_soname_save_LIBS=$LIBS
10583 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10584 cat >conftest.$ac_ext <<_ACEOF
10585 /* confdefs.h. */
10586 _ACEOF
10587 cat confdefs.h >>conftest.$ac_ext
10588 cat >>conftest.$ac_ext <<_ACEOF
10589 /* end confdefs.h. */
10591 /* Override any GCC internal prototype to avoid an error.
10592 Use char because int might match the return type of a GCC
10593 builtin and then its argument prototype would still apply. */
10594 #ifdef __cplusplus
10595 extern "C"
10596 #endif
10597 char XRRQueryExtension ();
10599 main ()
10601 return XRRQueryExtension ();
10603 return 0;
10605 _ACEOF
10606 rm -f conftest.$ac_objext conftest$ac_exeext
10607 if { (ac_try="$ac_link"
10608 case "(($ac_try" in
10609 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10610 *) ac_try_echo=$ac_try;;
10611 esac
10612 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10613 (eval "$ac_link") 2>conftest.er1
10614 ac_status=$?
10615 grep -v '^ *+' conftest.er1 >conftest.err
10616 rm -f conftest.er1
10617 cat conftest.err >&5
10618 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10619 (exit $ac_status); } && {
10620 test -z "$ac_c_werror_flag" ||
10621 test ! -s conftest.err
10622 } && test -s conftest$ac_exeext &&
10623 $as_test_x conftest$ac_exeext; then
10624 case "$LIBEXT" in
10625 dll) ;;
10626 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'` ;;
10627 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10628 esac
10629 else
10630 echo "$as_me: failed program was:" >&5
10631 sed 's/^/| /' conftest.$ac_ext >&5
10636 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10637 conftest$ac_exeext conftest.$ac_ext
10638 LIBS=$ac_check_soname_save_LIBS
10640 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10641 { echo "$as_me:$LINENO: result: not found" >&5
10642 echo "${ECHO_T}not found" >&6; }
10644 else
10645 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10646 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10648 cat >>confdefs.h <<_ACEOF
10649 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10650 _ACEOF
10655 else
10656 echo "$as_me: failed program was:" >&5
10657 sed 's/^/| /' conftest.$ac_ext >&5
10662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10664 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10665 case "x$with_xrandr" in
10666 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10667 xno) ;;
10668 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10669 This is an error since --with-xrandr was requested." >&5
10670 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10671 This is an error since --with-xrandr was requested." >&2;}
10672 { (exit 1); exit 1; }; } ;;
10673 esac
10677 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10678 then
10679 cat >conftest.$ac_ext <<_ACEOF
10680 /* confdefs.h. */
10681 _ACEOF
10682 cat confdefs.h >>conftest.$ac_ext
10683 cat >>conftest.$ac_ext <<_ACEOF
10684 /* end confdefs.h. */
10685 #include <X11/Xlib.h>
10686 #include <X11/extensions/Xinerama.h>
10688 main ()
10690 static typeof(XineramaQueryScreens) * func;
10692 return 0;
10694 _ACEOF
10695 rm -f conftest.$ac_objext
10696 if { (ac_try="$ac_compile"
10697 case "(($ac_try" in
10698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10699 *) ac_try_echo=$ac_try;;
10700 esac
10701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10702 (eval "$ac_compile") 2>conftest.er1
10703 ac_status=$?
10704 grep -v '^ *+' conftest.er1 >conftest.err
10705 rm -f conftest.er1
10706 cat conftest.err >&5
10707 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10708 (exit $ac_status); } && {
10709 test -z "$ac_c_werror_flag" ||
10710 test ! -s conftest.err
10711 } && test -s conftest.$ac_objext; then
10712 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10713 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10714 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10715 echo $ECHO_N "(cached) $ECHO_C" >&6
10716 else
10717 ac_check_soname_save_LIBS=$LIBS
10718 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10719 cat >conftest.$ac_ext <<_ACEOF
10720 /* confdefs.h. */
10721 _ACEOF
10722 cat confdefs.h >>conftest.$ac_ext
10723 cat >>conftest.$ac_ext <<_ACEOF
10724 /* end confdefs.h. */
10726 /* Override any GCC internal prototype to avoid an error.
10727 Use char because int might match the return type of a GCC
10728 builtin and then its argument prototype would still apply. */
10729 #ifdef __cplusplus
10730 extern "C"
10731 #endif
10732 char XineramaQueryScreens ();
10734 main ()
10736 return XineramaQueryScreens ();
10738 return 0;
10740 _ACEOF
10741 rm -f conftest.$ac_objext conftest$ac_exeext
10742 if { (ac_try="$ac_link"
10743 case "(($ac_try" in
10744 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10745 *) ac_try_echo=$ac_try;;
10746 esac
10747 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10748 (eval "$ac_link") 2>conftest.er1
10749 ac_status=$?
10750 grep -v '^ *+' conftest.er1 >conftest.err
10751 rm -f conftest.er1
10752 cat conftest.err >&5
10753 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10754 (exit $ac_status); } && {
10755 test -z "$ac_c_werror_flag" ||
10756 test ! -s conftest.err
10757 } && test -s conftest$ac_exeext &&
10758 $as_test_x conftest$ac_exeext; then
10759 case "$LIBEXT" in
10760 dll) ;;
10761 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'` ;;
10762 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10763 esac
10764 else
10765 echo "$as_me: failed program was:" >&5
10766 sed 's/^/| /' conftest.$ac_ext >&5
10771 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10772 conftest$ac_exeext conftest.$ac_ext
10773 LIBS=$ac_check_soname_save_LIBS
10775 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10776 { echo "$as_me:$LINENO: result: not found" >&5
10777 echo "${ECHO_T}not found" >&6; }
10779 else
10780 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10781 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10783 cat >>confdefs.h <<_ACEOF
10784 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10785 _ACEOF
10790 else
10791 echo "$as_me: failed program was:" >&5
10792 sed 's/^/| /' conftest.$ac_ext >&5
10797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10799 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10800 case "x$with_xinerama" in
10801 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10802 xno) ;;
10803 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10804 This is an error since --with-xinerama was requested." >&5
10805 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10806 This is an error since --with-xinerama was requested." >&2;}
10807 { (exit 1); exit 1; }; } ;;
10808 esac
10812 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10813 then
10814 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10815 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10816 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10817 echo $ECHO_N "(cached) $ECHO_C" >&6
10818 else
10819 ac_check_soname_save_LIBS=$LIBS
10820 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10821 cat >conftest.$ac_ext <<_ACEOF
10822 /* confdefs.h. */
10823 _ACEOF
10824 cat confdefs.h >>conftest.$ac_ext
10825 cat >>conftest.$ac_ext <<_ACEOF
10826 /* end confdefs.h. */
10828 /* Override any GCC internal prototype to avoid an error.
10829 Use char because int might match the return type of a GCC
10830 builtin and then its argument prototype would still apply. */
10831 #ifdef __cplusplus
10832 extern "C"
10833 #endif
10834 char XCompositeRedirectWindow ();
10836 main ()
10838 return XCompositeRedirectWindow ();
10840 return 0;
10842 _ACEOF
10843 rm -f conftest.$ac_objext conftest$ac_exeext
10844 if { (ac_try="$ac_link"
10845 case "(($ac_try" in
10846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10847 *) ac_try_echo=$ac_try;;
10848 esac
10849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10850 (eval "$ac_link") 2>conftest.er1
10851 ac_status=$?
10852 grep -v '^ *+' conftest.er1 >conftest.err
10853 rm -f conftest.er1
10854 cat conftest.err >&5
10855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10856 (exit $ac_status); } && {
10857 test -z "$ac_c_werror_flag" ||
10858 test ! -s conftest.err
10859 } && test -s conftest$ac_exeext &&
10860 $as_test_x conftest$ac_exeext; then
10861 case "$LIBEXT" in
10862 dll) ;;
10863 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'` ;;
10864 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10865 esac
10866 else
10867 echo "$as_me: failed program was:" >&5
10868 sed 's/^/| /' conftest.$ac_ext >&5
10873 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10874 conftest$ac_exeext conftest.$ac_ext
10875 LIBS=$ac_check_soname_save_LIBS
10877 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10878 { echo "$as_me:$LINENO: result: not found" >&5
10879 echo "${ECHO_T}not found" >&6; }
10881 else
10882 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10883 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10885 cat >>confdefs.h <<_ACEOF
10886 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10887 _ACEOF
10893 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10894 case "x$with_xcomposite" in
10895 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10896 xno) ;;
10897 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10898 This is an error since --with-xcomposite was requested." >&5
10899 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10900 This is an error since --with-xcomposite was requested." >&2;}
10901 { (exit 1); exit 1; }; } ;;
10902 esac
10906 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10907 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10908 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10909 echo $ECHO_N "(cached) $ECHO_C" >&6
10910 else
10911 cat >conftest.$ac_ext <<_ACEOF
10912 /* confdefs.h. */
10913 _ACEOF
10914 cat confdefs.h >>conftest.$ac_ext
10915 cat >>conftest.$ac_ext <<_ACEOF
10916 /* end confdefs.h. */
10917 #ifdef HAVE_X11_XLIB_H
10918 #include <X11/Xlib.h>
10919 #endif
10922 main ()
10924 static XICCallback ac_aggr;
10925 if (ac_aggr.callback)
10926 return 0;
10928 return 0;
10930 _ACEOF
10931 rm -f conftest.$ac_objext
10932 if { (ac_try="$ac_compile"
10933 case "(($ac_try" in
10934 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10935 *) ac_try_echo=$ac_try;;
10936 esac
10937 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10938 (eval "$ac_compile") 2>conftest.er1
10939 ac_status=$?
10940 grep -v '^ *+' conftest.er1 >conftest.err
10941 rm -f conftest.er1
10942 cat conftest.err >&5
10943 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10944 (exit $ac_status); } && {
10945 test -z "$ac_c_werror_flag" ||
10946 test ! -s conftest.err
10947 } && test -s conftest.$ac_objext; then
10948 ac_cv_member_XICCallback_callback=yes
10949 else
10950 echo "$as_me: failed program was:" >&5
10951 sed 's/^/| /' conftest.$ac_ext >&5
10953 cat >conftest.$ac_ext <<_ACEOF
10954 /* confdefs.h. */
10955 _ACEOF
10956 cat confdefs.h >>conftest.$ac_ext
10957 cat >>conftest.$ac_ext <<_ACEOF
10958 /* end confdefs.h. */
10959 #ifdef HAVE_X11_XLIB_H
10960 #include <X11/Xlib.h>
10961 #endif
10964 main ()
10966 static XICCallback ac_aggr;
10967 if (sizeof ac_aggr.callback)
10968 return 0;
10970 return 0;
10972 _ACEOF
10973 rm -f conftest.$ac_objext
10974 if { (ac_try="$ac_compile"
10975 case "(($ac_try" in
10976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10977 *) ac_try_echo=$ac_try;;
10978 esac
10979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10980 (eval "$ac_compile") 2>conftest.er1
10981 ac_status=$?
10982 grep -v '^ *+' conftest.er1 >conftest.err
10983 rm -f conftest.er1
10984 cat conftest.err >&5
10985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10986 (exit $ac_status); } && {
10987 test -z "$ac_c_werror_flag" ||
10988 test ! -s conftest.err
10989 } && test -s conftest.$ac_objext; then
10990 ac_cv_member_XICCallback_callback=yes
10991 else
10992 echo "$as_me: failed program was:" >&5
10993 sed 's/^/| /' conftest.$ac_ext >&5
10995 ac_cv_member_XICCallback_callback=no
10998 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11001 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11003 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11004 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11005 if test $ac_cv_member_XICCallback_callback = yes; then
11007 cat >>confdefs.h <<_ACEOF
11008 #define HAVE_XICCALLBACK_CALLBACK 1
11009 _ACEOF
11016 opengl_msg=""
11017 if test "x$with_opengl" != "xno"
11018 then
11023 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11025 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11026 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11027 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11028 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11029 echo $ECHO_N "(cached) $ECHO_C" >&6
11030 else
11031 cat >conftest.$ac_ext <<_ACEOF
11032 /* confdefs.h. */
11033 _ACEOF
11034 cat confdefs.h >>conftest.$ac_ext
11035 cat >>conftest.$ac_ext <<_ACEOF
11036 /* end confdefs.h. */
11037 #ifdef HAVE_GL_GLX_H
11038 # include <GL/glx.h>
11039 #endif
11041 #include <$ac_header>
11042 _ACEOF
11043 rm -f conftest.$ac_objext
11044 if { (ac_try="$ac_compile"
11045 case "(($ac_try" in
11046 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11047 *) ac_try_echo=$ac_try;;
11048 esac
11049 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11050 (eval "$ac_compile") 2>conftest.er1
11051 ac_status=$?
11052 grep -v '^ *+' conftest.er1 >conftest.err
11053 rm -f conftest.er1
11054 cat conftest.err >&5
11055 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11056 (exit $ac_status); } && {
11057 test -z "$ac_c_werror_flag" ||
11058 test ! -s conftest.err
11059 } && test -s conftest.$ac_objext; then
11060 eval "$as_ac_Header=yes"
11061 else
11062 echo "$as_me: failed program was:" >&5
11063 sed 's/^/| /' conftest.$ac_ext >&5
11065 eval "$as_ac_Header=no"
11068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11070 ac_res=`eval echo '${'$as_ac_Header'}'`
11071 { echo "$as_me:$LINENO: result: $ac_res" >&5
11072 echo "${ECHO_T}$ac_res" >&6; }
11073 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11074 cat >>confdefs.h <<_ACEOF
11075 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11076 _ACEOF
11080 done
11082 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11083 then
11084 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11085 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11086 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11087 echo $ECHO_N "(cached) $ECHO_C" >&6
11088 else
11089 cat >conftest.$ac_ext <<_ACEOF
11090 /* confdefs.h. */
11091 _ACEOF
11092 cat confdefs.h >>conftest.$ac_ext
11093 cat >>conftest.$ac_ext <<_ACEOF
11094 /* end confdefs.h. */
11095 #include <GL/gl.h>
11097 main ()
11099 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11101 return 0;
11103 _ACEOF
11104 rm -f conftest.$ac_objext
11105 if { (ac_try="$ac_compile"
11106 case "(($ac_try" in
11107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11108 *) ac_try_echo=$ac_try;;
11109 esac
11110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11111 (eval "$ac_compile") 2>conftest.er1
11112 ac_status=$?
11113 grep -v '^ *+' conftest.er1 >conftest.err
11114 rm -f conftest.er1
11115 cat conftest.err >&5
11116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11117 (exit $ac_status); } && {
11118 test -z "$ac_c_werror_flag" ||
11119 test ! -s conftest.err
11120 } && test -s conftest.$ac_objext; then
11121 wine_cv_opengl_header_version_OK="yes"
11122 else
11123 echo "$as_me: failed program was:" >&5
11124 sed 's/^/| /' conftest.$ac_ext >&5
11126 wine_cv_opengl_header_version_OK="no"
11129 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11131 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11132 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11134 if test "$wine_cv_opengl_header_version_OK" = "yes"
11135 then
11136 { echo "$as_me:$LINENO: checking for -lGL" >&5
11137 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11138 if test "${ac_cv_lib_soname_GL+set}" = set; then
11139 echo $ECHO_N "(cached) $ECHO_C" >&6
11140 else
11141 ac_check_soname_save_LIBS=$LIBS
11142 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11143 cat >conftest.$ac_ext <<_ACEOF
11144 /* confdefs.h. */
11145 _ACEOF
11146 cat confdefs.h >>conftest.$ac_ext
11147 cat >>conftest.$ac_ext <<_ACEOF
11148 /* end confdefs.h. */
11150 /* Override any GCC internal prototype to avoid an error.
11151 Use char because int might match the return type of a GCC
11152 builtin and then its argument prototype would still apply. */
11153 #ifdef __cplusplus
11154 extern "C"
11155 #endif
11156 char glXCreateContext ();
11158 main ()
11160 return glXCreateContext ();
11162 return 0;
11164 _ACEOF
11165 rm -f conftest.$ac_objext conftest$ac_exeext
11166 if { (ac_try="$ac_link"
11167 case "(($ac_try" in
11168 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11169 *) ac_try_echo=$ac_try;;
11170 esac
11171 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11172 (eval "$ac_link") 2>conftest.er1
11173 ac_status=$?
11174 grep -v '^ *+' conftest.er1 >conftest.err
11175 rm -f conftest.er1
11176 cat conftest.err >&5
11177 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11178 (exit $ac_status); } && {
11179 test -z "$ac_c_werror_flag" ||
11180 test ! -s conftest.err
11181 } && test -s conftest$ac_exeext &&
11182 $as_test_x conftest$ac_exeext; then
11183 case "$LIBEXT" in
11184 dll) ;;
11185 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'` ;;
11186 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11187 esac
11188 else
11189 echo "$as_me: failed program was:" >&5
11190 sed 's/^/| /' conftest.$ac_ext >&5
11195 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11196 conftest$ac_exeext conftest.$ac_ext
11197 LIBS=$ac_check_soname_save_LIBS
11199 if test "x$ac_cv_lib_soname_GL" = "x"; then
11200 { echo "$as_me:$LINENO: result: not found" >&5
11201 echo "${ECHO_T}not found" >&6; }
11202 { echo "$as_me:$LINENO: checking for -lGL" >&5
11203 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11204 if test "${ac_cv_lib_soname_GL+set}" = set; then
11205 echo $ECHO_N "(cached) $ECHO_C" >&6
11206 else
11207 ac_check_soname_save_LIBS=$LIBS
11208 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"
11209 cat >conftest.$ac_ext <<_ACEOF
11210 /* confdefs.h. */
11211 _ACEOF
11212 cat confdefs.h >>conftest.$ac_ext
11213 cat >>conftest.$ac_ext <<_ACEOF
11214 /* end confdefs.h. */
11216 /* Override any GCC internal prototype to avoid an error.
11217 Use char because int might match the return type of a GCC
11218 builtin and then its argument prototype would still apply. */
11219 #ifdef __cplusplus
11220 extern "C"
11221 #endif
11222 char glXCreateContext ();
11224 main ()
11226 return glXCreateContext ();
11228 return 0;
11230 _ACEOF
11231 rm -f conftest.$ac_objext conftest$ac_exeext
11232 if { (ac_try="$ac_link"
11233 case "(($ac_try" in
11234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11235 *) ac_try_echo=$ac_try;;
11236 esac
11237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11238 (eval "$ac_link") 2>conftest.er1
11239 ac_status=$?
11240 grep -v '^ *+' conftest.er1 >conftest.err
11241 rm -f conftest.er1
11242 cat conftest.err >&5
11243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11244 (exit $ac_status); } && {
11245 test -z "$ac_c_werror_flag" ||
11246 test ! -s conftest.err
11247 } && test -s conftest$ac_exeext &&
11248 $as_test_x conftest$ac_exeext; then
11249 case "$LIBEXT" in
11250 dll) ;;
11251 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'` ;;
11252 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11253 esac
11254 else
11255 echo "$as_me: failed program was:" >&5
11256 sed 's/^/| /' conftest.$ac_ext >&5
11261 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11262 conftest$ac_exeext conftest.$ac_ext
11263 LIBS=$ac_check_soname_save_LIBS
11265 if test "x$ac_cv_lib_soname_GL" = "x"; then
11266 { echo "$as_me:$LINENO: result: not found" >&5
11267 echo "${ECHO_T}not found" >&6; }
11268 if test -f /usr/X11R6/lib/libGL.a
11269 then
11270 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11271 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11272 else
11273 opengl_msg="No OpenGL library found on this system."
11275 else
11276 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11277 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11279 cat >>confdefs.h <<_ACEOF
11280 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11281 _ACEOF
11283 OPENGL_LIBS="-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"
11285 cat >>confdefs.h <<\_ACEOF
11286 #define HAVE_OPENGL 1
11287 _ACEOF
11291 else
11292 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11293 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11295 cat >>confdefs.h <<_ACEOF
11296 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11297 _ACEOF
11299 OPENGL_LIBS="-lGL"
11301 cat >>confdefs.h <<\_ACEOF
11302 #define HAVE_OPENGL 1
11303 _ACEOF
11307 if test "$ac_cv_header_GL_glu_h" = "yes"
11308 then
11309 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11310 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11311 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11312 echo $ECHO_N "(cached) $ECHO_C" >&6
11313 else
11314 ac_check_soname_save_LIBS=$LIBS
11315 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11316 cat >conftest.$ac_ext <<_ACEOF
11317 /* confdefs.h. */
11318 _ACEOF
11319 cat confdefs.h >>conftest.$ac_ext
11320 cat >>conftest.$ac_ext <<_ACEOF
11321 /* end confdefs.h. */
11323 /* Override any GCC internal prototype to avoid an error.
11324 Use char because int might match the return type of a GCC
11325 builtin and then its argument prototype would still apply. */
11326 #ifdef __cplusplus
11327 extern "C"
11328 #endif
11329 char gluLookAt ();
11331 main ()
11333 return gluLookAt ();
11335 return 0;
11337 _ACEOF
11338 rm -f conftest.$ac_objext conftest$ac_exeext
11339 if { (ac_try="$ac_link"
11340 case "(($ac_try" in
11341 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11342 *) ac_try_echo=$ac_try;;
11343 esac
11344 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11345 (eval "$ac_link") 2>conftest.er1
11346 ac_status=$?
11347 grep -v '^ *+' conftest.er1 >conftest.err
11348 rm -f conftest.er1
11349 cat conftest.err >&5
11350 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11351 (exit $ac_status); } && {
11352 test -z "$ac_c_werror_flag" ||
11353 test ! -s conftest.err
11354 } && test -s conftest$ac_exeext &&
11355 $as_test_x conftest$ac_exeext; then
11356 case "$LIBEXT" in
11357 dll) ;;
11358 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'` ;;
11359 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11360 esac
11361 else
11362 echo "$as_me: failed program was:" >&5
11363 sed 's/^/| /' conftest.$ac_ext >&5
11368 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11369 conftest$ac_exeext conftest.$ac_ext
11370 LIBS=$ac_check_soname_save_LIBS
11372 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11373 { echo "$as_me:$LINENO: result: not found" >&5
11374 echo "${ECHO_T}not found" >&6; }
11376 else
11377 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11378 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11380 cat >>confdefs.h <<_ACEOF
11381 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11382 _ACEOF
11388 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11389 case "x$with_glu" in
11390 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11391 xno) ;;
11392 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11393 This is an error since --with-glu was requested." >&5
11394 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11395 This is an error since --with-glu was requested." >&2;}
11396 { (exit 1); exit 1; }; } ;;
11397 esac
11400 else
11401 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11403 else
11404 opengl_msg="OpenGL development headers not found."
11406 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11407 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11408 else
11409 enable_opengl32=${enable_opengl32:-no}
11410 enable_glu32=${enable_glu32:-no}
11412 if test -n "$opengl_msg"; then
11413 case "x$with_opengl" in
11414 x) wine_warnings="$wine_warnings|$opengl_msg
11415 OpenGL and Direct3D won't be supported." ;;
11416 xno) ;;
11417 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11418 OpenGL and Direct3D won't be supported.
11419 This is an error since --with-opengl was requested." >&5
11420 echo "$as_me: error: $opengl_msg
11421 OpenGL and Direct3D won't be supported.
11422 This is an error since --with-opengl was requested." >&2;}
11423 { (exit 1); exit 1; }; } ;;
11424 esac
11428 NASLIBS=""
11431 for ac_header in audio/audiolib.h
11433 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11434 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11435 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11436 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11437 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11438 echo $ECHO_N "(cached) $ECHO_C" >&6
11440 ac_res=`eval echo '${'$as_ac_Header'}'`
11441 { echo "$as_me:$LINENO: result: $ac_res" >&5
11442 echo "${ECHO_T}$ac_res" >&6; }
11443 else
11444 # Is the header compilable?
11445 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11446 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11447 cat >conftest.$ac_ext <<_ACEOF
11448 /* confdefs.h. */
11449 _ACEOF
11450 cat confdefs.h >>conftest.$ac_ext
11451 cat >>conftest.$ac_ext <<_ACEOF
11452 /* end confdefs.h. */
11453 $ac_includes_default
11454 #include <$ac_header>
11455 _ACEOF
11456 rm -f conftest.$ac_objext
11457 if { (ac_try="$ac_compile"
11458 case "(($ac_try" in
11459 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11460 *) ac_try_echo=$ac_try;;
11461 esac
11462 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11463 (eval "$ac_compile") 2>conftest.er1
11464 ac_status=$?
11465 grep -v '^ *+' conftest.er1 >conftest.err
11466 rm -f conftest.er1
11467 cat conftest.err >&5
11468 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11469 (exit $ac_status); } && {
11470 test -z "$ac_c_werror_flag" ||
11471 test ! -s conftest.err
11472 } && test -s conftest.$ac_objext; then
11473 ac_header_compiler=yes
11474 else
11475 echo "$as_me: failed program was:" >&5
11476 sed 's/^/| /' conftest.$ac_ext >&5
11478 ac_header_compiler=no
11481 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11482 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11483 echo "${ECHO_T}$ac_header_compiler" >&6; }
11485 # Is the header present?
11486 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11487 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11488 cat >conftest.$ac_ext <<_ACEOF
11489 /* confdefs.h. */
11490 _ACEOF
11491 cat confdefs.h >>conftest.$ac_ext
11492 cat >>conftest.$ac_ext <<_ACEOF
11493 /* end confdefs.h. */
11494 #include <$ac_header>
11495 _ACEOF
11496 if { (ac_try="$ac_cpp conftest.$ac_ext"
11497 case "(($ac_try" in
11498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11499 *) ac_try_echo=$ac_try;;
11500 esac
11501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11502 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11503 ac_status=$?
11504 grep -v '^ *+' conftest.er1 >conftest.err
11505 rm -f conftest.er1
11506 cat conftest.err >&5
11507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11508 (exit $ac_status); } >/dev/null && {
11509 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11510 test ! -s conftest.err
11511 }; then
11512 ac_header_preproc=yes
11513 else
11514 echo "$as_me: failed program was:" >&5
11515 sed 's/^/| /' conftest.$ac_ext >&5
11517 ac_header_preproc=no
11520 rm -f conftest.err conftest.$ac_ext
11521 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11522 echo "${ECHO_T}$ac_header_preproc" >&6; }
11524 # So? What about this header?
11525 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11526 yes:no: )
11527 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11528 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11529 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11530 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11531 ac_header_preproc=yes
11533 no:yes:* )
11534 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11535 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11536 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11537 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11538 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11539 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11540 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11541 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11542 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11543 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11544 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11545 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11546 ( cat <<\_ASBOX
11547 ## ------------------------------------ ##
11548 ## Report this to wine-devel@winehq.org ##
11549 ## ------------------------------------ ##
11550 _ASBOX
11551 ) | sed "s/^/$as_me: WARNING: /" >&2
11553 esac
11554 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11555 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11556 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11557 echo $ECHO_N "(cached) $ECHO_C" >&6
11558 else
11559 eval "$as_ac_Header=\$ac_header_preproc"
11561 ac_res=`eval echo '${'$as_ac_Header'}'`
11562 { echo "$as_me:$LINENO: result: $ac_res" >&5
11563 echo "${ECHO_T}$ac_res" >&6; }
11566 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11567 cat >>confdefs.h <<_ACEOF
11568 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11569 _ACEOF
11571 for ac_header in audio/soundlib.h
11573 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11574 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11575 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11576 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11577 echo $ECHO_N "(cached) $ECHO_C" >&6
11578 else
11579 cat >conftest.$ac_ext <<_ACEOF
11580 /* confdefs.h. */
11581 _ACEOF
11582 cat confdefs.h >>conftest.$ac_ext
11583 cat >>conftest.$ac_ext <<_ACEOF
11584 /* end confdefs.h. */
11585 #include <audio/audiolib.h>
11587 #include <$ac_header>
11588 _ACEOF
11589 rm -f conftest.$ac_objext
11590 if { (ac_try="$ac_compile"
11591 case "(($ac_try" in
11592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11593 *) ac_try_echo=$ac_try;;
11594 esac
11595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11596 (eval "$ac_compile") 2>conftest.er1
11597 ac_status=$?
11598 grep -v '^ *+' conftest.er1 >conftest.err
11599 rm -f conftest.er1
11600 cat conftest.err >&5
11601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11602 (exit $ac_status); } && {
11603 test -z "$ac_c_werror_flag" ||
11604 test ! -s conftest.err
11605 } && test -s conftest.$ac_objext; then
11606 eval "$as_ac_Header=yes"
11607 else
11608 echo "$as_me: failed program was:" >&5
11609 sed 's/^/| /' conftest.$ac_ext >&5
11611 eval "$as_ac_Header=no"
11614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11616 ac_res=`eval echo '${'$as_ac_Header'}'`
11617 { echo "$as_me:$LINENO: result: $ac_res" >&5
11618 echo "${ECHO_T}$ac_res" >&6; }
11619 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11620 cat >>confdefs.h <<_ACEOF
11621 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11622 _ACEOF
11626 done
11628 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11629 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11630 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11631 echo $ECHO_N "(cached) $ECHO_C" >&6
11632 else
11633 ac_check_lib_save_LIBS=$LIBS
11634 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11635 cat >conftest.$ac_ext <<_ACEOF
11636 /* confdefs.h. */
11637 _ACEOF
11638 cat confdefs.h >>conftest.$ac_ext
11639 cat >>conftest.$ac_ext <<_ACEOF
11640 /* end confdefs.h. */
11642 /* Override any GCC internal prototype to avoid an error.
11643 Use char because int might match the return type of a GCC
11644 builtin and then its argument prototype would still apply. */
11645 #ifdef __cplusplus
11646 extern "C"
11647 #endif
11648 char AuCreateFlow ();
11650 main ()
11652 return AuCreateFlow ();
11654 return 0;
11656 _ACEOF
11657 rm -f conftest.$ac_objext conftest$ac_exeext
11658 if { (ac_try="$ac_link"
11659 case "(($ac_try" in
11660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11661 *) ac_try_echo=$ac_try;;
11662 esac
11663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11664 (eval "$ac_link") 2>conftest.er1
11665 ac_status=$?
11666 grep -v '^ *+' conftest.er1 >conftest.err
11667 rm -f conftest.er1
11668 cat conftest.err >&5
11669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11670 (exit $ac_status); } && {
11671 test -z "$ac_c_werror_flag" ||
11672 test ! -s conftest.err
11673 } && test -s conftest$ac_exeext &&
11674 $as_test_x conftest$ac_exeext; then
11675 ac_cv_lib_audio_AuCreateFlow=yes
11676 else
11677 echo "$as_me: failed program was:" >&5
11678 sed 's/^/| /' conftest.$ac_ext >&5
11680 ac_cv_lib_audio_AuCreateFlow=no
11683 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11684 conftest$ac_exeext conftest.$ac_ext
11685 LIBS=$ac_check_lib_save_LIBS
11687 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11688 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11689 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11691 cat >>confdefs.h <<\_ACEOF
11692 #define HAVE_NAS 1
11693 _ACEOF
11695 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11696 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11697 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11698 echo $ECHO_N "(cached) $ECHO_C" >&6
11699 else
11700 ac_check_lib_save_LIBS=$LIBS
11701 LIBS="-lXau $X_LIBS $LIBS"
11702 cat >conftest.$ac_ext <<_ACEOF
11703 /* confdefs.h. */
11704 _ACEOF
11705 cat confdefs.h >>conftest.$ac_ext
11706 cat >>conftest.$ac_ext <<_ACEOF
11707 /* end confdefs.h. */
11709 /* Override any GCC internal prototype to avoid an error.
11710 Use char because int might match the return type of a GCC
11711 builtin and then its argument prototype would still apply. */
11712 #ifdef __cplusplus
11713 extern "C"
11714 #endif
11715 char XauGetBestAuthByAddr ();
11717 main ()
11719 return XauGetBestAuthByAddr ();
11721 return 0;
11723 _ACEOF
11724 rm -f conftest.$ac_objext conftest$ac_exeext
11725 if { (ac_try="$ac_link"
11726 case "(($ac_try" in
11727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11728 *) ac_try_echo=$ac_try;;
11729 esac
11730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11731 (eval "$ac_link") 2>conftest.er1
11732 ac_status=$?
11733 grep -v '^ *+' conftest.er1 >conftest.err
11734 rm -f conftest.er1
11735 cat conftest.err >&5
11736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11737 (exit $ac_status); } && {
11738 test -z "$ac_c_werror_flag" ||
11739 test ! -s conftest.err
11740 } && test -s conftest$ac_exeext &&
11741 $as_test_x conftest$ac_exeext; then
11742 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11743 else
11744 echo "$as_me: failed program was:" >&5
11745 sed 's/^/| /' conftest.$ac_ext >&5
11747 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11750 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11751 conftest$ac_exeext conftest.$ac_ext
11752 LIBS=$ac_check_lib_save_LIBS
11754 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11755 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11756 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11757 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11758 else
11759 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11767 done
11770 CPPFLAGS="$ac_save_CPPFLAGS"
11771 else
11772 XLIB=""
11773 X_CFLAGS=""
11774 X_LIBS=""
11775 enable_winex11_drv=${enable_winex11_drv:-no}
11776 enable_opengl32=${enable_opengl32:-no}
11777 enable_glu32=${enable_glu32:-no}
11779 if test "x$XLIB" = "x"; then
11780 case "x$with_x" in
11781 xno) ;;
11782 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11783 without X support, which probably isn't what you want. You will need to install
11784 development packages of Xlib/Xfree86 at the very least.
11785 Use the --without-x option if you really want this." >&5
11786 echo "$as_me: error: X development files not found. Wine will be built
11787 without X support, which probably isn't what you want. You will need to install
11788 development packages of Xlib/Xfree86 at the very least.
11789 Use the --without-x option if you really want this." >&2;}
11790 { (exit 1); exit 1; }; } ;;
11791 esac
11796 XML2LIBS=""
11798 XML2INCL=""
11800 XSLTLIBS=""
11802 XSLTINCL=""
11804 if test "x$with_xml" != "xno"
11805 then
11806 ac_save_CPPFLAGS="$CPPFLAGS"
11807 if test "$PKG_CONFIG" != "false"
11808 then
11809 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11810 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11811 else
11812 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11813 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11815 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11817 for ac_header in libxml/parser.h
11819 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11820 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11821 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11822 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11823 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11824 echo $ECHO_N "(cached) $ECHO_C" >&6
11826 ac_res=`eval echo '${'$as_ac_Header'}'`
11827 { echo "$as_me:$LINENO: result: $ac_res" >&5
11828 echo "${ECHO_T}$ac_res" >&6; }
11829 else
11830 # Is the header compilable?
11831 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11832 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11833 cat >conftest.$ac_ext <<_ACEOF
11834 /* confdefs.h. */
11835 _ACEOF
11836 cat confdefs.h >>conftest.$ac_ext
11837 cat >>conftest.$ac_ext <<_ACEOF
11838 /* end confdefs.h. */
11839 $ac_includes_default
11840 #include <$ac_header>
11841 _ACEOF
11842 rm -f conftest.$ac_objext
11843 if { (ac_try="$ac_compile"
11844 case "(($ac_try" in
11845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11846 *) ac_try_echo=$ac_try;;
11847 esac
11848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11849 (eval "$ac_compile") 2>conftest.er1
11850 ac_status=$?
11851 grep -v '^ *+' conftest.er1 >conftest.err
11852 rm -f conftest.er1
11853 cat conftest.err >&5
11854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11855 (exit $ac_status); } && {
11856 test -z "$ac_c_werror_flag" ||
11857 test ! -s conftest.err
11858 } && test -s conftest.$ac_objext; then
11859 ac_header_compiler=yes
11860 else
11861 echo "$as_me: failed program was:" >&5
11862 sed 's/^/| /' conftest.$ac_ext >&5
11864 ac_header_compiler=no
11867 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11868 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11869 echo "${ECHO_T}$ac_header_compiler" >&6; }
11871 # Is the header present?
11872 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11873 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11874 cat >conftest.$ac_ext <<_ACEOF
11875 /* confdefs.h. */
11876 _ACEOF
11877 cat confdefs.h >>conftest.$ac_ext
11878 cat >>conftest.$ac_ext <<_ACEOF
11879 /* end confdefs.h. */
11880 #include <$ac_header>
11881 _ACEOF
11882 if { (ac_try="$ac_cpp conftest.$ac_ext"
11883 case "(($ac_try" in
11884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11885 *) ac_try_echo=$ac_try;;
11886 esac
11887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11888 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11889 ac_status=$?
11890 grep -v '^ *+' conftest.er1 >conftest.err
11891 rm -f conftest.er1
11892 cat conftest.err >&5
11893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11894 (exit $ac_status); } >/dev/null && {
11895 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11896 test ! -s conftest.err
11897 }; then
11898 ac_header_preproc=yes
11899 else
11900 echo "$as_me: failed program was:" >&5
11901 sed 's/^/| /' conftest.$ac_ext >&5
11903 ac_header_preproc=no
11906 rm -f conftest.err conftest.$ac_ext
11907 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11908 echo "${ECHO_T}$ac_header_preproc" >&6; }
11910 # So? What about this header?
11911 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11912 yes:no: )
11913 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11914 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11915 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11916 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11917 ac_header_preproc=yes
11919 no:yes:* )
11920 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11921 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11922 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11923 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11924 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11925 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11926 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11927 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11928 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11929 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11930 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11931 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11932 ( cat <<\_ASBOX
11933 ## ------------------------------------ ##
11934 ## Report this to wine-devel@winehq.org ##
11935 ## ------------------------------------ ##
11936 _ASBOX
11937 ) | sed "s/^/$as_me: WARNING: /" >&2
11939 esac
11940 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11941 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11942 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11943 echo $ECHO_N "(cached) $ECHO_C" >&6
11944 else
11945 eval "$as_ac_Header=\$ac_header_preproc"
11947 ac_res=`eval echo '${'$as_ac_Header'}'`
11948 { echo "$as_me:$LINENO: result: $ac_res" >&5
11949 echo "${ECHO_T}$ac_res" >&6; }
11952 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11953 cat >>confdefs.h <<_ACEOF
11954 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11955 _ACEOF
11956 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11957 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11958 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11959 echo $ECHO_N "(cached) $ECHO_C" >&6
11960 else
11961 ac_check_lib_save_LIBS=$LIBS
11962 LIBS="-lxml2 $ac_xml_libs $LIBS"
11963 cat >conftest.$ac_ext <<_ACEOF
11964 /* confdefs.h. */
11965 _ACEOF
11966 cat confdefs.h >>conftest.$ac_ext
11967 cat >>conftest.$ac_ext <<_ACEOF
11968 /* end confdefs.h. */
11970 /* Override any GCC internal prototype to avoid an error.
11971 Use char because int might match the return type of a GCC
11972 builtin and then its argument prototype would still apply. */
11973 #ifdef __cplusplus
11974 extern "C"
11975 #endif
11976 char xmlParseMemory ();
11978 main ()
11980 return xmlParseMemory ();
11982 return 0;
11984 _ACEOF
11985 rm -f conftest.$ac_objext conftest$ac_exeext
11986 if { (ac_try="$ac_link"
11987 case "(($ac_try" in
11988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11989 *) ac_try_echo=$ac_try;;
11990 esac
11991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11992 (eval "$ac_link") 2>conftest.er1
11993 ac_status=$?
11994 grep -v '^ *+' conftest.er1 >conftest.err
11995 rm -f conftest.er1
11996 cat conftest.err >&5
11997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11998 (exit $ac_status); } && {
11999 test -z "$ac_c_werror_flag" ||
12000 test ! -s conftest.err
12001 } && test -s conftest$ac_exeext &&
12002 $as_test_x conftest$ac_exeext; then
12003 ac_cv_lib_xml2_xmlParseMemory=yes
12004 else
12005 echo "$as_me: failed program was:" >&5
12006 sed 's/^/| /' conftest.$ac_ext >&5
12008 ac_cv_lib_xml2_xmlParseMemory=no
12011 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12012 conftest$ac_exeext conftest.$ac_ext
12013 LIBS=$ac_check_lib_save_LIBS
12015 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12016 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12017 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12019 cat >>confdefs.h <<\_ACEOF
12020 #define HAVE_LIBXML2 1
12021 _ACEOF
12023 XML2LIBS="$ac_xml_libs"
12024 XML2INCL="$ac_xml_cflags"
12027 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12028 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12029 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12030 echo $ECHO_N "(cached) $ECHO_C" >&6
12031 else
12032 ac_check_lib_save_LIBS=$LIBS
12033 LIBS="-lxml2 $ac_xml_libs $LIBS"
12034 cat >conftest.$ac_ext <<_ACEOF
12035 /* confdefs.h. */
12036 _ACEOF
12037 cat confdefs.h >>conftest.$ac_ext
12038 cat >>conftest.$ac_ext <<_ACEOF
12039 /* end confdefs.h. */
12041 /* Override any GCC internal prototype to avoid an error.
12042 Use char because int might match the return type of a GCC
12043 builtin and then its argument prototype would still apply. */
12044 #ifdef __cplusplus
12045 extern "C"
12046 #endif
12047 char xmlReadMemory ();
12049 main ()
12051 return xmlReadMemory ();
12053 return 0;
12055 _ACEOF
12056 rm -f conftest.$ac_objext conftest$ac_exeext
12057 if { (ac_try="$ac_link"
12058 case "(($ac_try" in
12059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12060 *) ac_try_echo=$ac_try;;
12061 esac
12062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12063 (eval "$ac_link") 2>conftest.er1
12064 ac_status=$?
12065 grep -v '^ *+' conftest.er1 >conftest.err
12066 rm -f conftest.er1
12067 cat conftest.err >&5
12068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12069 (exit $ac_status); } && {
12070 test -z "$ac_c_werror_flag" ||
12071 test ! -s conftest.err
12072 } && test -s conftest$ac_exeext &&
12073 $as_test_x conftest$ac_exeext; then
12074 ac_cv_lib_xml2_xmlReadMemory=yes
12075 else
12076 echo "$as_me: failed program was:" >&5
12077 sed 's/^/| /' conftest.$ac_ext >&5
12079 ac_cv_lib_xml2_xmlReadMemory=no
12082 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12083 conftest$ac_exeext conftest.$ac_ext
12084 LIBS=$ac_check_lib_save_LIBS
12086 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12087 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12088 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12090 cat >>confdefs.h <<\_ACEOF
12091 #define HAVE_XMLREADMEMORY 1
12092 _ACEOF
12096 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12097 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12098 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12099 echo $ECHO_N "(cached) $ECHO_C" >&6
12100 else
12101 ac_check_lib_save_LIBS=$LIBS
12102 LIBS="-lxml2 $ac_xml_libs $LIBS"
12103 cat >conftest.$ac_ext <<_ACEOF
12104 /* confdefs.h. */
12105 _ACEOF
12106 cat confdefs.h >>conftest.$ac_ext
12107 cat >>conftest.$ac_ext <<_ACEOF
12108 /* end confdefs.h. */
12110 /* Override any GCC internal prototype to avoid an error.
12111 Use char because int might match the return type of a GCC
12112 builtin and then its argument prototype would still apply. */
12113 #ifdef __cplusplus
12114 extern "C"
12115 #endif
12116 char xmlNewDocPI ();
12118 main ()
12120 return xmlNewDocPI ();
12122 return 0;
12124 _ACEOF
12125 rm -f conftest.$ac_objext conftest$ac_exeext
12126 if { (ac_try="$ac_link"
12127 case "(($ac_try" in
12128 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12129 *) ac_try_echo=$ac_try;;
12130 esac
12131 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12132 (eval "$ac_link") 2>conftest.er1
12133 ac_status=$?
12134 grep -v '^ *+' conftest.er1 >conftest.err
12135 rm -f conftest.er1
12136 cat conftest.err >&5
12137 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12138 (exit $ac_status); } && {
12139 test -z "$ac_c_werror_flag" ||
12140 test ! -s conftest.err
12141 } && test -s conftest$ac_exeext &&
12142 $as_test_x conftest$ac_exeext; then
12143 ac_cv_lib_xml2_xmlNewDocPI=yes
12144 else
12145 echo "$as_me: failed program was:" >&5
12146 sed 's/^/| /' conftest.$ac_ext >&5
12148 ac_cv_lib_xml2_xmlNewDocPI=no
12151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12152 conftest$ac_exeext conftest.$ac_ext
12153 LIBS=$ac_check_lib_save_LIBS
12155 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12156 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12157 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12159 cat >>confdefs.h <<\_ACEOF
12160 #define HAVE_XMLNEWDOCPI 1
12161 _ACEOF
12168 done
12170 CPPFLAGS="$ac_save_CPPFLAGS"
12172 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12173 case "x$with_xml" in
12174 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12175 xno) ;;
12176 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12177 This is an error since --with-xml was requested." >&5
12178 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12179 This is an error since --with-xml was requested." >&2;}
12180 { (exit 1); exit 1; }; } ;;
12181 esac
12185 if test "x$with_xslt" != "xno"
12186 then
12187 if test "$PKG_CONFIG" != "false"
12188 then
12189 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12190 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12191 else
12192 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12193 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12195 ac_save_CPPFLAGS="$CPPFLAGS"
12196 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12199 for ac_header in libxslt/pattern.h libxslt/transform.h
12201 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12202 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12203 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12204 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12205 echo $ECHO_N "(cached) $ECHO_C" >&6
12206 else
12207 cat >conftest.$ac_ext <<_ACEOF
12208 /* confdefs.h. */
12209 _ACEOF
12210 cat confdefs.h >>conftest.$ac_ext
12211 cat >>conftest.$ac_ext <<_ACEOF
12212 /* end confdefs.h. */
12213 #ifdef HAVE_LIBXSLT_PATTERN_H
12214 # include <libxslt/pattern.h>
12215 #endif
12217 #include <$ac_header>
12218 _ACEOF
12219 rm -f conftest.$ac_objext
12220 if { (ac_try="$ac_compile"
12221 case "(($ac_try" in
12222 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12223 *) ac_try_echo=$ac_try;;
12224 esac
12225 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12226 (eval "$ac_compile") 2>conftest.er1
12227 ac_status=$?
12228 grep -v '^ *+' conftest.er1 >conftest.err
12229 rm -f conftest.er1
12230 cat conftest.err >&5
12231 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12232 (exit $ac_status); } && {
12233 test -z "$ac_c_werror_flag" ||
12234 test ! -s conftest.err
12235 } && test -s conftest.$ac_objext; then
12236 eval "$as_ac_Header=yes"
12237 else
12238 echo "$as_me: failed program was:" >&5
12239 sed 's/^/| /' conftest.$ac_ext >&5
12241 eval "$as_ac_Header=no"
12244 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12246 ac_res=`eval echo '${'$as_ac_Header'}'`
12247 { echo "$as_me:$LINENO: result: $ac_res" >&5
12248 echo "${ECHO_T}$ac_res" >&6; }
12249 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12250 cat >>confdefs.h <<_ACEOF
12251 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12252 _ACEOF
12256 done
12258 CPPFLAGS="$ac_save_CPPFLAGS"
12259 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12260 then
12261 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12262 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12263 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12264 echo $ECHO_N "(cached) $ECHO_C" >&6
12265 else
12266 ac_check_lib_save_LIBS=$LIBS
12267 LIBS="-lxslt $ac_xslt_libs $LIBS"
12268 cat >conftest.$ac_ext <<_ACEOF
12269 /* confdefs.h. */
12270 _ACEOF
12271 cat confdefs.h >>conftest.$ac_ext
12272 cat >>conftest.$ac_ext <<_ACEOF
12273 /* end confdefs.h. */
12275 /* Override any GCC internal prototype to avoid an error.
12276 Use char because int might match the return type of a GCC
12277 builtin and then its argument prototype would still apply. */
12278 #ifdef __cplusplus
12279 extern "C"
12280 #endif
12281 char xsltCompilePattern ();
12283 main ()
12285 return xsltCompilePattern ();
12287 return 0;
12289 _ACEOF
12290 rm -f conftest.$ac_objext conftest$ac_exeext
12291 if { (ac_try="$ac_link"
12292 case "(($ac_try" in
12293 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12294 *) ac_try_echo=$ac_try;;
12295 esac
12296 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12297 (eval "$ac_link") 2>conftest.er1
12298 ac_status=$?
12299 grep -v '^ *+' conftest.er1 >conftest.err
12300 rm -f conftest.er1
12301 cat conftest.err >&5
12302 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12303 (exit $ac_status); } && {
12304 test -z "$ac_c_werror_flag" ||
12305 test ! -s conftest.err
12306 } && test -s conftest$ac_exeext &&
12307 $as_test_x conftest$ac_exeext; then
12308 ac_cv_lib_xslt_xsltCompilePattern=yes
12309 else
12310 echo "$as_me: failed program was:" >&5
12311 sed 's/^/| /' conftest.$ac_ext >&5
12313 ac_cv_lib_xslt_xsltCompilePattern=no
12316 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12317 conftest$ac_exeext conftest.$ac_ext
12318 LIBS=$ac_check_lib_save_LIBS
12320 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12321 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12322 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12324 cat >>confdefs.h <<\_ACEOF
12325 #define HAVE_LIBXSLT 1
12326 _ACEOF
12328 XSLTLIBS="$ac_xslt_libs"
12329 XSLTINCL="$ac_xslt_cflags"
12330 ac_save_LIBS="$LIBS"
12331 LIBS="$LIBS $ac_xslt_libs"
12333 for ac_func in xsltInit
12335 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12336 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12337 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12338 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12339 echo $ECHO_N "(cached) $ECHO_C" >&6
12340 else
12341 cat >conftest.$ac_ext <<_ACEOF
12342 /* confdefs.h. */
12343 _ACEOF
12344 cat confdefs.h >>conftest.$ac_ext
12345 cat >>conftest.$ac_ext <<_ACEOF
12346 /* end confdefs.h. */
12347 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12348 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12349 #define $ac_func innocuous_$ac_func
12351 /* System header to define __stub macros and hopefully few prototypes,
12352 which can conflict with char $ac_func (); below.
12353 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12354 <limits.h> exists even on freestanding compilers. */
12356 #ifdef __STDC__
12357 # include <limits.h>
12358 #else
12359 # include <assert.h>
12360 #endif
12362 #undef $ac_func
12364 /* Override any GCC internal prototype to avoid an error.
12365 Use char because int might match the return type of a GCC
12366 builtin and then its argument prototype would still apply. */
12367 #ifdef __cplusplus
12368 extern "C"
12369 #endif
12370 char $ac_func ();
12371 /* The GNU C library defines this for functions which it implements
12372 to always fail with ENOSYS. Some functions are actually named
12373 something starting with __ and the normal name is an alias. */
12374 #if defined __stub_$ac_func || defined __stub___$ac_func
12375 choke me
12376 #endif
12379 main ()
12381 return $ac_func ();
12383 return 0;
12385 _ACEOF
12386 rm -f conftest.$ac_objext conftest$ac_exeext
12387 if { (ac_try="$ac_link"
12388 case "(($ac_try" in
12389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12390 *) ac_try_echo=$ac_try;;
12391 esac
12392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12393 (eval "$ac_link") 2>conftest.er1
12394 ac_status=$?
12395 grep -v '^ *+' conftest.er1 >conftest.err
12396 rm -f conftest.er1
12397 cat conftest.err >&5
12398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12399 (exit $ac_status); } && {
12400 test -z "$ac_c_werror_flag" ||
12401 test ! -s conftest.err
12402 } && test -s conftest$ac_exeext &&
12403 $as_test_x conftest$ac_exeext; then
12404 eval "$as_ac_var=yes"
12405 else
12406 echo "$as_me: failed program was:" >&5
12407 sed 's/^/| /' conftest.$ac_ext >&5
12409 eval "$as_ac_var=no"
12412 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12413 conftest$ac_exeext conftest.$ac_ext
12415 ac_res=`eval echo '${'$as_ac_var'}'`
12416 { echo "$as_me:$LINENO: result: $ac_res" >&5
12417 echo "${ECHO_T}$ac_res" >&6; }
12418 if test `eval echo '${'$as_ac_var'}'` = yes; then
12419 cat >>confdefs.h <<_ACEOF
12420 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12421 _ACEOF
12424 done
12426 LIBS="$ac_save_LIBS"
12431 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12432 case "x$with_xslt" in
12433 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12434 xno) ;;
12435 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12436 This is an error since --with-xslt was requested." >&5
12437 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12438 This is an error since --with-xslt was requested." >&2;}
12439 { (exit 1); exit 1; }; } ;;
12440 esac
12444 HALINCL=""
12446 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12447 then
12448 ac_save_CPPFLAGS="$CPPFLAGS"
12449 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12450 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12451 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12454 for ac_header in dbus/dbus.h hal/libhal.h
12456 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12457 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12458 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12459 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12460 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12461 echo $ECHO_N "(cached) $ECHO_C" >&6
12463 ac_res=`eval echo '${'$as_ac_Header'}'`
12464 { echo "$as_me:$LINENO: result: $ac_res" >&5
12465 echo "${ECHO_T}$ac_res" >&6; }
12466 else
12467 # Is the header compilable?
12468 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12469 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12470 cat >conftest.$ac_ext <<_ACEOF
12471 /* confdefs.h. */
12472 _ACEOF
12473 cat confdefs.h >>conftest.$ac_ext
12474 cat >>conftest.$ac_ext <<_ACEOF
12475 /* end confdefs.h. */
12476 $ac_includes_default
12477 #include <$ac_header>
12478 _ACEOF
12479 rm -f conftest.$ac_objext
12480 if { (ac_try="$ac_compile"
12481 case "(($ac_try" in
12482 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12483 *) ac_try_echo=$ac_try;;
12484 esac
12485 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12486 (eval "$ac_compile") 2>conftest.er1
12487 ac_status=$?
12488 grep -v '^ *+' conftest.er1 >conftest.err
12489 rm -f conftest.er1
12490 cat conftest.err >&5
12491 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12492 (exit $ac_status); } && {
12493 test -z "$ac_c_werror_flag" ||
12494 test ! -s conftest.err
12495 } && test -s conftest.$ac_objext; then
12496 ac_header_compiler=yes
12497 else
12498 echo "$as_me: failed program was:" >&5
12499 sed 's/^/| /' conftest.$ac_ext >&5
12501 ac_header_compiler=no
12504 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12505 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12506 echo "${ECHO_T}$ac_header_compiler" >&6; }
12508 # Is the header present?
12509 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12510 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12511 cat >conftest.$ac_ext <<_ACEOF
12512 /* confdefs.h. */
12513 _ACEOF
12514 cat confdefs.h >>conftest.$ac_ext
12515 cat >>conftest.$ac_ext <<_ACEOF
12516 /* end confdefs.h. */
12517 #include <$ac_header>
12518 _ACEOF
12519 if { (ac_try="$ac_cpp conftest.$ac_ext"
12520 case "(($ac_try" in
12521 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12522 *) ac_try_echo=$ac_try;;
12523 esac
12524 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12525 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12526 ac_status=$?
12527 grep -v '^ *+' conftest.er1 >conftest.err
12528 rm -f conftest.er1
12529 cat conftest.err >&5
12530 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12531 (exit $ac_status); } >/dev/null && {
12532 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12533 test ! -s conftest.err
12534 }; then
12535 ac_header_preproc=yes
12536 else
12537 echo "$as_me: failed program was:" >&5
12538 sed 's/^/| /' conftest.$ac_ext >&5
12540 ac_header_preproc=no
12543 rm -f conftest.err conftest.$ac_ext
12544 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12545 echo "${ECHO_T}$ac_header_preproc" >&6; }
12547 # So? What about this header?
12548 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12549 yes:no: )
12550 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12551 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12552 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12553 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12554 ac_header_preproc=yes
12556 no:yes:* )
12557 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12558 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12559 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12560 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12561 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12562 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12563 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12564 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12565 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12566 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12567 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12568 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12569 ( cat <<\_ASBOX
12570 ## ------------------------------------ ##
12571 ## Report this to wine-devel@winehq.org ##
12572 ## ------------------------------------ ##
12573 _ASBOX
12574 ) | sed "s/^/$as_me: WARNING: /" >&2
12576 esac
12577 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12578 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12579 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12580 echo $ECHO_N "(cached) $ECHO_C" >&6
12581 else
12582 eval "$as_ac_Header=\$ac_header_preproc"
12584 ac_res=`eval echo '${'$as_ac_Header'}'`
12585 { echo "$as_me:$LINENO: result: $ac_res" >&5
12586 echo "${ECHO_T}$ac_res" >&6; }
12589 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12590 cat >>confdefs.h <<_ACEOF
12591 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12592 _ACEOF
12596 done
12598 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12599 then
12600 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12601 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12602 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12603 echo $ECHO_N "(cached) $ECHO_C" >&6
12604 else
12605 ac_check_lib_save_LIBS=$LIBS
12606 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12607 cat >conftest.$ac_ext <<_ACEOF
12608 /* confdefs.h. */
12609 _ACEOF
12610 cat confdefs.h >>conftest.$ac_ext
12611 cat >>conftest.$ac_ext <<_ACEOF
12612 /* end confdefs.h. */
12614 /* Override any GCC internal prototype to avoid an error.
12615 Use char because int might match the return type of a GCC
12616 builtin and then its argument prototype would still apply. */
12617 #ifdef __cplusplus
12618 extern "C"
12619 #endif
12620 char dbus_connection_close ();
12622 main ()
12624 return dbus_connection_close ();
12626 return 0;
12628 _ACEOF
12629 rm -f conftest.$ac_objext conftest$ac_exeext
12630 if { (ac_try="$ac_link"
12631 case "(($ac_try" in
12632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12633 *) ac_try_echo=$ac_try;;
12634 esac
12635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12636 (eval "$ac_link") 2>conftest.er1
12637 ac_status=$?
12638 grep -v '^ *+' conftest.er1 >conftest.err
12639 rm -f conftest.er1
12640 cat conftest.err >&5
12641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12642 (exit $ac_status); } && {
12643 test -z "$ac_c_werror_flag" ||
12644 test ! -s conftest.err
12645 } && test -s conftest$ac_exeext &&
12646 $as_test_x conftest$ac_exeext; then
12647 ac_cv_lib_dbus_1_dbus_connection_close=yes
12648 else
12649 echo "$as_me: failed program was:" >&5
12650 sed 's/^/| /' conftest.$ac_ext >&5
12652 ac_cv_lib_dbus_1_dbus_connection_close=no
12655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12656 conftest$ac_exeext conftest.$ac_ext
12657 LIBS=$ac_check_lib_save_LIBS
12659 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12660 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12661 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12662 { echo "$as_me:$LINENO: checking for -lhal" >&5
12663 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12664 if test "${ac_cv_lib_soname_hal+set}" = set; then
12665 echo $ECHO_N "(cached) $ECHO_C" >&6
12666 else
12667 ac_check_soname_save_LIBS=$LIBS
12668 LIBS="-lhal $ac_hal_libs $LIBS"
12669 cat >conftest.$ac_ext <<_ACEOF
12670 /* confdefs.h. */
12671 _ACEOF
12672 cat confdefs.h >>conftest.$ac_ext
12673 cat >>conftest.$ac_ext <<_ACEOF
12674 /* end confdefs.h. */
12676 /* Override any GCC internal prototype to avoid an error.
12677 Use char because int might match the return type of a GCC
12678 builtin and then its argument prototype would still apply. */
12679 #ifdef __cplusplus
12680 extern "C"
12681 #endif
12682 char libhal_ctx_new ();
12684 main ()
12686 return libhal_ctx_new ();
12688 return 0;
12690 _ACEOF
12691 rm -f conftest.$ac_objext conftest$ac_exeext
12692 if { (ac_try="$ac_link"
12693 case "(($ac_try" in
12694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12695 *) ac_try_echo=$ac_try;;
12696 esac
12697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12698 (eval "$ac_link") 2>conftest.er1
12699 ac_status=$?
12700 grep -v '^ *+' conftest.er1 >conftest.err
12701 rm -f conftest.er1
12702 cat conftest.err >&5
12703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12704 (exit $ac_status); } && {
12705 test -z "$ac_c_werror_flag" ||
12706 test ! -s conftest.err
12707 } && test -s conftest$ac_exeext &&
12708 $as_test_x conftest$ac_exeext; then
12709 case "$LIBEXT" in
12710 dll) ;;
12711 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'` ;;
12712 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12713 esac
12714 else
12715 echo "$as_me: failed program was:" >&5
12716 sed 's/^/| /' conftest.$ac_ext >&5
12721 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12722 conftest$ac_exeext conftest.$ac_ext
12723 LIBS=$ac_check_soname_save_LIBS
12725 if test "x$ac_cv_lib_soname_hal" = "x"; then
12726 { echo "$as_me:$LINENO: result: not found" >&5
12727 echo "${ECHO_T}not found" >&6; }
12729 else
12730 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12731 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12733 cat >>confdefs.h <<_ACEOF
12734 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12735 _ACEOF
12737 HALINCL="$ac_hal_cflags"
12743 CPPFLAGS="$ac_save_CPPFLAGS"
12745 if test "x$ac_cv_lib_soname_hal" = "x"; then
12746 case "x$with_hal" in
12747 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12748 xno) ;;
12749 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12750 This is an error since --with-hal was requested." >&5
12751 echo "$as_me: error: libhal development files not found, no dynamic device support.
12752 This is an error since --with-hal was requested." >&2;}
12753 { (exit 1); exit 1; }; } ;;
12754 esac
12758 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12759 then
12760 ac_save_CPPFLAGS="$CPPFLAGS"
12761 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12762 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12763 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12764 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12765 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12766 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12767 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12768 echo $ECHO_N "(cached) $ECHO_C" >&6
12770 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12771 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12772 else
12773 # Is the header compilable?
12774 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12775 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12776 cat >conftest.$ac_ext <<_ACEOF
12777 /* confdefs.h. */
12778 _ACEOF
12779 cat confdefs.h >>conftest.$ac_ext
12780 cat >>conftest.$ac_ext <<_ACEOF
12781 /* end confdefs.h. */
12782 $ac_includes_default
12783 #include <gnutls/gnutls.h>
12784 _ACEOF
12785 rm -f conftest.$ac_objext
12786 if { (ac_try="$ac_compile"
12787 case "(($ac_try" in
12788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12789 *) ac_try_echo=$ac_try;;
12790 esac
12791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12792 (eval "$ac_compile") 2>conftest.er1
12793 ac_status=$?
12794 grep -v '^ *+' conftest.er1 >conftest.err
12795 rm -f conftest.er1
12796 cat conftest.err >&5
12797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12798 (exit $ac_status); } && {
12799 test -z "$ac_c_werror_flag" ||
12800 test ! -s conftest.err
12801 } && test -s conftest.$ac_objext; then
12802 ac_header_compiler=yes
12803 else
12804 echo "$as_me: failed program was:" >&5
12805 sed 's/^/| /' conftest.$ac_ext >&5
12807 ac_header_compiler=no
12810 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12811 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12812 echo "${ECHO_T}$ac_header_compiler" >&6; }
12814 # Is the header present?
12815 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12816 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12817 cat >conftest.$ac_ext <<_ACEOF
12818 /* confdefs.h. */
12819 _ACEOF
12820 cat confdefs.h >>conftest.$ac_ext
12821 cat >>conftest.$ac_ext <<_ACEOF
12822 /* end confdefs.h. */
12823 #include <gnutls/gnutls.h>
12824 _ACEOF
12825 if { (ac_try="$ac_cpp conftest.$ac_ext"
12826 case "(($ac_try" in
12827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12828 *) ac_try_echo=$ac_try;;
12829 esac
12830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12831 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12832 ac_status=$?
12833 grep -v '^ *+' conftest.er1 >conftest.err
12834 rm -f conftest.er1
12835 cat conftest.err >&5
12836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12837 (exit $ac_status); } >/dev/null && {
12838 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12839 test ! -s conftest.err
12840 }; then
12841 ac_header_preproc=yes
12842 else
12843 echo "$as_me: failed program was:" >&5
12844 sed 's/^/| /' conftest.$ac_ext >&5
12846 ac_header_preproc=no
12849 rm -f conftest.err conftest.$ac_ext
12850 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12851 echo "${ECHO_T}$ac_header_preproc" >&6; }
12853 # So? What about this header?
12854 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12855 yes:no: )
12856 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12857 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12858 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12859 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12860 ac_header_preproc=yes
12862 no:yes:* )
12863 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12864 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12865 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12866 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12867 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12868 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12869 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12870 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12871 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12872 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12873 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12874 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12875 ( cat <<\_ASBOX
12876 ## ------------------------------------ ##
12877 ## Report this to wine-devel@winehq.org ##
12878 ## ------------------------------------ ##
12879 _ASBOX
12880 ) | sed "s/^/$as_me: WARNING: /" >&2
12882 esac
12883 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12884 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12885 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12886 echo $ECHO_N "(cached) $ECHO_C" >&6
12887 else
12888 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12890 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12891 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12894 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12895 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12896 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12897 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12898 echo $ECHO_N "(cached) $ECHO_C" >&6
12899 else
12900 ac_check_soname_save_LIBS=$LIBS
12901 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12902 cat >conftest.$ac_ext <<_ACEOF
12903 /* confdefs.h. */
12904 _ACEOF
12905 cat confdefs.h >>conftest.$ac_ext
12906 cat >>conftest.$ac_ext <<_ACEOF
12907 /* end confdefs.h. */
12909 /* Override any GCC internal prototype to avoid an error.
12910 Use char because int might match the return type of a GCC
12911 builtin and then its argument prototype would still apply. */
12912 #ifdef __cplusplus
12913 extern "C"
12914 #endif
12915 char gnutls_global_init ();
12917 main ()
12919 return gnutls_global_init ();
12921 return 0;
12923 _ACEOF
12924 rm -f conftest.$ac_objext conftest$ac_exeext
12925 if { (ac_try="$ac_link"
12926 case "(($ac_try" in
12927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12928 *) ac_try_echo=$ac_try;;
12929 esac
12930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12931 (eval "$ac_link") 2>conftest.er1
12932 ac_status=$?
12933 grep -v '^ *+' conftest.er1 >conftest.err
12934 rm -f conftest.er1
12935 cat conftest.err >&5
12936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12937 (exit $ac_status); } && {
12938 test -z "$ac_c_werror_flag" ||
12939 test ! -s conftest.err
12940 } && test -s conftest$ac_exeext &&
12941 $as_test_x conftest$ac_exeext; then
12942 case "$LIBEXT" in
12943 dll) ;;
12944 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'` ;;
12945 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12946 esac
12947 else
12948 echo "$as_me: failed program was:" >&5
12949 sed 's/^/| /' conftest.$ac_ext >&5
12954 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12955 conftest$ac_exeext conftest.$ac_ext
12956 LIBS=$ac_check_soname_save_LIBS
12958 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12959 { echo "$as_me:$LINENO: result: not found" >&5
12960 echo "${ECHO_T}not found" >&6; }
12962 else
12963 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12964 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12966 cat >>confdefs.h <<_ACEOF
12967 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12968 _ACEOF
12970 GNUTLSINCL="$ac_gnutls_cflags"
12977 CPPFLAGS="$ac_save_CPPFLAGS"
12979 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12980 case "x$with_gnutls" in
12981 x) wine_notices="$wine_notices|libgnutls development files not found, no schannel support." ;;
12982 xno) ;;
12983 *) { { echo "$as_me:$LINENO: error: libgnutls development files not found, no schannel support.
12984 This is an error since --with-gnutls was requested." >&5
12985 echo "$as_me: error: libgnutls development files not found, no schannel support.
12986 This is an error since --with-gnutls was requested." >&2;}
12987 { (exit 1); exit 1; }; } ;;
12988 esac
12992 CURSESLIBS=""
12993 if test "$ac_cv_header_ncurses_h" = "yes"
12994 then
12995 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12996 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12997 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12998 echo $ECHO_N "(cached) $ECHO_C" >&6
12999 else
13000 ac_check_soname_save_LIBS=$LIBS
13001 LIBS="-lncurses $LIBS"
13002 cat >conftest.$ac_ext <<_ACEOF
13003 /* confdefs.h. */
13004 _ACEOF
13005 cat confdefs.h >>conftest.$ac_ext
13006 cat >>conftest.$ac_ext <<_ACEOF
13007 /* end confdefs.h. */
13009 /* Override any GCC internal prototype to avoid an error.
13010 Use char because int might match the return type of a GCC
13011 builtin and then its argument prototype would still apply. */
13012 #ifdef __cplusplus
13013 extern "C"
13014 #endif
13015 char waddch ();
13017 main ()
13019 return waddch ();
13021 return 0;
13023 _ACEOF
13024 rm -f conftest.$ac_objext conftest$ac_exeext
13025 if { (ac_try="$ac_link"
13026 case "(($ac_try" in
13027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13028 *) ac_try_echo=$ac_try;;
13029 esac
13030 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13031 (eval "$ac_link") 2>conftest.er1
13032 ac_status=$?
13033 grep -v '^ *+' conftest.er1 >conftest.err
13034 rm -f conftest.er1
13035 cat conftest.err >&5
13036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13037 (exit $ac_status); } && {
13038 test -z "$ac_c_werror_flag" ||
13039 test ! -s conftest.err
13040 } && test -s conftest$ac_exeext &&
13041 $as_test_x conftest$ac_exeext; then
13042 case "$LIBEXT" in
13043 dll) ;;
13044 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'` ;;
13045 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13046 esac
13047 else
13048 echo "$as_me: failed program was:" >&5
13049 sed 's/^/| /' conftest.$ac_ext >&5
13054 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13055 conftest$ac_exeext conftest.$ac_ext
13056 LIBS=$ac_check_soname_save_LIBS
13058 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13059 { echo "$as_me:$LINENO: result: not found" >&5
13060 echo "${ECHO_T}not found" >&6; }
13062 else
13063 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13064 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13066 cat >>confdefs.h <<_ACEOF
13067 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13068 _ACEOF
13070 CURSESLIBS="-lncurses"
13073 elif test "$ac_cv_header_curses_h" = "yes"
13074 then
13075 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13076 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13077 if test "${ac_cv_lib_soname_curses+set}" = set; then
13078 echo $ECHO_N "(cached) $ECHO_C" >&6
13079 else
13080 ac_check_soname_save_LIBS=$LIBS
13081 LIBS="-lcurses $LIBS"
13082 cat >conftest.$ac_ext <<_ACEOF
13083 /* confdefs.h. */
13084 _ACEOF
13085 cat confdefs.h >>conftest.$ac_ext
13086 cat >>conftest.$ac_ext <<_ACEOF
13087 /* end confdefs.h. */
13089 /* Override any GCC internal prototype to avoid an error.
13090 Use char because int might match the return type of a GCC
13091 builtin and then its argument prototype would still apply. */
13092 #ifdef __cplusplus
13093 extern "C"
13094 #endif
13095 char waddch ();
13097 main ()
13099 return waddch ();
13101 return 0;
13103 _ACEOF
13104 rm -f conftest.$ac_objext conftest$ac_exeext
13105 if { (ac_try="$ac_link"
13106 case "(($ac_try" in
13107 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13108 *) ac_try_echo=$ac_try;;
13109 esac
13110 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13111 (eval "$ac_link") 2>conftest.er1
13112 ac_status=$?
13113 grep -v '^ *+' conftest.er1 >conftest.err
13114 rm -f conftest.er1
13115 cat conftest.err >&5
13116 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13117 (exit $ac_status); } && {
13118 test -z "$ac_c_werror_flag" ||
13119 test ! -s conftest.err
13120 } && test -s conftest$ac_exeext &&
13121 $as_test_x conftest$ac_exeext; then
13122 case "$LIBEXT" in
13123 dll) ;;
13124 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'` ;;
13125 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13126 esac
13127 else
13128 echo "$as_me: failed program was:" >&5
13129 sed 's/^/| /' conftest.$ac_ext >&5
13134 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13135 conftest$ac_exeext conftest.$ac_ext
13136 LIBS=$ac_check_soname_save_LIBS
13138 if test "x$ac_cv_lib_soname_curses" = "x"; then
13139 { echo "$as_me:$LINENO: result: not found" >&5
13140 echo "${ECHO_T}not found" >&6; }
13142 else
13143 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13144 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13146 cat >>confdefs.h <<_ACEOF
13147 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13148 _ACEOF
13150 CURSESLIBS="-lcurses"
13154 ac_save_LIBS="$LIBS"
13155 LIBS="$LIBS $CURSESLIBS"
13157 for ac_func in mousemask
13159 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13160 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13161 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13162 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13163 echo $ECHO_N "(cached) $ECHO_C" >&6
13164 else
13165 cat >conftest.$ac_ext <<_ACEOF
13166 /* confdefs.h. */
13167 _ACEOF
13168 cat confdefs.h >>conftest.$ac_ext
13169 cat >>conftest.$ac_ext <<_ACEOF
13170 /* end confdefs.h. */
13171 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13172 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13173 #define $ac_func innocuous_$ac_func
13175 /* System header to define __stub macros and hopefully few prototypes,
13176 which can conflict with char $ac_func (); below.
13177 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13178 <limits.h> exists even on freestanding compilers. */
13180 #ifdef __STDC__
13181 # include <limits.h>
13182 #else
13183 # include <assert.h>
13184 #endif
13186 #undef $ac_func
13188 /* Override any GCC internal prototype to avoid an error.
13189 Use char because int might match the return type of a GCC
13190 builtin and then its argument prototype would still apply. */
13191 #ifdef __cplusplus
13192 extern "C"
13193 #endif
13194 char $ac_func ();
13195 /* The GNU C library defines this for functions which it implements
13196 to always fail with ENOSYS. Some functions are actually named
13197 something starting with __ and the normal name is an alias. */
13198 #if defined __stub_$ac_func || defined __stub___$ac_func
13199 choke me
13200 #endif
13203 main ()
13205 return $ac_func ();
13207 return 0;
13209 _ACEOF
13210 rm -f conftest.$ac_objext conftest$ac_exeext
13211 if { (ac_try="$ac_link"
13212 case "(($ac_try" in
13213 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13214 *) ac_try_echo=$ac_try;;
13215 esac
13216 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13217 (eval "$ac_link") 2>conftest.er1
13218 ac_status=$?
13219 grep -v '^ *+' conftest.er1 >conftest.err
13220 rm -f conftest.er1
13221 cat conftest.err >&5
13222 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13223 (exit $ac_status); } && {
13224 test -z "$ac_c_werror_flag" ||
13225 test ! -s conftest.err
13226 } && test -s conftest$ac_exeext &&
13227 $as_test_x conftest$ac_exeext; then
13228 eval "$as_ac_var=yes"
13229 else
13230 echo "$as_me: failed program was:" >&5
13231 sed 's/^/| /' conftest.$ac_ext >&5
13233 eval "$as_ac_var=no"
13236 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13237 conftest$ac_exeext conftest.$ac_ext
13239 ac_res=`eval echo '${'$as_ac_var'}'`
13240 { echo "$as_me:$LINENO: result: $ac_res" >&5
13241 echo "${ECHO_T}$ac_res" >&6; }
13242 if test `eval echo '${'$as_ac_var'}'` = yes; then
13243 cat >>confdefs.h <<_ACEOF
13244 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13245 _ACEOF
13248 done
13250 LIBS="$ac_save_LIBS"
13251 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13252 case "x$with_curses" in
13253 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13254 xno) ;;
13255 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13256 This is an error since --with-curses was requested." >&5
13257 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13258 This is an error since --with-curses was requested." >&2;}
13259 { (exit 1); exit 1; }; } ;;
13260 esac
13264 # Extract the first word of "sane-config", so it can be a program name with args.
13265 set dummy sane-config; ac_word=$2
13266 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13267 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13268 if test "${ac_cv_prog_sane_devel+set}" = set; then
13269 echo $ECHO_N "(cached) $ECHO_C" >&6
13270 else
13271 if test -n "$sane_devel"; then
13272 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13273 else
13274 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13275 for as_dir in $PATH
13277 IFS=$as_save_IFS
13278 test -z "$as_dir" && as_dir=.
13279 for ac_exec_ext in '' $ac_executable_extensions; do
13280 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13281 ac_cv_prog_sane_devel="sane-config"
13282 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13283 break 2
13285 done
13286 done
13287 IFS=$as_save_IFS
13289 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13292 sane_devel=$ac_cv_prog_sane_devel
13293 if test -n "$sane_devel"; then
13294 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13295 echo "${ECHO_T}$sane_devel" >&6; }
13296 else
13297 { echo "$as_me:$LINENO: result: no" >&5
13298 echo "${ECHO_T}no" >&6; }
13302 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13303 then
13304 ac_sane_incl="`$sane_devel --cflags`"
13305 ac_sane_libs="`$sane_devel --ldflags`"
13306 ac_save_CPPFLAGS="$CPPFLAGS"
13307 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13308 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13309 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13310 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13311 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13312 echo $ECHO_N "(cached) $ECHO_C" >&6
13314 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13315 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13316 else
13317 # Is the header compilable?
13318 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13319 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13320 cat >conftest.$ac_ext <<_ACEOF
13321 /* confdefs.h. */
13322 _ACEOF
13323 cat confdefs.h >>conftest.$ac_ext
13324 cat >>conftest.$ac_ext <<_ACEOF
13325 /* end confdefs.h. */
13326 $ac_includes_default
13327 #include <sane/sane.h>
13328 _ACEOF
13329 rm -f conftest.$ac_objext
13330 if { (ac_try="$ac_compile"
13331 case "(($ac_try" in
13332 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13333 *) ac_try_echo=$ac_try;;
13334 esac
13335 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13336 (eval "$ac_compile") 2>conftest.er1
13337 ac_status=$?
13338 grep -v '^ *+' conftest.er1 >conftest.err
13339 rm -f conftest.er1
13340 cat conftest.err >&5
13341 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13342 (exit $ac_status); } && {
13343 test -z "$ac_c_werror_flag" ||
13344 test ! -s conftest.err
13345 } && test -s conftest.$ac_objext; then
13346 ac_header_compiler=yes
13347 else
13348 echo "$as_me: failed program was:" >&5
13349 sed 's/^/| /' conftest.$ac_ext >&5
13351 ac_header_compiler=no
13354 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13355 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13356 echo "${ECHO_T}$ac_header_compiler" >&6; }
13358 # Is the header present?
13359 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13360 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13361 cat >conftest.$ac_ext <<_ACEOF
13362 /* confdefs.h. */
13363 _ACEOF
13364 cat confdefs.h >>conftest.$ac_ext
13365 cat >>conftest.$ac_ext <<_ACEOF
13366 /* end confdefs.h. */
13367 #include <sane/sane.h>
13368 _ACEOF
13369 if { (ac_try="$ac_cpp conftest.$ac_ext"
13370 case "(($ac_try" in
13371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13372 *) ac_try_echo=$ac_try;;
13373 esac
13374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13375 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13376 ac_status=$?
13377 grep -v '^ *+' conftest.er1 >conftest.err
13378 rm -f conftest.er1
13379 cat conftest.err >&5
13380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13381 (exit $ac_status); } >/dev/null && {
13382 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13383 test ! -s conftest.err
13384 }; then
13385 ac_header_preproc=yes
13386 else
13387 echo "$as_me: failed program was:" >&5
13388 sed 's/^/| /' conftest.$ac_ext >&5
13390 ac_header_preproc=no
13393 rm -f conftest.err conftest.$ac_ext
13394 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13395 echo "${ECHO_T}$ac_header_preproc" >&6; }
13397 # So? What about this header?
13398 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13399 yes:no: )
13400 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13401 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13402 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13403 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13404 ac_header_preproc=yes
13406 no:yes:* )
13407 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13408 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13409 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13410 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13411 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13412 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13413 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13414 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13415 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13416 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13417 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13418 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13419 ( cat <<\_ASBOX
13420 ## ------------------------------------ ##
13421 ## Report this to wine-devel@winehq.org ##
13422 ## ------------------------------------ ##
13423 _ASBOX
13424 ) | sed "s/^/$as_me: WARNING: /" >&2
13426 esac
13427 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13428 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13429 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13430 echo $ECHO_N "(cached) $ECHO_C" >&6
13431 else
13432 ac_cv_header_sane_sane_h=$ac_header_preproc
13434 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13435 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13438 if test $ac_cv_header_sane_sane_h = yes; then
13439 { echo "$as_me:$LINENO: checking for -lsane" >&5
13440 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13441 if test "${ac_cv_lib_soname_sane+set}" = set; then
13442 echo $ECHO_N "(cached) $ECHO_C" >&6
13443 else
13444 ac_check_soname_save_LIBS=$LIBS
13445 LIBS="-lsane $ac_sane_libs $LIBS"
13446 cat >conftest.$ac_ext <<_ACEOF
13447 /* confdefs.h. */
13448 _ACEOF
13449 cat confdefs.h >>conftest.$ac_ext
13450 cat >>conftest.$ac_ext <<_ACEOF
13451 /* end confdefs.h. */
13453 /* Override any GCC internal prototype to avoid an error.
13454 Use char because int might match the return type of a GCC
13455 builtin and then its argument prototype would still apply. */
13456 #ifdef __cplusplus
13457 extern "C"
13458 #endif
13459 char sane_init ();
13461 main ()
13463 return sane_init ();
13465 return 0;
13467 _ACEOF
13468 rm -f conftest.$ac_objext conftest$ac_exeext
13469 if { (ac_try="$ac_link"
13470 case "(($ac_try" in
13471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13472 *) ac_try_echo=$ac_try;;
13473 esac
13474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13475 (eval "$ac_link") 2>conftest.er1
13476 ac_status=$?
13477 grep -v '^ *+' conftest.er1 >conftest.err
13478 rm -f conftest.er1
13479 cat conftest.err >&5
13480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13481 (exit $ac_status); } && {
13482 test -z "$ac_c_werror_flag" ||
13483 test ! -s conftest.err
13484 } && test -s conftest$ac_exeext &&
13485 $as_test_x conftest$ac_exeext; then
13486 case "$LIBEXT" in
13487 dll) ;;
13488 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'` ;;
13489 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13490 esac
13491 else
13492 echo "$as_me: failed program was:" >&5
13493 sed 's/^/| /' conftest.$ac_ext >&5
13498 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13499 conftest$ac_exeext conftest.$ac_ext
13500 LIBS=$ac_check_soname_save_LIBS
13502 if test "x$ac_cv_lib_soname_sane" = "x"; then
13503 { echo "$as_me:$LINENO: result: not found" >&5
13504 echo "${ECHO_T}not found" >&6; }
13506 else
13507 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13508 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13510 cat >>confdefs.h <<_ACEOF
13511 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13512 _ACEOF
13514 SANEINCL="$ac_sane_incl"
13521 CPPFLAGS="$ac_save_CPPFLAGS"
13523 if test "x$ac_cv_lib_soname_sane" = "x"; then
13524 case "x$with_sane" in
13525 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13526 xno) ;;
13527 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13528 This is an error since --with-sane was requested." >&5
13529 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13530 This is an error since --with-sane was requested." >&2;}
13531 { (exit 1); exit 1; }; } ;;
13532 esac
13536 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13537 set dummy gphoto2-config; ac_word=$2
13538 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13539 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13540 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13541 echo $ECHO_N "(cached) $ECHO_C" >&6
13542 else
13543 if test -n "$gphoto2_devel"; then
13544 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13545 else
13546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13547 for as_dir in $PATH
13549 IFS=$as_save_IFS
13550 test -z "$as_dir" && as_dir=.
13551 for ac_exec_ext in '' $ac_executable_extensions; do
13552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13553 ac_cv_prog_gphoto2_devel="gphoto2-config"
13554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13555 break 2
13557 done
13558 done
13559 IFS=$as_save_IFS
13561 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13564 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13565 if test -n "$gphoto2_devel"; then
13566 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13567 echo "${ECHO_T}$gphoto2_devel" >&6; }
13568 else
13569 { echo "$as_me:$LINENO: result: no" >&5
13570 echo "${ECHO_T}no" >&6; }
13574 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13575 set dummy gphoto2-port-config; ac_word=$2
13576 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13577 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13578 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13579 echo $ECHO_N "(cached) $ECHO_C" >&6
13580 else
13581 if test -n "$gphoto2port_devel"; then
13582 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13583 else
13584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13585 for as_dir in $PATH
13587 IFS=$as_save_IFS
13588 test -z "$as_dir" && as_dir=.
13589 for ac_exec_ext in '' $ac_executable_extensions; do
13590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13591 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13592 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13593 break 2
13595 done
13596 done
13597 IFS=$as_save_IFS
13599 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13602 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13603 if test -n "$gphoto2port_devel"; then
13604 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13605 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13606 else
13607 { echo "$as_me:$LINENO: result: no" >&5
13608 echo "${ECHO_T}no" >&6; }
13612 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13613 then
13614 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13615 ac_gphoto2_libs=""
13616 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13618 case "$i" in
13619 -L/usr/lib|-L/usr/lib64) ;;
13620 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13621 esac
13622 done
13623 ac_save_CPPFLAGS="$CPPFLAGS"
13624 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13625 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13626 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13627 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13628 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13629 echo $ECHO_N "(cached) $ECHO_C" >&6
13631 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13632 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13633 else
13634 # Is the header compilable?
13635 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13636 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13637 cat >conftest.$ac_ext <<_ACEOF
13638 /* confdefs.h. */
13639 _ACEOF
13640 cat confdefs.h >>conftest.$ac_ext
13641 cat >>conftest.$ac_ext <<_ACEOF
13642 /* end confdefs.h. */
13643 $ac_includes_default
13644 #include <gphoto2-camera.h>
13645 _ACEOF
13646 rm -f conftest.$ac_objext
13647 if { (ac_try="$ac_compile"
13648 case "(($ac_try" in
13649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13650 *) ac_try_echo=$ac_try;;
13651 esac
13652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13653 (eval "$ac_compile") 2>conftest.er1
13654 ac_status=$?
13655 grep -v '^ *+' conftest.er1 >conftest.err
13656 rm -f conftest.er1
13657 cat conftest.err >&5
13658 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13659 (exit $ac_status); } && {
13660 test -z "$ac_c_werror_flag" ||
13661 test ! -s conftest.err
13662 } && test -s conftest.$ac_objext; then
13663 ac_header_compiler=yes
13664 else
13665 echo "$as_me: failed program was:" >&5
13666 sed 's/^/| /' conftest.$ac_ext >&5
13668 ac_header_compiler=no
13671 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13672 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13673 echo "${ECHO_T}$ac_header_compiler" >&6; }
13675 # Is the header present?
13676 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13677 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13678 cat >conftest.$ac_ext <<_ACEOF
13679 /* confdefs.h. */
13680 _ACEOF
13681 cat confdefs.h >>conftest.$ac_ext
13682 cat >>conftest.$ac_ext <<_ACEOF
13683 /* end confdefs.h. */
13684 #include <gphoto2-camera.h>
13685 _ACEOF
13686 if { (ac_try="$ac_cpp conftest.$ac_ext"
13687 case "(($ac_try" in
13688 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13689 *) ac_try_echo=$ac_try;;
13690 esac
13691 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13692 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13693 ac_status=$?
13694 grep -v '^ *+' conftest.er1 >conftest.err
13695 rm -f conftest.er1
13696 cat conftest.err >&5
13697 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13698 (exit $ac_status); } >/dev/null && {
13699 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13700 test ! -s conftest.err
13701 }; then
13702 ac_header_preproc=yes
13703 else
13704 echo "$as_me: failed program was:" >&5
13705 sed 's/^/| /' conftest.$ac_ext >&5
13707 ac_header_preproc=no
13710 rm -f conftest.err conftest.$ac_ext
13711 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13712 echo "${ECHO_T}$ac_header_preproc" >&6; }
13714 # So? What about this header?
13715 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13716 yes:no: )
13717 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13718 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13719 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13720 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13721 ac_header_preproc=yes
13723 no:yes:* )
13724 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13725 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13726 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13727 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13728 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13729 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13730 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13731 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13732 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13733 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13734 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13735 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13736 ( cat <<\_ASBOX
13737 ## ------------------------------------ ##
13738 ## Report this to wine-devel@winehq.org ##
13739 ## ------------------------------------ ##
13740 _ASBOX
13741 ) | sed "s/^/$as_me: WARNING: /" >&2
13743 esac
13744 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13745 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13746 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13747 echo $ECHO_N "(cached) $ECHO_C" >&6
13748 else
13749 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13751 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13752 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13755 if test $ac_cv_header_gphoto2_camera_h = yes; then
13756 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13757 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13758 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13759 echo $ECHO_N "(cached) $ECHO_C" >&6
13760 else
13761 ac_check_lib_save_LIBS=$LIBS
13762 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13763 cat >conftest.$ac_ext <<_ACEOF
13764 /* confdefs.h. */
13765 _ACEOF
13766 cat confdefs.h >>conftest.$ac_ext
13767 cat >>conftest.$ac_ext <<_ACEOF
13768 /* end confdefs.h. */
13770 /* Override any GCC internal prototype to avoid an error.
13771 Use char because int might match the return type of a GCC
13772 builtin and then its argument prototype would still apply. */
13773 #ifdef __cplusplus
13774 extern "C"
13775 #endif
13776 char gp_camera_new ();
13778 main ()
13780 return gp_camera_new ();
13782 return 0;
13784 _ACEOF
13785 rm -f conftest.$ac_objext conftest$ac_exeext
13786 if { (ac_try="$ac_link"
13787 case "(($ac_try" in
13788 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13789 *) ac_try_echo=$ac_try;;
13790 esac
13791 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13792 (eval "$ac_link") 2>conftest.er1
13793 ac_status=$?
13794 grep -v '^ *+' conftest.er1 >conftest.err
13795 rm -f conftest.er1
13796 cat conftest.err >&5
13797 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13798 (exit $ac_status); } && {
13799 test -z "$ac_c_werror_flag" ||
13800 test ! -s conftest.err
13801 } && test -s conftest$ac_exeext &&
13802 $as_test_x conftest$ac_exeext; then
13803 ac_cv_lib_gphoto2_gp_camera_new=yes
13804 else
13805 echo "$as_me: failed program was:" >&5
13806 sed 's/^/| /' conftest.$ac_ext >&5
13808 ac_cv_lib_gphoto2_gp_camera_new=no
13811 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13812 conftest$ac_exeext conftest.$ac_ext
13813 LIBS=$ac_check_lib_save_LIBS
13815 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13816 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13817 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13819 cat >>confdefs.h <<\_ACEOF
13820 #define HAVE_GPHOTO2 1
13821 _ACEOF
13823 GPHOTO2LIBS="$ac_gphoto2_libs"
13825 GPHOTO2INCL="$ac_gphoto2_incl"
13832 CPPFLAGS="$ac_save_CPPFLAGS"
13834 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13835 case "x$with_gphoto" in
13836 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13837 xno) ;;
13838 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13839 This is an error since --with-gphoto was requested." >&5
13840 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13841 This is an error since --with-gphoto was requested." >&2;}
13842 { (exit 1); exit 1; }; } ;;
13843 esac
13848 RESOLVLIBS=""
13850 if test "$ac_cv_header_resolv_h" = "yes"
13851 then
13852 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13853 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13854 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13855 echo $ECHO_N "(cached) $ECHO_C" >&6
13856 else
13857 ac_check_lib_save_LIBS=$LIBS
13858 LIBS="-lresolv $LIBS"
13859 cat >conftest.$ac_ext <<_ACEOF
13860 /* confdefs.h. */
13861 _ACEOF
13862 cat confdefs.h >>conftest.$ac_ext
13863 cat >>conftest.$ac_ext <<_ACEOF
13864 /* end confdefs.h. */
13866 /* Override any GCC internal prototype to avoid an error.
13867 Use char because int might match the return type of a GCC
13868 builtin and then its argument prototype would still apply. */
13869 #ifdef __cplusplus
13870 extern "C"
13871 #endif
13872 char res_query ();
13874 main ()
13876 return res_query ();
13878 return 0;
13880 _ACEOF
13881 rm -f conftest.$ac_objext conftest$ac_exeext
13882 if { (ac_try="$ac_link"
13883 case "(($ac_try" in
13884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13885 *) ac_try_echo=$ac_try;;
13886 esac
13887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13888 (eval "$ac_link") 2>conftest.er1
13889 ac_status=$?
13890 grep -v '^ *+' conftest.er1 >conftest.err
13891 rm -f conftest.er1
13892 cat conftest.err >&5
13893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13894 (exit $ac_status); } && {
13895 test -z "$ac_c_werror_flag" ||
13896 test ! -s conftest.err
13897 } && test -s conftest$ac_exeext &&
13898 $as_test_x conftest$ac_exeext; then
13899 ac_cv_lib_resolv_res_query=yes
13900 else
13901 echo "$as_me: failed program was:" >&5
13902 sed 's/^/| /' conftest.$ac_ext >&5
13904 ac_cv_lib_resolv_res_query=no
13907 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13908 conftest$ac_exeext conftest.$ac_ext
13909 LIBS=$ac_check_lib_save_LIBS
13911 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13912 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13913 if test $ac_cv_lib_resolv_res_query = yes; then
13915 cat >>confdefs.h <<\_ACEOF
13916 #define HAVE_RESOLV 1
13917 _ACEOF
13919 RESOLVLIBS="-lresolv"
13924 LCMSLIBS=""
13926 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13927 then
13928 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13929 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13930 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13931 echo $ECHO_N "(cached) $ECHO_C" >&6
13932 else
13933 ac_check_lib_save_LIBS=$LIBS
13934 LIBS="-llcms $LIBS"
13935 cat >conftest.$ac_ext <<_ACEOF
13936 /* confdefs.h. */
13937 _ACEOF
13938 cat confdefs.h >>conftest.$ac_ext
13939 cat >>conftest.$ac_ext <<_ACEOF
13940 /* end confdefs.h. */
13942 /* Override any GCC internal prototype to avoid an error.
13943 Use char because int might match the return type of a GCC
13944 builtin and then its argument prototype would still apply. */
13945 #ifdef __cplusplus
13946 extern "C"
13947 #endif
13948 char cmsOpenProfileFromFile ();
13950 main ()
13952 return cmsOpenProfileFromFile ();
13954 return 0;
13956 _ACEOF
13957 rm -f conftest.$ac_objext conftest$ac_exeext
13958 if { (ac_try="$ac_link"
13959 case "(($ac_try" in
13960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13961 *) ac_try_echo=$ac_try;;
13962 esac
13963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13964 (eval "$ac_link") 2>conftest.er1
13965 ac_status=$?
13966 grep -v '^ *+' conftest.er1 >conftest.err
13967 rm -f conftest.er1
13968 cat conftest.err >&5
13969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13970 (exit $ac_status); } && {
13971 test -z "$ac_c_werror_flag" ||
13972 test ! -s conftest.err
13973 } && test -s conftest$ac_exeext &&
13974 $as_test_x conftest$ac_exeext; then
13975 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13976 else
13977 echo "$as_me: failed program was:" >&5
13978 sed 's/^/| /' conftest.$ac_ext >&5
13980 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13983 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13984 conftest$ac_exeext conftest.$ac_ext
13985 LIBS=$ac_check_lib_save_LIBS
13987 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13988 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13989 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13991 cat >>confdefs.h <<\_ACEOF
13992 #define HAVE_LCMS 1
13993 _ACEOF
13995 LCMSLIBS="-llcms"
13999 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14000 case "x$with_cms" in
14001 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
14002 xno) ;;
14003 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
14004 This is an error since --with-cms was requested." >&5
14005 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
14006 This is an error since --with-cms was requested." >&2;}
14007 { (exit 1); exit 1; }; } ;;
14008 esac
14012 for ac_prog in freetype-config freetype2-config
14014 # Extract the first word of "$ac_prog", so it can be a program name with args.
14015 set dummy $ac_prog; ac_word=$2
14016 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14017 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14018 if test "${ac_cv_prog_ft_devel+set}" = set; then
14019 echo $ECHO_N "(cached) $ECHO_C" >&6
14020 else
14021 if test -n "$ft_devel"; then
14022 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14023 else
14024 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14025 for as_dir in $PATH
14027 IFS=$as_save_IFS
14028 test -z "$as_dir" && as_dir=.
14029 for ac_exec_ext in '' $ac_executable_extensions; do
14030 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14031 ac_cv_prog_ft_devel="$ac_prog"
14032 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14033 break 2
14035 done
14036 done
14037 IFS=$as_save_IFS
14041 ft_devel=$ac_cv_prog_ft_devel
14042 if test -n "$ft_devel"; then
14043 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14044 echo "${ECHO_T}$ft_devel" >&6; }
14045 else
14046 { echo "$as_me:$LINENO: result: no" >&5
14047 echo "${ECHO_T}no" >&6; }
14051 test -n "$ft_devel" && break
14052 done
14053 test -n "$ft_devel" || ft_devel="false"
14055 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14056 then
14057 ac_freetype_libs=`$ft_devel --libs`
14058 ac_freetype_incl=`$ft_devel --cflags`
14059 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14060 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14061 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14062 echo $ECHO_N "(cached) $ECHO_C" >&6
14063 else
14064 ac_check_soname_save_LIBS=$LIBS
14065 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14066 cat >conftest.$ac_ext <<_ACEOF
14067 /* confdefs.h. */
14068 _ACEOF
14069 cat confdefs.h >>conftest.$ac_ext
14070 cat >>conftest.$ac_ext <<_ACEOF
14071 /* end confdefs.h. */
14073 /* Override any GCC internal prototype to avoid an error.
14074 Use char because int might match the return type of a GCC
14075 builtin and then its argument prototype would still apply. */
14076 #ifdef __cplusplus
14077 extern "C"
14078 #endif
14079 char FT_Init_FreeType ();
14081 main ()
14083 return FT_Init_FreeType ();
14085 return 0;
14087 _ACEOF
14088 rm -f conftest.$ac_objext conftest$ac_exeext
14089 if { (ac_try="$ac_link"
14090 case "(($ac_try" in
14091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14092 *) ac_try_echo=$ac_try;;
14093 esac
14094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14095 (eval "$ac_link") 2>conftest.er1
14096 ac_status=$?
14097 grep -v '^ *+' conftest.er1 >conftest.err
14098 rm -f conftest.er1
14099 cat conftest.err >&5
14100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14101 (exit $ac_status); } && {
14102 test -z "$ac_c_werror_flag" ||
14103 test ! -s conftest.err
14104 } && test -s conftest$ac_exeext &&
14105 $as_test_x conftest$ac_exeext; then
14106 case "$LIBEXT" in
14107 dll) ;;
14108 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'` ;;
14109 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14110 esac
14111 else
14112 echo "$as_me: failed program was:" >&5
14113 sed 's/^/| /' conftest.$ac_ext >&5
14118 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14119 conftest$ac_exeext conftest.$ac_ext
14120 LIBS=$ac_check_soname_save_LIBS
14122 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14123 { echo "$as_me:$LINENO: result: not found" >&5
14124 echo "${ECHO_T}not found" >&6; }
14125 ft_lib=no
14126 else
14127 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14128 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14130 cat >>confdefs.h <<_ACEOF
14131 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14132 _ACEOF
14134 ft_lib=yes
14137 if test "$ft_lib" = "yes"
14138 then
14139 ac_save_CPPFLAGS="$CPPFLAGS"
14140 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14153 for ac_header in ft2build.h \
14154 freetype/freetype.h \
14155 freetype/ftglyph.h \
14156 freetype/fttypes.h \
14157 freetype/tttables.h \
14158 freetype/ftnames.h \
14159 freetype/ftsnames.h \
14160 freetype/ttnameid.h \
14161 freetype/ftoutln.h \
14162 freetype/ftwinfnt.h \
14163 freetype/ftmodapi.h \
14164 freetype/internal/sfnt.h
14166 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14167 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14168 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14169 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14170 echo $ECHO_N "(cached) $ECHO_C" >&6
14171 else
14172 cat >conftest.$ac_ext <<_ACEOF
14173 /* confdefs.h. */
14174 _ACEOF
14175 cat confdefs.h >>conftest.$ac_ext
14176 cat >>conftest.$ac_ext <<_ACEOF
14177 /* end confdefs.h. */
14178 #ifdef HAVE_FT2BUILD_H
14179 # include <ft2build.h>
14180 #endif
14182 #include <$ac_header>
14183 _ACEOF
14184 rm -f conftest.$ac_objext
14185 if { (ac_try="$ac_compile"
14186 case "(($ac_try" in
14187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14188 *) ac_try_echo=$ac_try;;
14189 esac
14190 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14191 (eval "$ac_compile") 2>conftest.er1
14192 ac_status=$?
14193 grep -v '^ *+' conftest.er1 >conftest.err
14194 rm -f conftest.er1
14195 cat conftest.err >&5
14196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14197 (exit $ac_status); } && {
14198 test -z "$ac_c_werror_flag" ||
14199 test ! -s conftest.err
14200 } && test -s conftest.$ac_objext; then
14201 eval "$as_ac_Header=yes"
14202 else
14203 echo "$as_me: failed program was:" >&5
14204 sed 's/^/| /' conftest.$ac_ext >&5
14206 eval "$as_ac_Header=no"
14209 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14211 ac_res=`eval echo '${'$as_ac_Header'}'`
14212 { echo "$as_me:$LINENO: result: $ac_res" >&5
14213 echo "${ECHO_T}$ac_res" >&6; }
14214 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14215 cat >>confdefs.h <<_ACEOF
14216 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14217 _ACEOF
14221 done
14223 cat >conftest.$ac_ext <<_ACEOF
14224 /* confdefs.h. */
14225 _ACEOF
14226 cat confdefs.h >>conftest.$ac_ext
14227 cat >>conftest.$ac_ext <<_ACEOF
14228 /* end confdefs.h. */
14229 #include <ft2build.h>
14230 #include <freetype/fttrigon.h>
14231 _ACEOF
14232 if { (ac_try="$ac_cpp conftest.$ac_ext"
14233 case "(($ac_try" in
14234 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14235 *) ac_try_echo=$ac_try;;
14236 esac
14237 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14238 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14239 ac_status=$?
14240 grep -v '^ *+' conftest.er1 >conftest.err
14241 rm -f conftest.er1
14242 cat conftest.err >&5
14243 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14244 (exit $ac_status); } >/dev/null && {
14245 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14246 test ! -s conftest.err
14247 }; then
14249 cat >>confdefs.h <<\_ACEOF
14250 #define HAVE_FREETYPE_FTTRIGON_H 1
14251 _ACEOF
14253 wine_cv_fttrigon=yes
14254 else
14255 echo "$as_me: failed program was:" >&5
14256 sed 's/^/| /' conftest.$ac_ext >&5
14258 wine_cv_fttrigon=no
14261 rm -f conftest.err conftest.$ac_ext
14262 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14263 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14264 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14265 echo $ECHO_N "(cached) $ECHO_C" >&6
14266 else
14267 cat >conftest.$ac_ext <<_ACEOF
14268 /* confdefs.h. */
14269 _ACEOF
14270 cat confdefs.h >>conftest.$ac_ext
14271 cat >>conftest.$ac_ext <<_ACEOF
14272 /* end confdefs.h. */
14273 #include <freetype/ftmodapi.h>
14275 typedef FT_TrueTypeEngineType ac__type_new_;
14277 main ()
14279 if ((ac__type_new_ *) 0)
14280 return 0;
14281 if (sizeof (ac__type_new_))
14282 return 0;
14284 return 0;
14286 _ACEOF
14287 rm -f conftest.$ac_objext
14288 if { (ac_try="$ac_compile"
14289 case "(($ac_try" in
14290 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14291 *) ac_try_echo=$ac_try;;
14292 esac
14293 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14294 (eval "$ac_compile") 2>conftest.er1
14295 ac_status=$?
14296 grep -v '^ *+' conftest.er1 >conftest.err
14297 rm -f conftest.er1
14298 cat conftest.err >&5
14299 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14300 (exit $ac_status); } && {
14301 test -z "$ac_c_werror_flag" ||
14302 test ! -s conftest.err
14303 } && test -s conftest.$ac_objext; then
14304 ac_cv_type_FT_TrueTypeEngineType=yes
14305 else
14306 echo "$as_me: failed program was:" >&5
14307 sed 's/^/| /' conftest.$ac_ext >&5
14309 ac_cv_type_FT_TrueTypeEngineType=no
14312 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14314 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14315 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14316 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14318 cat >>confdefs.h <<_ACEOF
14319 #define HAVE_FT_TRUETYPEENGINETYPE 1
14320 _ACEOF
14325 ac_save_CFLAGS="$CFLAGS"
14326 CFLAGS="$CFLAGS $ac_freetype_libs"
14328 for ac_func in FT_Load_Sfnt_Table
14330 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14331 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14332 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14333 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14334 echo $ECHO_N "(cached) $ECHO_C" >&6
14335 else
14336 cat >conftest.$ac_ext <<_ACEOF
14337 /* confdefs.h. */
14338 _ACEOF
14339 cat confdefs.h >>conftest.$ac_ext
14340 cat >>conftest.$ac_ext <<_ACEOF
14341 /* end confdefs.h. */
14342 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14343 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14344 #define $ac_func innocuous_$ac_func
14346 /* System header to define __stub macros and hopefully few prototypes,
14347 which can conflict with char $ac_func (); below.
14348 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14349 <limits.h> exists even on freestanding compilers. */
14351 #ifdef __STDC__
14352 # include <limits.h>
14353 #else
14354 # include <assert.h>
14355 #endif
14357 #undef $ac_func
14359 /* Override any GCC internal prototype to avoid an error.
14360 Use char because int might match the return type of a GCC
14361 builtin and then its argument prototype would still apply. */
14362 #ifdef __cplusplus
14363 extern "C"
14364 #endif
14365 char $ac_func ();
14366 /* The GNU C library defines this for functions which it implements
14367 to always fail with ENOSYS. Some functions are actually named
14368 something starting with __ and the normal name is an alias. */
14369 #if defined __stub_$ac_func || defined __stub___$ac_func
14370 choke me
14371 #endif
14374 main ()
14376 return $ac_func ();
14378 return 0;
14380 _ACEOF
14381 rm -f conftest.$ac_objext conftest$ac_exeext
14382 if { (ac_try="$ac_link"
14383 case "(($ac_try" in
14384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14385 *) ac_try_echo=$ac_try;;
14386 esac
14387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14388 (eval "$ac_link") 2>conftest.er1
14389 ac_status=$?
14390 grep -v '^ *+' conftest.er1 >conftest.err
14391 rm -f conftest.er1
14392 cat conftest.err >&5
14393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14394 (exit $ac_status); } && {
14395 test -z "$ac_c_werror_flag" ||
14396 test ! -s conftest.err
14397 } && test -s conftest$ac_exeext &&
14398 $as_test_x conftest$ac_exeext; then
14399 eval "$as_ac_var=yes"
14400 else
14401 echo "$as_me: failed program was:" >&5
14402 sed 's/^/| /' conftest.$ac_ext >&5
14404 eval "$as_ac_var=no"
14407 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14408 conftest$ac_exeext conftest.$ac_ext
14410 ac_res=`eval echo '${'$as_ac_var'}'`
14411 { echo "$as_me:$LINENO: result: $ac_res" >&5
14412 echo "${ECHO_T}$ac_res" >&6; }
14413 if test `eval echo '${'$as_ac_var'}'` = yes; then
14414 cat >>confdefs.h <<_ACEOF
14415 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14416 _ACEOF
14419 done
14421 CFLAGS="$ac_save_CFLAGS"
14422 CPPFLAGS="$ac_save_CPPFLAGS"
14423 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14424 then
14426 cat >>confdefs.h <<\_ACEOF
14427 #define HAVE_FREETYPE 1
14428 _ACEOF
14430 FREETYPELIBS="$ac_freetype_libs"
14432 FREETYPEINCL="$ac_freetype_incl"
14437 if test "x$FREETYPELIBS" = "x"; then
14438 case "x$with_freetype" in
14439 xno) ;;
14440 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14441 Fonts will not be built. Dialog text may be invisible or unaligned.
14442 Use the --without-freetype option if you really want this." >&5
14443 echo "$as_me: error: FreeType development files not found.
14444 Fonts will not be built. Dialog text may be invisible or unaligned.
14445 Use the --without-freetype option if you really want this." >&2;}
14446 { (exit 1); exit 1; }; } ;;
14447 esac
14450 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14452 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14453 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14454 if test "${ac_cv_c_ppdev+set}" = set; then
14455 echo $ECHO_N "(cached) $ECHO_C" >&6
14456 else
14457 cat >conftest.$ac_ext <<_ACEOF
14458 /* confdefs.h. */
14459 _ACEOF
14460 cat confdefs.h >>conftest.$ac_ext
14461 cat >>conftest.$ac_ext <<_ACEOF
14462 /* end confdefs.h. */
14463 #include <linux/ppdev.h>
14465 main ()
14467 ioctl (1,PPCLAIM,0)
14469 return 0;
14471 _ACEOF
14472 rm -f conftest.$ac_objext
14473 if { (ac_try="$ac_compile"
14474 case "(($ac_try" in
14475 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14476 *) ac_try_echo=$ac_try;;
14477 esac
14478 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14479 (eval "$ac_compile") 2>conftest.er1
14480 ac_status=$?
14481 grep -v '^ *+' conftest.er1 >conftest.err
14482 rm -f conftest.er1
14483 cat conftest.err >&5
14484 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14485 (exit $ac_status); } && {
14486 test -z "$ac_c_werror_flag" ||
14487 test ! -s conftest.err
14488 } && test -s conftest.$ac_objext; then
14489 ac_cv_c_ppdev="yes"
14490 else
14491 echo "$as_me: failed program was:" >&5
14492 sed 's/^/| /' conftest.$ac_ext >&5
14494 ac_cv_c_ppdev="no"
14497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14499 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14500 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14501 if test "$ac_cv_c_ppdev" = "yes"
14502 then
14504 cat >>confdefs.h <<\_ACEOF
14505 #define HAVE_PPDEV 1
14506 _ACEOF
14510 { echo "$as_me:$LINENO: checking for va_copy" >&5
14511 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14512 if test "${ac_cv_c_va_copy+set}" = set; then
14513 echo $ECHO_N "(cached) $ECHO_C" >&6
14514 else
14515 cat >conftest.$ac_ext <<_ACEOF
14516 /* confdefs.h. */
14517 _ACEOF
14518 cat confdefs.h >>conftest.$ac_ext
14519 cat >>conftest.$ac_ext <<_ACEOF
14520 /* end confdefs.h. */
14521 #include <stdarg.h>
14523 main ()
14525 va_list ap1, ap2; va_copy(ap1,ap2);
14527 return 0;
14529 _ACEOF
14530 rm -f conftest.$ac_objext conftest$ac_exeext
14531 if { (ac_try="$ac_link"
14532 case "(($ac_try" in
14533 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14534 *) ac_try_echo=$ac_try;;
14535 esac
14536 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14537 (eval "$ac_link") 2>conftest.er1
14538 ac_status=$?
14539 grep -v '^ *+' conftest.er1 >conftest.err
14540 rm -f conftest.er1
14541 cat conftest.err >&5
14542 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14543 (exit $ac_status); } && {
14544 test -z "$ac_c_werror_flag" ||
14545 test ! -s conftest.err
14546 } && test -s conftest$ac_exeext &&
14547 $as_test_x conftest$ac_exeext; then
14548 ac_cv_c_va_copy="yes"
14549 else
14550 echo "$as_me: failed program was:" >&5
14551 sed 's/^/| /' conftest.$ac_ext >&5
14553 ac_cv_c_va_copy="no"
14556 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14557 conftest$ac_exeext conftest.$ac_ext
14560 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14561 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14562 if test "$ac_cv_c_va_copy" = "yes"
14563 then
14565 cat >>confdefs.h <<\_ACEOF
14566 #define HAVE_VA_COPY 1
14567 _ACEOF
14570 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14571 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14572 if test "${ac_cv_c___va_copy+set}" = set; then
14573 echo $ECHO_N "(cached) $ECHO_C" >&6
14574 else
14575 cat >conftest.$ac_ext <<_ACEOF
14576 /* confdefs.h. */
14577 _ACEOF
14578 cat confdefs.h >>conftest.$ac_ext
14579 cat >>conftest.$ac_ext <<_ACEOF
14580 /* end confdefs.h. */
14581 #include <stdarg.h>
14583 main ()
14585 va_list ap1, ap2; __va_copy(ap1,ap2);
14587 return 0;
14589 _ACEOF
14590 rm -f conftest.$ac_objext conftest$ac_exeext
14591 if { (ac_try="$ac_link"
14592 case "(($ac_try" in
14593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14594 *) ac_try_echo=$ac_try;;
14595 esac
14596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14597 (eval "$ac_link") 2>conftest.er1
14598 ac_status=$?
14599 grep -v '^ *+' conftest.er1 >conftest.err
14600 rm -f conftest.er1
14601 cat conftest.err >&5
14602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14603 (exit $ac_status); } && {
14604 test -z "$ac_c_werror_flag" ||
14605 test ! -s conftest.err
14606 } && test -s conftest$ac_exeext &&
14607 $as_test_x conftest$ac_exeext; then
14608 ac_cv_c___va_copy="yes"
14609 else
14610 echo "$as_me: failed program was:" >&5
14611 sed 's/^/| /' conftest.$ac_ext >&5
14613 ac_cv_c___va_copy="no"
14616 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14617 conftest$ac_exeext conftest.$ac_ext
14620 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14621 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14622 if test "$ac_cv_c___va_copy" = "yes"
14623 then
14625 cat >>confdefs.h <<\_ACEOF
14626 #define HAVE___VA_COPY 1
14627 _ACEOF
14631 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14632 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14633 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14634 echo $ECHO_N "(cached) $ECHO_C" >&6
14635 else
14636 cat >conftest.$ac_ext <<_ACEOF
14637 /* confdefs.h. */
14638 _ACEOF
14639 cat confdefs.h >>conftest.$ac_ext
14640 cat >>conftest.$ac_ext <<_ACEOF
14641 /* end confdefs.h. */
14642 #define _GNU_SOURCE
14643 #include <pthread.h>
14645 typedef pthread_rwlock_t ac__type_new_;
14647 main ()
14649 if ((ac__type_new_ *) 0)
14650 return 0;
14651 if (sizeof (ac__type_new_))
14652 return 0;
14654 return 0;
14656 _ACEOF
14657 rm -f conftest.$ac_objext
14658 if { (ac_try="$ac_compile"
14659 case "(($ac_try" in
14660 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14661 *) ac_try_echo=$ac_try;;
14662 esac
14663 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14664 (eval "$ac_compile") 2>conftest.er1
14665 ac_status=$?
14666 grep -v '^ *+' conftest.er1 >conftest.err
14667 rm -f conftest.er1
14668 cat conftest.err >&5
14669 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14670 (exit $ac_status); } && {
14671 test -z "$ac_c_werror_flag" ||
14672 test ! -s conftest.err
14673 } && test -s conftest.$ac_objext; then
14674 ac_cv_type_pthread_rwlock_t=yes
14675 else
14676 echo "$as_me: failed program was:" >&5
14677 sed 's/^/| /' conftest.$ac_ext >&5
14679 ac_cv_type_pthread_rwlock_t=no
14682 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14684 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14685 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14686 if test $ac_cv_type_pthread_rwlock_t = yes; then
14688 cat >>confdefs.h <<_ACEOF
14689 #define HAVE_PTHREAD_RWLOCK_T 1
14690 _ACEOF
14694 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14695 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14696 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14697 echo $ECHO_N "(cached) $ECHO_C" >&6
14698 else
14699 cat >conftest.$ac_ext <<_ACEOF
14700 /* confdefs.h. */
14701 _ACEOF
14702 cat confdefs.h >>conftest.$ac_ext
14703 cat >>conftest.$ac_ext <<_ACEOF
14704 /* end confdefs.h. */
14705 #define _GNU_SOURCE
14706 #include <pthread.h>
14708 typedef pthread_rwlockattr_t ac__type_new_;
14710 main ()
14712 if ((ac__type_new_ *) 0)
14713 return 0;
14714 if (sizeof (ac__type_new_))
14715 return 0;
14717 return 0;
14719 _ACEOF
14720 rm -f conftest.$ac_objext
14721 if { (ac_try="$ac_compile"
14722 case "(($ac_try" in
14723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14724 *) ac_try_echo=$ac_try;;
14725 esac
14726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14727 (eval "$ac_compile") 2>conftest.er1
14728 ac_status=$?
14729 grep -v '^ *+' conftest.er1 >conftest.err
14730 rm -f conftest.er1
14731 cat conftest.err >&5
14732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14733 (exit $ac_status); } && {
14734 test -z "$ac_c_werror_flag" ||
14735 test ! -s conftest.err
14736 } && test -s conftest.$ac_objext; then
14737 ac_cv_type_pthread_rwlockattr_t=yes
14738 else
14739 echo "$as_me: failed program was:" >&5
14740 sed 's/^/| /' conftest.$ac_ext >&5
14742 ac_cv_type_pthread_rwlockattr_t=no
14745 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14747 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14748 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14749 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14751 cat >>confdefs.h <<_ACEOF
14752 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14753 _ACEOF
14759 ac_wine_check_funcs_save_LIBS="$LIBS"
14760 LIBS="$LIBS $LIBPTHREAD"
14765 for ac_func in \
14766 pthread_attr_get_np \
14767 pthread_getattr_np \
14768 pthread_get_stackaddr_np \
14769 pthread_get_stacksize_np
14771 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14772 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14773 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14774 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14775 echo $ECHO_N "(cached) $ECHO_C" >&6
14776 else
14777 cat >conftest.$ac_ext <<_ACEOF
14778 /* confdefs.h. */
14779 _ACEOF
14780 cat confdefs.h >>conftest.$ac_ext
14781 cat >>conftest.$ac_ext <<_ACEOF
14782 /* end confdefs.h. */
14783 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14784 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14785 #define $ac_func innocuous_$ac_func
14787 /* System header to define __stub macros and hopefully few prototypes,
14788 which can conflict with char $ac_func (); below.
14789 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14790 <limits.h> exists even on freestanding compilers. */
14792 #ifdef __STDC__
14793 # include <limits.h>
14794 #else
14795 # include <assert.h>
14796 #endif
14798 #undef $ac_func
14800 /* Override any GCC internal prototype to avoid an error.
14801 Use char because int might match the return type of a GCC
14802 builtin and then its argument prototype would still apply. */
14803 #ifdef __cplusplus
14804 extern "C"
14805 #endif
14806 char $ac_func ();
14807 /* The GNU C library defines this for functions which it implements
14808 to always fail with ENOSYS. Some functions are actually named
14809 something starting with __ and the normal name is an alias. */
14810 #if defined __stub_$ac_func || defined __stub___$ac_func
14811 choke me
14812 #endif
14815 main ()
14817 return $ac_func ();
14819 return 0;
14821 _ACEOF
14822 rm -f conftest.$ac_objext conftest$ac_exeext
14823 if { (ac_try="$ac_link"
14824 case "(($ac_try" in
14825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14826 *) ac_try_echo=$ac_try;;
14827 esac
14828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14829 (eval "$ac_link") 2>conftest.er1
14830 ac_status=$?
14831 grep -v '^ *+' conftest.er1 >conftest.err
14832 rm -f conftest.er1
14833 cat conftest.err >&5
14834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14835 (exit $ac_status); } && {
14836 test -z "$ac_c_werror_flag" ||
14837 test ! -s conftest.err
14838 } && test -s conftest$ac_exeext &&
14839 $as_test_x conftest$ac_exeext; then
14840 eval "$as_ac_var=yes"
14841 else
14842 echo "$as_me: failed program was:" >&5
14843 sed 's/^/| /' conftest.$ac_ext >&5
14845 eval "$as_ac_var=no"
14848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14849 conftest$ac_exeext conftest.$ac_ext
14851 ac_res=`eval echo '${'$as_ac_var'}'`
14852 { echo "$as_me:$LINENO: result: $ac_res" >&5
14853 echo "${ECHO_T}$ac_res" >&6; }
14854 if test `eval echo '${'$as_ac_var'}'` = yes; then
14855 cat >>confdefs.h <<_ACEOF
14856 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14857 _ACEOF
14860 done
14862 LIBS="$ac_wine_check_funcs_save_LIBS"
14864 # Extract the first word of "esd-config", so it can be a program name with args.
14865 set dummy esd-config; ac_word=$2
14866 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14867 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14868 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14869 echo $ECHO_N "(cached) $ECHO_C" >&6
14870 else
14871 case $ESDCONFIG in
14872 [\\/]* | ?:[\\/]*)
14873 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14876 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14877 for as_dir in $PATH
14879 IFS=$as_save_IFS
14880 test -z "$as_dir" && as_dir=.
14881 for ac_exec_ext in '' $ac_executable_extensions; do
14882 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14883 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14884 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14885 break 2
14887 done
14888 done
14889 IFS=$as_save_IFS
14892 esac
14894 ESDCONFIG=$ac_cv_path_ESDCONFIG
14895 if test -n "$ESDCONFIG"; then
14896 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14897 echo "${ECHO_T}$ESDCONFIG" >&6; }
14898 else
14899 { echo "$as_me:$LINENO: result: no" >&5
14900 echo "${ECHO_T}no" >&6; }
14904 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14905 then
14906 ac_esd_incl=""
14907 for i in `$ESDCONFIG --cflags`
14909 case "$i" in
14910 -I*) ac_esd_incl="$ac_esd_incl $i";;
14911 esac
14912 done
14913 ac_esd_libs=`$ESDCONFIG --libs`
14914 save_CFLAGS="$CFLAGS"
14915 CFLAGS="$CFLAGS $ac_esd_incl"
14916 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14917 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14918 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14919 echo $ECHO_N "(cached) $ECHO_C" >&6
14920 else
14921 ac_check_lib_save_LIBS=$LIBS
14922 LIBS="-lesd $ac_esd_libs $LIBS"
14923 cat >conftest.$ac_ext <<_ACEOF
14924 /* confdefs.h. */
14925 _ACEOF
14926 cat confdefs.h >>conftest.$ac_ext
14927 cat >>conftest.$ac_ext <<_ACEOF
14928 /* end confdefs.h. */
14930 /* Override any GCC internal prototype to avoid an error.
14931 Use char because int might match the return type of a GCC
14932 builtin and then its argument prototype would still apply. */
14933 #ifdef __cplusplus
14934 extern "C"
14935 #endif
14936 char esd_open_sound ();
14938 main ()
14940 return esd_open_sound ();
14942 return 0;
14944 _ACEOF
14945 rm -f conftest.$ac_objext conftest$ac_exeext
14946 if { (ac_try="$ac_link"
14947 case "(($ac_try" in
14948 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14949 *) ac_try_echo=$ac_try;;
14950 esac
14951 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14952 (eval "$ac_link") 2>conftest.er1
14953 ac_status=$?
14954 grep -v '^ *+' conftest.er1 >conftest.err
14955 rm -f conftest.er1
14956 cat conftest.err >&5
14957 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14958 (exit $ac_status); } && {
14959 test -z "$ac_c_werror_flag" ||
14960 test ! -s conftest.err
14961 } && test -s conftest$ac_exeext &&
14962 $as_test_x conftest$ac_exeext; then
14963 ac_cv_lib_esd_esd_open_sound=yes
14964 else
14965 echo "$as_me: failed program was:" >&5
14966 sed 's/^/| /' conftest.$ac_ext >&5
14968 ac_cv_lib_esd_esd_open_sound=no
14971 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14972 conftest$ac_exeext conftest.$ac_ext
14973 LIBS=$ac_check_lib_save_LIBS
14975 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14976 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14977 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14978 ESDINCL="$ac_esd_incl"
14980 ESDLIBS="$ac_esd_libs"
14983 cat >>confdefs.h <<\_ACEOF
14984 #define HAVE_ESD 1
14985 _ACEOF
14989 CFLAGS="$save_CFLAGS"
14992 ALSALIBS=""
14994 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14995 then
14996 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14997 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14998 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14999 echo $ECHO_N "(cached) $ECHO_C" >&6
15000 else
15001 ac_check_lib_save_LIBS=$LIBS
15002 LIBS="-lasound $LIBS"
15003 cat >conftest.$ac_ext <<_ACEOF
15004 /* confdefs.h. */
15005 _ACEOF
15006 cat confdefs.h >>conftest.$ac_ext
15007 cat >>conftest.$ac_ext <<_ACEOF
15008 /* end confdefs.h. */
15010 /* Override any GCC internal prototype to avoid an error.
15011 Use char because int might match the return type of a GCC
15012 builtin and then its argument prototype would still apply. */
15013 #ifdef __cplusplus
15014 extern "C"
15015 #endif
15016 char snd_pcm_hw_params_get_access ();
15018 main ()
15020 return snd_pcm_hw_params_get_access ();
15022 return 0;
15024 _ACEOF
15025 rm -f conftest.$ac_objext conftest$ac_exeext
15026 if { (ac_try="$ac_link"
15027 case "(($ac_try" in
15028 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15029 *) ac_try_echo=$ac_try;;
15030 esac
15031 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15032 (eval "$ac_link") 2>conftest.er1
15033 ac_status=$?
15034 grep -v '^ *+' conftest.er1 >conftest.err
15035 rm -f conftest.er1
15036 cat conftest.err >&5
15037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15038 (exit $ac_status); } && {
15039 test -z "$ac_c_werror_flag" ||
15040 test ! -s conftest.err
15041 } && test -s conftest$ac_exeext &&
15042 $as_test_x conftest$ac_exeext; then
15043 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15044 else
15045 echo "$as_me: failed program was:" >&5
15046 sed 's/^/| /' conftest.$ac_ext >&5
15048 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15051 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15052 conftest$ac_exeext conftest.$ac_ext
15053 LIBS=$ac_check_lib_save_LIBS
15055 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15056 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15057 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15058 cat >conftest.$ac_ext <<_ACEOF
15059 /* confdefs.h. */
15060 _ACEOF
15061 cat confdefs.h >>conftest.$ac_ext
15062 cat >>conftest.$ac_ext <<_ACEOF
15063 /* end confdefs.h. */
15064 #ifdef HAVE_ALSA_ASOUNDLIB_H
15065 #include <alsa/asoundlib.h>
15066 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15067 #include <sys/asoundlib.h>
15068 #endif
15070 main ()
15072 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15074 return 0;
15076 _ACEOF
15077 rm -f conftest.$ac_objext
15078 if { (ac_try="$ac_compile"
15079 case "(($ac_try" in
15080 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15081 *) ac_try_echo=$ac_try;;
15082 esac
15083 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15084 (eval "$ac_compile") 2>conftest.er1
15085 ac_status=$?
15086 grep -v '^ *+' conftest.er1 >conftest.err
15087 rm -f conftest.er1
15088 cat conftest.err >&5
15089 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15090 (exit $ac_status); } && {
15091 test -z "$ac_c_werror_flag" ||
15092 test ! -s conftest.err
15093 } && test -s conftest.$ac_objext; then
15095 cat >>confdefs.h <<\_ACEOF
15096 #define HAVE_ALSA 1
15097 _ACEOF
15099 ALSALIBS="-lasound"
15100 else
15101 echo "$as_me: failed program was:" >&5
15102 sed 's/^/| /' conftest.$ac_ext >&5
15107 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15112 AUDIOIOLIBS=""
15114 if test "$ac_cv_header_libaudioio_h" = "yes"
15115 then
15116 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15117 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15118 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15119 echo $ECHO_N "(cached) $ECHO_C" >&6
15120 else
15121 ac_check_lib_save_LIBS=$LIBS
15122 LIBS="-laudioio $LIBS"
15123 cat >conftest.$ac_ext <<_ACEOF
15124 /* confdefs.h. */
15125 _ACEOF
15126 cat confdefs.h >>conftest.$ac_ext
15127 cat >>conftest.$ac_ext <<_ACEOF
15128 /* end confdefs.h. */
15130 /* Override any GCC internal prototype to avoid an error.
15131 Use char because int might match the return type of a GCC
15132 builtin and then its argument prototype would still apply. */
15133 #ifdef __cplusplus
15134 extern "C"
15135 #endif
15136 char AudioIOGetVersion ();
15138 main ()
15140 return AudioIOGetVersion ();
15142 return 0;
15144 _ACEOF
15145 rm -f conftest.$ac_objext conftest$ac_exeext
15146 if { (ac_try="$ac_link"
15147 case "(($ac_try" in
15148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15149 *) ac_try_echo=$ac_try;;
15150 esac
15151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15152 (eval "$ac_link") 2>conftest.er1
15153 ac_status=$?
15154 grep -v '^ *+' conftest.er1 >conftest.err
15155 rm -f conftest.er1
15156 cat conftest.err >&5
15157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15158 (exit $ac_status); } && {
15159 test -z "$ac_c_werror_flag" ||
15160 test ! -s conftest.err
15161 } && test -s conftest$ac_exeext &&
15162 $as_test_x conftest$ac_exeext; then
15163 ac_cv_lib_audioio_AudioIOGetVersion=yes
15164 else
15165 echo "$as_me: failed program was:" >&5
15166 sed 's/^/| /' conftest.$ac_ext >&5
15168 ac_cv_lib_audioio_AudioIOGetVersion=no
15171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15172 conftest$ac_exeext conftest.$ac_ext
15173 LIBS=$ac_check_lib_save_LIBS
15175 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15176 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15177 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15178 AUDIOIOLIBS="-laudioio"
15180 cat >>confdefs.h <<\_ACEOF
15181 #define HAVE_LIBAUDIOIO 1
15182 _ACEOF
15189 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15190 then
15191 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15192 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15193 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15194 echo $ECHO_N "(cached) $ECHO_C" >&6
15195 else
15196 ac_check_soname_save_LIBS=$LIBS
15197 LIBS="-lcapi20 $LIBS"
15198 cat >conftest.$ac_ext <<_ACEOF
15199 /* confdefs.h. */
15200 _ACEOF
15201 cat confdefs.h >>conftest.$ac_ext
15202 cat >>conftest.$ac_ext <<_ACEOF
15203 /* end confdefs.h. */
15205 /* Override any GCC internal prototype to avoid an error.
15206 Use char because int might match the return type of a GCC
15207 builtin and then its argument prototype would still apply. */
15208 #ifdef __cplusplus
15209 extern "C"
15210 #endif
15211 char capi20_register ();
15213 main ()
15215 return capi20_register ();
15217 return 0;
15219 _ACEOF
15220 rm -f conftest.$ac_objext conftest$ac_exeext
15221 if { (ac_try="$ac_link"
15222 case "(($ac_try" in
15223 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15224 *) ac_try_echo=$ac_try;;
15225 esac
15226 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15227 (eval "$ac_link") 2>conftest.er1
15228 ac_status=$?
15229 grep -v '^ *+' conftest.er1 >conftest.err
15230 rm -f conftest.er1
15231 cat conftest.err >&5
15232 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15233 (exit $ac_status); } && {
15234 test -z "$ac_c_werror_flag" ||
15235 test ! -s conftest.err
15236 } && test -s conftest$ac_exeext &&
15237 $as_test_x conftest$ac_exeext; then
15238 case "$LIBEXT" in
15239 dll) ;;
15240 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'` ;;
15241 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15242 esac
15243 else
15244 echo "$as_me: failed program was:" >&5
15245 sed 's/^/| /' conftest.$ac_ext >&5
15250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15251 conftest$ac_exeext conftest.$ac_ext
15252 LIBS=$ac_check_soname_save_LIBS
15254 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15255 { echo "$as_me:$LINENO: result: not found" >&5
15256 echo "${ECHO_T}not found" >&6; }
15258 else
15259 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15260 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15262 cat >>confdefs.h <<_ACEOF
15263 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15264 _ACEOF
15270 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15271 case "x$with_capi" in
15272 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15273 xno) ;;
15274 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15275 This is an error since --with-capi was requested." >&5
15276 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15277 This is an error since --with-capi was requested." >&2;}
15278 { (exit 1); exit 1; }; } ;;
15279 esac
15283 CUPSINCL=""
15285 if test "x$with_cups" != "xno"
15286 then
15287 ac_save_CPPFLAGS="$CPPFLAGS"
15288 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15289 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15290 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15292 for ac_header in cups/cups.h
15294 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15295 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15296 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15297 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15298 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15299 echo $ECHO_N "(cached) $ECHO_C" >&6
15301 ac_res=`eval echo '${'$as_ac_Header'}'`
15302 { echo "$as_me:$LINENO: result: $ac_res" >&5
15303 echo "${ECHO_T}$ac_res" >&6; }
15304 else
15305 # Is the header compilable?
15306 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15307 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15308 cat >conftest.$ac_ext <<_ACEOF
15309 /* confdefs.h. */
15310 _ACEOF
15311 cat confdefs.h >>conftest.$ac_ext
15312 cat >>conftest.$ac_ext <<_ACEOF
15313 /* end confdefs.h. */
15314 $ac_includes_default
15315 #include <$ac_header>
15316 _ACEOF
15317 rm -f conftest.$ac_objext
15318 if { (ac_try="$ac_compile"
15319 case "(($ac_try" in
15320 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15321 *) ac_try_echo=$ac_try;;
15322 esac
15323 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15324 (eval "$ac_compile") 2>conftest.er1
15325 ac_status=$?
15326 grep -v '^ *+' conftest.er1 >conftest.err
15327 rm -f conftest.er1
15328 cat conftest.err >&5
15329 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15330 (exit $ac_status); } && {
15331 test -z "$ac_c_werror_flag" ||
15332 test ! -s conftest.err
15333 } && test -s conftest.$ac_objext; then
15334 ac_header_compiler=yes
15335 else
15336 echo "$as_me: failed program was:" >&5
15337 sed 's/^/| /' conftest.$ac_ext >&5
15339 ac_header_compiler=no
15342 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15343 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15344 echo "${ECHO_T}$ac_header_compiler" >&6; }
15346 # Is the header present?
15347 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15348 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15349 cat >conftest.$ac_ext <<_ACEOF
15350 /* confdefs.h. */
15351 _ACEOF
15352 cat confdefs.h >>conftest.$ac_ext
15353 cat >>conftest.$ac_ext <<_ACEOF
15354 /* end confdefs.h. */
15355 #include <$ac_header>
15356 _ACEOF
15357 if { (ac_try="$ac_cpp conftest.$ac_ext"
15358 case "(($ac_try" in
15359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15360 *) ac_try_echo=$ac_try;;
15361 esac
15362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15363 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15364 ac_status=$?
15365 grep -v '^ *+' conftest.er1 >conftest.err
15366 rm -f conftest.er1
15367 cat conftest.err >&5
15368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15369 (exit $ac_status); } >/dev/null && {
15370 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15371 test ! -s conftest.err
15372 }; then
15373 ac_header_preproc=yes
15374 else
15375 echo "$as_me: failed program was:" >&5
15376 sed 's/^/| /' conftest.$ac_ext >&5
15378 ac_header_preproc=no
15381 rm -f conftest.err conftest.$ac_ext
15382 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15383 echo "${ECHO_T}$ac_header_preproc" >&6; }
15385 # So? What about this header?
15386 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15387 yes:no: )
15388 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15389 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15390 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15391 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15392 ac_header_preproc=yes
15394 no:yes:* )
15395 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15396 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15397 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15398 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15399 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15400 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15401 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15402 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15403 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15404 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15405 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15406 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15407 ( cat <<\_ASBOX
15408 ## ------------------------------------ ##
15409 ## Report this to wine-devel@winehq.org ##
15410 ## ------------------------------------ ##
15411 _ASBOX
15412 ) | sed "s/^/$as_me: WARNING: /" >&2
15414 esac
15415 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15416 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15417 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15418 echo $ECHO_N "(cached) $ECHO_C" >&6
15419 else
15420 eval "$as_ac_Header=\$ac_header_preproc"
15422 ac_res=`eval echo '${'$as_ac_Header'}'`
15423 { echo "$as_me:$LINENO: result: $ac_res" >&5
15424 echo "${ECHO_T}$ac_res" >&6; }
15427 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15428 cat >>confdefs.h <<_ACEOF
15429 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15430 _ACEOF
15431 { echo "$as_me:$LINENO: checking for -lcups" >&5
15432 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15433 if test "${ac_cv_lib_soname_cups+set}" = set; then
15434 echo $ECHO_N "(cached) $ECHO_C" >&6
15435 else
15436 ac_check_soname_save_LIBS=$LIBS
15437 LIBS="-lcups $ac_cups_libs $LIBS"
15438 cat >conftest.$ac_ext <<_ACEOF
15439 /* confdefs.h. */
15440 _ACEOF
15441 cat confdefs.h >>conftest.$ac_ext
15442 cat >>conftest.$ac_ext <<_ACEOF
15443 /* end confdefs.h. */
15445 /* Override any GCC internal prototype to avoid an error.
15446 Use char because int might match the return type of a GCC
15447 builtin and then its argument prototype would still apply. */
15448 #ifdef __cplusplus
15449 extern "C"
15450 #endif
15451 char cupsGetDefault ();
15453 main ()
15455 return cupsGetDefault ();
15457 return 0;
15459 _ACEOF
15460 rm -f conftest.$ac_objext conftest$ac_exeext
15461 if { (ac_try="$ac_link"
15462 case "(($ac_try" in
15463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15464 *) ac_try_echo=$ac_try;;
15465 esac
15466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15467 (eval "$ac_link") 2>conftest.er1
15468 ac_status=$?
15469 grep -v '^ *+' conftest.er1 >conftest.err
15470 rm -f conftest.er1
15471 cat conftest.err >&5
15472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15473 (exit $ac_status); } && {
15474 test -z "$ac_c_werror_flag" ||
15475 test ! -s conftest.err
15476 } && test -s conftest$ac_exeext &&
15477 $as_test_x conftest$ac_exeext; then
15478 case "$LIBEXT" in
15479 dll) ;;
15480 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'` ;;
15481 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15482 esac
15483 else
15484 echo "$as_me: failed program was:" >&5
15485 sed 's/^/| /' conftest.$ac_ext >&5
15490 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15491 conftest$ac_exeext conftest.$ac_ext
15492 LIBS=$ac_check_soname_save_LIBS
15494 if test "x$ac_cv_lib_soname_cups" = "x"; then
15495 { echo "$as_me:$LINENO: result: not found" >&5
15496 echo "${ECHO_T}not found" >&6; }
15498 else
15499 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15500 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15502 cat >>confdefs.h <<_ACEOF
15503 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15504 _ACEOF
15506 CUPSINCL="$ac_cups_cflags"
15511 done
15513 CPPFLAGS="$ac_save_CPPFLAGS"
15515 if test "x$ac_cv_lib_soname_cups" = "x"; then
15516 case "x$with_cups" in
15517 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15518 xno) ;;
15519 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15520 This is an error since --with-cups was requested." >&5
15521 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15522 This is an error since --with-cups was requested." >&2;}
15523 { (exit 1); exit 1; }; } ;;
15524 esac
15528 if test "$ac_cv_header_jack_jack_h" = "yes"
15529 then
15530 { echo "$as_me:$LINENO: checking for -ljack" >&5
15531 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15532 if test "${ac_cv_lib_soname_jack+set}" = set; then
15533 echo $ECHO_N "(cached) $ECHO_C" >&6
15534 else
15535 ac_check_soname_save_LIBS=$LIBS
15536 LIBS="-ljack $LIBS"
15537 cat >conftest.$ac_ext <<_ACEOF
15538 /* confdefs.h. */
15539 _ACEOF
15540 cat confdefs.h >>conftest.$ac_ext
15541 cat >>conftest.$ac_ext <<_ACEOF
15542 /* end confdefs.h. */
15544 /* Override any GCC internal prototype to avoid an error.
15545 Use char because int might match the return type of a GCC
15546 builtin and then its argument prototype would still apply. */
15547 #ifdef __cplusplus
15548 extern "C"
15549 #endif
15550 char jack_client_new ();
15552 main ()
15554 return jack_client_new ();
15556 return 0;
15558 _ACEOF
15559 rm -f conftest.$ac_objext conftest$ac_exeext
15560 if { (ac_try="$ac_link"
15561 case "(($ac_try" in
15562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15563 *) ac_try_echo=$ac_try;;
15564 esac
15565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15566 (eval "$ac_link") 2>conftest.er1
15567 ac_status=$?
15568 grep -v '^ *+' conftest.er1 >conftest.err
15569 rm -f conftest.er1
15570 cat conftest.err >&5
15571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15572 (exit $ac_status); } && {
15573 test -z "$ac_c_werror_flag" ||
15574 test ! -s conftest.err
15575 } && test -s conftest$ac_exeext &&
15576 $as_test_x conftest$ac_exeext; then
15577 case "$LIBEXT" in
15578 dll) ;;
15579 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'` ;;
15580 *) 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'` ;;
15581 esac
15582 else
15583 echo "$as_me: failed program was:" >&5
15584 sed 's/^/| /' conftest.$ac_ext >&5
15589 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15590 conftest$ac_exeext conftest.$ac_ext
15591 LIBS=$ac_check_soname_save_LIBS
15593 if test "x$ac_cv_lib_soname_jack" = "x"; then
15594 { echo "$as_me:$LINENO: result: not found" >&5
15595 echo "${ECHO_T}not found" >&6; }
15597 else
15598 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15599 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15601 cat >>confdefs.h <<_ACEOF
15602 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15603 _ACEOF
15610 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15611 then
15612 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15613 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15614 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15615 echo $ECHO_N "(cached) $ECHO_C" >&6
15616 else
15617 ac_check_soname_save_LIBS=$LIBS
15618 LIBS="-lfontconfig $LIBS"
15619 cat >conftest.$ac_ext <<_ACEOF
15620 /* confdefs.h. */
15621 _ACEOF
15622 cat confdefs.h >>conftest.$ac_ext
15623 cat >>conftest.$ac_ext <<_ACEOF
15624 /* end confdefs.h. */
15626 /* Override any GCC internal prototype to avoid an error.
15627 Use char because int might match the return type of a GCC
15628 builtin and then its argument prototype would still apply. */
15629 #ifdef __cplusplus
15630 extern "C"
15631 #endif
15632 char FcInit ();
15634 main ()
15636 return FcInit ();
15638 return 0;
15640 _ACEOF
15641 rm -f conftest.$ac_objext conftest$ac_exeext
15642 if { (ac_try="$ac_link"
15643 case "(($ac_try" in
15644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15645 *) ac_try_echo=$ac_try;;
15646 esac
15647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15648 (eval "$ac_link") 2>conftest.er1
15649 ac_status=$?
15650 grep -v '^ *+' conftest.er1 >conftest.err
15651 rm -f conftest.er1
15652 cat conftest.err >&5
15653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15654 (exit $ac_status); } && {
15655 test -z "$ac_c_werror_flag" ||
15656 test ! -s conftest.err
15657 } && test -s conftest$ac_exeext &&
15658 $as_test_x conftest$ac_exeext; then
15659 case "$LIBEXT" in
15660 dll) ;;
15661 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'` ;;
15662 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15663 esac
15664 else
15665 echo "$as_me: failed program was:" >&5
15666 sed 's/^/| /' conftest.$ac_ext >&5
15671 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15672 conftest$ac_exeext conftest.$ac_ext
15673 LIBS=$ac_check_soname_save_LIBS
15675 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15676 { echo "$as_me:$LINENO: result: not found" >&5
15677 echo "${ECHO_T}not found" >&6; }
15679 else
15680 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15681 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15683 cat >>confdefs.h <<_ACEOF
15684 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15685 _ACEOF
15690 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15691 then
15692 ac_save_CPPFLAGS="$CPPFLAGS"
15693 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15694 $as_unset ac_cv_header_fontconfig_fontconfig_h
15696 for ac_header in fontconfig/fontconfig.h
15698 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15699 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15700 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15701 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15702 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15703 echo $ECHO_N "(cached) $ECHO_C" >&6
15705 ac_res=`eval echo '${'$as_ac_Header'}'`
15706 { echo "$as_me:$LINENO: result: $ac_res" >&5
15707 echo "${ECHO_T}$ac_res" >&6; }
15708 else
15709 # Is the header compilable?
15710 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15711 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15712 cat >conftest.$ac_ext <<_ACEOF
15713 /* confdefs.h. */
15714 _ACEOF
15715 cat confdefs.h >>conftest.$ac_ext
15716 cat >>conftest.$ac_ext <<_ACEOF
15717 /* end confdefs.h. */
15718 $ac_includes_default
15719 #include <$ac_header>
15720 _ACEOF
15721 rm -f conftest.$ac_objext
15722 if { (ac_try="$ac_compile"
15723 case "(($ac_try" in
15724 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15725 *) ac_try_echo=$ac_try;;
15726 esac
15727 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15728 (eval "$ac_compile") 2>conftest.er1
15729 ac_status=$?
15730 grep -v '^ *+' conftest.er1 >conftest.err
15731 rm -f conftest.er1
15732 cat conftest.err >&5
15733 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15734 (exit $ac_status); } && {
15735 test -z "$ac_c_werror_flag" ||
15736 test ! -s conftest.err
15737 } && test -s conftest.$ac_objext; then
15738 ac_header_compiler=yes
15739 else
15740 echo "$as_me: failed program was:" >&5
15741 sed 's/^/| /' conftest.$ac_ext >&5
15743 ac_header_compiler=no
15746 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15747 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15748 echo "${ECHO_T}$ac_header_compiler" >&6; }
15750 # Is the header present?
15751 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15752 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15753 cat >conftest.$ac_ext <<_ACEOF
15754 /* confdefs.h. */
15755 _ACEOF
15756 cat confdefs.h >>conftest.$ac_ext
15757 cat >>conftest.$ac_ext <<_ACEOF
15758 /* end confdefs.h. */
15759 #include <$ac_header>
15760 _ACEOF
15761 if { (ac_try="$ac_cpp conftest.$ac_ext"
15762 case "(($ac_try" in
15763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15764 *) ac_try_echo=$ac_try;;
15765 esac
15766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15767 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15768 ac_status=$?
15769 grep -v '^ *+' conftest.er1 >conftest.err
15770 rm -f conftest.er1
15771 cat conftest.err >&5
15772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15773 (exit $ac_status); } >/dev/null && {
15774 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15775 test ! -s conftest.err
15776 }; then
15777 ac_header_preproc=yes
15778 else
15779 echo "$as_me: failed program was:" >&5
15780 sed 's/^/| /' conftest.$ac_ext >&5
15782 ac_header_preproc=no
15785 rm -f conftest.err conftest.$ac_ext
15786 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15787 echo "${ECHO_T}$ac_header_preproc" >&6; }
15789 # So? What about this header?
15790 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15791 yes:no: )
15792 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15793 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15794 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15795 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15796 ac_header_preproc=yes
15798 no:yes:* )
15799 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15800 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15801 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15802 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15803 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15804 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15805 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15806 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15807 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15808 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15809 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15810 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15811 ( cat <<\_ASBOX
15812 ## ------------------------------------ ##
15813 ## Report this to wine-devel@winehq.org ##
15814 ## ------------------------------------ ##
15815 _ASBOX
15816 ) | sed "s/^/$as_me: WARNING: /" >&2
15818 esac
15819 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15820 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15821 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15822 echo $ECHO_N "(cached) $ECHO_C" >&6
15823 else
15824 eval "$as_ac_Header=\$ac_header_preproc"
15826 ac_res=`eval echo '${'$as_ac_Header'}'`
15827 { echo "$as_me:$LINENO: result: $ac_res" >&5
15828 echo "${ECHO_T}$ac_res" >&6; }
15831 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15832 cat >>confdefs.h <<_ACEOF
15833 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15834 _ACEOF
15838 done
15840 CPPFLAGS="$ac_save_CPPFLAGS"
15841 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15842 then
15843 FONTCONFIGINCL="$X_CFLAGS"
15845 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15846 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15847 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15848 echo $ECHO_N "(cached) $ECHO_C" >&6
15849 else
15850 ac_check_soname_save_LIBS=$LIBS
15851 LIBS="-lfontconfig $X_LIBS $LIBS"
15852 cat >conftest.$ac_ext <<_ACEOF
15853 /* confdefs.h. */
15854 _ACEOF
15855 cat confdefs.h >>conftest.$ac_ext
15856 cat >>conftest.$ac_ext <<_ACEOF
15857 /* end confdefs.h. */
15859 /* Override any GCC internal prototype to avoid an error.
15860 Use char because int might match the return type of a GCC
15861 builtin and then its argument prototype would still apply. */
15862 #ifdef __cplusplus
15863 extern "C"
15864 #endif
15865 char FcInit ();
15867 main ()
15869 return FcInit ();
15871 return 0;
15873 _ACEOF
15874 rm -f conftest.$ac_objext conftest$ac_exeext
15875 if { (ac_try="$ac_link"
15876 case "(($ac_try" in
15877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15878 *) ac_try_echo=$ac_try;;
15879 esac
15880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15881 (eval "$ac_link") 2>conftest.er1
15882 ac_status=$?
15883 grep -v '^ *+' conftest.er1 >conftest.err
15884 rm -f conftest.er1
15885 cat conftest.err >&5
15886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15887 (exit $ac_status); } && {
15888 test -z "$ac_c_werror_flag" ||
15889 test ! -s conftest.err
15890 } && test -s conftest$ac_exeext &&
15891 $as_test_x conftest$ac_exeext; then
15892 case "$LIBEXT" in
15893 dll) ;;
15894 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'` ;;
15895 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15896 esac
15897 else
15898 echo "$as_me: failed program was:" >&5
15899 sed 's/^/| /' conftest.$ac_ext >&5
15904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15905 conftest$ac_exeext conftest.$ac_ext
15906 LIBS=$ac_check_soname_save_LIBS
15908 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15909 { echo "$as_me:$LINENO: result: not found" >&5
15910 echo "${ECHO_T}not found" >&6; }
15912 else
15913 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15914 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15916 cat >>confdefs.h <<_ACEOF
15917 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15918 _ACEOF
15925 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15926 case "x$with_fontconfig" in
15927 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15928 xno) ;;
15929 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15930 This is an error since --with-fontconfig was requested." >&5
15931 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15932 This is an error since --with-fontconfig was requested." >&2;}
15933 { (exit 1); exit 1; }; } ;;
15934 esac
15938 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15939 then
15940 { echo "$as_me:$LINENO: checking for -lssl" >&5
15941 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15942 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15943 echo $ECHO_N "(cached) $ECHO_C" >&6
15944 else
15945 ac_check_soname_save_LIBS=$LIBS
15946 LIBS="-lssl $LIBS"
15947 cat >conftest.$ac_ext <<_ACEOF
15948 /* confdefs.h. */
15949 _ACEOF
15950 cat confdefs.h >>conftest.$ac_ext
15951 cat >>conftest.$ac_ext <<_ACEOF
15952 /* end confdefs.h. */
15954 /* Override any GCC internal prototype to avoid an error.
15955 Use char because int might match the return type of a GCC
15956 builtin and then its argument prototype would still apply. */
15957 #ifdef __cplusplus
15958 extern "C"
15959 #endif
15960 char SSL_library_init ();
15962 main ()
15964 return SSL_library_init ();
15966 return 0;
15968 _ACEOF
15969 rm -f conftest.$ac_objext conftest$ac_exeext
15970 if { (ac_try="$ac_link"
15971 case "(($ac_try" in
15972 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15973 *) ac_try_echo=$ac_try;;
15974 esac
15975 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15976 (eval "$ac_link") 2>conftest.er1
15977 ac_status=$?
15978 grep -v '^ *+' conftest.er1 >conftest.err
15979 rm -f conftest.er1
15980 cat conftest.err >&5
15981 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15982 (exit $ac_status); } && {
15983 test -z "$ac_c_werror_flag" ||
15984 test ! -s conftest.err
15985 } && test -s conftest$ac_exeext &&
15986 $as_test_x conftest$ac_exeext; then
15987 case "$LIBEXT" in
15988 dll) ;;
15989 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'` ;;
15990 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15991 esac
15992 else
15993 echo "$as_me: failed program was:" >&5
15994 sed 's/^/| /' conftest.$ac_ext >&5
15999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16000 conftest$ac_exeext conftest.$ac_ext
16001 LIBS=$ac_check_soname_save_LIBS
16003 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16004 { echo "$as_me:$LINENO: result: not found" >&5
16005 echo "${ECHO_T}not found" >&6; }
16007 else
16008 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16009 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16011 cat >>confdefs.h <<_ACEOF
16012 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16013 _ACEOF
16018 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16019 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16020 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16021 echo $ECHO_N "(cached) $ECHO_C" >&6
16022 else
16023 ac_check_soname_save_LIBS=$LIBS
16024 LIBS="-lcrypto $LIBS"
16025 cat >conftest.$ac_ext <<_ACEOF
16026 /* confdefs.h. */
16027 _ACEOF
16028 cat confdefs.h >>conftest.$ac_ext
16029 cat >>conftest.$ac_ext <<_ACEOF
16030 /* end confdefs.h. */
16032 /* Override any GCC internal prototype to avoid an error.
16033 Use char because int might match the return type of a GCC
16034 builtin and then its argument prototype would still apply. */
16035 #ifdef __cplusplus
16036 extern "C"
16037 #endif
16038 char BIO_new_socket ();
16040 main ()
16042 return BIO_new_socket ();
16044 return 0;
16046 _ACEOF
16047 rm -f conftest.$ac_objext conftest$ac_exeext
16048 if { (ac_try="$ac_link"
16049 case "(($ac_try" in
16050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16051 *) ac_try_echo=$ac_try;;
16052 esac
16053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16054 (eval "$ac_link") 2>conftest.er1
16055 ac_status=$?
16056 grep -v '^ *+' conftest.er1 >conftest.err
16057 rm -f conftest.er1
16058 cat conftest.err >&5
16059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16060 (exit $ac_status); } && {
16061 test -z "$ac_c_werror_flag" ||
16062 test ! -s conftest.err
16063 } && test -s conftest$ac_exeext &&
16064 $as_test_x conftest$ac_exeext; then
16065 case "$LIBEXT" in
16066 dll) ;;
16067 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'` ;;
16068 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16069 esac
16070 else
16071 echo "$as_me: failed program was:" >&5
16072 sed 's/^/| /' conftest.$ac_ext >&5
16077 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16078 conftest$ac_exeext conftest.$ac_ext
16079 LIBS=$ac_check_soname_save_LIBS
16081 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16082 { echo "$as_me:$LINENO: result: not found" >&5
16083 echo "${ECHO_T}not found" >&6; }
16085 else
16086 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16087 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16089 cat >>confdefs.h <<_ACEOF
16090 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16091 _ACEOF
16097 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16098 case "x$with_openssl" in
16099 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
16100 xno) ;;
16101 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
16102 This is an error since --with-openssl was requested." >&5
16103 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
16104 This is an error since --with-openssl was requested." >&2;}
16105 { (exit 1); exit 1; }; } ;;
16106 esac
16110 if test "$ac_cv_header_jpeglib_h" = "yes"
16111 then
16112 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16113 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16114 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16115 echo $ECHO_N "(cached) $ECHO_C" >&6
16116 else
16117 ac_check_soname_save_LIBS=$LIBS
16118 LIBS="-ljpeg $LIBS"
16119 cat >conftest.$ac_ext <<_ACEOF
16120 /* confdefs.h. */
16121 _ACEOF
16122 cat confdefs.h >>conftest.$ac_ext
16123 cat >>conftest.$ac_ext <<_ACEOF
16124 /* end confdefs.h. */
16126 /* Override any GCC internal prototype to avoid an error.
16127 Use char because int might match the return type of a GCC
16128 builtin and then its argument prototype would still apply. */
16129 #ifdef __cplusplus
16130 extern "C"
16131 #endif
16132 char jpeg_start_decompress ();
16134 main ()
16136 return jpeg_start_decompress ();
16138 return 0;
16140 _ACEOF
16141 rm -f conftest.$ac_objext conftest$ac_exeext
16142 if { (ac_try="$ac_link"
16143 case "(($ac_try" in
16144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16145 *) ac_try_echo=$ac_try;;
16146 esac
16147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16148 (eval "$ac_link") 2>conftest.er1
16149 ac_status=$?
16150 grep -v '^ *+' conftest.er1 >conftest.err
16151 rm -f conftest.er1
16152 cat conftest.err >&5
16153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16154 (exit $ac_status); } && {
16155 test -z "$ac_c_werror_flag" ||
16156 test ! -s conftest.err
16157 } && test -s conftest$ac_exeext &&
16158 $as_test_x conftest$ac_exeext; then
16159 case "$LIBEXT" in
16160 dll) ;;
16161 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'` ;;
16162 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16163 esac
16164 else
16165 echo "$as_me: failed program was:" >&5
16166 sed 's/^/| /' conftest.$ac_ext >&5
16171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16172 conftest$ac_exeext conftest.$ac_ext
16173 LIBS=$ac_check_soname_save_LIBS
16175 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16176 { echo "$as_me:$LINENO: result: not found" >&5
16177 echo "${ECHO_T}not found" >&6; }
16179 else
16180 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16181 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16183 cat >>confdefs.h <<_ACEOF
16184 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16185 _ACEOF
16191 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16192 case "x$with_jpeg" in
16193 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
16194 xno) ;;
16195 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
16196 This is an error since --with-jpeg was requested." >&5
16197 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
16198 This is an error since --with-jpeg was requested." >&2;}
16199 { (exit 1); exit 1; }; } ;;
16200 esac
16204 if test "$ac_cv_header_png_h" = "yes"
16205 then
16206 { echo "$as_me:$LINENO: checking for -lpng" >&5
16207 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16208 if test "${ac_cv_lib_soname_png+set}" = set; then
16209 echo $ECHO_N "(cached) $ECHO_C" >&6
16210 else
16211 ac_check_soname_save_LIBS=$LIBS
16212 LIBS="-lpng -lm $LIBS"
16213 cat >conftest.$ac_ext <<_ACEOF
16214 /* confdefs.h. */
16215 _ACEOF
16216 cat confdefs.h >>conftest.$ac_ext
16217 cat >>conftest.$ac_ext <<_ACEOF
16218 /* end confdefs.h. */
16220 /* Override any GCC internal prototype to avoid an error.
16221 Use char because int might match the return type of a GCC
16222 builtin and then its argument prototype would still apply. */
16223 #ifdef __cplusplus
16224 extern "C"
16225 #endif
16226 char png_create_read_struct ();
16228 main ()
16230 return png_create_read_struct ();
16232 return 0;
16234 _ACEOF
16235 rm -f conftest.$ac_objext conftest$ac_exeext
16236 if { (ac_try="$ac_link"
16237 case "(($ac_try" in
16238 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16239 *) ac_try_echo=$ac_try;;
16240 esac
16241 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16242 (eval "$ac_link") 2>conftest.er1
16243 ac_status=$?
16244 grep -v '^ *+' conftest.er1 >conftest.err
16245 rm -f conftest.er1
16246 cat conftest.err >&5
16247 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16248 (exit $ac_status); } && {
16249 test -z "$ac_c_werror_flag" ||
16250 test ! -s conftest.err
16251 } && test -s conftest$ac_exeext &&
16252 $as_test_x conftest$ac_exeext; then
16253 case "$LIBEXT" in
16254 dll) ;;
16255 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'` ;;
16256 *) 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'` ;;
16257 esac
16258 else
16259 echo "$as_me: failed program was:" >&5
16260 sed 's/^/| /' conftest.$ac_ext >&5
16265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16266 conftest$ac_exeext conftest.$ac_ext
16267 LIBS=$ac_check_soname_save_LIBS
16269 if test "x$ac_cv_lib_soname_png" = "x"; then
16270 { echo "$as_me:$LINENO: result: not found" >&5
16271 echo "${ECHO_T}not found" >&6; }
16273 else
16274 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16275 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16277 cat >>confdefs.h <<_ACEOF
16278 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16279 _ACEOF
16285 if test "x$ac_cv_lib_soname_png" = "x"; then
16286 case "x$with_png" in
16287 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16288 xno) ;;
16289 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16290 This is an error since --with-png was requested." >&5
16291 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16292 This is an error since --with-png was requested." >&2;}
16293 { (exit 1); exit 1; }; } ;;
16294 esac
16298 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16299 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16300 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16301 echo $ECHO_N "(cached) $ECHO_C" >&6
16302 else
16303 ac_check_soname_save_LIBS=$LIBS
16304 LIBS="-lodbc $LIBS"
16305 cat >conftest.$ac_ext <<_ACEOF
16306 /* confdefs.h. */
16307 _ACEOF
16308 cat confdefs.h >>conftest.$ac_ext
16309 cat >>conftest.$ac_ext <<_ACEOF
16310 /* end confdefs.h. */
16312 /* Override any GCC internal prototype to avoid an error.
16313 Use char because int might match the return type of a GCC
16314 builtin and then its argument prototype would still apply. */
16315 #ifdef __cplusplus
16316 extern "C"
16317 #endif
16318 char SQLConnect ();
16320 main ()
16322 return SQLConnect ();
16324 return 0;
16326 _ACEOF
16327 rm -f conftest.$ac_objext conftest$ac_exeext
16328 if { (ac_try="$ac_link"
16329 case "(($ac_try" in
16330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16331 *) ac_try_echo=$ac_try;;
16332 esac
16333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16334 (eval "$ac_link") 2>conftest.er1
16335 ac_status=$?
16336 grep -v '^ *+' conftest.er1 >conftest.err
16337 rm -f conftest.er1
16338 cat conftest.err >&5
16339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16340 (exit $ac_status); } && {
16341 test -z "$ac_c_werror_flag" ||
16342 test ! -s conftest.err
16343 } && test -s conftest$ac_exeext &&
16344 $as_test_x conftest$ac_exeext; then
16345 case "$LIBEXT" in
16346 dll) ;;
16347 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'` ;;
16348 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16349 esac
16350 else
16351 echo "$as_me: failed program was:" >&5
16352 sed 's/^/| /' conftest.$ac_ext >&5
16357 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16358 conftest$ac_exeext conftest.$ac_ext
16359 LIBS=$ac_check_soname_save_LIBS
16361 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16362 { echo "$as_me:$LINENO: result: not found" >&5
16363 echo "${ECHO_T}not found" >&6; }
16364 cat >>confdefs.h <<_ACEOF
16365 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16366 _ACEOF
16368 else
16369 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16370 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16372 cat >>confdefs.h <<_ACEOF
16373 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16374 _ACEOF
16380 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16381 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16382 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16383 "$ac_cv_header_soundcard_h" != "yes" -a \
16384 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16385 then
16386 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16390 EXTRACFLAGS=""
16392 if test "x${GCC}" = "xyes"
16393 then
16394 EXTRACFLAGS="-Wall -pipe"
16396 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16397 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16398 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16399 echo $ECHO_N "(cached) $ECHO_C" >&6
16400 else
16401 if test "$cross_compiling" = yes; then
16402 ac_cv_c_gcc_strength_bug="yes"
16403 else
16404 cat >conftest.$ac_ext <<_ACEOF
16405 /* confdefs.h. */
16406 _ACEOF
16407 cat confdefs.h >>conftest.$ac_ext
16408 cat >>conftest.$ac_ext <<_ACEOF
16409 /* end confdefs.h. */
16410 int L[4] = {0,1,2,3};
16412 main ()
16414 static int Array[3];
16415 unsigned int B = 3;
16416 int i;
16417 for(i=0; i<B; i++) Array[i] = i - 3;
16418 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16419 L[i] = 4;
16420 exit( Array[1] != -2 || L[2] != 3)
16422 return 0;
16424 _ACEOF
16425 rm -f conftest$ac_exeext
16426 if { (ac_try="$ac_link"
16427 case "(($ac_try" in
16428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16429 *) ac_try_echo=$ac_try;;
16430 esac
16431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16432 (eval "$ac_link") 2>&5
16433 ac_status=$?
16434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16435 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16436 { (case "(($ac_try" in
16437 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16438 *) ac_try_echo=$ac_try;;
16439 esac
16440 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16441 (eval "$ac_try") 2>&5
16442 ac_status=$?
16443 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16444 (exit $ac_status); }; }; then
16445 ac_cv_c_gcc_strength_bug="no"
16446 else
16447 echo "$as_me: program exited with status $ac_status" >&5
16448 echo "$as_me: failed program was:" >&5
16449 sed 's/^/| /' conftest.$ac_ext >&5
16451 ( exit $ac_status )
16452 ac_cv_c_gcc_strength_bug="yes"
16454 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16459 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16460 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16461 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16462 then
16463 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16467 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16468 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16469 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16470 echo $ECHO_N "(cached) $ECHO_C" >&6
16471 else
16472 ac_wine_try_cflags_saved=$CFLAGS
16473 CFLAGS="$CFLAGS -fshort-wchar"
16474 cat >conftest.$ac_ext <<_ACEOF
16475 /* confdefs.h. */
16476 _ACEOF
16477 cat confdefs.h >>conftest.$ac_ext
16478 cat >>conftest.$ac_ext <<_ACEOF
16479 /* end confdefs.h. */
16482 main ()
16486 return 0;
16488 _ACEOF
16489 rm -f conftest.$ac_objext conftest$ac_exeext
16490 if { (ac_try="$ac_link"
16491 case "(($ac_try" in
16492 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16493 *) ac_try_echo=$ac_try;;
16494 esac
16495 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16496 (eval "$ac_link") 2>conftest.er1
16497 ac_status=$?
16498 grep -v '^ *+' conftest.er1 >conftest.err
16499 rm -f conftest.er1
16500 cat conftest.err >&5
16501 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16502 (exit $ac_status); } && {
16503 test -z "$ac_c_werror_flag" ||
16504 test ! -s conftest.err
16505 } && test -s conftest$ac_exeext &&
16506 $as_test_x conftest$ac_exeext; then
16507 ac_cv_cflags__fshort_wchar=yes
16508 else
16509 echo "$as_me: failed program was:" >&5
16510 sed 's/^/| /' conftest.$ac_ext >&5
16512 ac_cv_cflags__fshort_wchar=no
16515 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16516 conftest$ac_exeext conftest.$ac_ext
16517 CFLAGS=$ac_wine_try_cflags_saved
16519 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16520 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16521 if test $ac_cv_cflags__fshort_wchar = yes; then
16523 cat >>confdefs.h <<\_ACEOF
16524 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16525 _ACEOF
16529 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16530 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16531 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16532 echo $ECHO_N "(cached) $ECHO_C" >&6
16533 else
16534 ac_wine_try_cflags_saved=$CFLAGS
16535 CFLAGS="$CFLAGS -fno-builtin"
16536 cat >conftest.$ac_ext <<_ACEOF
16537 /* confdefs.h. */
16538 _ACEOF
16539 cat confdefs.h >>conftest.$ac_ext
16540 cat >>conftest.$ac_ext <<_ACEOF
16541 /* end confdefs.h. */
16544 main ()
16548 return 0;
16550 _ACEOF
16551 rm -f conftest.$ac_objext conftest$ac_exeext
16552 if { (ac_try="$ac_link"
16553 case "(($ac_try" in
16554 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16555 *) ac_try_echo=$ac_try;;
16556 esac
16557 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16558 (eval "$ac_link") 2>conftest.er1
16559 ac_status=$?
16560 grep -v '^ *+' conftest.er1 >conftest.err
16561 rm -f conftest.er1
16562 cat conftest.err >&5
16563 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16564 (exit $ac_status); } && {
16565 test -z "$ac_c_werror_flag" ||
16566 test ! -s conftest.err
16567 } && test -s conftest$ac_exeext &&
16568 $as_test_x conftest$ac_exeext; then
16569 ac_cv_cflags__fno_builtin=yes
16570 else
16571 echo "$as_me: failed program was:" >&5
16572 sed 's/^/| /' conftest.$ac_ext >&5
16574 ac_cv_cflags__fno_builtin=no
16577 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16578 conftest$ac_exeext conftest.$ac_ext
16579 CFLAGS=$ac_wine_try_cflags_saved
16581 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16582 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16583 if test $ac_cv_cflags__fno_builtin = yes; then
16584 BUILTINFLAG="-fno-builtin"
16588 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16589 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16590 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16591 echo $ECHO_N "(cached) $ECHO_C" >&6
16592 else
16593 ac_wine_try_cflags_saved=$CFLAGS
16594 CFLAGS="$CFLAGS -fno-strict-aliasing"
16595 cat >conftest.$ac_ext <<_ACEOF
16596 /* confdefs.h. */
16597 _ACEOF
16598 cat confdefs.h >>conftest.$ac_ext
16599 cat >>conftest.$ac_ext <<_ACEOF
16600 /* end confdefs.h. */
16603 main ()
16607 return 0;
16609 _ACEOF
16610 rm -f conftest.$ac_objext conftest$ac_exeext
16611 if { (ac_try="$ac_link"
16612 case "(($ac_try" in
16613 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16614 *) ac_try_echo=$ac_try;;
16615 esac
16616 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16617 (eval "$ac_link") 2>conftest.er1
16618 ac_status=$?
16619 grep -v '^ *+' conftest.er1 >conftest.err
16620 rm -f conftest.er1
16621 cat conftest.err >&5
16622 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16623 (exit $ac_status); } && {
16624 test -z "$ac_c_werror_flag" ||
16625 test ! -s conftest.err
16626 } && test -s conftest$ac_exeext &&
16627 $as_test_x conftest$ac_exeext; then
16628 ac_cv_cflags__fno_strict_aliasing=yes
16629 else
16630 echo "$as_me: failed program was:" >&5
16631 sed 's/^/| /' conftest.$ac_ext >&5
16633 ac_cv_cflags__fno_strict_aliasing=no
16636 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16637 conftest$ac_exeext conftest.$ac_ext
16638 CFLAGS=$ac_wine_try_cflags_saved
16640 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16641 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16642 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16643 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16646 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16647 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16648 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16649 echo $ECHO_N "(cached) $ECHO_C" >&6
16650 else
16651 ac_wine_try_cflags_saved=$CFLAGS
16652 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16653 cat >conftest.$ac_ext <<_ACEOF
16654 /* confdefs.h. */
16655 _ACEOF
16656 cat confdefs.h >>conftest.$ac_ext
16657 cat >>conftest.$ac_ext <<_ACEOF
16658 /* end confdefs.h. */
16661 main ()
16665 return 0;
16667 _ACEOF
16668 rm -f conftest.$ac_objext conftest$ac_exeext
16669 if { (ac_try="$ac_link"
16670 case "(($ac_try" in
16671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16672 *) ac_try_echo=$ac_try;;
16673 esac
16674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16675 (eval "$ac_link") 2>conftest.er1
16676 ac_status=$?
16677 grep -v '^ *+' conftest.er1 >conftest.err
16678 rm -f conftest.er1
16679 cat conftest.err >&5
16680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16681 (exit $ac_status); } && {
16682 test -z "$ac_c_werror_flag" ||
16683 test ! -s conftest.err
16684 } && test -s conftest$ac_exeext &&
16685 $as_test_x conftest$ac_exeext; then
16686 ac_cv_cflags__Wdeclaration_after_statement=yes
16687 else
16688 echo "$as_me: failed program was:" >&5
16689 sed 's/^/| /' conftest.$ac_ext >&5
16691 ac_cv_cflags__Wdeclaration_after_statement=no
16694 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16695 conftest$ac_exeext conftest.$ac_ext
16696 CFLAGS=$ac_wine_try_cflags_saved
16698 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16699 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16700 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16701 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16704 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16705 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16706 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16707 echo $ECHO_N "(cached) $ECHO_C" >&6
16708 else
16709 ac_wine_try_cflags_saved=$CFLAGS
16710 CFLAGS="$CFLAGS -Wwrite-strings"
16711 cat >conftest.$ac_ext <<_ACEOF
16712 /* confdefs.h. */
16713 _ACEOF
16714 cat confdefs.h >>conftest.$ac_ext
16715 cat >>conftest.$ac_ext <<_ACEOF
16716 /* end confdefs.h. */
16719 main ()
16723 return 0;
16725 _ACEOF
16726 rm -f conftest.$ac_objext conftest$ac_exeext
16727 if { (ac_try="$ac_link"
16728 case "(($ac_try" in
16729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16730 *) ac_try_echo=$ac_try;;
16731 esac
16732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16733 (eval "$ac_link") 2>conftest.er1
16734 ac_status=$?
16735 grep -v '^ *+' conftest.er1 >conftest.err
16736 rm -f conftest.er1
16737 cat conftest.err >&5
16738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16739 (exit $ac_status); } && {
16740 test -z "$ac_c_werror_flag" ||
16741 test ! -s conftest.err
16742 } && test -s conftest$ac_exeext &&
16743 $as_test_x conftest$ac_exeext; then
16744 ac_cv_cflags__Wwrite_strings=yes
16745 else
16746 echo "$as_me: failed program was:" >&5
16747 sed 's/^/| /' conftest.$ac_ext >&5
16749 ac_cv_cflags__Wwrite_strings=no
16752 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16753 conftest$ac_exeext conftest.$ac_ext
16754 CFLAGS=$ac_wine_try_cflags_saved
16756 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16757 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16758 if test $ac_cv_cflags__Wwrite_strings = yes; then
16759 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16762 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16763 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16764 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16765 echo $ECHO_N "(cached) $ECHO_C" >&6
16766 else
16767 ac_wine_try_cflags_saved=$CFLAGS
16768 CFLAGS="$CFLAGS -Wtype-limits"
16769 cat >conftest.$ac_ext <<_ACEOF
16770 /* confdefs.h. */
16771 _ACEOF
16772 cat confdefs.h >>conftest.$ac_ext
16773 cat >>conftest.$ac_ext <<_ACEOF
16774 /* end confdefs.h. */
16777 main ()
16781 return 0;
16783 _ACEOF
16784 rm -f conftest.$ac_objext conftest$ac_exeext
16785 if { (ac_try="$ac_link"
16786 case "(($ac_try" in
16787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16788 *) ac_try_echo=$ac_try;;
16789 esac
16790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16791 (eval "$ac_link") 2>conftest.er1
16792 ac_status=$?
16793 grep -v '^ *+' conftest.er1 >conftest.err
16794 rm -f conftest.er1
16795 cat conftest.err >&5
16796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16797 (exit $ac_status); } && {
16798 test -z "$ac_c_werror_flag" ||
16799 test ! -s conftest.err
16800 } && test -s conftest$ac_exeext &&
16801 $as_test_x conftest$ac_exeext; then
16802 ac_cv_cflags__Wtype_limits=yes
16803 else
16804 echo "$as_me: failed program was:" >&5
16805 sed 's/^/| /' conftest.$ac_ext >&5
16807 ac_cv_cflags__Wtype_limits=no
16810 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16811 conftest$ac_exeext conftest.$ac_ext
16812 CFLAGS=$ac_wine_try_cflags_saved
16814 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16815 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16816 if test $ac_cv_cflags__Wtype_limits = yes; then
16817 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16821 saved_CFLAGS="$CFLAGS"
16822 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16823 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16824 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16825 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16826 echo $ECHO_N "(cached) $ECHO_C" >&6
16827 else
16828 cat >conftest.$ac_ext <<_ACEOF
16829 /* confdefs.h. */
16830 _ACEOF
16831 cat confdefs.h >>conftest.$ac_ext
16832 cat >>conftest.$ac_ext <<_ACEOF
16833 /* end confdefs.h. */
16834 #include <string.h>
16836 main ()
16840 return 0;
16842 _ACEOF
16843 rm -f conftest.$ac_objext
16844 if { (ac_try="$ac_compile"
16845 case "(($ac_try" in
16846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16847 *) ac_try_echo=$ac_try;;
16848 esac
16849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16850 (eval "$ac_compile") 2>conftest.er1
16851 ac_status=$?
16852 grep -v '^ *+' conftest.er1 >conftest.err
16853 rm -f conftest.er1
16854 cat conftest.err >&5
16855 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16856 (exit $ac_status); } && {
16857 test -z "$ac_c_werror_flag" ||
16858 test ! -s conftest.err
16859 } && test -s conftest.$ac_objext; then
16860 ac_cv_c_string_h_warnings=no
16861 else
16862 echo "$as_me: failed program was:" >&5
16863 sed 's/^/| /' conftest.$ac_ext >&5
16865 ac_cv_c_string_h_warnings=yes
16868 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16870 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16871 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16872 CFLAGS="$saved_CFLAGS"
16873 if test "$ac_cv_c_string_h_warnings" = "no"
16874 then
16875 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16880 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16881 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16882 if test "${ac_cv_asm_func_def+set}" = set; then
16883 echo $ECHO_N "(cached) $ECHO_C" >&6
16884 else
16885 cat >conftest.$ac_ext <<_ACEOF
16886 /* confdefs.h. */
16887 _ACEOF
16888 cat confdefs.h >>conftest.$ac_ext
16889 cat >>conftest.$ac_ext <<_ACEOF
16890 /* end confdefs.h. */
16893 main ()
16895 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16897 return 0;
16899 _ACEOF
16900 rm -f conftest.$ac_objext conftest$ac_exeext
16901 if { (ac_try="$ac_link"
16902 case "(($ac_try" in
16903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16904 *) ac_try_echo=$ac_try;;
16905 esac
16906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16907 (eval "$ac_link") 2>conftest.er1
16908 ac_status=$?
16909 grep -v '^ *+' conftest.er1 >conftest.err
16910 rm -f conftest.er1
16911 cat conftest.err >&5
16912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16913 (exit $ac_status); } && {
16914 test -z "$ac_c_werror_flag" ||
16915 test ! -s conftest.err
16916 } && test -s conftest$ac_exeext &&
16917 $as_test_x conftest$ac_exeext; then
16918 ac_cv_asm_func_def=".def"
16919 else
16920 echo "$as_me: failed program was:" >&5
16921 sed 's/^/| /' conftest.$ac_ext >&5
16923 cat >conftest.$ac_ext <<_ACEOF
16924 /* confdefs.h. */
16925 _ACEOF
16926 cat confdefs.h >>conftest.$ac_ext
16927 cat >>conftest.$ac_ext <<_ACEOF
16928 /* end confdefs.h. */
16931 main ()
16933 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16935 return 0;
16937 _ACEOF
16938 rm -f conftest.$ac_objext conftest$ac_exeext
16939 if { (ac_try="$ac_link"
16940 case "(($ac_try" in
16941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16942 *) ac_try_echo=$ac_try;;
16943 esac
16944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16945 (eval "$ac_link") 2>conftest.er1
16946 ac_status=$?
16947 grep -v '^ *+' conftest.er1 >conftest.err
16948 rm -f conftest.er1
16949 cat conftest.err >&5
16950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16951 (exit $ac_status); } && {
16952 test -z "$ac_c_werror_flag" ||
16953 test ! -s conftest.err
16954 } && test -s conftest$ac_exeext &&
16955 $as_test_x conftest$ac_exeext; then
16956 ac_cv_asm_func_def=".type @function"
16957 else
16958 echo "$as_me: failed program was:" >&5
16959 sed 's/^/| /' conftest.$ac_ext >&5
16961 cat >conftest.$ac_ext <<_ACEOF
16962 /* confdefs.h. */
16963 _ACEOF
16964 cat confdefs.h >>conftest.$ac_ext
16965 cat >>conftest.$ac_ext <<_ACEOF
16966 /* end confdefs.h. */
16969 main ()
16971 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16973 return 0;
16975 _ACEOF
16976 rm -f conftest.$ac_objext conftest$ac_exeext
16977 if { (ac_try="$ac_link"
16978 case "(($ac_try" in
16979 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16980 *) ac_try_echo=$ac_try;;
16981 esac
16982 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16983 (eval "$ac_link") 2>conftest.er1
16984 ac_status=$?
16985 grep -v '^ *+' conftest.er1 >conftest.err
16986 rm -f conftest.er1
16987 cat conftest.err >&5
16988 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16989 (exit $ac_status); } && {
16990 test -z "$ac_c_werror_flag" ||
16991 test ! -s conftest.err
16992 } && test -s conftest$ac_exeext &&
16993 $as_test_x conftest$ac_exeext; then
16994 ac_cv_asm_func_def=".type 2"
16995 else
16996 echo "$as_me: failed program was:" >&5
16997 sed 's/^/| /' conftest.$ac_ext >&5
16999 ac_cv_asm_func_def="unknown"
17002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17003 conftest$ac_exeext conftest.$ac_ext
17006 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17007 conftest$ac_exeext conftest.$ac_ext
17010 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17011 conftest$ac_exeext conftest.$ac_ext
17013 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17014 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17018 case "$ac_cv_asm_func_def" in
17019 ".def")
17020 cat >>confdefs.h <<\_ACEOF
17021 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17022 _ACEOF
17024 ".type @function")
17025 cat >>confdefs.h <<\_ACEOF
17026 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17027 _ACEOF
17029 ".type 2")
17030 cat >>confdefs.h <<\_ACEOF
17031 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17032 _ACEOF
17035 cat >>confdefs.h <<\_ACEOF
17036 #define __ASM_FUNC(name) ""
17037 _ACEOF
17039 esac
17042 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17043 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17044 if test "${ac_cv_c_extern_prefix+set}" = set; then
17045 echo $ECHO_N "(cached) $ECHO_C" >&6
17046 else
17047 cat >conftest.$ac_ext <<_ACEOF
17048 /* confdefs.h. */
17049 _ACEOF
17050 cat confdefs.h >>conftest.$ac_ext
17051 cat >>conftest.$ac_ext <<_ACEOF
17052 /* end confdefs.h. */
17053 extern int ac_test;
17055 main ()
17057 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17059 return 0;
17061 _ACEOF
17062 rm -f conftest.$ac_objext conftest$ac_exeext
17063 if { (ac_try="$ac_link"
17064 case "(($ac_try" in
17065 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17066 *) ac_try_echo=$ac_try;;
17067 esac
17068 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17069 (eval "$ac_link") 2>conftest.er1
17070 ac_status=$?
17071 grep -v '^ *+' conftest.er1 >conftest.err
17072 rm -f conftest.er1
17073 cat conftest.err >&5
17074 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17075 (exit $ac_status); } && {
17076 test -z "$ac_c_werror_flag" ||
17077 test ! -s conftest.err
17078 } && test -s conftest$ac_exeext &&
17079 $as_test_x conftest$ac_exeext; then
17080 ac_cv_c_extern_prefix="yes"
17081 else
17082 echo "$as_me: failed program was:" >&5
17083 sed 's/^/| /' conftest.$ac_ext >&5
17085 ac_cv_c_extern_prefix="no"
17088 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17089 conftest$ac_exeext conftest.$ac_ext
17091 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17092 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17096 if test "$ac_cv_c_extern_prefix" = "yes"
17097 then
17098 cat >>confdefs.h <<\_ACEOF
17099 #define __ASM_NAME(name) "_" name
17100 _ACEOF
17102 else
17103 cat >>confdefs.h <<\_ACEOF
17104 #define __ASM_NAME(name) name
17105 _ACEOF
17110 LDPATH=""
17112 case $build_os in
17113 cygwin*|mingw32*)
17114 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17116 darwin*|macosx*)
17118 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17119 then
17120 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17124 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17126 esac
17128 case $host_os in
17129 mingw32*)
17130 CRTLIBS="-lmsvcrt"
17132 SOCKETLIBS="-lws2_32"
17135 esac
17137 MAIN_BINARY="wine-pthread"
17138 case $host_cpu in
17139 *i[3456789]86*)
17140 case $host_os in
17141 linux* | k*bsd*-gnu)
17142 MAIN_BINARY="wine-glibc"
17144 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17146 freebsd*)
17147 MAIN_BINARY="wine-freebsd"
17149 EXTRA_BINARIES="wine-pthread"
17151 esac
17153 esac
17225 for ac_func in \
17226 _pclose \
17227 _popen \
17228 _snprintf \
17229 _spawnvp \
17230 _strdup \
17231 _stricmp \
17232 _strnicmp \
17233 _strtoi64 \
17234 _strtoui64 \
17235 _vsnprintf \
17236 asctime_r \
17237 chsize \
17238 clone \
17239 dlopen \
17240 epoll_create \
17241 ffs \
17242 finite \
17243 fork \
17244 fpclass \
17245 fstatfs \
17246 fstatvfs \
17247 ftruncate \
17248 futimes \
17249 futimesat \
17250 getdirentries \
17251 getopt_long \
17252 getpagesize \
17253 getpwuid \
17254 gettid \
17255 gettimeofday \
17256 getuid \
17257 inet_pton \
17258 kqueue \
17259 lstat \
17260 memmove \
17261 mmap \
17262 pclose \
17263 poll \
17264 popen \
17265 prctl \
17266 pread \
17267 pwrite \
17268 readlink \
17269 rfork \
17270 sched_yield \
17271 select \
17272 setproctitle \
17273 setrlimit \
17274 settimeofday \
17275 sigaltstack \
17276 sigprocmask \
17277 snprintf \
17278 spawnvp \
17279 statfs \
17280 statvfs \
17281 strcasecmp \
17282 strdup \
17283 strerror \
17284 strncasecmp \
17285 strtold \
17286 strtoll \
17287 strtoull \
17288 tcgetattr \
17289 thr_kill2 \
17290 timegm \
17291 usleep \
17292 vsnprintf \
17293 wait4 \
17294 waitpid \
17297 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17298 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17299 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17300 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17301 echo $ECHO_N "(cached) $ECHO_C" >&6
17302 else
17303 cat >conftest.$ac_ext <<_ACEOF
17304 /* confdefs.h. */
17305 _ACEOF
17306 cat confdefs.h >>conftest.$ac_ext
17307 cat >>conftest.$ac_ext <<_ACEOF
17308 /* end confdefs.h. */
17309 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17310 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17311 #define $ac_func innocuous_$ac_func
17313 /* System header to define __stub macros and hopefully few prototypes,
17314 which can conflict with char $ac_func (); below.
17315 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17316 <limits.h> exists even on freestanding compilers. */
17318 #ifdef __STDC__
17319 # include <limits.h>
17320 #else
17321 # include <assert.h>
17322 #endif
17324 #undef $ac_func
17326 /* Override any GCC internal prototype to avoid an error.
17327 Use char because int might match the return type of a GCC
17328 builtin and then its argument prototype would still apply. */
17329 #ifdef __cplusplus
17330 extern "C"
17331 #endif
17332 char $ac_func ();
17333 /* The GNU C library defines this for functions which it implements
17334 to always fail with ENOSYS. Some functions are actually named
17335 something starting with __ and the normal name is an alias. */
17336 #if defined __stub_$ac_func || defined __stub___$ac_func
17337 choke me
17338 #endif
17341 main ()
17343 return $ac_func ();
17345 return 0;
17347 _ACEOF
17348 rm -f conftest.$ac_objext conftest$ac_exeext
17349 if { (ac_try="$ac_link"
17350 case "(($ac_try" in
17351 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17352 *) ac_try_echo=$ac_try;;
17353 esac
17354 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17355 (eval "$ac_link") 2>conftest.er1
17356 ac_status=$?
17357 grep -v '^ *+' conftest.er1 >conftest.err
17358 rm -f conftest.er1
17359 cat conftest.err >&5
17360 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17361 (exit $ac_status); } && {
17362 test -z "$ac_c_werror_flag" ||
17363 test ! -s conftest.err
17364 } && test -s conftest$ac_exeext &&
17365 $as_test_x conftest$ac_exeext; then
17366 eval "$as_ac_var=yes"
17367 else
17368 echo "$as_me: failed program was:" >&5
17369 sed 's/^/| /' conftest.$ac_ext >&5
17371 eval "$as_ac_var=no"
17374 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17375 conftest$ac_exeext conftest.$ac_ext
17377 ac_res=`eval echo '${'$as_ac_var'}'`
17378 { echo "$as_me:$LINENO: result: $ac_res" >&5
17379 echo "${ECHO_T}$ac_res" >&6; }
17380 if test `eval echo '${'$as_ac_var'}'` = yes; then
17381 cat >>confdefs.h <<_ACEOF
17382 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17383 _ACEOF
17386 done
17389 if test "$ac_cv_func_dlopen" = no
17390 then
17391 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17392 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17393 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17394 echo $ECHO_N "(cached) $ECHO_C" >&6
17395 else
17396 ac_check_lib_save_LIBS=$LIBS
17397 LIBS="-ldl $LIBS"
17398 cat >conftest.$ac_ext <<_ACEOF
17399 /* confdefs.h. */
17400 _ACEOF
17401 cat confdefs.h >>conftest.$ac_ext
17402 cat >>conftest.$ac_ext <<_ACEOF
17403 /* end confdefs.h. */
17405 /* Override any GCC internal prototype to avoid an error.
17406 Use char because int might match the return type of a GCC
17407 builtin and then its argument prototype would still apply. */
17408 #ifdef __cplusplus
17409 extern "C"
17410 #endif
17411 char dlopen ();
17413 main ()
17415 return dlopen ();
17417 return 0;
17419 _ACEOF
17420 rm -f conftest.$ac_objext conftest$ac_exeext
17421 if { (ac_try="$ac_link"
17422 case "(($ac_try" in
17423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17424 *) ac_try_echo=$ac_try;;
17425 esac
17426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17427 (eval "$ac_link") 2>conftest.er1
17428 ac_status=$?
17429 grep -v '^ *+' conftest.er1 >conftest.err
17430 rm -f conftest.er1
17431 cat conftest.err >&5
17432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17433 (exit $ac_status); } && {
17434 test -z "$ac_c_werror_flag" ||
17435 test ! -s conftest.err
17436 } && test -s conftest$ac_exeext &&
17437 $as_test_x conftest$ac_exeext; then
17438 ac_cv_lib_dl_dlopen=yes
17439 else
17440 echo "$as_me: failed program was:" >&5
17441 sed 's/^/| /' conftest.$ac_ext >&5
17443 ac_cv_lib_dl_dlopen=no
17446 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17447 conftest$ac_exeext conftest.$ac_ext
17448 LIBS=$ac_check_lib_save_LIBS
17450 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17451 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17452 if test $ac_cv_lib_dl_dlopen = yes; then
17453 cat >>confdefs.h <<\_ACEOF
17454 #define HAVE_DLOPEN 1
17455 _ACEOF
17456 LIBDL="-ldl"
17461 ac_wine_check_funcs_save_LIBS="$LIBS"
17462 LIBS="$LIBS $LIBDL"
17464 for ac_func in dladdr
17466 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17467 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17468 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17469 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17470 echo $ECHO_N "(cached) $ECHO_C" >&6
17471 else
17472 cat >conftest.$ac_ext <<_ACEOF
17473 /* confdefs.h. */
17474 _ACEOF
17475 cat confdefs.h >>conftest.$ac_ext
17476 cat >>conftest.$ac_ext <<_ACEOF
17477 /* end confdefs.h. */
17478 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17479 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17480 #define $ac_func innocuous_$ac_func
17482 /* System header to define __stub macros and hopefully few prototypes,
17483 which can conflict with char $ac_func (); below.
17484 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17485 <limits.h> exists even on freestanding compilers. */
17487 #ifdef __STDC__
17488 # include <limits.h>
17489 #else
17490 # include <assert.h>
17491 #endif
17493 #undef $ac_func
17495 /* Override any GCC internal prototype to avoid an error.
17496 Use char because int might match the return type of a GCC
17497 builtin and then its argument prototype would still apply. */
17498 #ifdef __cplusplus
17499 extern "C"
17500 #endif
17501 char $ac_func ();
17502 /* The GNU C library defines this for functions which it implements
17503 to always fail with ENOSYS. Some functions are actually named
17504 something starting with __ and the normal name is an alias. */
17505 #if defined __stub_$ac_func || defined __stub___$ac_func
17506 choke me
17507 #endif
17510 main ()
17512 return $ac_func ();
17514 return 0;
17516 _ACEOF
17517 rm -f conftest.$ac_objext conftest$ac_exeext
17518 if { (ac_try="$ac_link"
17519 case "(($ac_try" in
17520 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17521 *) ac_try_echo=$ac_try;;
17522 esac
17523 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17524 (eval "$ac_link") 2>conftest.er1
17525 ac_status=$?
17526 grep -v '^ *+' conftest.er1 >conftest.err
17527 rm -f conftest.er1
17528 cat conftest.err >&5
17529 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17530 (exit $ac_status); } && {
17531 test -z "$ac_c_werror_flag" ||
17532 test ! -s conftest.err
17533 } && test -s conftest$ac_exeext &&
17534 $as_test_x conftest$ac_exeext; then
17535 eval "$as_ac_var=yes"
17536 else
17537 echo "$as_me: failed program was:" >&5
17538 sed 's/^/| /' conftest.$ac_ext >&5
17540 eval "$as_ac_var=no"
17543 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17544 conftest$ac_exeext conftest.$ac_ext
17546 ac_res=`eval echo '${'$as_ac_var'}'`
17547 { echo "$as_me:$LINENO: result: $ac_res" >&5
17548 echo "${ECHO_T}$ac_res" >&6; }
17549 if test `eval echo '${'$as_ac_var'}'` = yes; then
17550 cat >>confdefs.h <<_ACEOF
17551 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17552 _ACEOF
17555 done
17557 LIBS="$ac_wine_check_funcs_save_LIBS"
17559 if test "$ac_cv_func_poll" = no
17560 then
17561 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17562 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17563 if test "${ac_cv_lib_poll_poll+set}" = set; then
17564 echo $ECHO_N "(cached) $ECHO_C" >&6
17565 else
17566 ac_check_lib_save_LIBS=$LIBS
17567 LIBS="-lpoll $LIBS"
17568 cat >conftest.$ac_ext <<_ACEOF
17569 /* confdefs.h. */
17570 _ACEOF
17571 cat confdefs.h >>conftest.$ac_ext
17572 cat >>conftest.$ac_ext <<_ACEOF
17573 /* end confdefs.h. */
17575 /* Override any GCC internal prototype to avoid an error.
17576 Use char because int might match the return type of a GCC
17577 builtin and then its argument prototype would still apply. */
17578 #ifdef __cplusplus
17579 extern "C"
17580 #endif
17581 char poll ();
17583 main ()
17585 return poll ();
17587 return 0;
17589 _ACEOF
17590 rm -f conftest.$ac_objext conftest$ac_exeext
17591 if { (ac_try="$ac_link"
17592 case "(($ac_try" in
17593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17594 *) ac_try_echo=$ac_try;;
17595 esac
17596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17597 (eval "$ac_link") 2>conftest.er1
17598 ac_status=$?
17599 grep -v '^ *+' conftest.er1 >conftest.err
17600 rm -f conftest.er1
17601 cat conftest.err >&5
17602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17603 (exit $ac_status); } && {
17604 test -z "$ac_c_werror_flag" ||
17605 test ! -s conftest.err
17606 } && test -s conftest$ac_exeext &&
17607 $as_test_x conftest$ac_exeext; then
17608 ac_cv_lib_poll_poll=yes
17609 else
17610 echo "$as_me: failed program was:" >&5
17611 sed 's/^/| /' conftest.$ac_ext >&5
17613 ac_cv_lib_poll_poll=no
17616 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17617 conftest$ac_exeext conftest.$ac_ext
17618 LIBS=$ac_check_lib_save_LIBS
17620 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17621 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17622 if test $ac_cv_lib_poll_poll = yes; then
17623 cat >>confdefs.h <<\_ACEOF
17624 #define HAVE_POLL 1
17625 _ACEOF
17626 LIBPOLL="-lpoll"
17632 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17633 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17634 if test "${ac_cv_search_gethostbyname+set}" = set; then
17635 echo $ECHO_N "(cached) $ECHO_C" >&6
17636 else
17637 ac_func_search_save_LIBS=$LIBS
17638 cat >conftest.$ac_ext <<_ACEOF
17639 /* confdefs.h. */
17640 _ACEOF
17641 cat confdefs.h >>conftest.$ac_ext
17642 cat >>conftest.$ac_ext <<_ACEOF
17643 /* end confdefs.h. */
17645 /* Override any GCC internal prototype to avoid an error.
17646 Use char because int might match the return type of a GCC
17647 builtin and then its argument prototype would still apply. */
17648 #ifdef __cplusplus
17649 extern "C"
17650 #endif
17651 char gethostbyname ();
17653 main ()
17655 return gethostbyname ();
17657 return 0;
17659 _ACEOF
17660 for ac_lib in '' nsl; do
17661 if test -z "$ac_lib"; then
17662 ac_res="none required"
17663 else
17664 ac_res=-l$ac_lib
17665 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17667 rm -f conftest.$ac_objext conftest$ac_exeext
17668 if { (ac_try="$ac_link"
17669 case "(($ac_try" in
17670 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17671 *) ac_try_echo=$ac_try;;
17672 esac
17673 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17674 (eval "$ac_link") 2>conftest.er1
17675 ac_status=$?
17676 grep -v '^ *+' conftest.er1 >conftest.err
17677 rm -f conftest.er1
17678 cat conftest.err >&5
17679 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17680 (exit $ac_status); } && {
17681 test -z "$ac_c_werror_flag" ||
17682 test ! -s conftest.err
17683 } && test -s conftest$ac_exeext &&
17684 $as_test_x conftest$ac_exeext; then
17685 ac_cv_search_gethostbyname=$ac_res
17686 else
17687 echo "$as_me: failed program was:" >&5
17688 sed 's/^/| /' conftest.$ac_ext >&5
17693 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17694 conftest$ac_exeext
17695 if test "${ac_cv_search_gethostbyname+set}" = set; then
17696 break
17698 done
17699 if test "${ac_cv_search_gethostbyname+set}" = set; then
17701 else
17702 ac_cv_search_gethostbyname=no
17704 rm conftest.$ac_ext
17705 LIBS=$ac_func_search_save_LIBS
17707 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17708 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17709 ac_res=$ac_cv_search_gethostbyname
17710 if test "$ac_res" != no; then
17711 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17716 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17717 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17718 if test "${ac_cv_search_connect+set}" = set; then
17719 echo $ECHO_N "(cached) $ECHO_C" >&6
17720 else
17721 ac_func_search_save_LIBS=$LIBS
17722 cat >conftest.$ac_ext <<_ACEOF
17723 /* confdefs.h. */
17724 _ACEOF
17725 cat confdefs.h >>conftest.$ac_ext
17726 cat >>conftest.$ac_ext <<_ACEOF
17727 /* end confdefs.h. */
17729 /* Override any GCC internal prototype to avoid an error.
17730 Use char because int might match the return type of a GCC
17731 builtin and then its argument prototype would still apply. */
17732 #ifdef __cplusplus
17733 extern "C"
17734 #endif
17735 char connect ();
17737 main ()
17739 return connect ();
17741 return 0;
17743 _ACEOF
17744 for ac_lib in '' socket; do
17745 if test -z "$ac_lib"; then
17746 ac_res="none required"
17747 else
17748 ac_res=-l$ac_lib
17749 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17751 rm -f conftest.$ac_objext conftest$ac_exeext
17752 if { (ac_try="$ac_link"
17753 case "(($ac_try" in
17754 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17755 *) ac_try_echo=$ac_try;;
17756 esac
17757 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17758 (eval "$ac_link") 2>conftest.er1
17759 ac_status=$?
17760 grep -v '^ *+' conftest.er1 >conftest.err
17761 rm -f conftest.er1
17762 cat conftest.err >&5
17763 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17764 (exit $ac_status); } && {
17765 test -z "$ac_c_werror_flag" ||
17766 test ! -s conftest.err
17767 } && test -s conftest$ac_exeext &&
17768 $as_test_x conftest$ac_exeext; then
17769 ac_cv_search_connect=$ac_res
17770 else
17771 echo "$as_me: failed program was:" >&5
17772 sed 's/^/| /' conftest.$ac_ext >&5
17777 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17778 conftest$ac_exeext
17779 if test "${ac_cv_search_connect+set}" = set; then
17780 break
17782 done
17783 if test "${ac_cv_search_connect+set}" = set; then
17785 else
17786 ac_cv_search_connect=no
17788 rm conftest.$ac_ext
17789 LIBS=$ac_func_search_save_LIBS
17791 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17792 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17793 ac_res=$ac_cv_search_connect
17794 if test "$ac_res" != no; then
17795 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17800 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17801 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17802 if test "${ac_cv_search_inet_aton+set}" = set; then
17803 echo $ECHO_N "(cached) $ECHO_C" >&6
17804 else
17805 ac_func_search_save_LIBS=$LIBS
17806 cat >conftest.$ac_ext <<_ACEOF
17807 /* confdefs.h. */
17808 _ACEOF
17809 cat confdefs.h >>conftest.$ac_ext
17810 cat >>conftest.$ac_ext <<_ACEOF
17811 /* end confdefs.h. */
17813 /* Override any GCC internal prototype to avoid an error.
17814 Use char because int might match the return type of a GCC
17815 builtin and then its argument prototype would still apply. */
17816 #ifdef __cplusplus
17817 extern "C"
17818 #endif
17819 char inet_aton ();
17821 main ()
17823 return inet_aton ();
17825 return 0;
17827 _ACEOF
17828 for ac_lib in '' resolv; do
17829 if test -z "$ac_lib"; then
17830 ac_res="none required"
17831 else
17832 ac_res=-l$ac_lib
17833 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17835 rm -f conftest.$ac_objext conftest$ac_exeext
17836 if { (ac_try="$ac_link"
17837 case "(($ac_try" in
17838 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17839 *) ac_try_echo=$ac_try;;
17840 esac
17841 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17842 (eval "$ac_link") 2>conftest.er1
17843 ac_status=$?
17844 grep -v '^ *+' conftest.er1 >conftest.err
17845 rm -f conftest.er1
17846 cat conftest.err >&5
17847 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17848 (exit $ac_status); } && {
17849 test -z "$ac_c_werror_flag" ||
17850 test ! -s conftest.err
17851 } && test -s conftest$ac_exeext &&
17852 $as_test_x conftest$ac_exeext; then
17853 ac_cv_search_inet_aton=$ac_res
17854 else
17855 echo "$as_me: failed program was:" >&5
17856 sed 's/^/| /' conftest.$ac_ext >&5
17861 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17862 conftest$ac_exeext
17863 if test "${ac_cv_search_inet_aton+set}" = set; then
17864 break
17866 done
17867 if test "${ac_cv_search_inet_aton+set}" = set; then
17869 else
17870 ac_cv_search_inet_aton=no
17872 rm conftest.$ac_ext
17873 LIBS=$ac_func_search_save_LIBS
17875 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17876 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17877 ac_res=$ac_cv_search_inet_aton
17878 if test "$ac_res" != no; then
17879 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17892 for ac_func in \
17893 getaddrinfo \
17894 getnameinfo \
17895 getnetbyname \
17896 getprotobyname \
17897 getprotobynumber \
17898 getservbyport \
17899 inet_network \
17900 sendmsg \
17903 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17904 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17905 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17906 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17907 echo $ECHO_N "(cached) $ECHO_C" >&6
17908 else
17909 cat >conftest.$ac_ext <<_ACEOF
17910 /* confdefs.h. */
17911 _ACEOF
17912 cat confdefs.h >>conftest.$ac_ext
17913 cat >>conftest.$ac_ext <<_ACEOF
17914 /* end confdefs.h. */
17915 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17916 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17917 #define $ac_func innocuous_$ac_func
17919 /* System header to define __stub macros and hopefully few prototypes,
17920 which can conflict with char $ac_func (); below.
17921 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17922 <limits.h> exists even on freestanding compilers. */
17924 #ifdef __STDC__
17925 # include <limits.h>
17926 #else
17927 # include <assert.h>
17928 #endif
17930 #undef $ac_func
17932 /* Override any GCC internal prototype to avoid an error.
17933 Use char because int might match the return type of a GCC
17934 builtin and then its argument prototype would still apply. */
17935 #ifdef __cplusplus
17936 extern "C"
17937 #endif
17938 char $ac_func ();
17939 /* The GNU C library defines this for functions which it implements
17940 to always fail with ENOSYS. Some functions are actually named
17941 something starting with __ and the normal name is an alias. */
17942 #if defined __stub_$ac_func || defined __stub___$ac_func
17943 choke me
17944 #endif
17947 main ()
17949 return $ac_func ();
17951 return 0;
17953 _ACEOF
17954 rm -f conftest.$ac_objext conftest$ac_exeext
17955 if { (ac_try="$ac_link"
17956 case "(($ac_try" in
17957 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17958 *) ac_try_echo=$ac_try;;
17959 esac
17960 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17961 (eval "$ac_link") 2>conftest.er1
17962 ac_status=$?
17963 grep -v '^ *+' conftest.er1 >conftest.err
17964 rm -f conftest.er1
17965 cat conftest.err >&5
17966 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17967 (exit $ac_status); } && {
17968 test -z "$ac_c_werror_flag" ||
17969 test ! -s conftest.err
17970 } && test -s conftest$ac_exeext &&
17971 $as_test_x conftest$ac_exeext; then
17972 eval "$as_ac_var=yes"
17973 else
17974 echo "$as_me: failed program was:" >&5
17975 sed 's/^/| /' conftest.$ac_ext >&5
17977 eval "$as_ac_var=no"
17980 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17981 conftest$ac_exeext conftest.$ac_ext
17983 ac_res=`eval echo '${'$as_ac_var'}'`
17984 { echo "$as_me:$LINENO: result: $ac_res" >&5
17985 echo "${ECHO_T}$ac_res" >&6; }
17986 if test `eval echo '${'$as_ac_var'}'` = yes; then
17987 cat >>confdefs.h <<_ACEOF
17988 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17989 _ACEOF
17992 done
17995 LDAPLIBS=""
17997 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17998 then
17999 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18000 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18001 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18002 echo $ECHO_N "(cached) $ECHO_C" >&6
18003 else
18004 cat >conftest.$ac_ext <<_ACEOF
18005 /* confdefs.h. */
18006 _ACEOF
18007 cat confdefs.h >>conftest.$ac_ext
18008 cat >>conftest.$ac_ext <<_ACEOF
18009 /* end confdefs.h. */
18010 #include <ldap.h>
18012 typedef LDAPSortKey ac__type_new_;
18014 main ()
18016 if ((ac__type_new_ *) 0)
18017 return 0;
18018 if (sizeof (ac__type_new_))
18019 return 0;
18021 return 0;
18023 _ACEOF
18024 rm -f conftest.$ac_objext
18025 if { (ac_try="$ac_compile"
18026 case "(($ac_try" in
18027 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18028 *) ac_try_echo=$ac_try;;
18029 esac
18030 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18031 (eval "$ac_compile") 2>conftest.er1
18032 ac_status=$?
18033 grep -v '^ *+' conftest.er1 >conftest.err
18034 rm -f conftest.er1
18035 cat conftest.err >&5
18036 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18037 (exit $ac_status); } && {
18038 test -z "$ac_c_werror_flag" ||
18039 test ! -s conftest.err
18040 } && test -s conftest.$ac_objext; then
18041 ac_cv_type_LDAPSortKey=yes
18042 else
18043 echo "$as_me: failed program was:" >&5
18044 sed 's/^/| /' conftest.$ac_ext >&5
18046 ac_cv_type_LDAPSortKey=no
18049 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18051 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18052 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18053 if test $ac_cv_type_LDAPSortKey = yes; then
18054 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18055 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18056 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18057 echo $ECHO_N "(cached) $ECHO_C" >&6
18058 else
18059 ac_check_lib_save_LIBS=$LIBS
18060 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18061 cat >conftest.$ac_ext <<_ACEOF
18062 /* confdefs.h. */
18063 _ACEOF
18064 cat confdefs.h >>conftest.$ac_ext
18065 cat >>conftest.$ac_ext <<_ACEOF
18066 /* end confdefs.h. */
18068 /* Override any GCC internal prototype to avoid an error.
18069 Use char because int might match the return type of a GCC
18070 builtin and then its argument prototype would still apply. */
18071 #ifdef __cplusplus
18072 extern "C"
18073 #endif
18074 char ldap_initialize ();
18076 main ()
18078 return ldap_initialize ();
18080 return 0;
18082 _ACEOF
18083 rm -f conftest.$ac_objext conftest$ac_exeext
18084 if { (ac_try="$ac_link"
18085 case "(($ac_try" in
18086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18087 *) ac_try_echo=$ac_try;;
18088 esac
18089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18090 (eval "$ac_link") 2>conftest.er1
18091 ac_status=$?
18092 grep -v '^ *+' conftest.er1 >conftest.err
18093 rm -f conftest.er1
18094 cat conftest.err >&5
18095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18096 (exit $ac_status); } && {
18097 test -z "$ac_c_werror_flag" ||
18098 test ! -s conftest.err
18099 } && test -s conftest$ac_exeext &&
18100 $as_test_x conftest$ac_exeext; then
18101 ac_cv_lib_ldap_r_ldap_initialize=yes
18102 else
18103 echo "$as_me: failed program was:" >&5
18104 sed 's/^/| /' conftest.$ac_ext >&5
18106 ac_cv_lib_ldap_r_ldap_initialize=no
18109 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18110 conftest$ac_exeext conftest.$ac_ext
18111 LIBS=$ac_check_lib_save_LIBS
18113 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18114 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18115 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18116 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18117 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18118 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18119 echo $ECHO_N "(cached) $ECHO_C" >&6
18120 else
18121 ac_check_lib_save_LIBS=$LIBS
18122 LIBS="-llber $LIBPTHREAD $LIBS"
18123 cat >conftest.$ac_ext <<_ACEOF
18124 /* confdefs.h. */
18125 _ACEOF
18126 cat confdefs.h >>conftest.$ac_ext
18127 cat >>conftest.$ac_ext <<_ACEOF
18128 /* end confdefs.h. */
18130 /* Override any GCC internal prototype to avoid an error.
18131 Use char because int might match the return type of a GCC
18132 builtin and then its argument prototype would still apply. */
18133 #ifdef __cplusplus
18134 extern "C"
18135 #endif
18136 char ber_init ();
18138 main ()
18140 return ber_init ();
18142 return 0;
18144 _ACEOF
18145 rm -f conftest.$ac_objext conftest$ac_exeext
18146 if { (ac_try="$ac_link"
18147 case "(($ac_try" in
18148 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18149 *) ac_try_echo=$ac_try;;
18150 esac
18151 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18152 (eval "$ac_link") 2>conftest.er1
18153 ac_status=$?
18154 grep -v '^ *+' conftest.er1 >conftest.err
18155 rm -f conftest.er1
18156 cat conftest.err >&5
18157 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18158 (exit $ac_status); } && {
18159 test -z "$ac_c_werror_flag" ||
18160 test ! -s conftest.err
18161 } && test -s conftest$ac_exeext &&
18162 $as_test_x conftest$ac_exeext; then
18163 ac_cv_lib_lber_ber_init=yes
18164 else
18165 echo "$as_me: failed program was:" >&5
18166 sed 's/^/| /' conftest.$ac_ext >&5
18168 ac_cv_lib_lber_ber_init=no
18171 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18172 conftest$ac_exeext conftest.$ac_ext
18173 LIBS=$ac_check_lib_save_LIBS
18175 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18176 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18177 if test $ac_cv_lib_lber_ber_init = yes; then
18179 cat >>confdefs.h <<\_ACEOF
18180 #define HAVE_LDAP 1
18181 _ACEOF
18183 LDAPLIBS="-lldap_r -llber"
18190 ac_wine_check_funcs_save_LIBS="$LIBS"
18191 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18200 for ac_func in \
18201 ldap_count_references \
18202 ldap_first_reference \
18203 ldap_next_reference \
18204 ldap_parse_reference \
18205 ldap_parse_sort_control \
18206 ldap_parse_sortresponse_control \
18207 ldap_parse_vlv_control \
18208 ldap_parse_vlvresponse_control
18210 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18211 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18212 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18213 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18214 echo $ECHO_N "(cached) $ECHO_C" >&6
18215 else
18216 cat >conftest.$ac_ext <<_ACEOF
18217 /* confdefs.h. */
18218 _ACEOF
18219 cat confdefs.h >>conftest.$ac_ext
18220 cat >>conftest.$ac_ext <<_ACEOF
18221 /* end confdefs.h. */
18222 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18223 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18224 #define $ac_func innocuous_$ac_func
18226 /* System header to define __stub macros and hopefully few prototypes,
18227 which can conflict with char $ac_func (); below.
18228 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18229 <limits.h> exists even on freestanding compilers. */
18231 #ifdef __STDC__
18232 # include <limits.h>
18233 #else
18234 # include <assert.h>
18235 #endif
18237 #undef $ac_func
18239 /* Override any GCC internal prototype to avoid an error.
18240 Use char because int might match the return type of a GCC
18241 builtin and then its argument prototype would still apply. */
18242 #ifdef __cplusplus
18243 extern "C"
18244 #endif
18245 char $ac_func ();
18246 /* The GNU C library defines this for functions which it implements
18247 to always fail with ENOSYS. Some functions are actually named
18248 something starting with __ and the normal name is an alias. */
18249 #if defined __stub_$ac_func || defined __stub___$ac_func
18250 choke me
18251 #endif
18254 main ()
18256 return $ac_func ();
18258 return 0;
18260 _ACEOF
18261 rm -f conftest.$ac_objext conftest$ac_exeext
18262 if { (ac_try="$ac_link"
18263 case "(($ac_try" in
18264 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18265 *) ac_try_echo=$ac_try;;
18266 esac
18267 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18268 (eval "$ac_link") 2>conftest.er1
18269 ac_status=$?
18270 grep -v '^ *+' conftest.er1 >conftest.err
18271 rm -f conftest.er1
18272 cat conftest.err >&5
18273 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18274 (exit $ac_status); } && {
18275 test -z "$ac_c_werror_flag" ||
18276 test ! -s conftest.err
18277 } && test -s conftest$ac_exeext &&
18278 $as_test_x conftest$ac_exeext; then
18279 eval "$as_ac_var=yes"
18280 else
18281 echo "$as_me: failed program was:" >&5
18282 sed 's/^/| /' conftest.$ac_ext >&5
18284 eval "$as_ac_var=no"
18287 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18288 conftest$ac_exeext conftest.$ac_ext
18290 ac_res=`eval echo '${'$as_ac_var'}'`
18291 { echo "$as_me:$LINENO: result: $ac_res" >&5
18292 echo "${ECHO_T}$ac_res" >&6; }
18293 if test `eval echo '${'$as_ac_var'}'` = yes; then
18294 cat >>confdefs.h <<_ACEOF
18295 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18296 _ACEOF
18299 done
18301 LIBS="$ac_wine_check_funcs_save_LIBS"
18303 if test "x$LDAPLIBS" = "x"; then
18304 case "x$with_ldap" in
18305 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18306 xno) ;;
18307 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18308 This is an error since --with-ldap was requested." >&5
18309 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18310 This is an error since --with-ldap was requested." >&2;}
18311 { (exit 1); exit 1; }; } ;;
18312 esac
18317 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18318 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18319 if test "${ac_cv_c_const+set}" = set; then
18320 echo $ECHO_N "(cached) $ECHO_C" >&6
18321 else
18322 cat >conftest.$ac_ext <<_ACEOF
18323 /* confdefs.h. */
18324 _ACEOF
18325 cat confdefs.h >>conftest.$ac_ext
18326 cat >>conftest.$ac_ext <<_ACEOF
18327 /* end confdefs.h. */
18330 main ()
18332 /* FIXME: Include the comments suggested by Paul. */
18333 #ifndef __cplusplus
18334 /* Ultrix mips cc rejects this. */
18335 typedef int charset[2];
18336 const charset cs;
18337 /* SunOS 4.1.1 cc rejects this. */
18338 char const *const *pcpcc;
18339 char **ppc;
18340 /* NEC SVR4.0.2 mips cc rejects this. */
18341 struct point {int x, y;};
18342 static struct point const zero = {0,0};
18343 /* AIX XL C 1.02.0.0 rejects this.
18344 It does not let you subtract one const X* pointer from another in
18345 an arm of an if-expression whose if-part is not a constant
18346 expression */
18347 const char *g = "string";
18348 pcpcc = &g + (g ? g-g : 0);
18349 /* HPUX 7.0 cc rejects these. */
18350 ++pcpcc;
18351 ppc = (char**) pcpcc;
18352 pcpcc = (char const *const *) ppc;
18353 { /* SCO 3.2v4 cc rejects this. */
18354 char *t;
18355 char const *s = 0 ? (char *) 0 : (char const *) 0;
18357 *t++ = 0;
18358 if (s) return 0;
18360 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18361 int x[] = {25, 17};
18362 const int *foo = &x[0];
18363 ++foo;
18365 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18366 typedef const int *iptr;
18367 iptr p = 0;
18368 ++p;
18370 { /* AIX XL C 1.02.0.0 rejects this saying
18371 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18372 struct s { int j; const int *ap[3]; };
18373 struct s *b; b->j = 5;
18375 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18376 const int foo = 10;
18377 if (!foo) return 0;
18379 return !cs[0] && !zero.x;
18380 #endif
18383 return 0;
18385 _ACEOF
18386 rm -f conftest.$ac_objext
18387 if { (ac_try="$ac_compile"
18388 case "(($ac_try" in
18389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18390 *) ac_try_echo=$ac_try;;
18391 esac
18392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18393 (eval "$ac_compile") 2>conftest.er1
18394 ac_status=$?
18395 grep -v '^ *+' conftest.er1 >conftest.err
18396 rm -f conftest.er1
18397 cat conftest.err >&5
18398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18399 (exit $ac_status); } && {
18400 test -z "$ac_c_werror_flag" ||
18401 test ! -s conftest.err
18402 } && test -s conftest.$ac_objext; then
18403 ac_cv_c_const=yes
18404 else
18405 echo "$as_me: failed program was:" >&5
18406 sed 's/^/| /' conftest.$ac_ext >&5
18408 ac_cv_c_const=no
18411 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18413 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18414 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18415 if test $ac_cv_c_const = no; then
18417 cat >>confdefs.h <<\_ACEOF
18418 #define const
18419 _ACEOF
18423 { echo "$as_me:$LINENO: checking for inline" >&5
18424 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18425 if test "${ac_cv_c_inline+set}" = set; then
18426 echo $ECHO_N "(cached) $ECHO_C" >&6
18427 else
18428 ac_cv_c_inline=no
18429 for ac_kw in inline __inline__ __inline; do
18430 cat >conftest.$ac_ext <<_ACEOF
18431 /* confdefs.h. */
18432 _ACEOF
18433 cat confdefs.h >>conftest.$ac_ext
18434 cat >>conftest.$ac_ext <<_ACEOF
18435 /* end confdefs.h. */
18436 #ifndef __cplusplus
18437 typedef int foo_t;
18438 static $ac_kw foo_t static_foo () {return 0; }
18439 $ac_kw foo_t foo () {return 0; }
18440 #endif
18442 _ACEOF
18443 rm -f conftest.$ac_objext
18444 if { (ac_try="$ac_compile"
18445 case "(($ac_try" in
18446 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18447 *) ac_try_echo=$ac_try;;
18448 esac
18449 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18450 (eval "$ac_compile") 2>conftest.er1
18451 ac_status=$?
18452 grep -v '^ *+' conftest.er1 >conftest.err
18453 rm -f conftest.er1
18454 cat conftest.err >&5
18455 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18456 (exit $ac_status); } && {
18457 test -z "$ac_c_werror_flag" ||
18458 test ! -s conftest.err
18459 } && test -s conftest.$ac_objext; then
18460 ac_cv_c_inline=$ac_kw
18461 else
18462 echo "$as_me: failed program was:" >&5
18463 sed 's/^/| /' conftest.$ac_ext >&5
18468 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18469 test "$ac_cv_c_inline" != no && break
18470 done
18473 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18474 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18477 case $ac_cv_c_inline in
18478 inline | yes) ;;
18480 case $ac_cv_c_inline in
18481 no) ac_val=;;
18482 *) ac_val=$ac_cv_c_inline;;
18483 esac
18484 cat >>confdefs.h <<_ACEOF
18485 #ifndef __cplusplus
18486 #define inline $ac_val
18487 #endif
18488 _ACEOF
18490 esac
18492 { echo "$as_me:$LINENO: checking for mode_t" >&5
18493 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18494 if test "${ac_cv_type_mode_t+set}" = set; then
18495 echo $ECHO_N "(cached) $ECHO_C" >&6
18496 else
18497 cat >conftest.$ac_ext <<_ACEOF
18498 /* confdefs.h. */
18499 _ACEOF
18500 cat confdefs.h >>conftest.$ac_ext
18501 cat >>conftest.$ac_ext <<_ACEOF
18502 /* end confdefs.h. */
18503 $ac_includes_default
18504 typedef mode_t ac__type_new_;
18506 main ()
18508 if ((ac__type_new_ *) 0)
18509 return 0;
18510 if (sizeof (ac__type_new_))
18511 return 0;
18513 return 0;
18515 _ACEOF
18516 rm -f conftest.$ac_objext
18517 if { (ac_try="$ac_compile"
18518 case "(($ac_try" in
18519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18520 *) ac_try_echo=$ac_try;;
18521 esac
18522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18523 (eval "$ac_compile") 2>conftest.er1
18524 ac_status=$?
18525 grep -v '^ *+' conftest.er1 >conftest.err
18526 rm -f conftest.er1
18527 cat conftest.err >&5
18528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18529 (exit $ac_status); } && {
18530 test -z "$ac_c_werror_flag" ||
18531 test ! -s conftest.err
18532 } && test -s conftest.$ac_objext; then
18533 ac_cv_type_mode_t=yes
18534 else
18535 echo "$as_me: failed program was:" >&5
18536 sed 's/^/| /' conftest.$ac_ext >&5
18538 ac_cv_type_mode_t=no
18541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18543 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18544 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18545 if test $ac_cv_type_mode_t = yes; then
18547 cat >>confdefs.h <<_ACEOF
18548 #define HAVE_MODE_T 1
18549 _ACEOF
18553 { echo "$as_me:$LINENO: checking for off_t" >&5
18554 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18555 if test "${ac_cv_type_off_t+set}" = set; then
18556 echo $ECHO_N "(cached) $ECHO_C" >&6
18557 else
18558 cat >conftest.$ac_ext <<_ACEOF
18559 /* confdefs.h. */
18560 _ACEOF
18561 cat confdefs.h >>conftest.$ac_ext
18562 cat >>conftest.$ac_ext <<_ACEOF
18563 /* end confdefs.h. */
18564 $ac_includes_default
18565 typedef off_t ac__type_new_;
18567 main ()
18569 if ((ac__type_new_ *) 0)
18570 return 0;
18571 if (sizeof (ac__type_new_))
18572 return 0;
18574 return 0;
18576 _ACEOF
18577 rm -f conftest.$ac_objext
18578 if { (ac_try="$ac_compile"
18579 case "(($ac_try" in
18580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18581 *) ac_try_echo=$ac_try;;
18582 esac
18583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18584 (eval "$ac_compile") 2>conftest.er1
18585 ac_status=$?
18586 grep -v '^ *+' conftest.er1 >conftest.err
18587 rm -f conftest.er1
18588 cat conftest.err >&5
18589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18590 (exit $ac_status); } && {
18591 test -z "$ac_c_werror_flag" ||
18592 test ! -s conftest.err
18593 } && test -s conftest.$ac_objext; then
18594 ac_cv_type_off_t=yes
18595 else
18596 echo "$as_me: failed program was:" >&5
18597 sed 's/^/| /' conftest.$ac_ext >&5
18599 ac_cv_type_off_t=no
18602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18604 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18605 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18606 if test $ac_cv_type_off_t = yes; then
18608 cat >>confdefs.h <<_ACEOF
18609 #define HAVE_OFF_T 1
18610 _ACEOF
18614 { echo "$as_me:$LINENO: checking for pid_t" >&5
18615 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18616 if test "${ac_cv_type_pid_t+set}" = set; then
18617 echo $ECHO_N "(cached) $ECHO_C" >&6
18618 else
18619 cat >conftest.$ac_ext <<_ACEOF
18620 /* confdefs.h. */
18621 _ACEOF
18622 cat confdefs.h >>conftest.$ac_ext
18623 cat >>conftest.$ac_ext <<_ACEOF
18624 /* end confdefs.h. */
18625 $ac_includes_default
18626 typedef pid_t ac__type_new_;
18628 main ()
18630 if ((ac__type_new_ *) 0)
18631 return 0;
18632 if (sizeof (ac__type_new_))
18633 return 0;
18635 return 0;
18637 _ACEOF
18638 rm -f conftest.$ac_objext
18639 if { (ac_try="$ac_compile"
18640 case "(($ac_try" in
18641 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18642 *) ac_try_echo=$ac_try;;
18643 esac
18644 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18645 (eval "$ac_compile") 2>conftest.er1
18646 ac_status=$?
18647 grep -v '^ *+' conftest.er1 >conftest.err
18648 rm -f conftest.er1
18649 cat conftest.err >&5
18650 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18651 (exit $ac_status); } && {
18652 test -z "$ac_c_werror_flag" ||
18653 test ! -s conftest.err
18654 } && test -s conftest.$ac_objext; then
18655 ac_cv_type_pid_t=yes
18656 else
18657 echo "$as_me: failed program was:" >&5
18658 sed 's/^/| /' conftest.$ac_ext >&5
18660 ac_cv_type_pid_t=no
18663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18665 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18666 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18667 if test $ac_cv_type_pid_t = yes; then
18669 cat >>confdefs.h <<_ACEOF
18670 #define HAVE_PID_T 1
18671 _ACEOF
18675 { echo "$as_me:$LINENO: checking for size_t" >&5
18676 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18677 if test "${ac_cv_type_size_t+set}" = set; then
18678 echo $ECHO_N "(cached) $ECHO_C" >&6
18679 else
18680 cat >conftest.$ac_ext <<_ACEOF
18681 /* confdefs.h. */
18682 _ACEOF
18683 cat confdefs.h >>conftest.$ac_ext
18684 cat >>conftest.$ac_ext <<_ACEOF
18685 /* end confdefs.h. */
18686 $ac_includes_default
18687 typedef size_t ac__type_new_;
18689 main ()
18691 if ((ac__type_new_ *) 0)
18692 return 0;
18693 if (sizeof (ac__type_new_))
18694 return 0;
18696 return 0;
18698 _ACEOF
18699 rm -f conftest.$ac_objext
18700 if { (ac_try="$ac_compile"
18701 case "(($ac_try" in
18702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18703 *) ac_try_echo=$ac_try;;
18704 esac
18705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18706 (eval "$ac_compile") 2>conftest.er1
18707 ac_status=$?
18708 grep -v '^ *+' conftest.er1 >conftest.err
18709 rm -f conftest.er1
18710 cat conftest.err >&5
18711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18712 (exit $ac_status); } && {
18713 test -z "$ac_c_werror_flag" ||
18714 test ! -s conftest.err
18715 } && test -s conftest.$ac_objext; then
18716 ac_cv_type_size_t=yes
18717 else
18718 echo "$as_me: failed program was:" >&5
18719 sed 's/^/| /' conftest.$ac_ext >&5
18721 ac_cv_type_size_t=no
18724 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18726 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18727 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18728 if test $ac_cv_type_size_t = yes; then
18730 cat >>confdefs.h <<_ACEOF
18731 #define HAVE_SIZE_T 1
18732 _ACEOF
18736 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18737 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18738 if test "${ac_cv_type_ssize_t+set}" = set; then
18739 echo $ECHO_N "(cached) $ECHO_C" >&6
18740 else
18741 cat >conftest.$ac_ext <<_ACEOF
18742 /* confdefs.h. */
18743 _ACEOF
18744 cat confdefs.h >>conftest.$ac_ext
18745 cat >>conftest.$ac_ext <<_ACEOF
18746 /* end confdefs.h. */
18747 $ac_includes_default
18748 typedef ssize_t ac__type_new_;
18750 main ()
18752 if ((ac__type_new_ *) 0)
18753 return 0;
18754 if (sizeof (ac__type_new_))
18755 return 0;
18757 return 0;
18759 _ACEOF
18760 rm -f conftest.$ac_objext
18761 if { (ac_try="$ac_compile"
18762 case "(($ac_try" in
18763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18764 *) ac_try_echo=$ac_try;;
18765 esac
18766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18767 (eval "$ac_compile") 2>conftest.er1
18768 ac_status=$?
18769 grep -v '^ *+' conftest.er1 >conftest.err
18770 rm -f conftest.er1
18771 cat conftest.err >&5
18772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18773 (exit $ac_status); } && {
18774 test -z "$ac_c_werror_flag" ||
18775 test ! -s conftest.err
18776 } && test -s conftest.$ac_objext; then
18777 ac_cv_type_ssize_t=yes
18778 else
18779 echo "$as_me: failed program was:" >&5
18780 sed 's/^/| /' conftest.$ac_ext >&5
18782 ac_cv_type_ssize_t=no
18785 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18787 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18788 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18789 if test $ac_cv_type_ssize_t = yes; then
18791 cat >>confdefs.h <<_ACEOF
18792 #define HAVE_SSIZE_T 1
18793 _ACEOF
18797 { echo "$as_me:$LINENO: checking for long long" >&5
18798 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18799 if test "${ac_cv_type_long_long+set}" = set; then
18800 echo $ECHO_N "(cached) $ECHO_C" >&6
18801 else
18802 cat >conftest.$ac_ext <<_ACEOF
18803 /* confdefs.h. */
18804 _ACEOF
18805 cat confdefs.h >>conftest.$ac_ext
18806 cat >>conftest.$ac_ext <<_ACEOF
18807 /* end confdefs.h. */
18808 $ac_includes_default
18809 typedef long long ac__type_new_;
18811 main ()
18813 if ((ac__type_new_ *) 0)
18814 return 0;
18815 if (sizeof (ac__type_new_))
18816 return 0;
18818 return 0;
18820 _ACEOF
18821 rm -f conftest.$ac_objext
18822 if { (ac_try="$ac_compile"
18823 case "(($ac_try" in
18824 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18825 *) ac_try_echo=$ac_try;;
18826 esac
18827 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18828 (eval "$ac_compile") 2>conftest.er1
18829 ac_status=$?
18830 grep -v '^ *+' conftest.er1 >conftest.err
18831 rm -f conftest.er1
18832 cat conftest.err >&5
18833 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18834 (exit $ac_status); } && {
18835 test -z "$ac_c_werror_flag" ||
18836 test ! -s conftest.err
18837 } && test -s conftest.$ac_objext; then
18838 ac_cv_type_long_long=yes
18839 else
18840 echo "$as_me: failed program was:" >&5
18841 sed 's/^/| /' conftest.$ac_ext >&5
18843 ac_cv_type_long_long=no
18846 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18848 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18849 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18850 if test $ac_cv_type_long_long = yes; then
18852 cat >>confdefs.h <<_ACEOF
18853 #define HAVE_LONG_LONG 1
18854 _ACEOF
18858 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18859 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18860 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18861 echo $ECHO_N "(cached) $ECHO_C" >&6
18862 else
18863 cat >conftest.$ac_ext <<_ACEOF
18864 /* confdefs.h. */
18865 _ACEOF
18866 cat confdefs.h >>conftest.$ac_ext
18867 cat >>conftest.$ac_ext <<_ACEOF
18868 /* end confdefs.h. */
18869 $ac_includes_default
18870 typedef fsblkcnt_t ac__type_new_;
18872 main ()
18874 if ((ac__type_new_ *) 0)
18875 return 0;
18876 if (sizeof (ac__type_new_))
18877 return 0;
18879 return 0;
18881 _ACEOF
18882 rm -f conftest.$ac_objext
18883 if { (ac_try="$ac_compile"
18884 case "(($ac_try" in
18885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18886 *) ac_try_echo=$ac_try;;
18887 esac
18888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18889 (eval "$ac_compile") 2>conftest.er1
18890 ac_status=$?
18891 grep -v '^ *+' conftest.er1 >conftest.err
18892 rm -f conftest.er1
18893 cat conftest.err >&5
18894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18895 (exit $ac_status); } && {
18896 test -z "$ac_c_werror_flag" ||
18897 test ! -s conftest.err
18898 } && test -s conftest.$ac_objext; then
18899 ac_cv_type_fsblkcnt_t=yes
18900 else
18901 echo "$as_me: failed program was:" >&5
18902 sed 's/^/| /' conftest.$ac_ext >&5
18904 ac_cv_type_fsblkcnt_t=no
18907 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18909 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18910 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18911 if test $ac_cv_type_fsblkcnt_t = yes; then
18913 cat >>confdefs.h <<_ACEOF
18914 #define HAVE_FSBLKCNT_T 1
18915 _ACEOF
18919 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18920 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18921 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18922 echo $ECHO_N "(cached) $ECHO_C" >&6
18923 else
18924 cat >conftest.$ac_ext <<_ACEOF
18925 /* confdefs.h. */
18926 _ACEOF
18927 cat confdefs.h >>conftest.$ac_ext
18928 cat >>conftest.$ac_ext <<_ACEOF
18929 /* end confdefs.h. */
18930 $ac_includes_default
18931 typedef fsfilcnt_t ac__type_new_;
18933 main ()
18935 if ((ac__type_new_ *) 0)
18936 return 0;
18937 if (sizeof (ac__type_new_))
18938 return 0;
18940 return 0;
18942 _ACEOF
18943 rm -f conftest.$ac_objext
18944 if { (ac_try="$ac_compile"
18945 case "(($ac_try" in
18946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18947 *) ac_try_echo=$ac_try;;
18948 esac
18949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18950 (eval "$ac_compile") 2>conftest.er1
18951 ac_status=$?
18952 grep -v '^ *+' conftest.er1 >conftest.err
18953 rm -f conftest.er1
18954 cat conftest.err >&5
18955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18956 (exit $ac_status); } && {
18957 test -z "$ac_c_werror_flag" ||
18958 test ! -s conftest.err
18959 } && test -s conftest.$ac_objext; then
18960 ac_cv_type_fsfilcnt_t=yes
18961 else
18962 echo "$as_me: failed program was:" >&5
18963 sed 's/^/| /' conftest.$ac_ext >&5
18965 ac_cv_type_fsfilcnt_t=no
18968 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18970 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18971 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18972 if test $ac_cv_type_fsfilcnt_t = yes; then
18974 cat >>confdefs.h <<_ACEOF
18975 #define HAVE_FSFILCNT_T 1
18976 _ACEOF
18981 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18982 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18983 if test "${ac_cv_type_sigset_t+set}" = set; then
18984 echo $ECHO_N "(cached) $ECHO_C" >&6
18985 else
18986 cat >conftest.$ac_ext <<_ACEOF
18987 /* confdefs.h. */
18988 _ACEOF
18989 cat confdefs.h >>conftest.$ac_ext
18990 cat >>conftest.$ac_ext <<_ACEOF
18991 /* end confdefs.h. */
18992 #include <sys/types.h>
18993 #include <signal.h>
18995 typedef sigset_t ac__type_new_;
18997 main ()
18999 if ((ac__type_new_ *) 0)
19000 return 0;
19001 if (sizeof (ac__type_new_))
19002 return 0;
19004 return 0;
19006 _ACEOF
19007 rm -f conftest.$ac_objext
19008 if { (ac_try="$ac_compile"
19009 case "(($ac_try" in
19010 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19011 *) ac_try_echo=$ac_try;;
19012 esac
19013 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19014 (eval "$ac_compile") 2>conftest.er1
19015 ac_status=$?
19016 grep -v '^ *+' conftest.er1 >conftest.err
19017 rm -f conftest.er1
19018 cat conftest.err >&5
19019 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19020 (exit $ac_status); } && {
19021 test -z "$ac_c_werror_flag" ||
19022 test ! -s conftest.err
19023 } && test -s conftest.$ac_objext; then
19024 ac_cv_type_sigset_t=yes
19025 else
19026 echo "$as_me: failed program was:" >&5
19027 sed 's/^/| /' conftest.$ac_ext >&5
19029 ac_cv_type_sigset_t=no
19032 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19034 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19035 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19036 if test $ac_cv_type_sigset_t = yes; then
19038 cat >>confdefs.h <<_ACEOF
19039 #define HAVE_SIGSET_T 1
19040 _ACEOF
19045 { echo "$as_me:$LINENO: checking for request_sense" >&5
19046 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19047 if test "${ac_cv_type_request_sense+set}" = set; then
19048 echo $ECHO_N "(cached) $ECHO_C" >&6
19049 else
19050 cat >conftest.$ac_ext <<_ACEOF
19051 /* confdefs.h. */
19052 _ACEOF
19053 cat confdefs.h >>conftest.$ac_ext
19054 cat >>conftest.$ac_ext <<_ACEOF
19055 /* end confdefs.h. */
19056 #include <linux/cdrom.h>
19058 typedef request_sense ac__type_new_;
19060 main ()
19062 if ((ac__type_new_ *) 0)
19063 return 0;
19064 if (sizeof (ac__type_new_))
19065 return 0;
19067 return 0;
19069 _ACEOF
19070 rm -f conftest.$ac_objext
19071 if { (ac_try="$ac_compile"
19072 case "(($ac_try" in
19073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19074 *) ac_try_echo=$ac_try;;
19075 esac
19076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19077 (eval "$ac_compile") 2>conftest.er1
19078 ac_status=$?
19079 grep -v '^ *+' conftest.er1 >conftest.err
19080 rm -f conftest.er1
19081 cat conftest.err >&5
19082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19083 (exit $ac_status); } && {
19084 test -z "$ac_c_werror_flag" ||
19085 test ! -s conftest.err
19086 } && test -s conftest.$ac_objext; then
19087 ac_cv_type_request_sense=yes
19088 else
19089 echo "$as_me: failed program was:" >&5
19090 sed 's/^/| /' conftest.$ac_ext >&5
19092 ac_cv_type_request_sense=no
19095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19097 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19098 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19099 if test $ac_cv_type_request_sense = yes; then
19101 cat >>confdefs.h <<_ACEOF
19102 #define HAVE_REQUEST_SENSE 1
19103 _ACEOF
19109 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19110 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19111 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19112 echo $ECHO_N "(cached) $ECHO_C" >&6
19113 else
19114 cat >conftest.$ac_ext <<_ACEOF
19115 /* confdefs.h. */
19116 _ACEOF
19117 cat confdefs.h >>conftest.$ac_ext
19118 cat >>conftest.$ac_ext <<_ACEOF
19119 /* end confdefs.h. */
19120 #ifdef HAVE_LINUX_INPUT_H
19121 #include <linux/input.h>
19122 #endif
19125 main ()
19127 static struct ff_effect ac_aggr;
19128 if (ac_aggr.direction)
19129 return 0;
19131 return 0;
19133 _ACEOF
19134 rm -f conftest.$ac_objext
19135 if { (ac_try="$ac_compile"
19136 case "(($ac_try" in
19137 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19138 *) ac_try_echo=$ac_try;;
19139 esac
19140 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19141 (eval "$ac_compile") 2>conftest.er1
19142 ac_status=$?
19143 grep -v '^ *+' conftest.er1 >conftest.err
19144 rm -f conftest.er1
19145 cat conftest.err >&5
19146 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19147 (exit $ac_status); } && {
19148 test -z "$ac_c_werror_flag" ||
19149 test ! -s conftest.err
19150 } && test -s conftest.$ac_objext; then
19151 ac_cv_member_struct_ff_effect_direction=yes
19152 else
19153 echo "$as_me: failed program was:" >&5
19154 sed 's/^/| /' conftest.$ac_ext >&5
19156 cat >conftest.$ac_ext <<_ACEOF
19157 /* confdefs.h. */
19158 _ACEOF
19159 cat confdefs.h >>conftest.$ac_ext
19160 cat >>conftest.$ac_ext <<_ACEOF
19161 /* end confdefs.h. */
19162 #ifdef HAVE_LINUX_INPUT_H
19163 #include <linux/input.h>
19164 #endif
19167 main ()
19169 static struct ff_effect ac_aggr;
19170 if (sizeof ac_aggr.direction)
19171 return 0;
19173 return 0;
19175 _ACEOF
19176 rm -f conftest.$ac_objext
19177 if { (ac_try="$ac_compile"
19178 case "(($ac_try" in
19179 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19180 *) ac_try_echo=$ac_try;;
19181 esac
19182 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19183 (eval "$ac_compile") 2>conftest.er1
19184 ac_status=$?
19185 grep -v '^ *+' conftest.er1 >conftest.err
19186 rm -f conftest.er1
19187 cat conftest.err >&5
19188 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19189 (exit $ac_status); } && {
19190 test -z "$ac_c_werror_flag" ||
19191 test ! -s conftest.err
19192 } && test -s conftest.$ac_objext; then
19193 ac_cv_member_struct_ff_effect_direction=yes
19194 else
19195 echo "$as_me: failed program was:" >&5
19196 sed 's/^/| /' conftest.$ac_ext >&5
19198 ac_cv_member_struct_ff_effect_direction=no
19201 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19206 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19207 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19208 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19210 cat >>confdefs.h <<_ACEOF
19211 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19212 _ACEOF
19218 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19219 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19220 if test "${wine_cv_have_sigaddset+set}" = set; then
19221 echo $ECHO_N "(cached) $ECHO_C" >&6
19222 else
19223 cat >conftest.$ac_ext <<_ACEOF
19224 /* confdefs.h. */
19225 _ACEOF
19226 cat confdefs.h >>conftest.$ac_ext
19227 cat >>conftest.$ac_ext <<_ACEOF
19228 /* end confdefs.h. */
19229 #include <signal.h>
19231 main ()
19233 sigset_t set; sigaddset(&set,SIGTERM);
19235 return 0;
19237 _ACEOF
19238 rm -f conftest.$ac_objext conftest$ac_exeext
19239 if { (ac_try="$ac_link"
19240 case "(($ac_try" in
19241 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19242 *) ac_try_echo=$ac_try;;
19243 esac
19244 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19245 (eval "$ac_link") 2>conftest.er1
19246 ac_status=$?
19247 grep -v '^ *+' conftest.er1 >conftest.err
19248 rm -f conftest.er1
19249 cat conftest.err >&5
19250 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19251 (exit $ac_status); } && {
19252 test -z "$ac_c_werror_flag" ||
19253 test ! -s conftest.err
19254 } && test -s conftest$ac_exeext &&
19255 $as_test_x conftest$ac_exeext; then
19256 wine_cv_have_sigaddset=yes
19257 else
19258 echo "$as_me: failed program was:" >&5
19259 sed 's/^/| /' conftest.$ac_ext >&5
19261 wine_cv_have_sigaddset=no
19264 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19265 conftest$ac_exeext conftest.$ac_ext
19267 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19268 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19269 if test "$wine_cv_have_sigaddset" = "yes"
19270 then
19272 cat >>confdefs.h <<\_ACEOF
19273 #define HAVE_SIGADDSET 1
19274 _ACEOF
19279 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19280 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19281 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19282 echo $ECHO_N "(cached) $ECHO_C" >&6
19283 else
19284 cat >conftest.$ac_ext <<_ACEOF
19285 /* confdefs.h. */
19286 _ACEOF
19287 cat confdefs.h >>conftest.$ac_ext
19288 cat >>conftest.$ac_ext <<_ACEOF
19289 /* end confdefs.h. */
19290 #include <netdb.h>
19292 main ()
19295 char *name=0;
19296 struct hostent he;
19297 struct hostent *result;
19298 char *buf=0;
19299 int bufsize=0;
19300 int res,errnr;
19301 char *addr=0;
19302 int addrlen=0;
19303 int addrtype=0;
19304 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19305 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19308 return 0;
19310 _ACEOF
19311 rm -f conftest.$ac_objext conftest$ac_exeext
19312 if { (ac_try="$ac_link"
19313 case "(($ac_try" in
19314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19315 *) ac_try_echo=$ac_try;;
19316 esac
19317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19318 (eval "$ac_link") 2>conftest.er1
19319 ac_status=$?
19320 grep -v '^ *+' conftest.er1 >conftest.err
19321 rm -f conftest.er1
19322 cat conftest.err >&5
19323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19324 (exit $ac_status); } && {
19325 test -z "$ac_c_werror_flag" ||
19326 test ! -s conftest.err
19327 } && test -s conftest$ac_exeext &&
19328 $as_test_x conftest$ac_exeext; then
19329 wine_cv_linux_gethostbyname_r_6=yes
19330 else
19331 echo "$as_me: failed program was:" >&5
19332 sed 's/^/| /' conftest.$ac_ext >&5
19334 wine_cv_linux_gethostbyname_r_6=no
19338 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19339 conftest$ac_exeext conftest.$ac_ext
19342 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19343 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19344 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19345 then
19347 cat >>confdefs.h <<\_ACEOF
19348 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19349 _ACEOF
19353 if test "$ac_cv_header_linux_joystick_h" = "yes"
19354 then
19355 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19356 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19357 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19358 echo $ECHO_N "(cached) $ECHO_C" >&6
19359 else
19360 cat >conftest.$ac_ext <<_ACEOF
19361 /* confdefs.h. */
19362 _ACEOF
19363 cat confdefs.h >>conftest.$ac_ext
19364 cat >>conftest.$ac_ext <<_ACEOF
19365 /* end confdefs.h. */
19367 #include <sys/ioctl.h>
19368 #include <sys/types.h>
19369 #include <linux/joystick.h>
19371 struct js_event blub;
19372 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19373 #error "no 2.2 header"
19374 #endif
19377 main ()
19379 /*empty*/
19381 return 0;
19383 _ACEOF
19384 rm -f conftest.$ac_objext
19385 if { (ac_try="$ac_compile"
19386 case "(($ac_try" in
19387 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19388 *) ac_try_echo=$ac_try;;
19389 esac
19390 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19391 (eval "$ac_compile") 2>conftest.er1
19392 ac_status=$?
19393 grep -v '^ *+' conftest.er1 >conftest.err
19394 rm -f conftest.er1
19395 cat conftest.err >&5
19396 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19397 (exit $ac_status); } && {
19398 test -z "$ac_c_werror_flag" ||
19399 test ! -s conftest.err
19400 } && test -s conftest.$ac_objext; then
19401 wine_cv_linux_joystick_22_api=yes
19402 else
19403 echo "$as_me: failed program was:" >&5
19404 sed 's/^/| /' conftest.$ac_ext >&5
19406 wine_cv_linux_joystick_22_api=no
19409 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19412 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19413 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19414 if test "$wine_cv_linux_joystick_22_api" = "yes"
19415 then
19417 cat >>confdefs.h <<\_ACEOF
19418 #define HAVE_LINUX_22_JOYSTICK_API 1
19419 _ACEOF
19425 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19426 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19427 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19428 echo $ECHO_N "(cached) $ECHO_C" >&6
19429 else
19430 cat >conftest.$ac_ext <<_ACEOF
19431 /* confdefs.h. */
19432 _ACEOF
19433 cat confdefs.h >>conftest.$ac_ext
19434 cat >>conftest.$ac_ext <<_ACEOF
19435 /* end confdefs.h. */
19436 #include <sys/types.h>
19437 #ifdef HAVE_SYS_PARAM_H
19438 # include <sys/param.h>
19439 #endif
19440 #ifdef HAVE_SYS_MOUNT_H
19441 # include <sys/mount.h>
19442 #endif
19443 #ifdef HAVE_SYS_VFS_H
19444 # include <sys/vfs.h>
19445 #endif
19446 #ifdef HAVE_SYS_STATFS_H
19447 # include <sys/statfs.h>
19448 #endif
19451 main ()
19453 static struct statfs ac_aggr;
19454 if (ac_aggr.f_bfree)
19455 return 0;
19457 return 0;
19459 _ACEOF
19460 rm -f conftest.$ac_objext
19461 if { (ac_try="$ac_compile"
19462 case "(($ac_try" in
19463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19464 *) ac_try_echo=$ac_try;;
19465 esac
19466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19467 (eval "$ac_compile") 2>conftest.er1
19468 ac_status=$?
19469 grep -v '^ *+' conftest.er1 >conftest.err
19470 rm -f conftest.er1
19471 cat conftest.err >&5
19472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19473 (exit $ac_status); } && {
19474 test -z "$ac_c_werror_flag" ||
19475 test ! -s conftest.err
19476 } && test -s conftest.$ac_objext; then
19477 ac_cv_member_struct_statfs_f_bfree=yes
19478 else
19479 echo "$as_me: failed program was:" >&5
19480 sed 's/^/| /' conftest.$ac_ext >&5
19482 cat >conftest.$ac_ext <<_ACEOF
19483 /* confdefs.h. */
19484 _ACEOF
19485 cat confdefs.h >>conftest.$ac_ext
19486 cat >>conftest.$ac_ext <<_ACEOF
19487 /* end confdefs.h. */
19488 #include <sys/types.h>
19489 #ifdef HAVE_SYS_PARAM_H
19490 # include <sys/param.h>
19491 #endif
19492 #ifdef HAVE_SYS_MOUNT_H
19493 # include <sys/mount.h>
19494 #endif
19495 #ifdef HAVE_SYS_VFS_H
19496 # include <sys/vfs.h>
19497 #endif
19498 #ifdef HAVE_SYS_STATFS_H
19499 # include <sys/statfs.h>
19500 #endif
19503 main ()
19505 static struct statfs ac_aggr;
19506 if (sizeof ac_aggr.f_bfree)
19507 return 0;
19509 return 0;
19511 _ACEOF
19512 rm -f conftest.$ac_objext
19513 if { (ac_try="$ac_compile"
19514 case "(($ac_try" in
19515 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19516 *) ac_try_echo=$ac_try;;
19517 esac
19518 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19519 (eval "$ac_compile") 2>conftest.er1
19520 ac_status=$?
19521 grep -v '^ *+' conftest.er1 >conftest.err
19522 rm -f conftest.er1
19523 cat conftest.err >&5
19524 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19525 (exit $ac_status); } && {
19526 test -z "$ac_c_werror_flag" ||
19527 test ! -s conftest.err
19528 } && test -s conftest.$ac_objext; then
19529 ac_cv_member_struct_statfs_f_bfree=yes
19530 else
19531 echo "$as_me: failed program was:" >&5
19532 sed 's/^/| /' conftest.$ac_ext >&5
19534 ac_cv_member_struct_statfs_f_bfree=no
19537 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19542 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19543 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19544 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19546 cat >>confdefs.h <<_ACEOF
19547 #define HAVE_STRUCT_STATFS_F_BFREE 1
19548 _ACEOF
19552 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19553 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19554 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19555 echo $ECHO_N "(cached) $ECHO_C" >&6
19556 else
19557 cat >conftest.$ac_ext <<_ACEOF
19558 /* confdefs.h. */
19559 _ACEOF
19560 cat confdefs.h >>conftest.$ac_ext
19561 cat >>conftest.$ac_ext <<_ACEOF
19562 /* end confdefs.h. */
19563 #include <sys/types.h>
19564 #ifdef HAVE_SYS_PARAM_H
19565 # include <sys/param.h>
19566 #endif
19567 #ifdef HAVE_SYS_MOUNT_H
19568 # include <sys/mount.h>
19569 #endif
19570 #ifdef HAVE_SYS_VFS_H
19571 # include <sys/vfs.h>
19572 #endif
19573 #ifdef HAVE_SYS_STATFS_H
19574 # include <sys/statfs.h>
19575 #endif
19578 main ()
19580 static struct statfs ac_aggr;
19581 if (ac_aggr.f_bavail)
19582 return 0;
19584 return 0;
19586 _ACEOF
19587 rm -f conftest.$ac_objext
19588 if { (ac_try="$ac_compile"
19589 case "(($ac_try" in
19590 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19591 *) ac_try_echo=$ac_try;;
19592 esac
19593 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19594 (eval "$ac_compile") 2>conftest.er1
19595 ac_status=$?
19596 grep -v '^ *+' conftest.er1 >conftest.err
19597 rm -f conftest.er1
19598 cat conftest.err >&5
19599 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19600 (exit $ac_status); } && {
19601 test -z "$ac_c_werror_flag" ||
19602 test ! -s conftest.err
19603 } && test -s conftest.$ac_objext; then
19604 ac_cv_member_struct_statfs_f_bavail=yes
19605 else
19606 echo "$as_me: failed program was:" >&5
19607 sed 's/^/| /' conftest.$ac_ext >&5
19609 cat >conftest.$ac_ext <<_ACEOF
19610 /* confdefs.h. */
19611 _ACEOF
19612 cat confdefs.h >>conftest.$ac_ext
19613 cat >>conftest.$ac_ext <<_ACEOF
19614 /* end confdefs.h. */
19615 #include <sys/types.h>
19616 #ifdef HAVE_SYS_PARAM_H
19617 # include <sys/param.h>
19618 #endif
19619 #ifdef HAVE_SYS_MOUNT_H
19620 # include <sys/mount.h>
19621 #endif
19622 #ifdef HAVE_SYS_VFS_H
19623 # include <sys/vfs.h>
19624 #endif
19625 #ifdef HAVE_SYS_STATFS_H
19626 # include <sys/statfs.h>
19627 #endif
19630 main ()
19632 static struct statfs ac_aggr;
19633 if (sizeof ac_aggr.f_bavail)
19634 return 0;
19636 return 0;
19638 _ACEOF
19639 rm -f conftest.$ac_objext
19640 if { (ac_try="$ac_compile"
19641 case "(($ac_try" in
19642 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19643 *) ac_try_echo=$ac_try;;
19644 esac
19645 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19646 (eval "$ac_compile") 2>conftest.er1
19647 ac_status=$?
19648 grep -v '^ *+' conftest.er1 >conftest.err
19649 rm -f conftest.er1
19650 cat conftest.err >&5
19651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19652 (exit $ac_status); } && {
19653 test -z "$ac_c_werror_flag" ||
19654 test ! -s conftest.err
19655 } && test -s conftest.$ac_objext; then
19656 ac_cv_member_struct_statfs_f_bavail=yes
19657 else
19658 echo "$as_me: failed program was:" >&5
19659 sed 's/^/| /' conftest.$ac_ext >&5
19661 ac_cv_member_struct_statfs_f_bavail=no
19664 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19667 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19669 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19670 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19671 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19673 cat >>confdefs.h <<_ACEOF
19674 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19675 _ACEOF
19679 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19680 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19681 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19682 echo $ECHO_N "(cached) $ECHO_C" >&6
19683 else
19684 cat >conftest.$ac_ext <<_ACEOF
19685 /* confdefs.h. */
19686 _ACEOF
19687 cat confdefs.h >>conftest.$ac_ext
19688 cat >>conftest.$ac_ext <<_ACEOF
19689 /* end confdefs.h. */
19690 #include <sys/types.h>
19691 #ifdef HAVE_SYS_PARAM_H
19692 # include <sys/param.h>
19693 #endif
19694 #ifdef HAVE_SYS_MOUNT_H
19695 # include <sys/mount.h>
19696 #endif
19697 #ifdef HAVE_SYS_VFS_H
19698 # include <sys/vfs.h>
19699 #endif
19700 #ifdef HAVE_SYS_STATFS_H
19701 # include <sys/statfs.h>
19702 #endif
19705 main ()
19707 static struct statfs ac_aggr;
19708 if (ac_aggr.f_frsize)
19709 return 0;
19711 return 0;
19713 _ACEOF
19714 rm -f conftest.$ac_objext
19715 if { (ac_try="$ac_compile"
19716 case "(($ac_try" in
19717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19718 *) ac_try_echo=$ac_try;;
19719 esac
19720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19721 (eval "$ac_compile") 2>conftest.er1
19722 ac_status=$?
19723 grep -v '^ *+' conftest.er1 >conftest.err
19724 rm -f conftest.er1
19725 cat conftest.err >&5
19726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19727 (exit $ac_status); } && {
19728 test -z "$ac_c_werror_flag" ||
19729 test ! -s conftest.err
19730 } && test -s conftest.$ac_objext; then
19731 ac_cv_member_struct_statfs_f_frsize=yes
19732 else
19733 echo "$as_me: failed program was:" >&5
19734 sed 's/^/| /' conftest.$ac_ext >&5
19736 cat >conftest.$ac_ext <<_ACEOF
19737 /* confdefs.h. */
19738 _ACEOF
19739 cat confdefs.h >>conftest.$ac_ext
19740 cat >>conftest.$ac_ext <<_ACEOF
19741 /* end confdefs.h. */
19742 #include <sys/types.h>
19743 #ifdef HAVE_SYS_PARAM_H
19744 # include <sys/param.h>
19745 #endif
19746 #ifdef HAVE_SYS_MOUNT_H
19747 # include <sys/mount.h>
19748 #endif
19749 #ifdef HAVE_SYS_VFS_H
19750 # include <sys/vfs.h>
19751 #endif
19752 #ifdef HAVE_SYS_STATFS_H
19753 # include <sys/statfs.h>
19754 #endif
19757 main ()
19759 static struct statfs ac_aggr;
19760 if (sizeof ac_aggr.f_frsize)
19761 return 0;
19763 return 0;
19765 _ACEOF
19766 rm -f conftest.$ac_objext
19767 if { (ac_try="$ac_compile"
19768 case "(($ac_try" in
19769 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19770 *) ac_try_echo=$ac_try;;
19771 esac
19772 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19773 (eval "$ac_compile") 2>conftest.er1
19774 ac_status=$?
19775 grep -v '^ *+' conftest.er1 >conftest.err
19776 rm -f conftest.er1
19777 cat conftest.err >&5
19778 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19779 (exit $ac_status); } && {
19780 test -z "$ac_c_werror_flag" ||
19781 test ! -s conftest.err
19782 } && test -s conftest.$ac_objext; then
19783 ac_cv_member_struct_statfs_f_frsize=yes
19784 else
19785 echo "$as_me: failed program was:" >&5
19786 sed 's/^/| /' conftest.$ac_ext >&5
19788 ac_cv_member_struct_statfs_f_frsize=no
19791 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19794 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19796 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19797 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19798 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19800 cat >>confdefs.h <<_ACEOF
19801 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19802 _ACEOF
19806 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19807 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19808 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19809 echo $ECHO_N "(cached) $ECHO_C" >&6
19810 else
19811 cat >conftest.$ac_ext <<_ACEOF
19812 /* confdefs.h. */
19813 _ACEOF
19814 cat confdefs.h >>conftest.$ac_ext
19815 cat >>conftest.$ac_ext <<_ACEOF
19816 /* end confdefs.h. */
19817 #include <sys/types.h>
19818 #ifdef HAVE_SYS_PARAM_H
19819 # include <sys/param.h>
19820 #endif
19821 #ifdef HAVE_SYS_MOUNT_H
19822 # include <sys/mount.h>
19823 #endif
19824 #ifdef HAVE_SYS_VFS_H
19825 # include <sys/vfs.h>
19826 #endif
19827 #ifdef HAVE_SYS_STATFS_H
19828 # include <sys/statfs.h>
19829 #endif
19832 main ()
19834 static struct statfs ac_aggr;
19835 if (ac_aggr.f_ffree)
19836 return 0;
19838 return 0;
19840 _ACEOF
19841 rm -f conftest.$ac_objext
19842 if { (ac_try="$ac_compile"
19843 case "(($ac_try" in
19844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19845 *) ac_try_echo=$ac_try;;
19846 esac
19847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19848 (eval "$ac_compile") 2>conftest.er1
19849 ac_status=$?
19850 grep -v '^ *+' conftest.er1 >conftest.err
19851 rm -f conftest.er1
19852 cat conftest.err >&5
19853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19854 (exit $ac_status); } && {
19855 test -z "$ac_c_werror_flag" ||
19856 test ! -s conftest.err
19857 } && test -s conftest.$ac_objext; then
19858 ac_cv_member_struct_statfs_f_ffree=yes
19859 else
19860 echo "$as_me: failed program was:" >&5
19861 sed 's/^/| /' conftest.$ac_ext >&5
19863 cat >conftest.$ac_ext <<_ACEOF
19864 /* confdefs.h. */
19865 _ACEOF
19866 cat confdefs.h >>conftest.$ac_ext
19867 cat >>conftest.$ac_ext <<_ACEOF
19868 /* end confdefs.h. */
19869 #include <sys/types.h>
19870 #ifdef HAVE_SYS_PARAM_H
19871 # include <sys/param.h>
19872 #endif
19873 #ifdef HAVE_SYS_MOUNT_H
19874 # include <sys/mount.h>
19875 #endif
19876 #ifdef HAVE_SYS_VFS_H
19877 # include <sys/vfs.h>
19878 #endif
19879 #ifdef HAVE_SYS_STATFS_H
19880 # include <sys/statfs.h>
19881 #endif
19884 main ()
19886 static struct statfs ac_aggr;
19887 if (sizeof ac_aggr.f_ffree)
19888 return 0;
19890 return 0;
19892 _ACEOF
19893 rm -f conftest.$ac_objext
19894 if { (ac_try="$ac_compile"
19895 case "(($ac_try" in
19896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19897 *) ac_try_echo=$ac_try;;
19898 esac
19899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19900 (eval "$ac_compile") 2>conftest.er1
19901 ac_status=$?
19902 grep -v '^ *+' conftest.er1 >conftest.err
19903 rm -f conftest.er1
19904 cat conftest.err >&5
19905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19906 (exit $ac_status); } && {
19907 test -z "$ac_c_werror_flag" ||
19908 test ! -s conftest.err
19909 } && test -s conftest.$ac_objext; then
19910 ac_cv_member_struct_statfs_f_ffree=yes
19911 else
19912 echo "$as_me: failed program was:" >&5
19913 sed 's/^/| /' conftest.$ac_ext >&5
19915 ac_cv_member_struct_statfs_f_ffree=no
19918 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19921 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19923 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19924 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19925 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19927 cat >>confdefs.h <<_ACEOF
19928 #define HAVE_STRUCT_STATFS_F_FFREE 1
19929 _ACEOF
19933 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19934 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19935 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19936 echo $ECHO_N "(cached) $ECHO_C" >&6
19937 else
19938 cat >conftest.$ac_ext <<_ACEOF
19939 /* confdefs.h. */
19940 _ACEOF
19941 cat confdefs.h >>conftest.$ac_ext
19942 cat >>conftest.$ac_ext <<_ACEOF
19943 /* end confdefs.h. */
19944 #include <sys/types.h>
19945 #ifdef HAVE_SYS_PARAM_H
19946 # include <sys/param.h>
19947 #endif
19948 #ifdef HAVE_SYS_MOUNT_H
19949 # include <sys/mount.h>
19950 #endif
19951 #ifdef HAVE_SYS_VFS_H
19952 # include <sys/vfs.h>
19953 #endif
19954 #ifdef HAVE_SYS_STATFS_H
19955 # include <sys/statfs.h>
19956 #endif
19959 main ()
19961 static struct statfs ac_aggr;
19962 if (ac_aggr.f_favail)
19963 return 0;
19965 return 0;
19967 _ACEOF
19968 rm -f conftest.$ac_objext
19969 if { (ac_try="$ac_compile"
19970 case "(($ac_try" in
19971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19972 *) ac_try_echo=$ac_try;;
19973 esac
19974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19975 (eval "$ac_compile") 2>conftest.er1
19976 ac_status=$?
19977 grep -v '^ *+' conftest.er1 >conftest.err
19978 rm -f conftest.er1
19979 cat conftest.err >&5
19980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19981 (exit $ac_status); } && {
19982 test -z "$ac_c_werror_flag" ||
19983 test ! -s conftest.err
19984 } && test -s conftest.$ac_objext; then
19985 ac_cv_member_struct_statfs_f_favail=yes
19986 else
19987 echo "$as_me: failed program was:" >&5
19988 sed 's/^/| /' conftest.$ac_ext >&5
19990 cat >conftest.$ac_ext <<_ACEOF
19991 /* confdefs.h. */
19992 _ACEOF
19993 cat confdefs.h >>conftest.$ac_ext
19994 cat >>conftest.$ac_ext <<_ACEOF
19995 /* end confdefs.h. */
19996 #include <sys/types.h>
19997 #ifdef HAVE_SYS_PARAM_H
19998 # include <sys/param.h>
19999 #endif
20000 #ifdef HAVE_SYS_MOUNT_H
20001 # include <sys/mount.h>
20002 #endif
20003 #ifdef HAVE_SYS_VFS_H
20004 # include <sys/vfs.h>
20005 #endif
20006 #ifdef HAVE_SYS_STATFS_H
20007 # include <sys/statfs.h>
20008 #endif
20011 main ()
20013 static struct statfs ac_aggr;
20014 if (sizeof ac_aggr.f_favail)
20015 return 0;
20017 return 0;
20019 _ACEOF
20020 rm -f conftest.$ac_objext
20021 if { (ac_try="$ac_compile"
20022 case "(($ac_try" in
20023 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20024 *) ac_try_echo=$ac_try;;
20025 esac
20026 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20027 (eval "$ac_compile") 2>conftest.er1
20028 ac_status=$?
20029 grep -v '^ *+' conftest.er1 >conftest.err
20030 rm -f conftest.er1
20031 cat conftest.err >&5
20032 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20033 (exit $ac_status); } && {
20034 test -z "$ac_c_werror_flag" ||
20035 test ! -s conftest.err
20036 } && test -s conftest.$ac_objext; then
20037 ac_cv_member_struct_statfs_f_favail=yes
20038 else
20039 echo "$as_me: failed program was:" >&5
20040 sed 's/^/| /' conftest.$ac_ext >&5
20042 ac_cv_member_struct_statfs_f_favail=no
20045 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20048 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20050 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20051 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20052 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20054 cat >>confdefs.h <<_ACEOF
20055 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20056 _ACEOF
20060 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20061 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20062 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20063 echo $ECHO_N "(cached) $ECHO_C" >&6
20064 else
20065 cat >conftest.$ac_ext <<_ACEOF
20066 /* confdefs.h. */
20067 _ACEOF
20068 cat confdefs.h >>conftest.$ac_ext
20069 cat >>conftest.$ac_ext <<_ACEOF
20070 /* end confdefs.h. */
20071 #include <sys/types.h>
20072 #ifdef HAVE_SYS_PARAM_H
20073 # include <sys/param.h>
20074 #endif
20075 #ifdef HAVE_SYS_MOUNT_H
20076 # include <sys/mount.h>
20077 #endif
20078 #ifdef HAVE_SYS_VFS_H
20079 # include <sys/vfs.h>
20080 #endif
20081 #ifdef HAVE_SYS_STATFS_H
20082 # include <sys/statfs.h>
20083 #endif
20086 main ()
20088 static struct statfs ac_aggr;
20089 if (ac_aggr.f_namelen)
20090 return 0;
20092 return 0;
20094 _ACEOF
20095 rm -f conftest.$ac_objext
20096 if { (ac_try="$ac_compile"
20097 case "(($ac_try" in
20098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20099 *) ac_try_echo=$ac_try;;
20100 esac
20101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20102 (eval "$ac_compile") 2>conftest.er1
20103 ac_status=$?
20104 grep -v '^ *+' conftest.er1 >conftest.err
20105 rm -f conftest.er1
20106 cat conftest.err >&5
20107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20108 (exit $ac_status); } && {
20109 test -z "$ac_c_werror_flag" ||
20110 test ! -s conftest.err
20111 } && test -s conftest.$ac_objext; then
20112 ac_cv_member_struct_statfs_f_namelen=yes
20113 else
20114 echo "$as_me: failed program was:" >&5
20115 sed 's/^/| /' conftest.$ac_ext >&5
20117 cat >conftest.$ac_ext <<_ACEOF
20118 /* confdefs.h. */
20119 _ACEOF
20120 cat confdefs.h >>conftest.$ac_ext
20121 cat >>conftest.$ac_ext <<_ACEOF
20122 /* end confdefs.h. */
20123 #include <sys/types.h>
20124 #ifdef HAVE_SYS_PARAM_H
20125 # include <sys/param.h>
20126 #endif
20127 #ifdef HAVE_SYS_MOUNT_H
20128 # include <sys/mount.h>
20129 #endif
20130 #ifdef HAVE_SYS_VFS_H
20131 # include <sys/vfs.h>
20132 #endif
20133 #ifdef HAVE_SYS_STATFS_H
20134 # include <sys/statfs.h>
20135 #endif
20138 main ()
20140 static struct statfs ac_aggr;
20141 if (sizeof ac_aggr.f_namelen)
20142 return 0;
20144 return 0;
20146 _ACEOF
20147 rm -f conftest.$ac_objext
20148 if { (ac_try="$ac_compile"
20149 case "(($ac_try" in
20150 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20151 *) ac_try_echo=$ac_try;;
20152 esac
20153 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20154 (eval "$ac_compile") 2>conftest.er1
20155 ac_status=$?
20156 grep -v '^ *+' conftest.er1 >conftest.err
20157 rm -f conftest.er1
20158 cat conftest.err >&5
20159 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20160 (exit $ac_status); } && {
20161 test -z "$ac_c_werror_flag" ||
20162 test ! -s conftest.err
20163 } && test -s conftest.$ac_objext; then
20164 ac_cv_member_struct_statfs_f_namelen=yes
20165 else
20166 echo "$as_me: failed program was:" >&5
20167 sed 's/^/| /' conftest.$ac_ext >&5
20169 ac_cv_member_struct_statfs_f_namelen=no
20172 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20175 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20177 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20178 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20179 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20181 cat >>confdefs.h <<_ACEOF
20182 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20183 _ACEOF
20189 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20190 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20191 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20192 echo $ECHO_N "(cached) $ECHO_C" >&6
20193 else
20194 cat >conftest.$ac_ext <<_ACEOF
20195 /* confdefs.h. */
20196 _ACEOF
20197 cat confdefs.h >>conftest.$ac_ext
20198 cat >>conftest.$ac_ext <<_ACEOF
20199 /* end confdefs.h. */
20200 #ifdef HAVE_SYS_STATVFS_H
20201 #include <sys/statvfs.h>
20202 #endif
20205 main ()
20207 static struct statvfs ac_aggr;
20208 if (ac_aggr.f_blocks)
20209 return 0;
20211 return 0;
20213 _ACEOF
20214 rm -f conftest.$ac_objext
20215 if { (ac_try="$ac_compile"
20216 case "(($ac_try" in
20217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20218 *) ac_try_echo=$ac_try;;
20219 esac
20220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20221 (eval "$ac_compile") 2>conftest.er1
20222 ac_status=$?
20223 grep -v '^ *+' conftest.er1 >conftest.err
20224 rm -f conftest.er1
20225 cat conftest.err >&5
20226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20227 (exit $ac_status); } && {
20228 test -z "$ac_c_werror_flag" ||
20229 test ! -s conftest.err
20230 } && test -s conftest.$ac_objext; then
20231 ac_cv_member_struct_statvfs_f_blocks=yes
20232 else
20233 echo "$as_me: failed program was:" >&5
20234 sed 's/^/| /' conftest.$ac_ext >&5
20236 cat >conftest.$ac_ext <<_ACEOF
20237 /* confdefs.h. */
20238 _ACEOF
20239 cat confdefs.h >>conftest.$ac_ext
20240 cat >>conftest.$ac_ext <<_ACEOF
20241 /* end confdefs.h. */
20242 #ifdef HAVE_SYS_STATVFS_H
20243 #include <sys/statvfs.h>
20244 #endif
20247 main ()
20249 static struct statvfs ac_aggr;
20250 if (sizeof ac_aggr.f_blocks)
20251 return 0;
20253 return 0;
20255 _ACEOF
20256 rm -f conftest.$ac_objext
20257 if { (ac_try="$ac_compile"
20258 case "(($ac_try" in
20259 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20260 *) ac_try_echo=$ac_try;;
20261 esac
20262 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20263 (eval "$ac_compile") 2>conftest.er1
20264 ac_status=$?
20265 grep -v '^ *+' conftest.er1 >conftest.err
20266 rm -f conftest.er1
20267 cat conftest.err >&5
20268 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20269 (exit $ac_status); } && {
20270 test -z "$ac_c_werror_flag" ||
20271 test ! -s conftest.err
20272 } && test -s conftest.$ac_objext; then
20273 ac_cv_member_struct_statvfs_f_blocks=yes
20274 else
20275 echo "$as_me: failed program was:" >&5
20276 sed 's/^/| /' conftest.$ac_ext >&5
20278 ac_cv_member_struct_statvfs_f_blocks=no
20281 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20284 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20286 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20287 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20288 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20290 cat >>confdefs.h <<_ACEOF
20291 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20292 _ACEOF
20298 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20299 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20300 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20301 echo $ECHO_N "(cached) $ECHO_C" >&6
20302 else
20303 cat >conftest.$ac_ext <<_ACEOF
20304 /* confdefs.h. */
20305 _ACEOF
20306 cat confdefs.h >>conftest.$ac_ext
20307 cat >>conftest.$ac_ext <<_ACEOF
20308 /* end confdefs.h. */
20309 #include <sys/types.h>
20310 #ifdef HAVE_SYS_SOCKET_H
20311 # include <sys/socket.h>
20312 #endif
20313 #ifdef HAVE_SYS_UN_H
20314 # include <sys/un.h>
20315 #endif
20318 main ()
20320 static struct msghdr ac_aggr;
20321 if (ac_aggr.msg_accrights)
20322 return 0;
20324 return 0;
20326 _ACEOF
20327 rm -f conftest.$ac_objext
20328 if { (ac_try="$ac_compile"
20329 case "(($ac_try" in
20330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20331 *) ac_try_echo=$ac_try;;
20332 esac
20333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20334 (eval "$ac_compile") 2>conftest.er1
20335 ac_status=$?
20336 grep -v '^ *+' conftest.er1 >conftest.err
20337 rm -f conftest.er1
20338 cat conftest.err >&5
20339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20340 (exit $ac_status); } && {
20341 test -z "$ac_c_werror_flag" ||
20342 test ! -s conftest.err
20343 } && test -s conftest.$ac_objext; then
20344 ac_cv_member_struct_msghdr_msg_accrights=yes
20345 else
20346 echo "$as_me: failed program was:" >&5
20347 sed 's/^/| /' conftest.$ac_ext >&5
20349 cat >conftest.$ac_ext <<_ACEOF
20350 /* confdefs.h. */
20351 _ACEOF
20352 cat confdefs.h >>conftest.$ac_ext
20353 cat >>conftest.$ac_ext <<_ACEOF
20354 /* end confdefs.h. */
20355 #include <sys/types.h>
20356 #ifdef HAVE_SYS_SOCKET_H
20357 # include <sys/socket.h>
20358 #endif
20359 #ifdef HAVE_SYS_UN_H
20360 # include <sys/un.h>
20361 #endif
20364 main ()
20366 static struct msghdr ac_aggr;
20367 if (sizeof ac_aggr.msg_accrights)
20368 return 0;
20370 return 0;
20372 _ACEOF
20373 rm -f conftest.$ac_objext
20374 if { (ac_try="$ac_compile"
20375 case "(($ac_try" in
20376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20377 *) ac_try_echo=$ac_try;;
20378 esac
20379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20380 (eval "$ac_compile") 2>conftest.er1
20381 ac_status=$?
20382 grep -v '^ *+' conftest.er1 >conftest.err
20383 rm -f conftest.er1
20384 cat conftest.err >&5
20385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20386 (exit $ac_status); } && {
20387 test -z "$ac_c_werror_flag" ||
20388 test ! -s conftest.err
20389 } && test -s conftest.$ac_objext; then
20390 ac_cv_member_struct_msghdr_msg_accrights=yes
20391 else
20392 echo "$as_me: failed program was:" >&5
20393 sed 's/^/| /' conftest.$ac_ext >&5
20395 ac_cv_member_struct_msghdr_msg_accrights=no
20398 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20401 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20403 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20404 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20405 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20407 cat >>confdefs.h <<_ACEOF
20408 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20409 _ACEOF
20413 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20414 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20415 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20416 echo $ECHO_N "(cached) $ECHO_C" >&6
20417 else
20418 cat >conftest.$ac_ext <<_ACEOF
20419 /* confdefs.h. */
20420 _ACEOF
20421 cat confdefs.h >>conftest.$ac_ext
20422 cat >>conftest.$ac_ext <<_ACEOF
20423 /* end confdefs.h. */
20424 #include <sys/types.h>
20425 #ifdef HAVE_SYS_SOCKET_H
20426 # include <sys/socket.h>
20427 #endif
20428 #ifdef HAVE_SYS_UN_H
20429 # include <sys/un.h>
20430 #endif
20433 main ()
20435 static struct sockaddr ac_aggr;
20436 if (ac_aggr.sa_len)
20437 return 0;
20439 return 0;
20441 _ACEOF
20442 rm -f conftest.$ac_objext
20443 if { (ac_try="$ac_compile"
20444 case "(($ac_try" in
20445 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20446 *) ac_try_echo=$ac_try;;
20447 esac
20448 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20449 (eval "$ac_compile") 2>conftest.er1
20450 ac_status=$?
20451 grep -v '^ *+' conftest.er1 >conftest.err
20452 rm -f conftest.er1
20453 cat conftest.err >&5
20454 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20455 (exit $ac_status); } && {
20456 test -z "$ac_c_werror_flag" ||
20457 test ! -s conftest.err
20458 } && test -s conftest.$ac_objext; then
20459 ac_cv_member_struct_sockaddr_sa_len=yes
20460 else
20461 echo "$as_me: failed program was:" >&5
20462 sed 's/^/| /' conftest.$ac_ext >&5
20464 cat >conftest.$ac_ext <<_ACEOF
20465 /* confdefs.h. */
20466 _ACEOF
20467 cat confdefs.h >>conftest.$ac_ext
20468 cat >>conftest.$ac_ext <<_ACEOF
20469 /* end confdefs.h. */
20470 #include <sys/types.h>
20471 #ifdef HAVE_SYS_SOCKET_H
20472 # include <sys/socket.h>
20473 #endif
20474 #ifdef HAVE_SYS_UN_H
20475 # include <sys/un.h>
20476 #endif
20479 main ()
20481 static struct sockaddr ac_aggr;
20482 if (sizeof ac_aggr.sa_len)
20483 return 0;
20485 return 0;
20487 _ACEOF
20488 rm -f conftest.$ac_objext
20489 if { (ac_try="$ac_compile"
20490 case "(($ac_try" in
20491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20492 *) ac_try_echo=$ac_try;;
20493 esac
20494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20495 (eval "$ac_compile") 2>conftest.er1
20496 ac_status=$?
20497 grep -v '^ *+' conftest.er1 >conftest.err
20498 rm -f conftest.er1
20499 cat conftest.err >&5
20500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20501 (exit $ac_status); } && {
20502 test -z "$ac_c_werror_flag" ||
20503 test ! -s conftest.err
20504 } && test -s conftest.$ac_objext; then
20505 ac_cv_member_struct_sockaddr_sa_len=yes
20506 else
20507 echo "$as_me: failed program was:" >&5
20508 sed 's/^/| /' conftest.$ac_ext >&5
20510 ac_cv_member_struct_sockaddr_sa_len=no
20513 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20516 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20518 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20519 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20520 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20522 cat >>confdefs.h <<_ACEOF
20523 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20524 _ACEOF
20528 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20529 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20530 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20531 echo $ECHO_N "(cached) $ECHO_C" >&6
20532 else
20533 cat >conftest.$ac_ext <<_ACEOF
20534 /* confdefs.h. */
20535 _ACEOF
20536 cat confdefs.h >>conftest.$ac_ext
20537 cat >>conftest.$ac_ext <<_ACEOF
20538 /* end confdefs.h. */
20539 #include <sys/types.h>
20540 #ifdef HAVE_SYS_SOCKET_H
20541 # include <sys/socket.h>
20542 #endif
20543 #ifdef HAVE_SYS_UN_H
20544 # include <sys/un.h>
20545 #endif
20548 main ()
20550 static struct sockaddr_un ac_aggr;
20551 if (ac_aggr.sun_len)
20552 return 0;
20554 return 0;
20556 _ACEOF
20557 rm -f conftest.$ac_objext
20558 if { (ac_try="$ac_compile"
20559 case "(($ac_try" in
20560 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20561 *) ac_try_echo=$ac_try;;
20562 esac
20563 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20564 (eval "$ac_compile") 2>conftest.er1
20565 ac_status=$?
20566 grep -v '^ *+' conftest.er1 >conftest.err
20567 rm -f conftest.er1
20568 cat conftest.err >&5
20569 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20570 (exit $ac_status); } && {
20571 test -z "$ac_c_werror_flag" ||
20572 test ! -s conftest.err
20573 } && test -s conftest.$ac_objext; then
20574 ac_cv_member_struct_sockaddr_un_sun_len=yes
20575 else
20576 echo "$as_me: failed program was:" >&5
20577 sed 's/^/| /' conftest.$ac_ext >&5
20579 cat >conftest.$ac_ext <<_ACEOF
20580 /* confdefs.h. */
20581 _ACEOF
20582 cat confdefs.h >>conftest.$ac_ext
20583 cat >>conftest.$ac_ext <<_ACEOF
20584 /* end confdefs.h. */
20585 #include <sys/types.h>
20586 #ifdef HAVE_SYS_SOCKET_H
20587 # include <sys/socket.h>
20588 #endif
20589 #ifdef HAVE_SYS_UN_H
20590 # include <sys/un.h>
20591 #endif
20594 main ()
20596 static struct sockaddr_un ac_aggr;
20597 if (sizeof ac_aggr.sun_len)
20598 return 0;
20600 return 0;
20602 _ACEOF
20603 rm -f conftest.$ac_objext
20604 if { (ac_try="$ac_compile"
20605 case "(($ac_try" in
20606 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20607 *) ac_try_echo=$ac_try;;
20608 esac
20609 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20610 (eval "$ac_compile") 2>conftest.er1
20611 ac_status=$?
20612 grep -v '^ *+' conftest.er1 >conftest.err
20613 rm -f conftest.er1
20614 cat conftest.err >&5
20615 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20616 (exit $ac_status); } && {
20617 test -z "$ac_c_werror_flag" ||
20618 test ! -s conftest.err
20619 } && test -s conftest.$ac_objext; then
20620 ac_cv_member_struct_sockaddr_un_sun_len=yes
20621 else
20622 echo "$as_me: failed program was:" >&5
20623 sed 's/^/| /' conftest.$ac_ext >&5
20625 ac_cv_member_struct_sockaddr_un_sun_len=no
20628 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20631 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20633 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20634 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20635 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20637 cat >>confdefs.h <<_ACEOF
20638 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20639 _ACEOF
20645 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20646 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20647 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20648 echo $ECHO_N "(cached) $ECHO_C" >&6
20649 else
20650 cat >conftest.$ac_ext <<_ACEOF
20651 /* confdefs.h. */
20652 _ACEOF
20653 cat confdefs.h >>conftest.$ac_ext
20654 cat >>conftest.$ac_ext <<_ACEOF
20655 /* end confdefs.h. */
20656 #include <sys/types.h>
20657 #ifdef HAVE_SCSI_SG_H
20658 #include <scsi/sg.h>
20659 #endif
20662 main ()
20664 static scsireq_t ac_aggr;
20665 if (ac_aggr.cmd)
20666 return 0;
20668 return 0;
20670 _ACEOF
20671 rm -f conftest.$ac_objext
20672 if { (ac_try="$ac_compile"
20673 case "(($ac_try" in
20674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20675 *) ac_try_echo=$ac_try;;
20676 esac
20677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20678 (eval "$ac_compile") 2>conftest.er1
20679 ac_status=$?
20680 grep -v '^ *+' conftest.er1 >conftest.err
20681 rm -f conftest.er1
20682 cat conftest.err >&5
20683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20684 (exit $ac_status); } && {
20685 test -z "$ac_c_werror_flag" ||
20686 test ! -s conftest.err
20687 } && test -s conftest.$ac_objext; then
20688 ac_cv_member_scsireq_t_cmd=yes
20689 else
20690 echo "$as_me: failed program was:" >&5
20691 sed 's/^/| /' conftest.$ac_ext >&5
20693 cat >conftest.$ac_ext <<_ACEOF
20694 /* confdefs.h. */
20695 _ACEOF
20696 cat confdefs.h >>conftest.$ac_ext
20697 cat >>conftest.$ac_ext <<_ACEOF
20698 /* end confdefs.h. */
20699 #include <sys/types.h>
20700 #ifdef HAVE_SCSI_SG_H
20701 #include <scsi/sg.h>
20702 #endif
20705 main ()
20707 static scsireq_t ac_aggr;
20708 if (sizeof ac_aggr.cmd)
20709 return 0;
20711 return 0;
20713 _ACEOF
20714 rm -f conftest.$ac_objext
20715 if { (ac_try="$ac_compile"
20716 case "(($ac_try" in
20717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20718 *) ac_try_echo=$ac_try;;
20719 esac
20720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20721 (eval "$ac_compile") 2>conftest.er1
20722 ac_status=$?
20723 grep -v '^ *+' conftest.er1 >conftest.err
20724 rm -f conftest.er1
20725 cat conftest.err >&5
20726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20727 (exit $ac_status); } && {
20728 test -z "$ac_c_werror_flag" ||
20729 test ! -s conftest.err
20730 } && test -s conftest.$ac_objext; then
20731 ac_cv_member_scsireq_t_cmd=yes
20732 else
20733 echo "$as_me: failed program was:" >&5
20734 sed 's/^/| /' conftest.$ac_ext >&5
20736 ac_cv_member_scsireq_t_cmd=no
20739 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20742 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20744 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20745 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20746 if test $ac_cv_member_scsireq_t_cmd = yes; then
20748 cat >>confdefs.h <<_ACEOF
20749 #define HAVE_SCSIREQ_T_CMD 1
20750 _ACEOF
20754 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20755 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20756 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20757 echo $ECHO_N "(cached) $ECHO_C" >&6
20758 else
20759 cat >conftest.$ac_ext <<_ACEOF
20760 /* confdefs.h. */
20761 _ACEOF
20762 cat confdefs.h >>conftest.$ac_ext
20763 cat >>conftest.$ac_ext <<_ACEOF
20764 /* end confdefs.h. */
20765 #include <sys/types.h>
20766 #ifdef HAVE_SCSI_SG_H
20767 #include <scsi/sg.h>
20768 #endif
20771 main ()
20773 static sg_io_hdr_t ac_aggr;
20774 if (ac_aggr.interface_id)
20775 return 0;
20777 return 0;
20779 _ACEOF
20780 rm -f conftest.$ac_objext
20781 if { (ac_try="$ac_compile"
20782 case "(($ac_try" in
20783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20784 *) ac_try_echo=$ac_try;;
20785 esac
20786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20787 (eval "$ac_compile") 2>conftest.er1
20788 ac_status=$?
20789 grep -v '^ *+' conftest.er1 >conftest.err
20790 rm -f conftest.er1
20791 cat conftest.err >&5
20792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20793 (exit $ac_status); } && {
20794 test -z "$ac_c_werror_flag" ||
20795 test ! -s conftest.err
20796 } && test -s conftest.$ac_objext; then
20797 ac_cv_member_sg_io_hdr_t_interface_id=yes
20798 else
20799 echo "$as_me: failed program was:" >&5
20800 sed 's/^/| /' conftest.$ac_ext >&5
20802 cat >conftest.$ac_ext <<_ACEOF
20803 /* confdefs.h. */
20804 _ACEOF
20805 cat confdefs.h >>conftest.$ac_ext
20806 cat >>conftest.$ac_ext <<_ACEOF
20807 /* end confdefs.h. */
20808 #include <sys/types.h>
20809 #ifdef HAVE_SCSI_SG_H
20810 #include <scsi/sg.h>
20811 #endif
20814 main ()
20816 static sg_io_hdr_t ac_aggr;
20817 if (sizeof ac_aggr.interface_id)
20818 return 0;
20820 return 0;
20822 _ACEOF
20823 rm -f conftest.$ac_objext
20824 if { (ac_try="$ac_compile"
20825 case "(($ac_try" in
20826 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20827 *) ac_try_echo=$ac_try;;
20828 esac
20829 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20830 (eval "$ac_compile") 2>conftest.er1
20831 ac_status=$?
20832 grep -v '^ *+' conftest.er1 >conftest.err
20833 rm -f conftest.er1
20834 cat conftest.err >&5
20835 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20836 (exit $ac_status); } && {
20837 test -z "$ac_c_werror_flag" ||
20838 test ! -s conftest.err
20839 } && test -s conftest.$ac_objext; then
20840 ac_cv_member_sg_io_hdr_t_interface_id=yes
20841 else
20842 echo "$as_me: failed program was:" >&5
20843 sed 's/^/| /' conftest.$ac_ext >&5
20845 ac_cv_member_sg_io_hdr_t_interface_id=no
20848 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20851 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20853 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20854 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20855 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20857 cat >>confdefs.h <<_ACEOF
20858 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20859 _ACEOF
20865 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20866 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20867 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20868 echo $ECHO_N "(cached) $ECHO_C" >&6
20869 else
20870 cat >conftest.$ac_ext <<_ACEOF
20871 /* confdefs.h. */
20872 _ACEOF
20873 cat confdefs.h >>conftest.$ac_ext
20874 cat >>conftest.$ac_ext <<_ACEOF
20875 /* end confdefs.h. */
20876 #include <signal.h>
20879 main ()
20881 static siginfo_t ac_aggr;
20882 if (ac_aggr.si_fd)
20883 return 0;
20885 return 0;
20887 _ACEOF
20888 rm -f conftest.$ac_objext
20889 if { (ac_try="$ac_compile"
20890 case "(($ac_try" in
20891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20892 *) ac_try_echo=$ac_try;;
20893 esac
20894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20895 (eval "$ac_compile") 2>conftest.er1
20896 ac_status=$?
20897 grep -v '^ *+' conftest.er1 >conftest.err
20898 rm -f conftest.er1
20899 cat conftest.err >&5
20900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20901 (exit $ac_status); } && {
20902 test -z "$ac_c_werror_flag" ||
20903 test ! -s conftest.err
20904 } && test -s conftest.$ac_objext; then
20905 ac_cv_member_siginfo_t_si_fd=yes
20906 else
20907 echo "$as_me: failed program was:" >&5
20908 sed 's/^/| /' conftest.$ac_ext >&5
20910 cat >conftest.$ac_ext <<_ACEOF
20911 /* confdefs.h. */
20912 _ACEOF
20913 cat confdefs.h >>conftest.$ac_ext
20914 cat >>conftest.$ac_ext <<_ACEOF
20915 /* end confdefs.h. */
20916 #include <signal.h>
20919 main ()
20921 static siginfo_t ac_aggr;
20922 if (sizeof ac_aggr.si_fd)
20923 return 0;
20925 return 0;
20927 _ACEOF
20928 rm -f conftest.$ac_objext
20929 if { (ac_try="$ac_compile"
20930 case "(($ac_try" in
20931 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20932 *) ac_try_echo=$ac_try;;
20933 esac
20934 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20935 (eval "$ac_compile") 2>conftest.er1
20936 ac_status=$?
20937 grep -v '^ *+' conftest.er1 >conftest.err
20938 rm -f conftest.er1
20939 cat conftest.err >&5
20940 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20941 (exit $ac_status); } && {
20942 test -z "$ac_c_werror_flag" ||
20943 test ! -s conftest.err
20944 } && test -s conftest.$ac_objext; then
20945 ac_cv_member_siginfo_t_si_fd=yes
20946 else
20947 echo "$as_me: failed program was:" >&5
20948 sed 's/^/| /' conftest.$ac_ext >&5
20950 ac_cv_member_siginfo_t_si_fd=no
20953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20956 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20958 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20959 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20960 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20962 cat >>confdefs.h <<_ACEOF
20963 #define HAVE_SIGINFO_T_SI_FD 1
20964 _ACEOF
20970 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20971 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20972 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20973 echo $ECHO_N "(cached) $ECHO_C" >&6
20974 else
20975 cat >conftest.$ac_ext <<_ACEOF
20976 /* confdefs.h. */
20977 _ACEOF
20978 cat confdefs.h >>conftest.$ac_ext
20979 cat >>conftest.$ac_ext <<_ACEOF
20980 /* end confdefs.h. */
20981 #include <sys/types.h>
20982 #ifdef HAVE_SYS_MTIO_H
20983 #include <sys/mtio.h>
20984 #endif
20987 main ()
20989 static struct mtget ac_aggr;
20990 if (ac_aggr.mt_blksiz)
20991 return 0;
20993 return 0;
20995 _ACEOF
20996 rm -f conftest.$ac_objext
20997 if { (ac_try="$ac_compile"
20998 case "(($ac_try" in
20999 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21000 *) ac_try_echo=$ac_try;;
21001 esac
21002 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21003 (eval "$ac_compile") 2>conftest.er1
21004 ac_status=$?
21005 grep -v '^ *+' conftest.er1 >conftest.err
21006 rm -f conftest.er1
21007 cat conftest.err >&5
21008 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21009 (exit $ac_status); } && {
21010 test -z "$ac_c_werror_flag" ||
21011 test ! -s conftest.err
21012 } && test -s conftest.$ac_objext; then
21013 ac_cv_member_struct_mtget_mt_blksiz=yes
21014 else
21015 echo "$as_me: failed program was:" >&5
21016 sed 's/^/| /' conftest.$ac_ext >&5
21018 cat >conftest.$ac_ext <<_ACEOF
21019 /* confdefs.h. */
21020 _ACEOF
21021 cat confdefs.h >>conftest.$ac_ext
21022 cat >>conftest.$ac_ext <<_ACEOF
21023 /* end confdefs.h. */
21024 #include <sys/types.h>
21025 #ifdef HAVE_SYS_MTIO_H
21026 #include <sys/mtio.h>
21027 #endif
21030 main ()
21032 static struct mtget ac_aggr;
21033 if (sizeof ac_aggr.mt_blksiz)
21034 return 0;
21036 return 0;
21038 _ACEOF
21039 rm -f conftest.$ac_objext
21040 if { (ac_try="$ac_compile"
21041 case "(($ac_try" in
21042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21043 *) ac_try_echo=$ac_try;;
21044 esac
21045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21046 (eval "$ac_compile") 2>conftest.er1
21047 ac_status=$?
21048 grep -v '^ *+' conftest.er1 >conftest.err
21049 rm -f conftest.er1
21050 cat conftest.err >&5
21051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21052 (exit $ac_status); } && {
21053 test -z "$ac_c_werror_flag" ||
21054 test ! -s conftest.err
21055 } && test -s conftest.$ac_objext; then
21056 ac_cv_member_struct_mtget_mt_blksiz=yes
21057 else
21058 echo "$as_me: failed program was:" >&5
21059 sed 's/^/| /' conftest.$ac_ext >&5
21061 ac_cv_member_struct_mtget_mt_blksiz=no
21064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21067 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21069 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21070 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21071 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21073 cat >>confdefs.h <<_ACEOF
21074 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21075 _ACEOF
21079 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21080 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21081 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21082 echo $ECHO_N "(cached) $ECHO_C" >&6
21083 else
21084 cat >conftest.$ac_ext <<_ACEOF
21085 /* confdefs.h. */
21086 _ACEOF
21087 cat confdefs.h >>conftest.$ac_ext
21088 cat >>conftest.$ac_ext <<_ACEOF
21089 /* end confdefs.h. */
21090 #include <sys/types.h>
21091 #ifdef HAVE_SYS_MTIO_H
21092 #include <sys/mtio.h>
21093 #endif
21096 main ()
21098 static struct mtget ac_aggr;
21099 if (ac_aggr.mt_gstat)
21100 return 0;
21102 return 0;
21104 _ACEOF
21105 rm -f conftest.$ac_objext
21106 if { (ac_try="$ac_compile"
21107 case "(($ac_try" in
21108 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21109 *) ac_try_echo=$ac_try;;
21110 esac
21111 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21112 (eval "$ac_compile") 2>conftest.er1
21113 ac_status=$?
21114 grep -v '^ *+' conftest.er1 >conftest.err
21115 rm -f conftest.er1
21116 cat conftest.err >&5
21117 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21118 (exit $ac_status); } && {
21119 test -z "$ac_c_werror_flag" ||
21120 test ! -s conftest.err
21121 } && test -s conftest.$ac_objext; then
21122 ac_cv_member_struct_mtget_mt_gstat=yes
21123 else
21124 echo "$as_me: failed program was:" >&5
21125 sed 's/^/| /' conftest.$ac_ext >&5
21127 cat >conftest.$ac_ext <<_ACEOF
21128 /* confdefs.h. */
21129 _ACEOF
21130 cat confdefs.h >>conftest.$ac_ext
21131 cat >>conftest.$ac_ext <<_ACEOF
21132 /* end confdefs.h. */
21133 #include <sys/types.h>
21134 #ifdef HAVE_SYS_MTIO_H
21135 #include <sys/mtio.h>
21136 #endif
21139 main ()
21141 static struct mtget ac_aggr;
21142 if (sizeof ac_aggr.mt_gstat)
21143 return 0;
21145 return 0;
21147 _ACEOF
21148 rm -f conftest.$ac_objext
21149 if { (ac_try="$ac_compile"
21150 case "(($ac_try" in
21151 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21152 *) ac_try_echo=$ac_try;;
21153 esac
21154 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21155 (eval "$ac_compile") 2>conftest.er1
21156 ac_status=$?
21157 grep -v '^ *+' conftest.er1 >conftest.err
21158 rm -f conftest.er1
21159 cat conftest.err >&5
21160 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21161 (exit $ac_status); } && {
21162 test -z "$ac_c_werror_flag" ||
21163 test ! -s conftest.err
21164 } && test -s conftest.$ac_objext; then
21165 ac_cv_member_struct_mtget_mt_gstat=yes
21166 else
21167 echo "$as_me: failed program was:" >&5
21168 sed 's/^/| /' conftest.$ac_ext >&5
21170 ac_cv_member_struct_mtget_mt_gstat=no
21173 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21176 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21178 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21179 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21180 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21182 cat >>confdefs.h <<_ACEOF
21183 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21184 _ACEOF
21188 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21189 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21190 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21191 echo $ECHO_N "(cached) $ECHO_C" >&6
21192 else
21193 cat >conftest.$ac_ext <<_ACEOF
21194 /* confdefs.h. */
21195 _ACEOF
21196 cat confdefs.h >>conftest.$ac_ext
21197 cat >>conftest.$ac_ext <<_ACEOF
21198 /* end confdefs.h. */
21199 #include <sys/types.h>
21200 #ifdef HAVE_SYS_MTIO_H
21201 #include <sys/mtio.h>
21202 #endif
21205 main ()
21207 static struct mtget ac_aggr;
21208 if (ac_aggr.mt_blkno)
21209 return 0;
21211 return 0;
21213 _ACEOF
21214 rm -f conftest.$ac_objext
21215 if { (ac_try="$ac_compile"
21216 case "(($ac_try" in
21217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21218 *) ac_try_echo=$ac_try;;
21219 esac
21220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21221 (eval "$ac_compile") 2>conftest.er1
21222 ac_status=$?
21223 grep -v '^ *+' conftest.er1 >conftest.err
21224 rm -f conftest.er1
21225 cat conftest.err >&5
21226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21227 (exit $ac_status); } && {
21228 test -z "$ac_c_werror_flag" ||
21229 test ! -s conftest.err
21230 } && test -s conftest.$ac_objext; then
21231 ac_cv_member_struct_mtget_mt_blkno=yes
21232 else
21233 echo "$as_me: failed program was:" >&5
21234 sed 's/^/| /' conftest.$ac_ext >&5
21236 cat >conftest.$ac_ext <<_ACEOF
21237 /* confdefs.h. */
21238 _ACEOF
21239 cat confdefs.h >>conftest.$ac_ext
21240 cat >>conftest.$ac_ext <<_ACEOF
21241 /* end confdefs.h. */
21242 #include <sys/types.h>
21243 #ifdef HAVE_SYS_MTIO_H
21244 #include <sys/mtio.h>
21245 #endif
21248 main ()
21250 static struct mtget ac_aggr;
21251 if (sizeof ac_aggr.mt_blkno)
21252 return 0;
21254 return 0;
21256 _ACEOF
21257 rm -f conftest.$ac_objext
21258 if { (ac_try="$ac_compile"
21259 case "(($ac_try" in
21260 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21261 *) ac_try_echo=$ac_try;;
21262 esac
21263 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21264 (eval "$ac_compile") 2>conftest.er1
21265 ac_status=$?
21266 grep -v '^ *+' conftest.er1 >conftest.err
21267 rm -f conftest.er1
21268 cat conftest.err >&5
21269 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21270 (exit $ac_status); } && {
21271 test -z "$ac_c_werror_flag" ||
21272 test ! -s conftest.err
21273 } && test -s conftest.$ac_objext; then
21274 ac_cv_member_struct_mtget_mt_blkno=yes
21275 else
21276 echo "$as_me: failed program was:" >&5
21277 sed 's/^/| /' conftest.$ac_ext >&5
21279 ac_cv_member_struct_mtget_mt_blkno=no
21282 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21285 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21287 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21288 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21289 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21291 cat >>confdefs.h <<_ACEOF
21292 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21293 _ACEOF
21299 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21300 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21301 if test "${ac_cv_member_struct_option_name+set}" = set; then
21302 echo $ECHO_N "(cached) $ECHO_C" >&6
21303 else
21304 cat >conftest.$ac_ext <<_ACEOF
21305 /* confdefs.h. */
21306 _ACEOF
21307 cat confdefs.h >>conftest.$ac_ext
21308 cat >>conftest.$ac_ext <<_ACEOF
21309 /* end confdefs.h. */
21310 #ifdef HAVE_GETOPT_H
21311 #include <getopt.h>
21312 #endif
21315 main ()
21317 static struct option ac_aggr;
21318 if (ac_aggr.name)
21319 return 0;
21321 return 0;
21323 _ACEOF
21324 rm -f conftest.$ac_objext
21325 if { (ac_try="$ac_compile"
21326 case "(($ac_try" in
21327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21328 *) ac_try_echo=$ac_try;;
21329 esac
21330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21331 (eval "$ac_compile") 2>conftest.er1
21332 ac_status=$?
21333 grep -v '^ *+' conftest.er1 >conftest.err
21334 rm -f conftest.er1
21335 cat conftest.err >&5
21336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21337 (exit $ac_status); } && {
21338 test -z "$ac_c_werror_flag" ||
21339 test ! -s conftest.err
21340 } && test -s conftest.$ac_objext; then
21341 ac_cv_member_struct_option_name=yes
21342 else
21343 echo "$as_me: failed program was:" >&5
21344 sed 's/^/| /' conftest.$ac_ext >&5
21346 cat >conftest.$ac_ext <<_ACEOF
21347 /* confdefs.h. */
21348 _ACEOF
21349 cat confdefs.h >>conftest.$ac_ext
21350 cat >>conftest.$ac_ext <<_ACEOF
21351 /* end confdefs.h. */
21352 #ifdef HAVE_GETOPT_H
21353 #include <getopt.h>
21354 #endif
21357 main ()
21359 static struct option ac_aggr;
21360 if (sizeof ac_aggr.name)
21361 return 0;
21363 return 0;
21365 _ACEOF
21366 rm -f conftest.$ac_objext
21367 if { (ac_try="$ac_compile"
21368 case "(($ac_try" in
21369 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21370 *) ac_try_echo=$ac_try;;
21371 esac
21372 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21373 (eval "$ac_compile") 2>conftest.er1
21374 ac_status=$?
21375 grep -v '^ *+' conftest.er1 >conftest.err
21376 rm -f conftest.er1
21377 cat conftest.err >&5
21378 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21379 (exit $ac_status); } && {
21380 test -z "$ac_c_werror_flag" ||
21381 test ! -s conftest.err
21382 } && test -s conftest.$ac_objext; then
21383 ac_cv_member_struct_option_name=yes
21384 else
21385 echo "$as_me: failed program was:" >&5
21386 sed 's/^/| /' conftest.$ac_ext >&5
21388 ac_cv_member_struct_option_name=no
21391 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21394 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21396 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21397 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21398 if test $ac_cv_member_struct_option_name = yes; then
21400 cat >>confdefs.h <<_ACEOF
21401 #define HAVE_STRUCT_OPTION_NAME 1
21402 _ACEOF
21408 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21409 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21410 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21411 echo $ECHO_N "(cached) $ECHO_C" >&6
21412 else
21413 cat >conftest.$ac_ext <<_ACEOF
21414 /* confdefs.h. */
21415 _ACEOF
21416 cat confdefs.h >>conftest.$ac_ext
21417 cat >>conftest.$ac_ext <<_ACEOF
21418 /* end confdefs.h. */
21419 $ac_includes_default
21421 main ()
21423 static struct stat ac_aggr;
21424 if (ac_aggr.st_blocks)
21425 return 0;
21427 return 0;
21429 _ACEOF
21430 rm -f conftest.$ac_objext
21431 if { (ac_try="$ac_compile"
21432 case "(($ac_try" in
21433 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21434 *) ac_try_echo=$ac_try;;
21435 esac
21436 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21437 (eval "$ac_compile") 2>conftest.er1
21438 ac_status=$?
21439 grep -v '^ *+' conftest.er1 >conftest.err
21440 rm -f conftest.er1
21441 cat conftest.err >&5
21442 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21443 (exit $ac_status); } && {
21444 test -z "$ac_c_werror_flag" ||
21445 test ! -s conftest.err
21446 } && test -s conftest.$ac_objext; then
21447 ac_cv_member_struct_stat_st_blocks=yes
21448 else
21449 echo "$as_me: failed program was:" >&5
21450 sed 's/^/| /' conftest.$ac_ext >&5
21452 cat >conftest.$ac_ext <<_ACEOF
21453 /* confdefs.h. */
21454 _ACEOF
21455 cat confdefs.h >>conftest.$ac_ext
21456 cat >>conftest.$ac_ext <<_ACEOF
21457 /* end confdefs.h. */
21458 $ac_includes_default
21460 main ()
21462 static struct stat ac_aggr;
21463 if (sizeof ac_aggr.st_blocks)
21464 return 0;
21466 return 0;
21468 _ACEOF
21469 rm -f conftest.$ac_objext
21470 if { (ac_try="$ac_compile"
21471 case "(($ac_try" in
21472 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21473 *) ac_try_echo=$ac_try;;
21474 esac
21475 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21476 (eval "$ac_compile") 2>conftest.er1
21477 ac_status=$?
21478 grep -v '^ *+' conftest.er1 >conftest.err
21479 rm -f conftest.er1
21480 cat conftest.err >&5
21481 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21482 (exit $ac_status); } && {
21483 test -z "$ac_c_werror_flag" ||
21484 test ! -s conftest.err
21485 } && test -s conftest.$ac_objext; then
21486 ac_cv_member_struct_stat_st_blocks=yes
21487 else
21488 echo "$as_me: failed program was:" >&5
21489 sed 's/^/| /' conftest.$ac_ext >&5
21491 ac_cv_member_struct_stat_st_blocks=no
21494 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21497 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21499 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21500 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21501 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21503 cat >>confdefs.h <<_ACEOF
21504 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21505 _ACEOF
21509 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21510 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21511 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21512 echo $ECHO_N "(cached) $ECHO_C" >&6
21513 else
21514 cat >conftest.$ac_ext <<_ACEOF
21515 /* confdefs.h. */
21516 _ACEOF
21517 cat confdefs.h >>conftest.$ac_ext
21518 cat >>conftest.$ac_ext <<_ACEOF
21519 /* end confdefs.h. */
21520 $ac_includes_default
21522 main ()
21524 static struct stat ac_aggr;
21525 if (ac_aggr.st_mtim)
21526 return 0;
21528 return 0;
21530 _ACEOF
21531 rm -f conftest.$ac_objext
21532 if { (ac_try="$ac_compile"
21533 case "(($ac_try" in
21534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21535 *) ac_try_echo=$ac_try;;
21536 esac
21537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21538 (eval "$ac_compile") 2>conftest.er1
21539 ac_status=$?
21540 grep -v '^ *+' conftest.er1 >conftest.err
21541 rm -f conftest.er1
21542 cat conftest.err >&5
21543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21544 (exit $ac_status); } && {
21545 test -z "$ac_c_werror_flag" ||
21546 test ! -s conftest.err
21547 } && test -s conftest.$ac_objext; then
21548 ac_cv_member_struct_stat_st_mtim=yes
21549 else
21550 echo "$as_me: failed program was:" >&5
21551 sed 's/^/| /' conftest.$ac_ext >&5
21553 cat >conftest.$ac_ext <<_ACEOF
21554 /* confdefs.h. */
21555 _ACEOF
21556 cat confdefs.h >>conftest.$ac_ext
21557 cat >>conftest.$ac_ext <<_ACEOF
21558 /* end confdefs.h. */
21559 $ac_includes_default
21561 main ()
21563 static struct stat ac_aggr;
21564 if (sizeof ac_aggr.st_mtim)
21565 return 0;
21567 return 0;
21569 _ACEOF
21570 rm -f conftest.$ac_objext
21571 if { (ac_try="$ac_compile"
21572 case "(($ac_try" in
21573 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21574 *) ac_try_echo=$ac_try;;
21575 esac
21576 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21577 (eval "$ac_compile") 2>conftest.er1
21578 ac_status=$?
21579 grep -v '^ *+' conftest.er1 >conftest.err
21580 rm -f conftest.er1
21581 cat conftest.err >&5
21582 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21583 (exit $ac_status); } && {
21584 test -z "$ac_c_werror_flag" ||
21585 test ! -s conftest.err
21586 } && test -s conftest.$ac_objext; then
21587 ac_cv_member_struct_stat_st_mtim=yes
21588 else
21589 echo "$as_me: failed program was:" >&5
21590 sed 's/^/| /' conftest.$ac_ext >&5
21592 ac_cv_member_struct_stat_st_mtim=no
21595 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21598 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21600 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21601 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21602 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21604 cat >>confdefs.h <<_ACEOF
21605 #define HAVE_STRUCT_STAT_ST_MTIM 1
21606 _ACEOF
21610 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21611 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21612 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21613 echo $ECHO_N "(cached) $ECHO_C" >&6
21614 else
21615 cat >conftest.$ac_ext <<_ACEOF
21616 /* confdefs.h. */
21617 _ACEOF
21618 cat confdefs.h >>conftest.$ac_ext
21619 cat >>conftest.$ac_ext <<_ACEOF
21620 /* end confdefs.h. */
21621 $ac_includes_default
21623 main ()
21625 static struct stat ac_aggr;
21626 if (ac_aggr.st_ctim)
21627 return 0;
21629 return 0;
21631 _ACEOF
21632 rm -f conftest.$ac_objext
21633 if { (ac_try="$ac_compile"
21634 case "(($ac_try" in
21635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21636 *) ac_try_echo=$ac_try;;
21637 esac
21638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21639 (eval "$ac_compile") 2>conftest.er1
21640 ac_status=$?
21641 grep -v '^ *+' conftest.er1 >conftest.err
21642 rm -f conftest.er1
21643 cat conftest.err >&5
21644 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21645 (exit $ac_status); } && {
21646 test -z "$ac_c_werror_flag" ||
21647 test ! -s conftest.err
21648 } && test -s conftest.$ac_objext; then
21649 ac_cv_member_struct_stat_st_ctim=yes
21650 else
21651 echo "$as_me: failed program was:" >&5
21652 sed 's/^/| /' conftest.$ac_ext >&5
21654 cat >conftest.$ac_ext <<_ACEOF
21655 /* confdefs.h. */
21656 _ACEOF
21657 cat confdefs.h >>conftest.$ac_ext
21658 cat >>conftest.$ac_ext <<_ACEOF
21659 /* end confdefs.h. */
21660 $ac_includes_default
21662 main ()
21664 static struct stat ac_aggr;
21665 if (sizeof ac_aggr.st_ctim)
21666 return 0;
21668 return 0;
21670 _ACEOF
21671 rm -f conftest.$ac_objext
21672 if { (ac_try="$ac_compile"
21673 case "(($ac_try" in
21674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21675 *) ac_try_echo=$ac_try;;
21676 esac
21677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21678 (eval "$ac_compile") 2>conftest.er1
21679 ac_status=$?
21680 grep -v '^ *+' conftest.er1 >conftest.err
21681 rm -f conftest.er1
21682 cat conftest.err >&5
21683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21684 (exit $ac_status); } && {
21685 test -z "$ac_c_werror_flag" ||
21686 test ! -s conftest.err
21687 } && test -s conftest.$ac_objext; then
21688 ac_cv_member_struct_stat_st_ctim=yes
21689 else
21690 echo "$as_me: failed program was:" >&5
21691 sed 's/^/| /' conftest.$ac_ext >&5
21693 ac_cv_member_struct_stat_st_ctim=no
21696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21701 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21702 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21703 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21705 cat >>confdefs.h <<_ACEOF
21706 #define HAVE_STRUCT_STAT_ST_CTIM 1
21707 _ACEOF
21711 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21712 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21713 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21714 echo $ECHO_N "(cached) $ECHO_C" >&6
21715 else
21716 cat >conftest.$ac_ext <<_ACEOF
21717 /* confdefs.h. */
21718 _ACEOF
21719 cat confdefs.h >>conftest.$ac_ext
21720 cat >>conftest.$ac_ext <<_ACEOF
21721 /* end confdefs.h. */
21722 $ac_includes_default
21724 main ()
21726 static struct stat ac_aggr;
21727 if (ac_aggr.st_atim)
21728 return 0;
21730 return 0;
21732 _ACEOF
21733 rm -f conftest.$ac_objext
21734 if { (ac_try="$ac_compile"
21735 case "(($ac_try" in
21736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21737 *) ac_try_echo=$ac_try;;
21738 esac
21739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21740 (eval "$ac_compile") 2>conftest.er1
21741 ac_status=$?
21742 grep -v '^ *+' conftest.er1 >conftest.err
21743 rm -f conftest.er1
21744 cat conftest.err >&5
21745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21746 (exit $ac_status); } && {
21747 test -z "$ac_c_werror_flag" ||
21748 test ! -s conftest.err
21749 } && test -s conftest.$ac_objext; then
21750 ac_cv_member_struct_stat_st_atim=yes
21751 else
21752 echo "$as_me: failed program was:" >&5
21753 sed 's/^/| /' conftest.$ac_ext >&5
21755 cat >conftest.$ac_ext <<_ACEOF
21756 /* confdefs.h. */
21757 _ACEOF
21758 cat confdefs.h >>conftest.$ac_ext
21759 cat >>conftest.$ac_ext <<_ACEOF
21760 /* end confdefs.h. */
21761 $ac_includes_default
21763 main ()
21765 static struct stat ac_aggr;
21766 if (sizeof ac_aggr.st_atim)
21767 return 0;
21769 return 0;
21771 _ACEOF
21772 rm -f conftest.$ac_objext
21773 if { (ac_try="$ac_compile"
21774 case "(($ac_try" in
21775 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21776 *) ac_try_echo=$ac_try;;
21777 esac
21778 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21779 (eval "$ac_compile") 2>conftest.er1
21780 ac_status=$?
21781 grep -v '^ *+' conftest.er1 >conftest.err
21782 rm -f conftest.er1
21783 cat conftest.err >&5
21784 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21785 (exit $ac_status); } && {
21786 test -z "$ac_c_werror_flag" ||
21787 test ! -s conftest.err
21788 } && test -s conftest.$ac_objext; then
21789 ac_cv_member_struct_stat_st_atim=yes
21790 else
21791 echo "$as_me: failed program was:" >&5
21792 sed 's/^/| /' conftest.$ac_ext >&5
21794 ac_cv_member_struct_stat_st_atim=no
21797 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21802 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21803 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21804 if test $ac_cv_member_struct_stat_st_atim = yes; then
21806 cat >>confdefs.h <<_ACEOF
21807 #define HAVE_STRUCT_STAT_ST_ATIM 1
21808 _ACEOF
21814 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21815 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21816 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21817 echo $ECHO_N "(cached) $ECHO_C" >&6
21818 else
21819 cat >conftest.$ac_ext <<_ACEOF
21820 /* confdefs.h. */
21821 _ACEOF
21822 cat confdefs.h >>conftest.$ac_ext
21823 cat >>conftest.$ac_ext <<_ACEOF
21824 /* end confdefs.h. */
21825 #ifdef HAVE_SYS_TYPES_H
21826 #include <sys/types.h>
21827 #endif
21828 #ifdef HAVE_NETINET_IN_H
21829 #include <netinet/in.h>
21830 #endif
21833 main ()
21835 static struct sockaddr_in6 ac_aggr;
21836 if (ac_aggr.sin6_scope_id)
21837 return 0;
21839 return 0;
21841 _ACEOF
21842 rm -f conftest.$ac_objext
21843 if { (ac_try="$ac_compile"
21844 case "(($ac_try" in
21845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21846 *) ac_try_echo=$ac_try;;
21847 esac
21848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21849 (eval "$ac_compile") 2>conftest.er1
21850 ac_status=$?
21851 grep -v '^ *+' conftest.er1 >conftest.err
21852 rm -f conftest.er1
21853 cat conftest.err >&5
21854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21855 (exit $ac_status); } && {
21856 test -z "$ac_c_werror_flag" ||
21857 test ! -s conftest.err
21858 } && test -s conftest.$ac_objext; then
21859 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21860 else
21861 echo "$as_me: failed program was:" >&5
21862 sed 's/^/| /' conftest.$ac_ext >&5
21864 cat >conftest.$ac_ext <<_ACEOF
21865 /* confdefs.h. */
21866 _ACEOF
21867 cat confdefs.h >>conftest.$ac_ext
21868 cat >>conftest.$ac_ext <<_ACEOF
21869 /* end confdefs.h. */
21870 #ifdef HAVE_SYS_TYPES_H
21871 #include <sys/types.h>
21872 #endif
21873 #ifdef HAVE_NETINET_IN_H
21874 #include <netinet/in.h>
21875 #endif
21878 main ()
21880 static struct sockaddr_in6 ac_aggr;
21881 if (sizeof ac_aggr.sin6_scope_id)
21882 return 0;
21884 return 0;
21886 _ACEOF
21887 rm -f conftest.$ac_objext
21888 if { (ac_try="$ac_compile"
21889 case "(($ac_try" in
21890 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21891 *) ac_try_echo=$ac_try;;
21892 esac
21893 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21894 (eval "$ac_compile") 2>conftest.er1
21895 ac_status=$?
21896 grep -v '^ *+' conftest.er1 >conftest.err
21897 rm -f conftest.er1
21898 cat conftest.err >&5
21899 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21900 (exit $ac_status); } && {
21901 test -z "$ac_c_werror_flag" ||
21902 test ! -s conftest.err
21903 } && test -s conftest.$ac_objext; then
21904 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21905 else
21906 echo "$as_me: failed program was:" >&5
21907 sed 's/^/| /' conftest.$ac_ext >&5
21909 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21917 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21918 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21919 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21921 cat >>confdefs.h <<_ACEOF
21922 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21923 _ACEOF
21929 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21930 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21931 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21932 echo $ECHO_N "(cached) $ECHO_C" >&6
21933 else
21934 cat >conftest.$ac_ext <<_ACEOF
21935 /* confdefs.h. */
21936 _ACEOF
21937 cat confdefs.h >>conftest.$ac_ext
21938 cat >>conftest.$ac_ext <<_ACEOF
21939 /* end confdefs.h. */
21940 #ifdef HAVE_SYS_TYPES_H
21941 #include <sys/types.h>
21942 #endif
21943 #ifdef HAVE_NETINET_IN_H
21944 # include <netinet/in.h>
21945 #endif
21946 #ifdef HAVE_ARPA_NAMESER_H
21947 # include <arpa/nameser.h>
21948 #endif
21951 main ()
21953 static ns_msg ac_aggr;
21954 if (ac_aggr._msg_ptr)
21955 return 0;
21957 return 0;
21959 _ACEOF
21960 rm -f conftest.$ac_objext
21961 if { (ac_try="$ac_compile"
21962 case "(($ac_try" in
21963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21964 *) ac_try_echo=$ac_try;;
21965 esac
21966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21967 (eval "$ac_compile") 2>conftest.er1
21968 ac_status=$?
21969 grep -v '^ *+' conftest.er1 >conftest.err
21970 rm -f conftest.er1
21971 cat conftest.err >&5
21972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21973 (exit $ac_status); } && {
21974 test -z "$ac_c_werror_flag" ||
21975 test ! -s conftest.err
21976 } && test -s conftest.$ac_objext; then
21977 ac_cv_member_ns_msg__msg_ptr=yes
21978 else
21979 echo "$as_me: failed program was:" >&5
21980 sed 's/^/| /' conftest.$ac_ext >&5
21982 cat >conftest.$ac_ext <<_ACEOF
21983 /* confdefs.h. */
21984 _ACEOF
21985 cat confdefs.h >>conftest.$ac_ext
21986 cat >>conftest.$ac_ext <<_ACEOF
21987 /* end confdefs.h. */
21988 #ifdef HAVE_SYS_TYPES_H
21989 #include <sys/types.h>
21990 #endif
21991 #ifdef HAVE_NETINET_IN_H
21992 # include <netinet/in.h>
21993 #endif
21994 #ifdef HAVE_ARPA_NAMESER_H
21995 # include <arpa/nameser.h>
21996 #endif
21999 main ()
22001 static ns_msg ac_aggr;
22002 if (sizeof ac_aggr._msg_ptr)
22003 return 0;
22005 return 0;
22007 _ACEOF
22008 rm -f conftest.$ac_objext
22009 if { (ac_try="$ac_compile"
22010 case "(($ac_try" in
22011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22012 *) ac_try_echo=$ac_try;;
22013 esac
22014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22015 (eval "$ac_compile") 2>conftest.er1
22016 ac_status=$?
22017 grep -v '^ *+' conftest.er1 >conftest.err
22018 rm -f conftest.er1
22019 cat conftest.err >&5
22020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22021 (exit $ac_status); } && {
22022 test -z "$ac_c_werror_flag" ||
22023 test ! -s conftest.err
22024 } && test -s conftest.$ac_objext; then
22025 ac_cv_member_ns_msg__msg_ptr=yes
22026 else
22027 echo "$as_me: failed program was:" >&5
22028 sed 's/^/| /' conftest.$ac_ext >&5
22030 ac_cv_member_ns_msg__msg_ptr=no
22033 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22038 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22039 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22040 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22042 cat >>confdefs.h <<_ACEOF
22043 #define HAVE_NS_MSG__MSG_PTR 1
22044 _ACEOF
22050 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22051 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22052 if test "${ac_cv_have_timezone+set}" = set; then
22053 echo $ECHO_N "(cached) $ECHO_C" >&6
22054 else
22055 cat >conftest.$ac_ext <<_ACEOF
22056 /* confdefs.h. */
22057 _ACEOF
22058 cat confdefs.h >>conftest.$ac_ext
22059 cat >>conftest.$ac_ext <<_ACEOF
22060 /* end confdefs.h. */
22061 #include <time.h>
22063 main ()
22065 timezone = 1
22067 return 0;
22069 _ACEOF
22070 rm -f conftest.$ac_objext conftest$ac_exeext
22071 if { (ac_try="$ac_link"
22072 case "(($ac_try" in
22073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22074 *) ac_try_echo=$ac_try;;
22075 esac
22076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22077 (eval "$ac_link") 2>conftest.er1
22078 ac_status=$?
22079 grep -v '^ *+' conftest.er1 >conftest.err
22080 rm -f conftest.er1
22081 cat conftest.err >&5
22082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22083 (exit $ac_status); } && {
22084 test -z "$ac_c_werror_flag" ||
22085 test ! -s conftest.err
22086 } && test -s conftest$ac_exeext &&
22087 $as_test_x conftest$ac_exeext; then
22088 ac_cv_have_timezone="yes"
22089 else
22090 echo "$as_me: failed program was:" >&5
22091 sed 's/^/| /' conftest.$ac_ext >&5
22093 ac_cv_have_timezone="no"
22096 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22097 conftest$ac_exeext conftest.$ac_ext
22099 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22100 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22101 if test "$ac_cv_have_timezone" = "yes"
22102 then
22104 cat >>confdefs.h <<\_ACEOF
22105 #define HAVE_TIMEZONE 1
22106 _ACEOF
22109 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22110 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22111 if test "${ac_cv_have_daylight+set}" = set; then
22112 echo $ECHO_N "(cached) $ECHO_C" >&6
22113 else
22114 cat >conftest.$ac_ext <<_ACEOF
22115 /* confdefs.h. */
22116 _ACEOF
22117 cat confdefs.h >>conftest.$ac_ext
22118 cat >>conftest.$ac_ext <<_ACEOF
22119 /* end confdefs.h. */
22120 #include <time.h>
22122 main ()
22124 daylight = 1
22126 return 0;
22128 _ACEOF
22129 rm -f conftest.$ac_objext conftest$ac_exeext
22130 if { (ac_try="$ac_link"
22131 case "(($ac_try" in
22132 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22133 *) ac_try_echo=$ac_try;;
22134 esac
22135 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22136 (eval "$ac_link") 2>conftest.er1
22137 ac_status=$?
22138 grep -v '^ *+' conftest.er1 >conftest.err
22139 rm -f conftest.er1
22140 cat conftest.err >&5
22141 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22142 (exit $ac_status); } && {
22143 test -z "$ac_c_werror_flag" ||
22144 test ! -s conftest.err
22145 } && test -s conftest$ac_exeext &&
22146 $as_test_x conftest$ac_exeext; then
22147 ac_cv_have_daylight="yes"
22148 else
22149 echo "$as_me: failed program was:" >&5
22150 sed 's/^/| /' conftest.$ac_ext >&5
22152 ac_cv_have_daylight="no"
22155 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22156 conftest$ac_exeext conftest.$ac_ext
22158 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22159 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22160 if test "$ac_cv_have_daylight" = "yes"
22161 then
22163 cat >>confdefs.h <<\_ACEOF
22164 #define HAVE_DAYLIGHT 1
22165 _ACEOF
22169 { echo "$as_me:$LINENO: checking for isinf" >&5
22170 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22171 if test "${ac_cv_have_isinf+set}" = set; then
22172 echo $ECHO_N "(cached) $ECHO_C" >&6
22173 else
22174 cat >conftest.$ac_ext <<_ACEOF
22175 /* confdefs.h. */
22176 _ACEOF
22177 cat confdefs.h >>conftest.$ac_ext
22178 cat >>conftest.$ac_ext <<_ACEOF
22179 /* end confdefs.h. */
22180 #include <math.h>
22182 main ()
22184 float f = 0.0; int i=isinf(f)
22186 return 0;
22188 _ACEOF
22189 rm -f conftest.$ac_objext conftest$ac_exeext
22190 if { (ac_try="$ac_link"
22191 case "(($ac_try" in
22192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22193 *) ac_try_echo=$ac_try;;
22194 esac
22195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22196 (eval "$ac_link") 2>conftest.er1
22197 ac_status=$?
22198 grep -v '^ *+' conftest.er1 >conftest.err
22199 rm -f conftest.er1
22200 cat conftest.err >&5
22201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22202 (exit $ac_status); } && {
22203 test -z "$ac_c_werror_flag" ||
22204 test ! -s conftest.err
22205 } && test -s conftest$ac_exeext &&
22206 $as_test_x conftest$ac_exeext; then
22207 ac_cv_have_isinf="yes"
22208 else
22209 echo "$as_me: failed program was:" >&5
22210 sed 's/^/| /' conftest.$ac_ext >&5
22212 ac_cv_have_isinf="no"
22215 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22216 conftest$ac_exeext conftest.$ac_ext
22218 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22219 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22220 if test "$ac_cv_have_isinf" = "yes"
22221 then
22223 cat >>confdefs.h <<\_ACEOF
22224 #define HAVE_ISINF 1
22225 _ACEOF
22230 case $host_cpu in
22231 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22232 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22233 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22234 echo $ECHO_N "(cached) $ECHO_C" >&6
22235 else
22236 cat >conftest.$ac_ext <<_ACEOF
22237 /* confdefs.h. */
22238 _ACEOF
22239 cat confdefs.h >>conftest.$ac_ext
22240 cat >>conftest.$ac_ext <<_ACEOF
22241 /* end confdefs.h. */
22242 #ifndef __i386__
22244 #endif
22245 _ACEOF
22246 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22247 $EGREP "yes" >/dev/null 2>&1; then
22248 ac_cv_cpp_def___i386__=yes
22249 else
22250 ac_cv_cpp_def___i386__=no
22252 rm -f conftest*
22255 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22256 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22257 if test $ac_cv_cpp_def___i386__ = yes; then
22258 CFLAGS="$CFLAGS -D__i386__"
22259 LINTFLAGS="$LINTFLAGS -D__i386__"
22262 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22263 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22264 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22265 echo $ECHO_N "(cached) $ECHO_C" >&6
22266 else
22267 cat >conftest.$ac_ext <<_ACEOF
22268 /* confdefs.h. */
22269 _ACEOF
22270 cat confdefs.h >>conftest.$ac_ext
22271 cat >>conftest.$ac_ext <<_ACEOF
22272 /* end confdefs.h. */
22273 #ifndef __x86_64__
22275 #endif
22276 _ACEOF
22277 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22278 $EGREP "yes" >/dev/null 2>&1; then
22279 ac_cv_cpp_def___x86_64__=yes
22280 else
22281 ac_cv_cpp_def___x86_64__=no
22283 rm -f conftest*
22286 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22287 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22288 if test $ac_cv_cpp_def___x86_64__ = yes; then
22289 CFLAGS="$CFLAGS -D__x86_64__"
22290 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22293 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22294 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22295 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22296 echo $ECHO_N "(cached) $ECHO_C" >&6
22297 else
22298 cat >conftest.$ac_ext <<_ACEOF
22299 /* confdefs.h. */
22300 _ACEOF
22301 cat confdefs.h >>conftest.$ac_ext
22302 cat >>conftest.$ac_ext <<_ACEOF
22303 /* end confdefs.h. */
22304 #ifndef __ALPHA__
22306 #endif
22307 _ACEOF
22308 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22309 $EGREP "yes" >/dev/null 2>&1; then
22310 ac_cv_cpp_def___ALPHA__=yes
22311 else
22312 ac_cv_cpp_def___ALPHA__=no
22314 rm -f conftest*
22317 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22318 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22319 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22320 CFLAGS="$CFLAGS -D__ALPHA__"
22321 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22324 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22325 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22326 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22327 echo $ECHO_N "(cached) $ECHO_C" >&6
22328 else
22329 cat >conftest.$ac_ext <<_ACEOF
22330 /* confdefs.h. */
22331 _ACEOF
22332 cat confdefs.h >>conftest.$ac_ext
22333 cat >>conftest.$ac_ext <<_ACEOF
22334 /* end confdefs.h. */
22335 #ifndef __sparc__
22337 #endif
22338 _ACEOF
22339 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22340 $EGREP "yes" >/dev/null 2>&1; then
22341 ac_cv_cpp_def___sparc__=yes
22342 else
22343 ac_cv_cpp_def___sparc__=no
22345 rm -f conftest*
22348 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22349 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22350 if test $ac_cv_cpp_def___sparc__ = yes; then
22351 CFLAGS="$CFLAGS -D__sparc__"
22352 LINTFLAGS="$LINTFLAGS -D__sparc__"
22355 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22356 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22357 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22358 echo $ECHO_N "(cached) $ECHO_C" >&6
22359 else
22360 cat >conftest.$ac_ext <<_ACEOF
22361 /* confdefs.h. */
22362 _ACEOF
22363 cat confdefs.h >>conftest.$ac_ext
22364 cat >>conftest.$ac_ext <<_ACEOF
22365 /* end confdefs.h. */
22366 #ifndef __powerpc__
22368 #endif
22369 _ACEOF
22370 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22371 $EGREP "yes" >/dev/null 2>&1; then
22372 ac_cv_cpp_def___powerpc__=yes
22373 else
22374 ac_cv_cpp_def___powerpc__=no
22376 rm -f conftest*
22379 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22380 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22381 if test $ac_cv_cpp_def___powerpc__ = yes; then
22382 CFLAGS="$CFLAGS -D__powerpc__"
22383 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22386 esac
22388 case $host_vendor in
22389 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22390 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22391 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22392 echo $ECHO_N "(cached) $ECHO_C" >&6
22393 else
22394 cat >conftest.$ac_ext <<_ACEOF
22395 /* confdefs.h. */
22396 _ACEOF
22397 cat confdefs.h >>conftest.$ac_ext
22398 cat >>conftest.$ac_ext <<_ACEOF
22399 /* end confdefs.h. */
22400 #ifndef __sun__
22402 #endif
22403 _ACEOF
22404 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22405 $EGREP "yes" >/dev/null 2>&1; then
22406 ac_cv_cpp_def___sun__=yes
22407 else
22408 ac_cv_cpp_def___sun__=no
22410 rm -f conftest*
22413 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22414 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22415 if test $ac_cv_cpp_def___sun__ = yes; then
22416 CFLAGS="$CFLAGS -D__sun__"
22417 LINTFLAGS="$LINTFLAGS -D__sun__"
22420 esac
22423 DEPENDENCIES="### Dependencies:
22425 .INIT: Makefile
22426 .BEGIN: Makefile
22427 Makefile: dummy
22428 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22430 \$(OBJS): \$(IDL_GEN_HEADERS)
22431 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22432 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22433 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22434 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22437 ALL_MAKERULES=""
22439 ALL_MAKEFILES=""
22441 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22444 ALL_TOP_DIRS=""
22446 ALL_DLL_DIRS=""
22448 ALL_IMPLIB_DIRS=""
22450 ALL_TEST_DIRS=""
22452 ALL_PROGRAM_DIRS=""
22454 ALL_PROGRAM_INSTALL_DIRS=""
22456 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22462 ac_config_commands="$ac_config_commands include/stamp-h"
22465 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22467 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22469 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22471 ac_config_commands="$ac_config_commands dlls/user32/resources"
22473 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22475 ac_config_commands="$ac_config_commands include/wine"
22478 ALL_MAKERULES="$ALL_MAKERULES \\
22479 Make.rules"
22480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22481 Make.rules: Make.rules.in"
22482 MAKE_RULES=Make.rules
22483 ac_config_files="$ac_config_files Make.rules"
22485 ALL_MAKERULES="$ALL_MAKERULES \\
22486 dlls/Makedll.rules"
22487 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22488 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22489 MAKE_DLL_RULES=dlls/Makedll.rules
22490 ac_config_files="$ac_config_files dlls/Makedll.rules"
22492 ALL_MAKERULES="$ALL_MAKERULES \\
22493 dlls/Makeimplib.rules"
22494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22495 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22496 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22497 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22499 ALL_MAKERULES="$ALL_MAKERULES \\
22500 dlls/Maketest.rules"
22501 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22502 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22503 MAKE_TEST_RULES=dlls/Maketest.rules
22504 ac_config_files="$ac_config_files dlls/Maketest.rules"
22506 ALL_MAKERULES="$ALL_MAKERULES \\
22507 programs/Makeprog.rules"
22508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22509 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22510 MAKE_PROG_RULES=programs/Makeprog.rules
22511 ac_config_files="$ac_config_files programs/Makeprog.rules"
22516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22517 Makefile: Makefile.in Make.rules"
22518 ac_config_files="$ac_config_files Makefile"
22520 ALL_MAKEFILES="$ALL_MAKEFILES \\
22521 dlls/Makefile"
22522 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22523 dlls"
22524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22525 dlls/Makefile: dlls/Makefile.in Make.rules"
22526 ac_config_files="$ac_config_files dlls/Makefile"
22528 ALL_MAKEFILES="$ALL_MAKEFILES \\
22529 dlls/acledit/Makefile"
22530 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22531 acledit"
22532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22533 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22534 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22536 ALL_MAKEFILES="$ALL_MAKEFILES \\
22537 dlls/activeds/Makefile"
22538 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22539 activeds"
22540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22541 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22542 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22544 ALL_MAKEFILES="$ALL_MAKEFILES \\
22545 dlls/actxprxy/Makefile"
22546 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22547 actxprxy"
22548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22549 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22550 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22552 ALL_MAKEFILES="$ALL_MAKEFILES \\
22553 dlls/adsiid/Makefile"
22554 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22555 adsiid"
22556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22557 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22558 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22560 ALL_MAKEFILES="$ALL_MAKEFILES \\
22561 dlls/advapi32/Makefile"
22562 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22563 advapi32"
22564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22565 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22566 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22568 ALL_MAKEFILES="$ALL_MAKEFILES \\
22569 dlls/advapi32/tests/Makefile"
22570 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22571 advapi32/tests"
22572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22573 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22574 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22576 ALL_MAKEFILES="$ALL_MAKEFILES \\
22577 dlls/advpack/Makefile"
22578 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22579 advpack"
22580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22581 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22582 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22584 ALL_MAKEFILES="$ALL_MAKEFILES \\
22585 dlls/advpack/tests/Makefile"
22586 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22587 advpack/tests"
22588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22589 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22590 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22592 ALL_MAKEFILES="$ALL_MAKEFILES \\
22593 dlls/amstream/Makefile"
22594 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22595 amstream"
22596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22597 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22598 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22600 ALL_MAKEFILES="$ALL_MAKEFILES \\
22601 dlls/appwiz.cpl/Makefile"
22602 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22603 appwiz.cpl"
22604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22605 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22606 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22608 ALL_MAKEFILES="$ALL_MAKEFILES \\
22609 dlls/atl/Makefile"
22610 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22611 atl"
22612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22613 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22614 ac_config_files="$ac_config_files dlls/atl/Makefile"
22616 ALL_MAKEFILES="$ALL_MAKEFILES \\
22617 dlls/avicap32/Makefile"
22618 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22619 avicap32"
22620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22621 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22622 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22624 ALL_MAKEFILES="$ALL_MAKEFILES \\
22625 dlls/avifil32/Makefile"
22626 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22627 avifil32"
22628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22629 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22630 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22632 ALL_MAKEFILES="$ALL_MAKEFILES \\
22633 dlls/browseui/Makefile"
22634 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22635 browseui"
22636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22637 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22638 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22640 ALL_MAKEFILES="$ALL_MAKEFILES \\
22641 dlls/browseui/tests/Makefile"
22642 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22643 browseui/tests"
22644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22645 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22646 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22648 ALL_MAKEFILES="$ALL_MAKEFILES \\
22649 dlls/cabinet/Makefile"
22650 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22651 cabinet"
22652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22653 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22654 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22656 ALL_MAKEFILES="$ALL_MAKEFILES \\
22657 dlls/cabinet/tests/Makefile"
22658 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22659 cabinet/tests"
22660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22661 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22662 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22664 ALL_MAKEFILES="$ALL_MAKEFILES \\
22665 dlls/capi2032/Makefile"
22666 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22667 capi2032"
22668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22669 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22670 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22672 ALL_MAKEFILES="$ALL_MAKEFILES \\
22673 dlls/cards/Makefile"
22674 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22675 cards"
22676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22677 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22678 ac_config_files="$ac_config_files dlls/cards/Makefile"
22680 ALL_MAKEFILES="$ALL_MAKEFILES \\
22681 dlls/cfgmgr32/Makefile"
22682 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22683 cfgmgr32"
22684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22685 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22686 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22688 ALL_MAKEFILES="$ALL_MAKEFILES \\
22689 dlls/clusapi/Makefile"
22690 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22691 clusapi"
22692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22693 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22694 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22696 ALL_MAKEFILES="$ALL_MAKEFILES \\
22697 dlls/comcat/Makefile"
22698 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22699 comcat"
22700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22701 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22702 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22704 ALL_MAKEFILES="$ALL_MAKEFILES \\
22705 dlls/comcat/tests/Makefile"
22706 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22707 comcat/tests"
22708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22709 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22710 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22712 ALL_MAKEFILES="$ALL_MAKEFILES \\
22713 dlls/comctl32/Makefile"
22714 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22715 comctl32"
22716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22717 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22718 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22720 ALL_MAKEFILES="$ALL_MAKEFILES \\
22721 dlls/comctl32/tests/Makefile"
22722 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22723 comctl32/tests"
22724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22725 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22726 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22728 ALL_MAKEFILES="$ALL_MAKEFILES \\
22729 dlls/comdlg32/Makefile"
22730 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22731 comdlg32"
22732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22733 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22734 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22736 ALL_MAKEFILES="$ALL_MAKEFILES \\
22737 dlls/comdlg32/tests/Makefile"
22738 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22739 comdlg32/tests"
22740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22741 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22742 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22744 ALL_MAKEFILES="$ALL_MAKEFILES \\
22745 dlls/compstui/Makefile"
22746 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22747 compstui"
22748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22749 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22750 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22752 ALL_MAKEFILES="$ALL_MAKEFILES \\
22753 dlls/credui/Makefile"
22754 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22755 credui"
22756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22757 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22758 ac_config_files="$ac_config_files dlls/credui/Makefile"
22760 ALL_MAKEFILES="$ALL_MAKEFILES \\
22761 dlls/credui/tests/Makefile"
22762 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22763 credui/tests"
22764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22765 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22766 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22768 ALL_MAKEFILES="$ALL_MAKEFILES \\
22769 dlls/crtdll/Makefile"
22770 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22771 crtdll"
22772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22773 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22774 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22776 ALL_MAKEFILES="$ALL_MAKEFILES \\
22777 dlls/crypt32/Makefile"
22778 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22779 crypt32"
22780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22781 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22782 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22784 ALL_MAKEFILES="$ALL_MAKEFILES \\
22785 dlls/crypt32/tests/Makefile"
22786 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22787 crypt32/tests"
22788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22789 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22790 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22792 ALL_MAKEFILES="$ALL_MAKEFILES \\
22793 dlls/cryptdlg/Makefile"
22794 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22795 cryptdlg"
22796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22797 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22798 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22800 ALL_MAKEFILES="$ALL_MAKEFILES \\
22801 dlls/cryptdll/Makefile"
22802 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22803 cryptdll"
22804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22805 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22806 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22808 ALL_MAKEFILES="$ALL_MAKEFILES \\
22809 dlls/cryptnet/Makefile"
22810 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22811 cryptnet"
22812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22813 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22814 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22816 ALL_MAKEFILES="$ALL_MAKEFILES \\
22817 dlls/cryptnet/tests/Makefile"
22818 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22819 cryptnet/tests"
22820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22821 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22822 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22824 ALL_MAKEFILES="$ALL_MAKEFILES \\
22825 dlls/cryptui/Makefile"
22826 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22827 cryptui"
22828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22829 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22830 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22832 ALL_MAKEFILES="$ALL_MAKEFILES \\
22833 dlls/ctapi32/Makefile"
22834 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22835 ctapi32"
22836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22837 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22838 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22840 ALL_MAKEFILES="$ALL_MAKEFILES \\
22841 dlls/ctl3d32/Makefile"
22842 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22843 ctl3d32"
22844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22845 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22846 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22848 ALL_MAKEFILES="$ALL_MAKEFILES \\
22849 dlls/d3d10/Makefile"
22850 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22851 d3d10"
22852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22853 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22854 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22856 ALL_MAKEFILES="$ALL_MAKEFILES \\
22857 dlls/d3d8/Makefile"
22858 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22859 d3d8"
22860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22861 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22862 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22864 ALL_MAKEFILES="$ALL_MAKEFILES \\
22865 dlls/d3d8/tests/Makefile"
22866 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22867 d3d8/tests"
22868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22869 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22870 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22872 ALL_MAKEFILES="$ALL_MAKEFILES \\
22873 dlls/d3d9/Makefile"
22874 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22875 d3d9"
22876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22877 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22878 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22880 ALL_MAKEFILES="$ALL_MAKEFILES \\
22881 dlls/d3d9/tests/Makefile"
22882 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22883 d3d9/tests"
22884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22885 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22886 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22888 ALL_MAKEFILES="$ALL_MAKEFILES \\
22889 dlls/d3dim/Makefile"
22890 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22891 d3dim"
22892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22893 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22894 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22896 ALL_MAKEFILES="$ALL_MAKEFILES \\
22897 dlls/d3drm/Makefile"
22898 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22899 d3drm"
22900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22901 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22902 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22904 ALL_MAKEFILES="$ALL_MAKEFILES \\
22905 dlls/d3drm/tests/Makefile"
22906 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22907 d3drm/tests"
22908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22909 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22910 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22912 ALL_MAKEFILES="$ALL_MAKEFILES \\
22913 dlls/d3dx8/Makefile"
22914 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22915 d3dx8"
22916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22917 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22918 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22920 ALL_MAKEFILES="$ALL_MAKEFILES \\
22921 dlls/d3dx8/tests/Makefile"
22922 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22923 d3dx8/tests"
22924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22925 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22926 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22928 ALL_MAKEFILES="$ALL_MAKEFILES \\
22929 dlls/d3dx9_24/Makefile"
22930 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22931 d3dx9_24"
22932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22933 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22934 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22936 ALL_MAKEFILES="$ALL_MAKEFILES \\
22937 dlls/d3dx9_25/Makefile"
22938 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22939 d3dx9_25"
22940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22941 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22942 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22944 ALL_MAKEFILES="$ALL_MAKEFILES \\
22945 dlls/d3dx9_26/Makefile"
22946 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22947 d3dx9_26"
22948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22949 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22950 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22952 ALL_MAKEFILES="$ALL_MAKEFILES \\
22953 dlls/d3dx9_27/Makefile"
22954 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22955 d3dx9_27"
22956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22957 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22958 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22960 ALL_MAKEFILES="$ALL_MAKEFILES \\
22961 dlls/d3dx9_28/Makefile"
22962 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22963 d3dx9_28"
22964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22965 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22966 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22968 ALL_MAKEFILES="$ALL_MAKEFILES \\
22969 dlls/d3dx9_29/Makefile"
22970 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22971 d3dx9_29"
22972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22973 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22974 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22976 ALL_MAKEFILES="$ALL_MAKEFILES \\
22977 dlls/d3dx9_30/Makefile"
22978 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22979 d3dx9_30"
22980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22981 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22982 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22984 ALL_MAKEFILES="$ALL_MAKEFILES \\
22985 dlls/d3dx9_31/Makefile"
22986 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22987 d3dx9_31"
22988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22989 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22990 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22992 ALL_MAKEFILES="$ALL_MAKEFILES \\
22993 dlls/d3dx9_32/Makefile"
22994 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22995 d3dx9_32"
22996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22997 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22998 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23000 ALL_MAKEFILES="$ALL_MAKEFILES \\
23001 dlls/d3dx9_33/Makefile"
23002 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23003 d3dx9_33"
23004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23005 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23006 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23008 ALL_MAKEFILES="$ALL_MAKEFILES \\
23009 dlls/d3dx9_34/Makefile"
23010 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23011 d3dx9_34"
23012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23013 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23014 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23016 ALL_MAKEFILES="$ALL_MAKEFILES \\
23017 dlls/d3dx9_35/Makefile"
23018 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23019 d3dx9_35"
23020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23021 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23022 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23024 ALL_MAKEFILES="$ALL_MAKEFILES \\
23025 dlls/d3dx9_36/Makefile"
23026 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23027 d3dx9_36"
23028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23029 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23030 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23032 ALL_MAKEFILES="$ALL_MAKEFILES \\
23033 dlls/d3dx9_36/tests/Makefile"
23034 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23035 d3dx9_36/tests"
23036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23037 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23038 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23040 ALL_MAKEFILES="$ALL_MAKEFILES \\
23041 dlls/d3dx9_37/Makefile"
23042 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23043 d3dx9_37"
23044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23045 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23046 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23048 ALL_MAKEFILES="$ALL_MAKEFILES \\
23049 dlls/d3dxof/Makefile"
23050 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23051 d3dxof"
23052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23053 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23054 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23056 ALL_MAKEFILES="$ALL_MAKEFILES \\
23057 dlls/d3dxof/tests/Makefile"
23058 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23059 d3dxof/tests"
23060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23061 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23062 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23064 ALL_MAKEFILES="$ALL_MAKEFILES \\
23065 dlls/dbghelp/Makefile"
23066 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23067 dbghelp"
23068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23069 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23070 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23072 ALL_MAKEFILES="$ALL_MAKEFILES \\
23073 dlls/dciman32/Makefile"
23074 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23075 dciman32"
23076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23077 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23078 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23080 ALL_MAKEFILES="$ALL_MAKEFILES \\
23081 dlls/ddraw/Makefile"
23082 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23083 ddraw"
23084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23085 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23086 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23088 ALL_MAKEFILES="$ALL_MAKEFILES \\
23089 dlls/ddraw/tests/Makefile"
23090 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23091 ddraw/tests"
23092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23093 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23094 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23096 ALL_MAKEFILES="$ALL_MAKEFILES \\
23097 dlls/ddrawex/Makefile"
23098 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23099 ddrawex"
23100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23101 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23102 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23104 ALL_MAKEFILES="$ALL_MAKEFILES \\
23105 dlls/devenum/Makefile"
23106 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23107 devenum"
23108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23109 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23110 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23112 ALL_MAKEFILES="$ALL_MAKEFILES \\
23113 dlls/dinput/Makefile"
23114 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23115 dinput"
23116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23117 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23118 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23120 ALL_MAKEFILES="$ALL_MAKEFILES \\
23121 dlls/dinput/tests/Makefile"
23122 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23123 dinput/tests"
23124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23125 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23126 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23128 ALL_MAKEFILES="$ALL_MAKEFILES \\
23129 dlls/dinput8/Makefile"
23130 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23131 dinput8"
23132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23133 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23134 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23136 ALL_MAKEFILES="$ALL_MAKEFILES \\
23137 dlls/dmband/Makefile"
23138 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23139 dmband"
23140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23141 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23142 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23144 ALL_MAKEFILES="$ALL_MAKEFILES \\
23145 dlls/dmcompos/Makefile"
23146 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23147 dmcompos"
23148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23149 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23150 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23152 ALL_MAKEFILES="$ALL_MAKEFILES \\
23153 dlls/dmime/Makefile"
23154 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23155 dmime"
23156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23157 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23158 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23160 ALL_MAKEFILES="$ALL_MAKEFILES \\
23161 dlls/dmloader/Makefile"
23162 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23163 dmloader"
23164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23165 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23166 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23168 ALL_MAKEFILES="$ALL_MAKEFILES \\
23169 dlls/dmscript/Makefile"
23170 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23171 dmscript"
23172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23173 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23174 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23176 ALL_MAKEFILES="$ALL_MAKEFILES \\
23177 dlls/dmstyle/Makefile"
23178 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23179 dmstyle"
23180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23181 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23182 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23184 ALL_MAKEFILES="$ALL_MAKEFILES \\
23185 dlls/dmsynth/Makefile"
23186 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23187 dmsynth"
23188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23189 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23190 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23192 ALL_MAKEFILES="$ALL_MAKEFILES \\
23193 dlls/dmusic/Makefile"
23194 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23195 dmusic"
23196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23197 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23198 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23200 ALL_MAKEFILES="$ALL_MAKEFILES \\
23201 dlls/dmusic32/Makefile"
23202 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23203 dmusic32"
23204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23205 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23206 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23208 ALL_MAKEFILES="$ALL_MAKEFILES \\
23209 dlls/dnsapi/Makefile"
23210 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23211 dnsapi"
23212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23213 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23214 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23216 ALL_MAKEFILES="$ALL_MAKEFILES \\
23217 dlls/dnsapi/tests/Makefile"
23218 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23219 dnsapi/tests"
23220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23221 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23222 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23224 ALL_MAKEFILES="$ALL_MAKEFILES \\
23225 dlls/dplay/Makefile"
23226 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23227 dplay"
23228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23229 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23230 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23232 ALL_MAKEFILES="$ALL_MAKEFILES \\
23233 dlls/dplayx/Makefile"
23234 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23235 dplayx"
23236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23237 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23238 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23240 ALL_MAKEFILES="$ALL_MAKEFILES \\
23241 dlls/dplayx/tests/Makefile"
23242 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23243 dplayx/tests"
23244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23245 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23246 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23248 ALL_MAKEFILES="$ALL_MAKEFILES \\
23249 dlls/dpnaddr/Makefile"
23250 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23251 dpnaddr"
23252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23253 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23254 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23256 ALL_MAKEFILES="$ALL_MAKEFILES \\
23257 dlls/dpnet/Makefile"
23258 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23259 dpnet"
23260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23261 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23262 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23264 ALL_MAKEFILES="$ALL_MAKEFILES \\
23265 dlls/dpnhpast/Makefile"
23266 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23267 dpnhpast"
23268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23269 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23270 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23272 ALL_MAKEFILES="$ALL_MAKEFILES \\
23273 dlls/dpnlobby/Makefile"
23274 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23275 dpnlobby"
23276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23277 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23278 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23280 ALL_MAKEFILES="$ALL_MAKEFILES \\
23281 dlls/dpwsockx/Makefile"
23282 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23283 dpwsockx"
23284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23285 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23286 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23288 ALL_MAKEFILES="$ALL_MAKEFILES \\
23289 dlls/dsound/Makefile"
23290 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23291 dsound"
23292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23293 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23294 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23296 ALL_MAKEFILES="$ALL_MAKEFILES \\
23297 dlls/dsound/tests/Makefile"
23298 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23299 dsound/tests"
23300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23301 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23302 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23304 ALL_MAKEFILES="$ALL_MAKEFILES \\
23305 dlls/dssenh/Makefile"
23306 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23307 dssenh"
23308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23309 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23310 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23312 ALL_MAKEFILES="$ALL_MAKEFILES \\
23313 dlls/dswave/Makefile"
23314 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23315 dswave"
23316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23317 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23318 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23320 ALL_MAKEFILES="$ALL_MAKEFILES \\
23321 dlls/dwmapi/Makefile"
23322 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23323 dwmapi"
23324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23325 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23326 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23328 ALL_MAKEFILES="$ALL_MAKEFILES \\
23329 dlls/dxdiagn/Makefile"
23330 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23331 dxdiagn"
23332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23333 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23334 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23336 ALL_MAKEFILES="$ALL_MAKEFILES \\
23337 dlls/dxerr8/Makefile"
23338 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23339 dxerr8"
23340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23341 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23342 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23344 ALL_MAKEFILES="$ALL_MAKEFILES \\
23345 dlls/dxerr9/Makefile"
23346 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23347 dxerr9"
23348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23349 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23350 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23352 ALL_MAKEFILES="$ALL_MAKEFILES \\
23353 dlls/dxguid/Makefile"
23354 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23355 dxguid"
23356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23357 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23358 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23360 ALL_MAKEFILES="$ALL_MAKEFILES \\
23361 dlls/faultrep/Makefile"
23362 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23363 faultrep"
23364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23365 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23366 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23368 ALL_MAKEFILES="$ALL_MAKEFILES \\
23369 dlls/fusion/Makefile"
23370 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23371 fusion"
23372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23373 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23374 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23376 ALL_MAKEFILES="$ALL_MAKEFILES \\
23377 dlls/fusion/tests/Makefile"
23378 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23379 fusion/tests"
23380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23381 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23382 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23384 ALL_MAKEFILES="$ALL_MAKEFILES \\
23385 dlls/gdi32/Makefile"
23386 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23387 gdi32"
23388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23389 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23390 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23392 ALL_MAKEFILES="$ALL_MAKEFILES \\
23393 dlls/gdi32/tests/Makefile"
23394 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23395 gdi32/tests"
23396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23397 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23398 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23400 ALL_MAKEFILES="$ALL_MAKEFILES \\
23401 dlls/gdiplus/Makefile"
23402 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23403 gdiplus"
23404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23405 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23406 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23408 ALL_MAKEFILES="$ALL_MAKEFILES \\
23409 dlls/gdiplus/tests/Makefile"
23410 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23411 gdiplus/tests"
23412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23413 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23414 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23416 ALL_MAKEFILES="$ALL_MAKEFILES \\
23417 dlls/glu32/Makefile"
23418 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23419 glu32"
23420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23421 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23422 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23424 ALL_MAKEFILES="$ALL_MAKEFILES \\
23425 dlls/gphoto2.ds/Makefile"
23426 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23427 gphoto2.ds"
23428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23429 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23430 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23432 ALL_MAKEFILES="$ALL_MAKEFILES \\
23433 dlls/gpkcsp/Makefile"
23434 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23435 gpkcsp"
23436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23437 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23438 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23440 ALL_MAKEFILES="$ALL_MAKEFILES \\
23441 dlls/hal/Makefile"
23442 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23443 hal"
23444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23445 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23446 ac_config_files="$ac_config_files dlls/hal/Makefile"
23448 ALL_MAKEFILES="$ALL_MAKEFILES \\
23449 dlls/hhctrl.ocx/Makefile"
23450 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23451 hhctrl.ocx"
23452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23453 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23454 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23456 ALL_MAKEFILES="$ALL_MAKEFILES \\
23457 dlls/hid/Makefile"
23458 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23459 hid"
23460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23461 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23462 ac_config_files="$ac_config_files dlls/hid/Makefile"
23464 ALL_MAKEFILES="$ALL_MAKEFILES \\
23465 dlls/hlink/Makefile"
23466 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23467 hlink"
23468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23469 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23470 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23472 ALL_MAKEFILES="$ALL_MAKEFILES \\
23473 dlls/hlink/tests/Makefile"
23474 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23475 hlink/tests"
23476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23477 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23478 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23480 ALL_MAKEFILES="$ALL_MAKEFILES \\
23481 dlls/hnetcfg/Makefile"
23482 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23483 hnetcfg"
23484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23485 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23486 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23488 ALL_MAKEFILES="$ALL_MAKEFILES \\
23489 dlls/iccvid/Makefile"
23490 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23491 iccvid"
23492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23493 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23494 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23496 ALL_MAKEFILES="$ALL_MAKEFILES \\
23497 dlls/icmp/Makefile"
23498 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23499 icmp"
23500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23501 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23502 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23504 ALL_MAKEFILES="$ALL_MAKEFILES \\
23505 dlls/ifsmgr.vxd/Makefile"
23506 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23507 ifsmgr.vxd"
23508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23509 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23510 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23512 ALL_MAKEFILES="$ALL_MAKEFILES \\
23513 dlls/imaadp32.acm/Makefile"
23514 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23515 imaadp32.acm"
23516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23517 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23518 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23520 ALL_MAKEFILES="$ALL_MAKEFILES \\
23521 dlls/imagehlp/Makefile"
23522 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23523 imagehlp"
23524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23525 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23526 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23528 ALL_MAKEFILES="$ALL_MAKEFILES \\
23529 dlls/imm32/Makefile"
23530 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23531 imm32"
23532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23533 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23534 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23536 ALL_MAKEFILES="$ALL_MAKEFILES \\
23537 dlls/imm32/tests/Makefile"
23538 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23539 imm32/tests"
23540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23541 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23542 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23544 ALL_MAKEFILES="$ALL_MAKEFILES \\
23545 dlls/inetcomm/Makefile"
23546 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23547 inetcomm"
23548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23549 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23550 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23552 ALL_MAKEFILES="$ALL_MAKEFILES \\
23553 dlls/inetcomm/tests/Makefile"
23554 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23555 inetcomm/tests"
23556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23557 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23558 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23560 ALL_MAKEFILES="$ALL_MAKEFILES \\
23561 dlls/inetmib1/Makefile"
23562 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23563 inetmib1"
23564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23565 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23566 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23568 ALL_MAKEFILES="$ALL_MAKEFILES \\
23569 dlls/inetmib1/tests/Makefile"
23570 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23571 inetmib1/tests"
23572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23573 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23574 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23576 ALL_MAKEFILES="$ALL_MAKEFILES \\
23577 dlls/infosoft/Makefile"
23578 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23579 infosoft"
23580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23581 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23582 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23584 ALL_MAKEFILES="$ALL_MAKEFILES \\
23585 dlls/infosoft/tests/Makefile"
23586 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23587 infosoft/tests"
23588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23589 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23590 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23592 ALL_MAKEFILES="$ALL_MAKEFILES \\
23593 dlls/initpki/Makefile"
23594 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23595 initpki"
23596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23597 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23598 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23600 ALL_MAKEFILES="$ALL_MAKEFILES \\
23601 dlls/inkobj/Makefile"
23602 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23603 inkobj"
23604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23605 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23606 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23608 ALL_MAKEFILES="$ALL_MAKEFILES \\
23609 dlls/inseng/Makefile"
23610 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23611 inseng"
23612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23613 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23614 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23616 ALL_MAKEFILES="$ALL_MAKEFILES \\
23617 dlls/iphlpapi/Makefile"
23618 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23619 iphlpapi"
23620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23621 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23622 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23624 ALL_MAKEFILES="$ALL_MAKEFILES \\
23625 dlls/iphlpapi/tests/Makefile"
23626 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23627 iphlpapi/tests"
23628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23629 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23630 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23632 ALL_MAKEFILES="$ALL_MAKEFILES \\
23633 dlls/itircl/Makefile"
23634 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23635 itircl"
23636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23637 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23638 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23640 ALL_MAKEFILES="$ALL_MAKEFILES \\
23641 dlls/itss/Makefile"
23642 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23643 itss"
23644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23645 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23646 ac_config_files="$ac_config_files dlls/itss/Makefile"
23648 ALL_MAKEFILES="$ALL_MAKEFILES \\
23649 dlls/itss/tests/Makefile"
23650 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23651 itss/tests"
23652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23653 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23654 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23656 ALL_MAKEFILES="$ALL_MAKEFILES \\
23657 dlls/jscript/Makefile"
23658 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23659 jscript"
23660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23661 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23662 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23664 ALL_MAKEFILES="$ALL_MAKEFILES \\
23665 dlls/jscript/tests/Makefile"
23666 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23667 jscript/tests"
23668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23669 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23670 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23672 ALL_MAKEFILES="$ALL_MAKEFILES \\
23673 dlls/kernel32/Makefile"
23674 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23675 kernel32"
23676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23677 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23678 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23680 ALL_MAKEFILES="$ALL_MAKEFILES \\
23681 dlls/kernel32/tests/Makefile"
23682 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23683 kernel32/tests"
23684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23685 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23686 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23688 ALL_MAKEFILES="$ALL_MAKEFILES \\
23689 dlls/localspl/Makefile"
23690 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23691 localspl"
23692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23693 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23694 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23696 ALL_MAKEFILES="$ALL_MAKEFILES \\
23697 dlls/localspl/tests/Makefile"
23698 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23699 localspl/tests"
23700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23701 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23702 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23704 ALL_MAKEFILES="$ALL_MAKEFILES \\
23705 dlls/localui/Makefile"
23706 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23707 localui"
23708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23709 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23710 ac_config_files="$ac_config_files dlls/localui/Makefile"
23712 ALL_MAKEFILES="$ALL_MAKEFILES \\
23713 dlls/localui/tests/Makefile"
23714 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23715 localui/tests"
23716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23717 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23718 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23720 ALL_MAKEFILES="$ALL_MAKEFILES \\
23721 dlls/lz32/Makefile"
23722 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23723 lz32"
23724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23725 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23726 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23728 ALL_MAKEFILES="$ALL_MAKEFILES \\
23729 dlls/lz32/tests/Makefile"
23730 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23731 lz32/tests"
23732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23733 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23734 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23736 ALL_MAKEFILES="$ALL_MAKEFILES \\
23737 dlls/mapi32/Makefile"
23738 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23739 mapi32"
23740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23741 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23742 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23744 ALL_MAKEFILES="$ALL_MAKEFILES \\
23745 dlls/mapi32/tests/Makefile"
23746 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23747 mapi32/tests"
23748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23749 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23750 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23752 ALL_MAKEFILES="$ALL_MAKEFILES \\
23753 dlls/mciavi32/Makefile"
23754 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23755 mciavi32"
23756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23757 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23758 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23760 ALL_MAKEFILES="$ALL_MAKEFILES \\
23761 dlls/mcicda/Makefile"
23762 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23763 mcicda"
23764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23765 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23766 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23768 ALL_MAKEFILES="$ALL_MAKEFILES \\
23769 dlls/mciseq/Makefile"
23770 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23771 mciseq"
23772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23773 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23774 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23776 ALL_MAKEFILES="$ALL_MAKEFILES \\
23777 dlls/mciwave/Makefile"
23778 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23779 mciwave"
23780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23781 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23782 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23784 ALL_MAKEFILES="$ALL_MAKEFILES \\
23785 dlls/midimap/Makefile"
23786 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23787 midimap"
23788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23789 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23790 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23792 ALL_MAKEFILES="$ALL_MAKEFILES \\
23793 dlls/mlang/Makefile"
23794 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23795 mlang"
23796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23797 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23798 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23800 ALL_MAKEFILES="$ALL_MAKEFILES \\
23801 dlls/mlang/tests/Makefile"
23802 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23803 mlang/tests"
23804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23805 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23806 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23808 ALL_MAKEFILES="$ALL_MAKEFILES \\
23809 dlls/mmdevldr.vxd/Makefile"
23810 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23811 mmdevldr.vxd"
23812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23813 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23814 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23816 ALL_MAKEFILES="$ALL_MAKEFILES \\
23817 dlls/monodebg.vxd/Makefile"
23818 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23819 monodebg.vxd"
23820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23821 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23822 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23824 ALL_MAKEFILES="$ALL_MAKEFILES \\
23825 dlls/mountmgr.sys/Makefile"
23826 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23827 mountmgr.sys"
23828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23829 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23830 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23832 ALL_MAKEFILES="$ALL_MAKEFILES \\
23833 dlls/mpr/Makefile"
23834 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23835 mpr"
23836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23837 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23838 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23840 ALL_MAKEFILES="$ALL_MAKEFILES \\
23841 dlls/mprapi/Makefile"
23842 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23843 mprapi"
23844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23845 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23846 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23848 ALL_MAKEFILES="$ALL_MAKEFILES \\
23849 dlls/msacm32.drv/Makefile"
23850 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23851 msacm32.drv"
23852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23853 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23854 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23856 ALL_MAKEFILES="$ALL_MAKEFILES \\
23857 dlls/msacm32/Makefile"
23858 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23859 msacm32"
23860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23861 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23862 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23864 ALL_MAKEFILES="$ALL_MAKEFILES \\
23865 dlls/msacm32/tests/Makefile"
23866 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23867 msacm32/tests"
23868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23869 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23870 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23872 ALL_MAKEFILES="$ALL_MAKEFILES \\
23873 dlls/msadp32.acm/Makefile"
23874 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23875 msadp32.acm"
23876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23877 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23878 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23880 ALL_MAKEFILES="$ALL_MAKEFILES \\
23881 dlls/mscat32/Makefile"
23882 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23883 mscat32"
23884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23885 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23886 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23888 ALL_MAKEFILES="$ALL_MAKEFILES \\
23889 dlls/mscms/Makefile"
23890 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23891 mscms"
23892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23893 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23894 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23896 ALL_MAKEFILES="$ALL_MAKEFILES \\
23897 dlls/mscms/tests/Makefile"
23898 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23899 mscms/tests"
23900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23901 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23902 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23904 ALL_MAKEFILES="$ALL_MAKEFILES \\
23905 dlls/mscoree/Makefile"
23906 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23907 mscoree"
23908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23909 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23910 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23912 ALL_MAKEFILES="$ALL_MAKEFILES \\
23913 dlls/msdmo/Makefile"
23914 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23915 msdmo"
23916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23917 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23918 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23920 ALL_MAKEFILES="$ALL_MAKEFILES \\
23921 dlls/msftedit/Makefile"
23922 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23923 msftedit"
23924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23925 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23926 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23928 ALL_MAKEFILES="$ALL_MAKEFILES \\
23929 dlls/msg711.acm/Makefile"
23930 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23931 msg711.acm"
23932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23933 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23934 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23936 ALL_MAKEFILES="$ALL_MAKEFILES \\
23937 dlls/mshtml.tlb/Makefile"
23938 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23939 mshtml.tlb"
23940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23941 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23942 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23944 ALL_MAKEFILES="$ALL_MAKEFILES \\
23945 dlls/mshtml/Makefile"
23946 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23947 mshtml"
23948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23949 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23950 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23952 ALL_MAKEFILES="$ALL_MAKEFILES \\
23953 dlls/mshtml/tests/Makefile"
23954 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23955 mshtml/tests"
23956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23957 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23958 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23960 ALL_MAKEFILES="$ALL_MAKEFILES \\
23961 dlls/msi/Makefile"
23962 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23963 msi"
23964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23965 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23966 ac_config_files="$ac_config_files dlls/msi/Makefile"
23968 ALL_MAKEFILES="$ALL_MAKEFILES \\
23969 dlls/msi/tests/Makefile"
23970 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23971 msi/tests"
23972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23973 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23974 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23976 ALL_MAKEFILES="$ALL_MAKEFILES \\
23977 dlls/msimg32/Makefile"
23978 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23979 msimg32"
23980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23981 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23982 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23984 ALL_MAKEFILES="$ALL_MAKEFILES \\
23985 dlls/msimtf/Makefile"
23986 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23987 msimtf"
23988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23989 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23990 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23992 ALL_MAKEFILES="$ALL_MAKEFILES \\
23993 dlls/msisip/Makefile"
23994 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23995 msisip"
23996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23997 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23998 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24000 ALL_MAKEFILES="$ALL_MAKEFILES \\
24001 dlls/msisys.ocx/Makefile"
24002 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24003 msisys.ocx"
24004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24005 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24006 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24008 ALL_MAKEFILES="$ALL_MAKEFILES \\
24009 dlls/msnet32/Makefile"
24010 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24011 msnet32"
24012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24013 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24014 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24016 ALL_MAKEFILES="$ALL_MAKEFILES \\
24017 dlls/msrle32/Makefile"
24018 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24019 msrle32"
24020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24021 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24022 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24024 ALL_MAKEFILES="$ALL_MAKEFILES \\
24025 dlls/mssip32/Makefile"
24026 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24027 mssip32"
24028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24029 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24030 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24032 ALL_MAKEFILES="$ALL_MAKEFILES \\
24033 dlls/mstask/Makefile"
24034 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24035 mstask"
24036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24037 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24038 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24040 ALL_MAKEFILES="$ALL_MAKEFILES \\
24041 dlls/mstask/tests/Makefile"
24042 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24043 mstask/tests"
24044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24045 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24046 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24048 ALL_MAKEFILES="$ALL_MAKEFILES \\
24049 dlls/msvcirt/Makefile"
24050 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24051 msvcirt"
24052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24053 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24054 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24056 ALL_MAKEFILES="$ALL_MAKEFILES \\
24057 dlls/msvcr71/Makefile"
24058 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24059 msvcr71"
24060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24061 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24062 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24064 ALL_MAKEFILES="$ALL_MAKEFILES \\
24065 dlls/msvcrt/Makefile"
24066 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24067 msvcrt"
24068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24069 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24070 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24072 ALL_MAKEFILES="$ALL_MAKEFILES \\
24073 dlls/msvcrt/tests/Makefile"
24074 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24075 msvcrt/tests"
24076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24077 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24078 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24080 ALL_MAKEFILES="$ALL_MAKEFILES \\
24081 dlls/msvcrt20/Makefile"
24082 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24083 msvcrt20"
24084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24085 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24086 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24088 ALL_MAKEFILES="$ALL_MAKEFILES \\
24089 dlls/msvcrt40/Makefile"
24090 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24091 msvcrt40"
24092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24093 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24094 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24096 ALL_MAKEFILES="$ALL_MAKEFILES \\
24097 dlls/msvcrtd/Makefile"
24098 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24099 msvcrtd"
24100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24101 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24102 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24104 ALL_MAKEFILES="$ALL_MAKEFILES \\
24105 dlls/msvcrtd/tests/Makefile"
24106 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24107 msvcrtd/tests"
24108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24109 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24110 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24112 ALL_MAKEFILES="$ALL_MAKEFILES \\
24113 dlls/msvfw32/Makefile"
24114 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24115 msvfw32"
24116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24117 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24118 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24120 ALL_MAKEFILES="$ALL_MAKEFILES \\
24121 dlls/msvidc32/Makefile"
24122 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24123 msvidc32"
24124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24125 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24126 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24128 ALL_MAKEFILES="$ALL_MAKEFILES \\
24129 dlls/mswsock/Makefile"
24130 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24131 mswsock"
24132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24133 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24134 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24136 ALL_MAKEFILES="$ALL_MAKEFILES \\
24137 dlls/msxml3/Makefile"
24138 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24139 msxml3"
24140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24141 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24142 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24144 ALL_MAKEFILES="$ALL_MAKEFILES \\
24145 dlls/msxml3/tests/Makefile"
24146 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24147 msxml3/tests"
24148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24149 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24150 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24152 ALL_MAKEFILES="$ALL_MAKEFILES \\
24153 dlls/nddeapi/Makefile"
24154 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24155 nddeapi"
24156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24157 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24158 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24160 ALL_MAKEFILES="$ALL_MAKEFILES \\
24161 dlls/netapi32/Makefile"
24162 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24163 netapi32"
24164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24165 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24166 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24168 ALL_MAKEFILES="$ALL_MAKEFILES \\
24169 dlls/netapi32/tests/Makefile"
24170 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24171 netapi32/tests"
24172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24173 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24174 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24176 ALL_MAKEFILES="$ALL_MAKEFILES \\
24177 dlls/newdev/Makefile"
24178 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24179 newdev"
24180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24181 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24182 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24184 ALL_MAKEFILES="$ALL_MAKEFILES \\
24185 dlls/ntdll/Makefile"
24186 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24187 ntdll"
24188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24189 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24190 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24192 ALL_MAKEFILES="$ALL_MAKEFILES \\
24193 dlls/ntdll/tests/Makefile"
24194 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24195 ntdll/tests"
24196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24197 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24198 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24200 ALL_MAKEFILES="$ALL_MAKEFILES \\
24201 dlls/ntdsapi/Makefile"
24202 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24203 ntdsapi"
24204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24205 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24206 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24208 ALL_MAKEFILES="$ALL_MAKEFILES \\
24209 dlls/ntdsapi/tests/Makefile"
24210 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24211 ntdsapi/tests"
24212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24213 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24214 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24216 ALL_MAKEFILES="$ALL_MAKEFILES \\
24217 dlls/ntoskrnl.exe/Makefile"
24218 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24219 ntoskrnl.exe"
24220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24221 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24222 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24224 ALL_MAKEFILES="$ALL_MAKEFILES \\
24225 dlls/ntprint/Makefile"
24226 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24227 ntprint"
24228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24229 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24230 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24232 ALL_MAKEFILES="$ALL_MAKEFILES \\
24233 dlls/ntprint/tests/Makefile"
24234 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24235 ntprint/tests"
24236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24237 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24238 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24240 ALL_MAKEFILES="$ALL_MAKEFILES \\
24241 dlls/objsel/Makefile"
24242 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24243 objsel"
24244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24245 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24246 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24248 ALL_MAKEFILES="$ALL_MAKEFILES \\
24249 dlls/odbc32/Makefile"
24250 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24251 odbc32"
24252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24253 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24254 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24256 ALL_MAKEFILES="$ALL_MAKEFILES \\
24257 dlls/odbccp32/Makefile"
24258 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24259 odbccp32"
24260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24261 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24262 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24264 ALL_MAKEFILES="$ALL_MAKEFILES \\
24265 dlls/odbccp32/tests/Makefile"
24266 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24267 odbccp32/tests"
24268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24269 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24270 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24272 ALL_MAKEFILES="$ALL_MAKEFILES \\
24273 dlls/ole32/Makefile"
24274 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24275 ole32"
24276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24277 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24278 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24280 ALL_MAKEFILES="$ALL_MAKEFILES \\
24281 dlls/ole32/tests/Makefile"
24282 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24283 ole32/tests"
24284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24285 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24286 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24288 ALL_MAKEFILES="$ALL_MAKEFILES \\
24289 dlls/oleacc/Makefile"
24290 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24291 oleacc"
24292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24293 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24294 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24296 ALL_MAKEFILES="$ALL_MAKEFILES \\
24297 dlls/oleaut32/Makefile"
24298 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24299 oleaut32"
24300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24301 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24302 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24304 ALL_MAKEFILES="$ALL_MAKEFILES \\
24305 dlls/oleaut32/tests/Makefile"
24306 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24307 oleaut32/tests"
24308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24309 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24310 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24312 ALL_MAKEFILES="$ALL_MAKEFILES \\
24313 dlls/olecli32/Makefile"
24314 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24315 olecli32"
24316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24317 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24318 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24320 ALL_MAKEFILES="$ALL_MAKEFILES \\
24321 dlls/oledlg/Makefile"
24322 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24323 oledlg"
24324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24325 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24326 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24328 ALL_MAKEFILES="$ALL_MAKEFILES \\
24329 dlls/olepro32/Makefile"
24330 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24331 olepro32"
24332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24333 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24334 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24336 ALL_MAKEFILES="$ALL_MAKEFILES \\
24337 dlls/olesvr32/Makefile"
24338 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24339 olesvr32"
24340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24341 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24342 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24344 ALL_MAKEFILES="$ALL_MAKEFILES \\
24345 dlls/olethk32/Makefile"
24346 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24347 olethk32"
24348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24349 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24350 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24352 ALL_MAKEFILES="$ALL_MAKEFILES \\
24353 dlls/opengl32/Makefile"
24354 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24355 opengl32"
24356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24357 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24358 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24360 ALL_MAKEFILES="$ALL_MAKEFILES \\
24361 dlls/opengl32/tests/Makefile"
24362 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24363 opengl32/tests"
24364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24365 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24366 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24368 ALL_MAKEFILES="$ALL_MAKEFILES \\
24369 dlls/pdh/Makefile"
24370 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24371 pdh"
24372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24373 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24374 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24376 ALL_MAKEFILES="$ALL_MAKEFILES \\
24377 dlls/pdh/tests/Makefile"
24378 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24379 pdh/tests"
24380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24381 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24382 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24384 ALL_MAKEFILES="$ALL_MAKEFILES \\
24385 dlls/powrprof/Makefile"
24386 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24387 powrprof"
24388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24389 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24390 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24392 ALL_MAKEFILES="$ALL_MAKEFILES \\
24393 dlls/printui/Makefile"
24394 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24395 printui"
24396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24397 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24398 ac_config_files="$ac_config_files dlls/printui/Makefile"
24400 ALL_MAKEFILES="$ALL_MAKEFILES \\
24401 dlls/propsys/Makefile"
24402 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24403 propsys"
24404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24405 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24406 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24408 ALL_MAKEFILES="$ALL_MAKEFILES \\
24409 dlls/psapi/Makefile"
24410 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24411 psapi"
24412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24413 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24414 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24416 ALL_MAKEFILES="$ALL_MAKEFILES \\
24417 dlls/psapi/tests/Makefile"
24418 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24419 psapi/tests"
24420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24421 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24422 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24424 ALL_MAKEFILES="$ALL_MAKEFILES \\
24425 dlls/pstorec/Makefile"
24426 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24427 pstorec"
24428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24429 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24430 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24432 ALL_MAKEFILES="$ALL_MAKEFILES \\
24433 dlls/qcap/Makefile"
24434 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24435 qcap"
24436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24437 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24438 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24440 ALL_MAKEFILES="$ALL_MAKEFILES \\
24441 dlls/qedit/Makefile"
24442 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24443 qedit"
24444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24445 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24446 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24448 ALL_MAKEFILES="$ALL_MAKEFILES \\
24449 dlls/qedit/tests/Makefile"
24450 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24451 qedit/tests"
24452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24453 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24454 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24456 ALL_MAKEFILES="$ALL_MAKEFILES \\
24457 dlls/qmgr/Makefile"
24458 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24459 qmgr"
24460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24461 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24462 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24464 ALL_MAKEFILES="$ALL_MAKEFILES \\
24465 dlls/qmgr/tests/Makefile"
24466 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24467 qmgr/tests"
24468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24469 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24470 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24472 ALL_MAKEFILES="$ALL_MAKEFILES \\
24473 dlls/qmgrprxy/Makefile"
24474 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24475 qmgrprxy"
24476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24477 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24478 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24480 ALL_MAKEFILES="$ALL_MAKEFILES \\
24481 dlls/quartz/Makefile"
24482 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24483 quartz"
24484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24485 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24486 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24488 ALL_MAKEFILES="$ALL_MAKEFILES \\
24489 dlls/quartz/tests/Makefile"
24490 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24491 quartz/tests"
24492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24493 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24494 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24496 ALL_MAKEFILES="$ALL_MAKEFILES \\
24497 dlls/query/Makefile"
24498 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24499 query"
24500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24501 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24502 ac_config_files="$ac_config_files dlls/query/Makefile"
24504 ALL_MAKEFILES="$ALL_MAKEFILES \\
24505 dlls/rasapi32/Makefile"
24506 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24507 rasapi32"
24508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24509 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24510 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24512 ALL_MAKEFILES="$ALL_MAKEFILES \\
24513 dlls/rasapi32/tests/Makefile"
24514 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24515 rasapi32/tests"
24516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24517 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24518 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24520 ALL_MAKEFILES="$ALL_MAKEFILES \\
24521 dlls/resutils/Makefile"
24522 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24523 resutils"
24524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24525 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24526 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24528 ALL_MAKEFILES="$ALL_MAKEFILES \\
24529 dlls/riched20/Makefile"
24530 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24531 riched20"
24532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24533 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24534 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24536 ALL_MAKEFILES="$ALL_MAKEFILES \\
24537 dlls/riched20/tests/Makefile"
24538 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24539 riched20/tests"
24540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24541 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24542 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24544 ALL_MAKEFILES="$ALL_MAKEFILES \\
24545 dlls/riched32/Makefile"
24546 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24547 riched32"
24548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24549 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24550 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24552 ALL_MAKEFILES="$ALL_MAKEFILES \\
24553 dlls/riched32/tests/Makefile"
24554 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24555 riched32/tests"
24556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24557 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24558 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24560 ALL_MAKEFILES="$ALL_MAKEFILES \\
24561 dlls/rpcrt4/Makefile"
24562 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24563 rpcrt4"
24564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24565 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24566 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24568 ALL_MAKEFILES="$ALL_MAKEFILES \\
24569 dlls/rpcrt4/tests/Makefile"
24570 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24571 rpcrt4/tests"
24572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24573 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24574 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24576 ALL_MAKEFILES="$ALL_MAKEFILES \\
24577 dlls/rsabase/Makefile"
24578 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24579 rsabase"
24580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24581 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24582 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24584 ALL_MAKEFILES="$ALL_MAKEFILES \\
24585 dlls/rsaenh/Makefile"
24586 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24587 rsaenh"
24588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24589 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24590 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24592 ALL_MAKEFILES="$ALL_MAKEFILES \\
24593 dlls/rsaenh/tests/Makefile"
24594 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24595 rsaenh/tests"
24596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24597 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24598 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24600 ALL_MAKEFILES="$ALL_MAKEFILES \\
24601 dlls/sane.ds/Makefile"
24602 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24603 sane.ds"
24604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24605 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24606 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24608 ALL_MAKEFILES="$ALL_MAKEFILES \\
24609 dlls/sccbase/Makefile"
24610 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24611 sccbase"
24612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24613 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24614 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24616 ALL_MAKEFILES="$ALL_MAKEFILES \\
24617 dlls/schannel/Makefile"
24618 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24619 schannel"
24620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24621 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24622 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24624 ALL_MAKEFILES="$ALL_MAKEFILES \\
24625 dlls/schannel/tests/Makefile"
24626 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24627 schannel/tests"
24628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24629 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24630 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24632 ALL_MAKEFILES="$ALL_MAKEFILES \\
24633 dlls/secur32/Makefile"
24634 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24635 secur32"
24636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24637 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24638 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24640 ALL_MAKEFILES="$ALL_MAKEFILES \\
24641 dlls/secur32/tests/Makefile"
24642 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24643 secur32/tests"
24644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24645 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24646 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24648 ALL_MAKEFILES="$ALL_MAKEFILES \\
24649 dlls/security/Makefile"
24650 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24651 security"
24652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24653 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24654 ac_config_files="$ac_config_files dlls/security/Makefile"
24656 ALL_MAKEFILES="$ALL_MAKEFILES \\
24657 dlls/sensapi/Makefile"
24658 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24659 sensapi"
24660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24661 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24662 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24664 ALL_MAKEFILES="$ALL_MAKEFILES \\
24665 dlls/serialui/Makefile"
24666 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24667 serialui"
24668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24669 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24670 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24672 ALL_MAKEFILES="$ALL_MAKEFILES \\
24673 dlls/serialui/tests/Makefile"
24674 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24675 serialui/tests"
24676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24677 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24678 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24680 ALL_MAKEFILES="$ALL_MAKEFILES \\
24681 dlls/setupapi/Makefile"
24682 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24683 setupapi"
24684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24685 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24686 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24688 ALL_MAKEFILES="$ALL_MAKEFILES \\
24689 dlls/setupapi/tests/Makefile"
24690 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24691 setupapi/tests"
24692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24693 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24694 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24696 ALL_MAKEFILES="$ALL_MAKEFILES \\
24697 dlls/sfc/Makefile"
24698 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24699 sfc"
24700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24701 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24702 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24704 ALL_MAKEFILES="$ALL_MAKEFILES \\
24705 dlls/sfc_os/Makefile"
24706 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24707 sfc_os"
24708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24709 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24710 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24712 ALL_MAKEFILES="$ALL_MAKEFILES \\
24713 dlls/shdoclc/Makefile"
24714 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24715 shdoclc"
24716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24717 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24718 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24720 ALL_MAKEFILES="$ALL_MAKEFILES \\
24721 dlls/shdocvw/Makefile"
24722 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24723 shdocvw"
24724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24725 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24726 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24728 ALL_MAKEFILES="$ALL_MAKEFILES \\
24729 dlls/shdocvw/tests/Makefile"
24730 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24731 shdocvw/tests"
24732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24733 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24734 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24736 ALL_MAKEFILES="$ALL_MAKEFILES \\
24737 dlls/shell32/Makefile"
24738 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24739 shell32"
24740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24741 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24742 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24744 ALL_MAKEFILES="$ALL_MAKEFILES \\
24745 dlls/shell32/tests/Makefile"
24746 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24747 shell32/tests"
24748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24749 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24750 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24752 ALL_MAKEFILES="$ALL_MAKEFILES \\
24753 dlls/shfolder/Makefile"
24754 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24755 shfolder"
24756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24757 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24758 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24760 ALL_MAKEFILES="$ALL_MAKEFILES \\
24761 dlls/shlwapi/Makefile"
24762 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24763 shlwapi"
24764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24765 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24766 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24768 ALL_MAKEFILES="$ALL_MAKEFILES \\
24769 dlls/shlwapi/tests/Makefile"
24770 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24771 shlwapi/tests"
24772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24773 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24774 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24776 ALL_MAKEFILES="$ALL_MAKEFILES \\
24777 dlls/slbcsp/Makefile"
24778 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24779 slbcsp"
24780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24781 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24782 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24784 ALL_MAKEFILES="$ALL_MAKEFILES \\
24785 dlls/slc/Makefile"
24786 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24787 slc"
24788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24789 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24790 ac_config_files="$ac_config_files dlls/slc/Makefile"
24792 ALL_MAKEFILES="$ALL_MAKEFILES \\
24793 dlls/snmpapi/Makefile"
24794 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24795 snmpapi"
24796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24797 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24798 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24800 ALL_MAKEFILES="$ALL_MAKEFILES \\
24801 dlls/snmpapi/tests/Makefile"
24802 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24803 snmpapi/tests"
24804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24805 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24806 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24808 ALL_MAKEFILES="$ALL_MAKEFILES \\
24809 dlls/softpub/Makefile"
24810 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24811 softpub"
24812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24813 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24814 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24816 ALL_MAKEFILES="$ALL_MAKEFILES \\
24817 dlls/spoolss/Makefile"
24818 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24819 spoolss"
24820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24821 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24822 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24824 ALL_MAKEFILES="$ALL_MAKEFILES \\
24825 dlls/spoolss/tests/Makefile"
24826 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24827 spoolss/tests"
24828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24829 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24830 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24832 ALL_MAKEFILES="$ALL_MAKEFILES \\
24833 dlls/stdole2.tlb/Makefile"
24834 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24835 stdole2.tlb"
24836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24837 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24838 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24840 ALL_MAKEFILES="$ALL_MAKEFILES \\
24841 dlls/stdole32.tlb/Makefile"
24842 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24843 stdole32.tlb"
24844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24845 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24846 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24848 ALL_MAKEFILES="$ALL_MAKEFILES \\
24849 dlls/sti/Makefile"
24850 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24851 sti"
24852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24853 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24854 ac_config_files="$ac_config_files dlls/sti/Makefile"
24856 ALL_MAKEFILES="$ALL_MAKEFILES \\
24857 dlls/strmiids/Makefile"
24858 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24859 strmiids"
24860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24861 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24862 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24864 ALL_MAKEFILES="$ALL_MAKEFILES \\
24865 dlls/svrapi/Makefile"
24866 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24867 svrapi"
24868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24869 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24870 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24872 ALL_MAKEFILES="$ALL_MAKEFILES \\
24873 dlls/sxs/Makefile"
24874 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24875 sxs"
24876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24877 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24878 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24880 ALL_MAKEFILES="$ALL_MAKEFILES \\
24881 dlls/tapi32/Makefile"
24882 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24883 tapi32"
24884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24885 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24886 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24888 ALL_MAKEFILES="$ALL_MAKEFILES \\
24889 dlls/twain_32/Makefile"
24890 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24891 twain_32"
24892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24893 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24894 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24896 ALL_MAKEFILES="$ALL_MAKEFILES \\
24897 dlls/unicows/Makefile"
24898 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24899 unicows"
24900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24901 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24902 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24904 ALL_MAKEFILES="$ALL_MAKEFILES \\
24905 dlls/url/Makefile"
24906 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24907 url"
24908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24909 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24910 ac_config_files="$ac_config_files dlls/url/Makefile"
24912 ALL_MAKEFILES="$ALL_MAKEFILES \\
24913 dlls/urlmon/Makefile"
24914 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24915 urlmon"
24916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24917 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24918 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24920 ALL_MAKEFILES="$ALL_MAKEFILES \\
24921 dlls/urlmon/tests/Makefile"
24922 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24923 urlmon/tests"
24924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24925 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24926 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24928 ALL_MAKEFILES="$ALL_MAKEFILES \\
24929 dlls/user32/Makefile"
24930 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24931 user32"
24932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24933 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24934 ac_config_files="$ac_config_files dlls/user32/Makefile"
24936 ALL_MAKEFILES="$ALL_MAKEFILES \\
24937 dlls/user32/tests/Makefile"
24938 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24939 user32/tests"
24940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24941 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24942 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24944 ALL_MAKEFILES="$ALL_MAKEFILES \\
24945 dlls/userenv/Makefile"
24946 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24947 userenv"
24948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24949 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24950 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24952 ALL_MAKEFILES="$ALL_MAKEFILES \\
24953 dlls/userenv/tests/Makefile"
24954 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24955 userenv/tests"
24956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24957 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24958 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24960 ALL_MAKEFILES="$ALL_MAKEFILES \\
24961 dlls/usp10/Makefile"
24962 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24963 usp10"
24964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24965 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24966 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24968 ALL_MAKEFILES="$ALL_MAKEFILES \\
24969 dlls/usp10/tests/Makefile"
24970 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24971 usp10/tests"
24972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24973 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24974 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24976 ALL_MAKEFILES="$ALL_MAKEFILES \\
24977 dlls/uuid/Makefile"
24978 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24979 uuid"
24980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24981 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24982 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24984 ALL_MAKEFILES="$ALL_MAKEFILES \\
24985 dlls/uxtheme/Makefile"
24986 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24987 uxtheme"
24988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24989 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24990 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24992 ALL_MAKEFILES="$ALL_MAKEFILES \\
24993 dlls/uxtheme/tests/Makefile"
24994 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24995 uxtheme/tests"
24996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24997 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24998 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25000 ALL_MAKEFILES="$ALL_MAKEFILES \\
25001 dlls/vdhcp.vxd/Makefile"
25002 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25003 vdhcp.vxd"
25004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25005 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25006 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25008 ALL_MAKEFILES="$ALL_MAKEFILES \\
25009 dlls/vdmdbg/Makefile"
25010 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25011 vdmdbg"
25012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25013 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25014 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25016 ALL_MAKEFILES="$ALL_MAKEFILES \\
25017 dlls/version/Makefile"
25018 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25019 version"
25020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25021 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25022 ac_config_files="$ac_config_files dlls/version/Makefile"
25024 ALL_MAKEFILES="$ALL_MAKEFILES \\
25025 dlls/version/tests/Makefile"
25026 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25027 version/tests"
25028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25029 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25030 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25032 ALL_MAKEFILES="$ALL_MAKEFILES \\
25033 dlls/vmm.vxd/Makefile"
25034 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25035 vmm.vxd"
25036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25037 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25038 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25040 ALL_MAKEFILES="$ALL_MAKEFILES \\
25041 dlls/vnbt.vxd/Makefile"
25042 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25043 vnbt.vxd"
25044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25045 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25046 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25048 ALL_MAKEFILES="$ALL_MAKEFILES \\
25049 dlls/vnetbios.vxd/Makefile"
25050 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25051 vnetbios.vxd"
25052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25053 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25054 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25056 ALL_MAKEFILES="$ALL_MAKEFILES \\
25057 dlls/vtdapi.vxd/Makefile"
25058 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25059 vtdapi.vxd"
25060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25061 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25062 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25064 ALL_MAKEFILES="$ALL_MAKEFILES \\
25065 dlls/vwin32.vxd/Makefile"
25066 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25067 vwin32.vxd"
25068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25069 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25070 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25072 ALL_MAKEFILES="$ALL_MAKEFILES \\
25073 dlls/w32skrnl/Makefile"
25074 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25075 w32skrnl"
25076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25077 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25078 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25080 ALL_MAKEFILES="$ALL_MAKEFILES \\
25081 dlls/winealsa.drv/Makefile"
25082 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25083 winealsa.drv"
25084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25085 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25086 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25088 ALL_MAKEFILES="$ALL_MAKEFILES \\
25089 dlls/wineaudioio.drv/Makefile"
25090 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25091 wineaudioio.drv"
25092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25093 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25094 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25096 ALL_MAKEFILES="$ALL_MAKEFILES \\
25097 dlls/winecoreaudio.drv/Makefile"
25098 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25099 winecoreaudio.drv"
25100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25101 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25102 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25104 ALL_MAKEFILES="$ALL_MAKEFILES \\
25105 dlls/winecrt0/Makefile"
25106 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25107 winecrt0"
25108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25109 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25110 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25112 ALL_MAKEFILES="$ALL_MAKEFILES \\
25113 dlls/wined3d/Makefile"
25114 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25115 wined3d"
25116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25117 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25118 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25120 ALL_MAKEFILES="$ALL_MAKEFILES \\
25121 dlls/winedos/Makefile"
25122 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25123 winedos"
25124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25125 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25126 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25128 ALL_MAKEFILES="$ALL_MAKEFILES \\
25129 dlls/wineesd.drv/Makefile"
25130 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25131 wineesd.drv"
25132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25133 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25134 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25136 ALL_MAKEFILES="$ALL_MAKEFILES \\
25137 dlls/winejack.drv/Makefile"
25138 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25139 winejack.drv"
25140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25141 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25142 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25144 ALL_MAKEFILES="$ALL_MAKEFILES \\
25145 dlls/winejoystick.drv/Makefile"
25146 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25147 winejoystick.drv"
25148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25149 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25150 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25152 ALL_MAKEFILES="$ALL_MAKEFILES \\
25153 dlls/winemp3.acm/Makefile"
25154 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25155 winemp3.acm"
25156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25157 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25158 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25160 ALL_MAKEFILES="$ALL_MAKEFILES \\
25161 dlls/winenas.drv/Makefile"
25162 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25163 winenas.drv"
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25166 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169 dlls/wineoss.drv/Makefile"
25170 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25171 wineoss.drv"
25172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25173 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25174 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25176 ALL_MAKEFILES="$ALL_MAKEFILES \\
25177 dlls/wineps.drv/Makefile"
25178 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25179 wineps.drv"
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25182 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185 dlls/winequartz.drv/Makefile"
25186 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25187 winequartz.drv"
25188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25189 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25190 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25192 ALL_MAKEFILES="$ALL_MAKEFILES \\
25193 dlls/winex11.drv/Makefile"
25194 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25195 winex11.drv"
25196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25197 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25198 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25200 ALL_MAKEFILES="$ALL_MAKEFILES \\
25201 dlls/wing32/Makefile"
25202 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25203 wing32"
25204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25205 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25206 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25208 ALL_MAKEFILES="$ALL_MAKEFILES \\
25209 dlls/winhttp/Makefile"
25210 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25211 winhttp"
25212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25213 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25214 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25216 ALL_MAKEFILES="$ALL_MAKEFILES \\
25217 dlls/winhttp/tests/Makefile"
25218 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25219 winhttp/tests"
25220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25221 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25222 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25224 ALL_MAKEFILES="$ALL_MAKEFILES \\
25225 dlls/wininet/Makefile"
25226 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25227 wininet"
25228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25229 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25230 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25232 ALL_MAKEFILES="$ALL_MAKEFILES \\
25233 dlls/wininet/tests/Makefile"
25234 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25235 wininet/tests"
25236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25237 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25238 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25240 ALL_MAKEFILES="$ALL_MAKEFILES \\
25241 dlls/winmm/Makefile"
25242 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25243 winmm"
25244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25245 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25246 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25248 ALL_MAKEFILES="$ALL_MAKEFILES \\
25249 dlls/winmm/tests/Makefile"
25250 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25251 winmm/tests"
25252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25253 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25254 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25256 ALL_MAKEFILES="$ALL_MAKEFILES \\
25257 dlls/winnls32/Makefile"
25258 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25259 winnls32"
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25262 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265 dlls/winscard/Makefile"
25266 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25267 winscard"
25268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25269 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25270 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25272 ALL_MAKEFILES="$ALL_MAKEFILES \\
25273 dlls/winspool.drv/Makefile"
25274 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25275 winspool.drv"
25276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25277 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25278 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25280 ALL_MAKEFILES="$ALL_MAKEFILES \\
25281 dlls/winspool.drv/tests/Makefile"
25282 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25283 winspool.drv/tests"
25284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25285 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25286 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25288 ALL_MAKEFILES="$ALL_MAKEFILES \\
25289 dlls/wintab32/Makefile"
25290 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25291 wintab32"
25292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25293 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25294 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25296 ALL_MAKEFILES="$ALL_MAKEFILES \\
25297 dlls/wintrust/Makefile"
25298 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25299 wintrust"
25300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25301 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25302 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25304 ALL_MAKEFILES="$ALL_MAKEFILES \\
25305 dlls/wintrust/tests/Makefile"
25306 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25307 wintrust/tests"
25308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25309 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25310 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25312 ALL_MAKEFILES="$ALL_MAKEFILES \\
25313 dlls/wldap32/Makefile"
25314 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25315 wldap32"
25316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25317 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25318 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25320 ALL_MAKEFILES="$ALL_MAKEFILES \\
25321 dlls/wmi/Makefile"
25322 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25323 wmi"
25324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25325 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25326 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25328 ALL_MAKEFILES="$ALL_MAKEFILES \\
25329 dlls/wnaspi32/Makefile"
25330 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25331 wnaspi32"
25332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25333 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25334 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25336 ALL_MAKEFILES="$ALL_MAKEFILES \\
25337 dlls/wow32/Makefile"
25338 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25339 wow32"
25340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25341 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25342 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25344 ALL_MAKEFILES="$ALL_MAKEFILES \\
25345 dlls/ws2_32/Makefile"
25346 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25347 ws2_32"
25348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25349 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25350 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25352 ALL_MAKEFILES="$ALL_MAKEFILES \\
25353 dlls/ws2_32/tests/Makefile"
25354 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25355 ws2_32/tests"
25356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25357 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25358 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25360 ALL_MAKEFILES="$ALL_MAKEFILES \\
25361 dlls/wsock32/Makefile"
25362 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25363 wsock32"
25364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25365 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25366 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25368 ALL_MAKEFILES="$ALL_MAKEFILES \\
25369 dlls/wtsapi32/Makefile"
25370 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25371 wtsapi32"
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25374 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25377 documentation/Makefile"
25378 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25379 documentation"
25380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25381 documentation/Makefile: documentation/Makefile.in Make.rules"
25382 ac_config_files="$ac_config_files documentation/Makefile"
25384 ALL_MAKEFILES="$ALL_MAKEFILES \\
25385 fonts/Makefile"
25386 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25387 fonts"
25388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25389 fonts/Makefile: fonts/Makefile.in Make.rules"
25390 ac_config_files="$ac_config_files fonts/Makefile"
25392 ALL_MAKEFILES="$ALL_MAKEFILES \\
25393 include/Makefile"
25394 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25395 include"
25396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25397 include/Makefile: include/Makefile.in Make.rules"
25398 ac_config_files="$ac_config_files include/Makefile"
25400 ALL_MAKEFILES="$ALL_MAKEFILES \\
25401 libs/Makefile"
25402 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25403 libs"
25404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25405 libs/Makefile: libs/Makefile.in Make.rules"
25406 ac_config_files="$ac_config_files libs/Makefile"
25408 ALL_MAKEFILES="$ALL_MAKEFILES \\
25409 libs/port/Makefile"
25411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25412 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25413 ac_config_files="$ac_config_files libs/port/Makefile"
25415 ALL_MAKEFILES="$ALL_MAKEFILES \\
25416 libs/wine/Makefile"
25418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25419 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25420 ac_config_files="$ac_config_files libs/wine/Makefile"
25422 ALL_MAKEFILES="$ALL_MAKEFILES \\
25423 libs/wpp/Makefile"
25425 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25426 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25427 ac_config_files="$ac_config_files libs/wpp/Makefile"
25429 ALL_MAKEFILES="$ALL_MAKEFILES \\
25430 loader/Makefile"
25431 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25432 loader"
25433 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25434 loader/Makefile: loader/Makefile.in Make.rules"
25435 ac_config_files="$ac_config_files loader/Makefile"
25437 ALL_MAKEFILES="$ALL_MAKEFILES \\
25438 programs/Makefile"
25439 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25440 programs"
25441 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25442 programs/Makefile: programs/Makefile.in Make.rules"
25443 ac_config_files="$ac_config_files programs/Makefile"
25445 ALL_MAKEFILES="$ALL_MAKEFILES \\
25446 programs/clock/Makefile"
25447 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25448 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25449 clock"
25450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25451 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25452 ac_config_files="$ac_config_files programs/clock/Makefile"
25454 ALL_MAKEFILES="$ALL_MAKEFILES \\
25455 programs/cmd/Makefile"
25456 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25457 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25458 cmd"
25459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25460 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25461 ac_config_files="$ac_config_files programs/cmd/Makefile"
25463 ALL_MAKEFILES="$ALL_MAKEFILES \\
25464 programs/cmdlgtst/Makefile"
25465 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25466 cmdlgtst"
25467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25468 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25469 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25471 ALL_MAKEFILES="$ALL_MAKEFILES \\
25472 programs/control/Makefile"
25473 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25474 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25475 control"
25476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25477 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25478 ac_config_files="$ac_config_files programs/control/Makefile"
25480 ALL_MAKEFILES="$ALL_MAKEFILES \\
25481 programs/eject/Makefile"
25482 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25483 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25484 eject"
25485 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25486 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25487 ac_config_files="$ac_config_files programs/eject/Makefile"
25489 ALL_MAKEFILES="$ALL_MAKEFILES \\
25490 programs/expand/Makefile"
25491 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25492 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25493 expand"
25494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25495 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25496 ac_config_files="$ac_config_files programs/expand/Makefile"
25498 ALL_MAKEFILES="$ALL_MAKEFILES \\
25499 programs/explorer/Makefile"
25500 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25501 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25502 explorer"
25503 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25504 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25505 ac_config_files="$ac_config_files programs/explorer/Makefile"
25507 ALL_MAKEFILES="$ALL_MAKEFILES \\
25508 programs/hh/Makefile"
25509 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25510 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25513 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25514 ac_config_files="$ac_config_files programs/hh/Makefile"
25516 ALL_MAKEFILES="$ALL_MAKEFILES \\
25517 programs/icinfo/Makefile"
25518 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25519 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25520 icinfo"
25521 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25522 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25523 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25525 ALL_MAKEFILES="$ALL_MAKEFILES \\
25526 programs/iexplore/Makefile"
25527 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25528 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25529 iexplore"
25530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25531 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25532 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25534 ALL_MAKEFILES="$ALL_MAKEFILES \\
25535 programs/msiexec/Makefile"
25536 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25537 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25538 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25539 msiexec"
25540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25541 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25542 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25544 ALL_MAKEFILES="$ALL_MAKEFILES \\
25545 programs/net/Makefile"
25546 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25547 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25548 net"
25549 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25550 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25551 ac_config_files="$ac_config_files programs/net/Makefile"
25553 ALL_MAKEFILES="$ALL_MAKEFILES \\
25554 programs/notepad/Makefile"
25555 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25556 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25557 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25558 notepad"
25559 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25560 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25561 ac_config_files="$ac_config_files programs/notepad/Makefile"
25563 ALL_MAKEFILES="$ALL_MAKEFILES \\
25564 programs/oleview/Makefile"
25565 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25566 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25567 oleview"
25568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25569 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25570 ac_config_files="$ac_config_files programs/oleview/Makefile"
25572 ALL_MAKEFILES="$ALL_MAKEFILES \\
25573 programs/progman/Makefile"
25574 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25575 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25576 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25577 progman"
25578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25579 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25580 ac_config_files="$ac_config_files programs/progman/Makefile"
25582 ALL_MAKEFILES="$ALL_MAKEFILES \\
25583 programs/reg/Makefile"
25584 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25585 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25586 reg"
25587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25588 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25589 ac_config_files="$ac_config_files programs/reg/Makefile"
25591 ALL_MAKEFILES="$ALL_MAKEFILES \\
25592 programs/regedit/Makefile"
25593 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25594 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25595 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25596 regedit"
25597 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25598 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25599 ac_config_files="$ac_config_files programs/regedit/Makefile"
25601 ALL_MAKEFILES="$ALL_MAKEFILES \\
25602 programs/regsvr32/Makefile"
25603 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25604 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25605 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25606 regsvr32"
25607 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25608 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25609 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25611 ALL_MAKEFILES="$ALL_MAKEFILES \\
25612 programs/rpcss/Makefile"
25613 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25614 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25615 rpcss"
25616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25617 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25618 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25620 ALL_MAKEFILES="$ALL_MAKEFILES \\
25621 programs/rundll32/Makefile"
25622 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25623 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25624 rundll32"
25625 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25626 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25627 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25629 ALL_MAKEFILES="$ALL_MAKEFILES \\
25630 programs/secedit/Makefile"
25631 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25632 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25633 secedit"
25634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25635 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25636 ac_config_files="$ac_config_files programs/secedit/Makefile"
25638 ALL_MAKEFILES="$ALL_MAKEFILES \\
25639 programs/services/Makefile"
25640 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25641 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25642 services"
25643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25644 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25645 ac_config_files="$ac_config_files programs/services/Makefile"
25647 ALL_MAKEFILES="$ALL_MAKEFILES \\
25648 programs/spoolsv/Makefile"
25649 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25650 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25651 spoolsv"
25652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25653 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25654 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25656 ALL_MAKEFILES="$ALL_MAKEFILES \\
25657 programs/start/Makefile"
25658 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25659 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25660 start"
25661 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25662 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25663 ac_config_files="$ac_config_files programs/start/Makefile"
25665 ALL_MAKEFILES="$ALL_MAKEFILES \\
25666 programs/svchost/Makefile"
25667 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25668 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25669 svchost"
25670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25671 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25672 ac_config_files="$ac_config_files programs/svchost/Makefile"
25674 ALL_MAKEFILES="$ALL_MAKEFILES \\
25675 programs/taskmgr/Makefile"
25676 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25677 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25678 taskmgr"
25679 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25680 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25681 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25683 ALL_MAKEFILES="$ALL_MAKEFILES \\
25684 programs/uninstaller/Makefile"
25685 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25686 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25687 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25688 uninstaller"
25689 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25690 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25691 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25693 ALL_MAKEFILES="$ALL_MAKEFILES \\
25694 programs/view/Makefile"
25695 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25696 view"
25697 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25698 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25699 ac_config_files="$ac_config_files programs/view/Makefile"
25701 ALL_MAKEFILES="$ALL_MAKEFILES \\
25702 programs/wineboot/Makefile"
25703 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25704 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25705 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25706 wineboot"
25707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25708 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25709 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25711 ALL_MAKEFILES="$ALL_MAKEFILES \\
25712 programs/winebrowser/Makefile"
25713 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25714 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25715 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25716 winebrowser"
25717 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25718 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25719 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25721 ALL_MAKEFILES="$ALL_MAKEFILES \\
25722 programs/winecfg/Makefile"
25723 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25724 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25725 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25726 winecfg"
25727 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25728 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25729 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25731 ALL_MAKEFILES="$ALL_MAKEFILES \\
25732 programs/wineconsole/Makefile"
25733 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25734 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25735 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25736 wineconsole"
25737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25738 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25739 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25741 ALL_MAKEFILES="$ALL_MAKEFILES \\
25742 programs/winedbg/Makefile"
25743 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25744 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25745 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25746 winedbg"
25747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25748 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25749 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25751 ALL_MAKEFILES="$ALL_MAKEFILES \\
25752 programs/winedevice/Makefile"
25753 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25754 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25755 winedevice"
25756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25757 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25758 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25760 ALL_MAKEFILES="$ALL_MAKEFILES \\
25761 programs/winefile/Makefile"
25762 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25763 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25764 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25765 winefile"
25766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25767 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25768 ac_config_files="$ac_config_files programs/winefile/Makefile"
25770 ALL_MAKEFILES="$ALL_MAKEFILES \\
25771 programs/winemenubuilder/Makefile"
25772 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25773 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25774 winemenubuilder"
25775 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25776 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25777 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25779 ALL_MAKEFILES="$ALL_MAKEFILES \\
25780 programs/winemine/Makefile"
25781 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25782 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25783 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25784 winemine"
25785 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25786 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25787 ac_config_files="$ac_config_files programs/winemine/Makefile"
25789 ALL_MAKEFILES="$ALL_MAKEFILES \\
25790 programs/winepath/Makefile"
25791 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25792 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25793 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25794 winepath"
25795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25796 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25797 ac_config_files="$ac_config_files programs/winepath/Makefile"
25799 ALL_MAKEFILES="$ALL_MAKEFILES \\
25800 programs/winetest/Makefile"
25801 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25802 winetest"
25803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25804 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25805 ac_config_files="$ac_config_files programs/winetest/Makefile"
25807 ALL_MAKEFILES="$ALL_MAKEFILES \\
25808 programs/winevdm/Makefile"
25809 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25810 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25811 winevdm"
25812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25813 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25814 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25816 ALL_MAKEFILES="$ALL_MAKEFILES \\
25817 programs/winhlp32/Makefile"
25818 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25819 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25820 winhlp32"
25821 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25822 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25823 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25825 ALL_MAKEFILES="$ALL_MAKEFILES \\
25826 programs/winver/Makefile"
25827 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25828 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25829 winver"
25830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25831 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25832 ac_config_files="$ac_config_files programs/winver/Makefile"
25834 ALL_MAKEFILES="$ALL_MAKEFILES \\
25835 programs/wordpad/Makefile"
25836 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25837 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25838 wordpad"
25839 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25840 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25841 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25843 ALL_MAKEFILES="$ALL_MAKEFILES \\
25844 programs/write/Makefile"
25845 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25846 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25847 write"
25848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25849 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25850 ac_config_files="$ac_config_files programs/write/Makefile"
25852 ALL_MAKEFILES="$ALL_MAKEFILES \\
25853 programs/xcopy/Makefile"
25854 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25855 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25856 xcopy"
25857 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25858 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25859 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25861 ALL_MAKEFILES="$ALL_MAKEFILES \\
25862 server/Makefile"
25863 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25864 server"
25865 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25866 server/Makefile: server/Makefile.in Make.rules"
25867 ac_config_files="$ac_config_files server/Makefile"
25869 ALL_MAKEFILES="$ALL_MAKEFILES \\
25870 tools/Makefile"
25871 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25872 tools"
25873 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25874 tools/Makefile: tools/Makefile.in Make.rules"
25875 ac_config_files="$ac_config_files tools/Makefile"
25877 ALL_MAKEFILES="$ALL_MAKEFILES \\
25878 tools/widl/Makefile"
25880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25881 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25882 ac_config_files="$ac_config_files tools/widl/Makefile"
25884 ALL_MAKEFILES="$ALL_MAKEFILES \\
25885 tools/winebuild/Makefile"
25887 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25888 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25889 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25891 ALL_MAKEFILES="$ALL_MAKEFILES \\
25892 tools/winedump/Makefile"
25894 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25895 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25896 ac_config_files="$ac_config_files tools/winedump/Makefile"
25898 ALL_MAKEFILES="$ALL_MAKEFILES \\
25899 tools/winegcc/Makefile"
25901 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25902 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25903 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25905 ALL_MAKEFILES="$ALL_MAKEFILES \\
25906 tools/wmc/Makefile"
25908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25909 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25910 ac_config_files="$ac_config_files tools/wmc/Makefile"
25912 ALL_MAKEFILES="$ALL_MAKEFILES \\
25913 tools/wrc/Makefile"
25915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25916 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25917 ac_config_files="$ac_config_files tools/wrc/Makefile"
25920 if test "x$enable_tests" == "xno"
25921 then
25922 ALL_TEST_DIRS=""
25927 ALL_WINETEST_DEPENDS="# Test binaries"
25929 for dir in $ALL_TEST_DIRS
25931 if test "$dir" != "\\"
25932 then
25933 testname=`expr $dir : '\(.*\)/tests'`_test.exe
25934 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25935 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25936 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25938 done
25940 cat >confcache <<\_ACEOF
25941 # This file is a shell script that caches the results of configure
25942 # tests run on this system so they can be shared between configure
25943 # scripts and configure runs, see configure's option --config-cache.
25944 # It is not useful on other systems. If it contains results you don't
25945 # want to keep, you may remove or edit it.
25947 # config.status only pays attention to the cache file if you give it
25948 # the --recheck option to rerun configure.
25950 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25951 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25952 # following values.
25954 _ACEOF
25956 # The following way of writing the cache mishandles newlines in values,
25957 # but we know of no workaround that is simple, portable, and efficient.
25958 # So, we kill variables containing newlines.
25959 # Ultrix sh set writes to stderr and can't be redirected directly,
25960 # and sets the high bit in the cache file unless we assign to the vars.
25962 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25963 eval ac_val=\$$ac_var
25964 case $ac_val in #(
25965 *${as_nl}*)
25966 case $ac_var in #(
25967 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25968 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25969 esac
25970 case $ac_var in #(
25971 _ | IFS | as_nl) ;; #(
25972 *) $as_unset $ac_var ;;
25973 esac ;;
25974 esac
25975 done
25977 (set) 2>&1 |
25978 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25979 *${as_nl}ac_space=\ *)
25980 # `set' does not quote correctly, so add quotes (double-quote
25981 # substitution turns \\\\ into \\, and sed turns \\ into \).
25982 sed -n \
25983 "s/'/'\\\\''/g;
25984 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25985 ;; #(
25987 # `set' quotes correctly as required by POSIX, so do not add quotes.
25988 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25990 esac |
25991 sort
25993 sed '
25994 /^ac_cv_env_/b end
25995 t clear
25996 :clear
25997 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25998 t end
25999 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26000 :end' >>confcache
26001 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26002 if test -w "$cache_file"; then
26003 test "x$cache_file" != "x/dev/null" &&
26004 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26005 echo "$as_me: updating cache $cache_file" >&6;}
26006 cat confcache >$cache_file
26007 else
26008 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26009 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26012 rm -f confcache
26014 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26015 # Let make expand exec_prefix.
26016 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26018 DEFS=-DHAVE_CONFIG_H
26020 ac_libobjs=
26021 ac_ltlibobjs=
26022 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26023 # 1. Remove the extension, and $U if already installed.
26024 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26025 ac_i=`echo "$ac_i" | sed "$ac_script"`
26026 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26027 # will be set to the directory where LIBOBJS objects are built.
26028 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26029 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26030 done
26031 LIBOBJS=$ac_libobjs
26033 LTLIBOBJS=$ac_ltlibobjs
26037 : ${CONFIG_STATUS=./config.status}
26038 ac_clean_files_save=$ac_clean_files
26039 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26040 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26041 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26042 cat >$CONFIG_STATUS <<_ACEOF
26043 #! $SHELL
26044 # Generated by $as_me.
26045 # Run this file to recreate the current configuration.
26046 # Compiler output produced by configure, useful for debugging
26047 # configure, is in config.log if it exists.
26049 debug=false
26050 ac_cs_recheck=false
26051 ac_cs_silent=false
26052 SHELL=\${CONFIG_SHELL-$SHELL}
26053 _ACEOF
26055 cat >>$CONFIG_STATUS <<\_ACEOF
26056 ## --------------------- ##
26057 ## M4sh Initialization. ##
26058 ## --------------------- ##
26060 # Be more Bourne compatible
26061 DUALCASE=1; export DUALCASE # for MKS sh
26062 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26063 emulate sh
26064 NULLCMD=:
26065 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26066 # is contrary to our usage. Disable this feature.
26067 alias -g '${1+"$@"}'='"$@"'
26068 setopt NO_GLOB_SUBST
26069 else
26070 case `(set -o) 2>/dev/null` in
26071 *posix*) set -o posix ;;
26072 esac
26079 # PATH needs CR
26080 # Avoid depending upon Character Ranges.
26081 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26082 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26083 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26084 as_cr_digits='0123456789'
26085 as_cr_alnum=$as_cr_Letters$as_cr_digits
26087 # The user is always right.
26088 if test "${PATH_SEPARATOR+set}" != set; then
26089 echo "#! /bin/sh" >conf$$.sh
26090 echo "exit 0" >>conf$$.sh
26091 chmod +x conf$$.sh
26092 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26093 PATH_SEPARATOR=';'
26094 else
26095 PATH_SEPARATOR=:
26097 rm -f conf$$.sh
26100 # Support unset when possible.
26101 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26102 as_unset=unset
26103 else
26104 as_unset=false
26108 # IFS
26109 # We need space, tab and new line, in precisely that order. Quoting is
26110 # there to prevent editors from complaining about space-tab.
26111 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26112 # splitting by setting IFS to empty value.)
26113 as_nl='
26115 IFS=" "" $as_nl"
26117 # Find who we are. Look in the path if we contain no directory separator.
26118 case $0 in
26119 *[\\/]* ) as_myself=$0 ;;
26120 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26121 for as_dir in $PATH
26123 IFS=$as_save_IFS
26124 test -z "$as_dir" && as_dir=.
26125 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26126 done
26127 IFS=$as_save_IFS
26130 esac
26131 # We did not find ourselves, most probably we were run as `sh COMMAND'
26132 # in which case we are not to be found in the path.
26133 if test "x$as_myself" = x; then
26134 as_myself=$0
26136 if test ! -f "$as_myself"; then
26137 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26138 { (exit 1); exit 1; }
26141 # Work around bugs in pre-3.0 UWIN ksh.
26142 for as_var in ENV MAIL MAILPATH
26143 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26144 done
26145 PS1='$ '
26146 PS2='> '
26147 PS4='+ '
26149 # NLS nuisances.
26150 for as_var in \
26151 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26152 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26153 LC_TELEPHONE LC_TIME
26155 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26156 eval $as_var=C; export $as_var
26157 else
26158 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26160 done
26162 # Required to use basename.
26163 if expr a : '\(a\)' >/dev/null 2>&1 &&
26164 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26165 as_expr=expr
26166 else
26167 as_expr=false
26170 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26171 as_basename=basename
26172 else
26173 as_basename=false
26177 # Name of the executable.
26178 as_me=`$as_basename -- "$0" ||
26179 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26180 X"$0" : 'X\(//\)$' \| \
26181 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26182 echo X/"$0" |
26183 sed '/^.*\/\([^/][^/]*\)\/*$/{
26184 s//\1/
26187 /^X\/\(\/\/\)$/{
26188 s//\1/
26191 /^X\/\(\/\).*/{
26192 s//\1/
26195 s/.*/./; q'`
26197 # CDPATH.
26198 $as_unset CDPATH
26202 as_lineno_1=$LINENO
26203 as_lineno_2=$LINENO
26204 test "x$as_lineno_1" != "x$as_lineno_2" &&
26205 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26207 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26208 # uniformly replaced by the line number. The first 'sed' inserts a
26209 # line-number line after each line using $LINENO; the second 'sed'
26210 # does the real work. The second script uses 'N' to pair each
26211 # line-number line with the line containing $LINENO, and appends
26212 # trailing '-' during substitution so that $LINENO is not a special
26213 # case at line end.
26214 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26215 # scripts with optimization help from Paolo Bonzini. Blame Lee
26216 # E. McMahon (1931-1989) for sed's syntax. :-)
26217 sed -n '
26219 /[$]LINENO/=
26220 ' <$as_myself |
26221 sed '
26222 s/[$]LINENO.*/&-/
26223 t lineno
26225 :lineno
26227 :loop
26228 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26229 t loop
26230 s/-\n.*//
26231 ' >$as_me.lineno &&
26232 chmod +x "$as_me.lineno" ||
26233 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26234 { (exit 1); exit 1; }; }
26236 # Don't try to exec as it changes $[0], causing all sort of problems
26237 # (the dirname of $[0] is not the place where we might find the
26238 # original and so on. Autoconf is especially sensitive to this).
26239 . "./$as_me.lineno"
26240 # Exit status is that of the last command.
26241 exit
26245 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26246 as_dirname=dirname
26247 else
26248 as_dirname=false
26251 ECHO_C= ECHO_N= ECHO_T=
26252 case `echo -n x` in
26253 -n*)
26254 case `echo 'x\c'` in
26255 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26256 *) ECHO_C='\c';;
26257 esac;;
26259 ECHO_N='-n';;
26260 esac
26262 if expr a : '\(a\)' >/dev/null 2>&1 &&
26263 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26264 as_expr=expr
26265 else
26266 as_expr=false
26269 rm -f conf$$ conf$$.exe conf$$.file
26270 if test -d conf$$.dir; then
26271 rm -f conf$$.dir/conf$$.file
26272 else
26273 rm -f conf$$.dir
26274 mkdir conf$$.dir
26276 echo >conf$$.file
26277 if ln -s conf$$.file conf$$ 2>/dev/null; then
26278 as_ln_s='ln -s'
26279 # ... but there are two gotchas:
26280 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26281 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26282 # In both cases, we have to default to `cp -p'.
26283 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26284 as_ln_s='cp -p'
26285 elif ln conf$$.file conf$$ 2>/dev/null; then
26286 as_ln_s=ln
26287 else
26288 as_ln_s='cp -p'
26290 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26291 rmdir conf$$.dir 2>/dev/null
26293 if mkdir -p . 2>/dev/null; then
26294 as_mkdir_p=:
26295 else
26296 test -d ./-p && rmdir ./-p
26297 as_mkdir_p=false
26300 if test -x / >/dev/null 2>&1; then
26301 as_test_x='test -x'
26302 else
26303 if ls -dL / >/dev/null 2>&1; then
26304 as_ls_L_option=L
26305 else
26306 as_ls_L_option=
26308 as_test_x='
26309 eval sh -c '\''
26310 if test -d "$1"; then
26311 test -d "$1/.";
26312 else
26313 case $1 in
26314 -*)set "./$1";;
26315 esac;
26316 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26317 ???[sx]*):;;*)false;;esac;fi
26318 '\'' sh
26321 as_executable_p=$as_test_x
26323 # Sed expression to map a string onto a valid CPP name.
26324 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26326 # Sed expression to map a string onto a valid variable name.
26327 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26330 exec 6>&1
26332 # Save the log message, to keep $[0] and so on meaningful, and to
26333 # report actual input values of CONFIG_FILES etc. instead of their
26334 # values after options handling.
26335 ac_log="
26336 This file was extended by Wine $as_me 1.1.5, which was
26337 generated by GNU Autoconf 2.61. Invocation command line was
26339 CONFIG_FILES = $CONFIG_FILES
26340 CONFIG_HEADERS = $CONFIG_HEADERS
26341 CONFIG_LINKS = $CONFIG_LINKS
26342 CONFIG_COMMANDS = $CONFIG_COMMANDS
26343 $ $0 $@
26345 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26348 _ACEOF
26350 cat >>$CONFIG_STATUS <<_ACEOF
26351 # Files that config.status was made for.
26352 config_files="$ac_config_files"
26353 config_headers="$ac_config_headers"
26354 config_commands="$ac_config_commands"
26356 _ACEOF
26358 cat >>$CONFIG_STATUS <<\_ACEOF
26359 ac_cs_usage="\
26360 \`$as_me' instantiates files from templates according to the
26361 current configuration.
26363 Usage: $0 [OPTIONS] [FILE]...
26365 -h, --help print this help, then exit
26366 -V, --version print version number and configuration settings, then exit
26367 -q, --quiet do not print progress messages
26368 -d, --debug don't remove temporary files
26369 --recheck update $as_me by reconfiguring in the same conditions
26370 --file=FILE[:TEMPLATE]
26371 instantiate the configuration file FILE
26372 --header=FILE[:TEMPLATE]
26373 instantiate the configuration header FILE
26375 Configuration files:
26376 $config_files
26378 Configuration headers:
26379 $config_headers
26381 Configuration commands:
26382 $config_commands
26384 Report bugs to <bug-autoconf@gnu.org>."
26386 _ACEOF
26387 cat >>$CONFIG_STATUS <<_ACEOF
26388 ac_cs_version="\\
26389 Wine config.status 1.1.5
26390 configured by $0, generated by GNU Autoconf 2.61,
26391 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26393 Copyright (C) 2006 Free Software Foundation, Inc.
26394 This config.status script is free software; the Free Software Foundation
26395 gives unlimited permission to copy, distribute and modify it."
26397 ac_pwd='$ac_pwd'
26398 srcdir='$srcdir'
26399 INSTALL='$INSTALL'
26400 _ACEOF
26402 cat >>$CONFIG_STATUS <<\_ACEOF
26403 # If no file are specified by the user, then we need to provide default
26404 # value. By we need to know if files were specified by the user.
26405 ac_need_defaults=:
26406 while test $# != 0
26408 case $1 in
26409 --*=*)
26410 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26411 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26412 ac_shift=:
26415 ac_option=$1
26416 ac_optarg=$2
26417 ac_shift=shift
26419 esac
26421 case $ac_option in
26422 # Handling of the options.
26423 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26424 ac_cs_recheck=: ;;
26425 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26426 echo "$ac_cs_version"; exit ;;
26427 --debug | --debu | --deb | --de | --d | -d )
26428 debug=: ;;
26429 --file | --fil | --fi | --f )
26430 $ac_shift
26431 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26432 ac_need_defaults=false;;
26433 --header | --heade | --head | --hea )
26434 $ac_shift
26435 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26436 ac_need_defaults=false;;
26437 --he | --h)
26438 # Conflict between --help and --header
26439 { echo "$as_me: error: ambiguous option: $1
26440 Try \`$0 --help' for more information." >&2
26441 { (exit 1); exit 1; }; };;
26442 --help | --hel | -h )
26443 echo "$ac_cs_usage"; exit ;;
26444 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26445 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26446 ac_cs_silent=: ;;
26448 # This is an error.
26449 -*) { echo "$as_me: error: unrecognized option: $1
26450 Try \`$0 --help' for more information." >&2
26451 { (exit 1); exit 1; }; } ;;
26453 *) ac_config_targets="$ac_config_targets $1"
26454 ac_need_defaults=false ;;
26456 esac
26457 shift
26458 done
26460 ac_configure_extra_args=
26462 if $ac_cs_silent; then
26463 exec 6>/dev/null
26464 ac_configure_extra_args="$ac_configure_extra_args --silent"
26467 _ACEOF
26468 cat >>$CONFIG_STATUS <<_ACEOF
26469 if \$ac_cs_recheck; then
26470 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26471 CONFIG_SHELL=$SHELL
26472 export CONFIG_SHELL
26473 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26476 _ACEOF
26477 cat >>$CONFIG_STATUS <<\_ACEOF
26478 exec 5>>config.log
26480 echo
26481 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26482 ## Running $as_me. ##
26483 _ASBOX
26484 echo "$ac_log"
26485 } >&5
26487 _ACEOF
26488 cat >>$CONFIG_STATUS <<_ACEOF
26489 _ACEOF
26491 cat >>$CONFIG_STATUS <<\_ACEOF
26493 # Handling of arguments.
26494 for ac_config_target in $ac_config_targets
26496 case $ac_config_target in
26497 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26498 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26499 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26500 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26501 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26502 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26503 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26504 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26505 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26506 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26507 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26508 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26509 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26510 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26511 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26512 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26513 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26514 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26515 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26516 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26517 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26518 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26519 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26520 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26521 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26522 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26523 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26524 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26525 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26526 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26527 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26528 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26529 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26530 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26531 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26532 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26533 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26534 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26535 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26536 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26537 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26538 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26539 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26540 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26541 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26542 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26543 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26544 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26545 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26546 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26547 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26548 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26549 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26550 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26551 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26552 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26553 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26554 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26555 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26556 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26557 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26558 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26559 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26560 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26561 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26562 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26563 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26564 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26565 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26566 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26567 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26568 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26569 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26570 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26571 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26572 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26573 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26574 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26575 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26576 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26577 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26578 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26579 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26580 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26581 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26582 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26583 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26584 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26585 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26586 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26587 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26588 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26589 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26590 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26591 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26592 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26593 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26594 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26595 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26596 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26597 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26598 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26599 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26600 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26601 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26602 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26603 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26604 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26605 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26606 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26607 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26608 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26609 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26610 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26611 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26612 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26613 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26614 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26615 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26616 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26617 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26618 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26619 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26620 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26621 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26622 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26623 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26624 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26625 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26626 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26627 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26628 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26629 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26630 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26631 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26632 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26633 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26634 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26635 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26636 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26637 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26638 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26639 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26640 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26641 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26642 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26643 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26644 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26645 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26646 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26647 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26648 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26649 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26650 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26651 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26652 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26653 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26654 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26655 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26656 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26657 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26658 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26659 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26660 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26661 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26662 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26663 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26664 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26665 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26666 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26667 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26668 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26669 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26670 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26671 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26672 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26673 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26674 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26675 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26676 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26677 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26678 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26679 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26680 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26681 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26682 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26683 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26684 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26685 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26686 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26687 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26688 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26689 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26690 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26691 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26692 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26693 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26694 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26695 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26696 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26697 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26698 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26699 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26700 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26701 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26702 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26703 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26704 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26705 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26706 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26707 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26708 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26709 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26710 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26711 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26712 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26713 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26714 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26715 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26716 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26717 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26718 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26719 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26720 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26721 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26722 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26723 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26724 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26725 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26726 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26727 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26728 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26729 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26730 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26731 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26732 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26733 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26734 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26735 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26736 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26737 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26738 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26739 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26740 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26741 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26742 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26743 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26744 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26745 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26746 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26747 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26748 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26749 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26750 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26751 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26752 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26753 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26754 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26755 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26756 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26757 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26758 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26759 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26760 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26761 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26762 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26763 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26764 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26765 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26766 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26767 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26768 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26769 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26770 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26771 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26772 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26773 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26774 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26775 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26776 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26777 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26778 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26779 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26780 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26781 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26782 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26783 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26784 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26785 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26786 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26787 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26788 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26789 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26790 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26791 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26792 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26793 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26794 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26795 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26796 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26797 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26798 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26799 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26800 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26801 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26802 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26803 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26804 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26805 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26806 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26807 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26808 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26809 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26810 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26811 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26812 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26813 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26814 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26815 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26816 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26817 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26818 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26819 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26820 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26821 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26822 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26823 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26824 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26825 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26826 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26827 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26828 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26829 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26830 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26831 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26832 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26833 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26834 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26835 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26836 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26837 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26838 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26839 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26840 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26841 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26842 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26843 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26844 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26845 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26846 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26847 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26848 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26849 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26850 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26851 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26852 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26853 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26854 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26855 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26856 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26857 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26858 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26859 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26860 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26861 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26862 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26863 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26864 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26865 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26866 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26867 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26868 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26869 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26870 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26871 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26872 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26873 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26874 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26875 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26876 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26877 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26878 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26879 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26880 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26881 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26882 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26883 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26884 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26885 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26886 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26887 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26888 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26889 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26890 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26891 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26892 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26893 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26894 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26895 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26896 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26897 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26898 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26899 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26900 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26901 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26902 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26903 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26904 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26905 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26906 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26907 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26908 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26909 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26910 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26911 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26912 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26913 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26914 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26915 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26916 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26917 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26918 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26919 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26920 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26921 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26922 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26923 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26924 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26925 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26926 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26927 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26928 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26929 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26931 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26932 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26933 { (exit 1); exit 1; }; };;
26934 esac
26935 done
26938 # If the user did not use the arguments to specify the items to instantiate,
26939 # then the envvar interface is used. Set only those that are not.
26940 # We use the long form for the default assignment because of an extremely
26941 # bizarre bug on SunOS 4.1.3.
26942 if $ac_need_defaults; then
26943 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26944 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26945 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26948 # Have a temporary directory for convenience. Make it in the build tree
26949 # simply because there is no reason against having it here, and in addition,
26950 # creating and moving files from /tmp can sometimes cause problems.
26951 # Hook for its removal unless debugging.
26952 # Note that there is a small window in which the directory will not be cleaned:
26953 # after its creation but before its name has been assigned to `$tmp'.
26954 $debug ||
26956 tmp=
26957 trap 'exit_status=$?
26958 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26960 trap '{ (exit 1); exit 1; }' 1 2 13 15
26962 # Create a (secure) tmp directory for tmp files.
26965 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26966 test -n "$tmp" && test -d "$tmp"
26967 } ||
26969 tmp=./conf$$-$RANDOM
26970 (umask 077 && mkdir "$tmp")
26971 } ||
26973 echo "$me: cannot create a temporary directory in ." >&2
26974 { (exit 1); exit 1; }
26978 # Set up the sed scripts for CONFIG_FILES section.
26981 # No need to generate the scripts if there are no CONFIG_FILES.
26982 # This happens for instance when ./config.status config.h
26983 if test -n "$CONFIG_FILES"; then
26985 _ACEOF
26987 # Create sed commands to just substitute file output variables.
26989 # Remaining file output variables are in a fragment that also has non-file
26990 # output varibles.
26994 ac_delim='%!_!# '
26995 for ac_last_try in false false false false false :; do
26996 cat >conf$$subs.sed <<_ACEOF
26997 SHELL!$SHELL$ac_delim
26998 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26999 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27000 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27001 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27002 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27003 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27004 exec_prefix!$exec_prefix$ac_delim
27005 prefix!$prefix$ac_delim
27006 program_transform_name!$program_transform_name$ac_delim
27007 bindir!$bindir$ac_delim
27008 sbindir!$sbindir$ac_delim
27009 libexecdir!$libexecdir$ac_delim
27010 datarootdir!$datarootdir$ac_delim
27011 datadir!$datadir$ac_delim
27012 sysconfdir!$sysconfdir$ac_delim
27013 sharedstatedir!$sharedstatedir$ac_delim
27014 localstatedir!$localstatedir$ac_delim
27015 includedir!$includedir$ac_delim
27016 oldincludedir!$oldincludedir$ac_delim
27017 docdir!$docdir$ac_delim
27018 infodir!$infodir$ac_delim
27019 htmldir!$htmldir$ac_delim
27020 dvidir!$dvidir$ac_delim
27021 pdfdir!$pdfdir$ac_delim
27022 psdir!$psdir$ac_delim
27023 libdir!$libdir$ac_delim
27024 localedir!$localedir$ac_delim
27025 mandir!$mandir$ac_delim
27026 DEFS!$DEFS$ac_delim
27027 ECHO_C!$ECHO_C$ac_delim
27028 ECHO_N!$ECHO_N$ac_delim
27029 ECHO_T!$ECHO_T$ac_delim
27030 LIBS!$LIBS$ac_delim
27031 build_alias!$build_alias$ac_delim
27032 host_alias!$host_alias$ac_delim
27033 target_alias!$target_alias$ac_delim
27034 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27035 build!$build$ac_delim
27036 build_cpu!$build_cpu$ac_delim
27037 build_vendor!$build_vendor$ac_delim
27038 build_os!$build_os$ac_delim
27039 host!$host$ac_delim
27040 host_cpu!$host_cpu$ac_delim
27041 host_vendor!$host_vendor$ac_delim
27042 host_os!$host_os$ac_delim
27043 WIN16_FILES!$WIN16_FILES$ac_delim
27044 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27045 WINETEST!$WINETEST$ac_delim
27046 SET_MAKE!$SET_MAKE$ac_delim
27047 CC!$CC$ac_delim
27048 CFLAGS!$CFLAGS$ac_delim
27049 LDFLAGS!$LDFLAGS$ac_delim
27050 CPPFLAGS!$CPPFLAGS$ac_delim
27051 ac_ct_CC!$ac_ct_CC$ac_delim
27052 EXEEXT!$EXEEXT$ac_delim
27053 OBJEXT!$OBJEXT$ac_delim
27054 CXX!$CXX$ac_delim
27055 CXXFLAGS!$CXXFLAGS$ac_delim
27056 ac_ct_CXX!$ac_ct_CXX$ac_delim
27057 CPPBIN!$CPPBIN$ac_delim
27058 TOOLSDIR!$TOOLSDIR$ac_delim
27059 XMKMF!$XMKMF$ac_delim
27060 CPP!$CPP$ac_delim
27061 X_CFLAGS!$X_CFLAGS$ac_delim
27062 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27063 X_LIBS!$X_LIBS$ac_delim
27064 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27065 FLEX!$FLEX$ac_delim
27066 BISON!$BISON$ac_delim
27067 AS!$AS$ac_delim
27068 ac_ct_AS!$ac_ct_AS$ac_delim
27069 LD!$LD$ac_delim
27070 ac_ct_LD!$ac_ct_LD$ac_delim
27071 NM!$NM$ac_delim
27072 ac_ct_NM!$ac_ct_NM$ac_delim
27073 AR!$AR$ac_delim
27074 ac_ct_AR!$ac_ct_AR$ac_delim
27075 ARFLAGS!$ARFLAGS$ac_delim
27076 RANLIB!$RANLIB$ac_delim
27077 STRIP!$STRIP$ac_delim
27078 WINDRES!$WINDRES$ac_delim
27079 _ACEOF
27081 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27082 break
27083 elif $ac_last_try; then
27084 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27085 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27086 { (exit 1); exit 1; }; }
27087 else
27088 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27090 done
27092 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27093 if test -n "$ac_eof"; then
27094 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27095 ac_eof=`expr $ac_eof + 1`
27098 cat >>$CONFIG_STATUS <<_ACEOF
27099 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27100 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27101 /^[ ]*@MAKE_RULES@[ ]*$/{
27102 r $MAKE_RULES
27105 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27106 r $MAKE_DLL_RULES
27109 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27110 r $MAKE_IMPLIB_RULES
27113 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27114 r $MAKE_TEST_RULES
27117 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27118 r $MAKE_PROG_RULES
27121 _ACEOF
27122 sed '
27123 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27124 s/^/s,@/; s/!/@,|#_!!_#|/
27127 s/'"$ac_delim"'$/,g/; t
27128 s/$/\\/; p
27129 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27130 ' >>$CONFIG_STATUS <conf$$subs.sed
27131 rm -f conf$$subs.sed
27132 cat >>$CONFIG_STATUS <<_ACEOF
27133 CEOF$ac_eof
27134 _ACEOF
27137 ac_delim='%!_!# '
27138 for ac_last_try in false false false false false :; do
27139 cat >conf$$subs.sed <<_ACEOF
27140 LN_S!$LN_S$ac_delim
27141 LN!$LN$ac_delim
27142 GREP!$GREP$ac_delim
27143 EGREP!$EGREP$ac_delim
27144 LDCONFIG!$LDCONFIG$ac_delim
27145 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27146 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27147 INSTALL_DATA!$INSTALL_DATA$ac_delim
27148 LINT!$LINT$ac_delim
27149 LINTFLAGS!$LINTFLAGS$ac_delim
27150 FONTFORGE!$FONTFORGE$ac_delim
27151 PKG_CONFIG!$PKG_CONFIG$ac_delim
27152 RSVG!$RSVG$ac_delim
27153 ICOTOOL!$ICOTOOL$ac_delim
27154 PRELINK!$PRELINK$ac_delim
27155 LIBPTHREAD!$LIBPTHREAD$ac_delim
27156 XLIB!$XLIB$ac_delim
27157 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27158 DLLEXT!$DLLEXT$ac_delim
27159 DLLFLAGS!$DLLFLAGS$ac_delim
27160 LDSHARED!$LDSHARED$ac_delim
27161 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27162 LIBEXT!$LIBEXT$ac_delim
27163 IMPLIBEXT!$IMPLIBEXT$ac_delim
27164 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27165 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27166 LDD!$LDD$ac_delim
27167 DLLTOOL!$DLLTOOL$ac_delim
27168 DLLWRAP!$DLLWRAP$ac_delim
27169 MINGWAR!$MINGWAR$ac_delim
27170 SECURITYLIB!$SECURITYLIB$ac_delim
27171 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27172 IOKITLIB!$IOKITLIB$ac_delim
27173 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27174 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27175 COREAUDIO!$COREAUDIO$ac_delim
27176 CARBONLIB!$CARBONLIB$ac_delim
27177 CROSSTEST!$CROSSTEST$ac_delim
27178 CROSSCC!$CROSSCC$ac_delim
27179 CROSSWINDRES!$CROSSWINDRES$ac_delim
27180 NASLIBS!$NASLIBS$ac_delim
27181 XML2LIBS!$XML2LIBS$ac_delim
27182 XML2INCL!$XML2INCL$ac_delim
27183 XSLTLIBS!$XSLTLIBS$ac_delim
27184 XSLTINCL!$XSLTINCL$ac_delim
27185 HALINCL!$HALINCL$ac_delim
27186 GNUTLSINCL!$GNUTLSINCL$ac_delim
27187 sane_devel!$sane_devel$ac_delim
27188 SANEINCL!$SANEINCL$ac_delim
27189 gphoto2_devel!$gphoto2_devel$ac_delim
27190 gphoto2port_devel!$gphoto2port_devel$ac_delim
27191 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27192 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27193 RESOLVLIBS!$RESOLVLIBS$ac_delim
27194 LCMSLIBS!$LCMSLIBS$ac_delim
27195 ft_devel!$ft_devel$ac_delim
27196 FREETYPELIBS!$FREETYPELIBS$ac_delim
27197 FREETYPEINCL!$FREETYPEINCL$ac_delim
27198 ESDCONFIG!$ESDCONFIG$ac_delim
27199 ESDINCL!$ESDINCL$ac_delim
27200 ESDLIBS!$ESDLIBS$ac_delim
27201 ALSALIBS!$ALSALIBS$ac_delim
27202 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27203 CUPSINCL!$CUPSINCL$ac_delim
27204 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27205 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27206 BUILTINFLAG!$BUILTINFLAG$ac_delim
27207 LDPATH!$LDPATH$ac_delim
27208 CRTLIBS!$CRTLIBS$ac_delim
27209 SOCKETLIBS!$SOCKETLIBS$ac_delim
27210 MAIN_BINARY!$MAIN_BINARY$ac_delim
27211 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27212 LIBDL!$LIBDL$ac_delim
27213 LIBPOLL!$LIBPOLL$ac_delim
27214 LDAPLIBS!$LDAPLIBS$ac_delim
27215 DEPENDENCIES!$DEPENDENCIES$ac_delim
27216 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27217 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27218 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27219 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27220 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27221 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27222 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27223 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27224 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27225 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27226 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27227 LIBOBJS!$LIBOBJS$ac_delim
27228 LTLIBOBJS!$LTLIBOBJS$ac_delim
27229 _ACEOF
27231 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 88; then
27232 break
27233 elif $ac_last_try; then
27234 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27235 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27236 { (exit 1); exit 1; }; }
27237 else
27238 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27240 done
27242 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27243 if test -n "$ac_eof"; then
27244 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27245 ac_eof=`expr $ac_eof + 1`
27248 cat >>$CONFIG_STATUS <<_ACEOF
27249 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27250 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27251 _ACEOF
27252 sed '
27253 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27254 s/^/s,@/; s/!/@,|#_!!_#|/
27257 s/'"$ac_delim"'$/,g/; t
27258 s/$/\\/; p
27259 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27260 ' >>$CONFIG_STATUS <conf$$subs.sed
27261 rm -f conf$$subs.sed
27262 cat >>$CONFIG_STATUS <<_ACEOF
27263 :end
27264 s/|#_!!_#|//g
27265 CEOF$ac_eof
27266 _ACEOF
27269 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27270 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27271 # trailing colons and then remove the whole line if VPATH becomes empty
27272 # (actually we leave an empty line to preserve line numbers).
27273 if test "x$srcdir" = x.; then
27274 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27275 s/:*\$(srcdir):*/:/
27276 s/:*\${srcdir}:*/:/
27277 s/:*@srcdir@:*/:/
27278 s/^\([^=]*=[ ]*\):*/\1/
27279 s/:*$//
27280 s/^[^=]*=[ ]*$//
27284 cat >>$CONFIG_STATUS <<\_ACEOF
27285 fi # test -n "$CONFIG_FILES"
27288 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27290 case $ac_tag in
27291 :[FHLC]) ac_mode=$ac_tag; continue;;
27292 esac
27293 case $ac_mode$ac_tag in
27294 :[FHL]*:*);;
27295 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27296 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27297 { (exit 1); exit 1; }; };;
27298 :[FH]-) ac_tag=-:-;;
27299 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27300 esac
27301 ac_save_IFS=$IFS
27302 IFS=:
27303 set x $ac_tag
27304 IFS=$ac_save_IFS
27305 shift
27306 ac_file=$1
27307 shift
27309 case $ac_mode in
27310 :L) ac_source=$1;;
27311 :[FH])
27312 ac_file_inputs=
27313 for ac_f
27315 case $ac_f in
27316 -) ac_f="$tmp/stdin";;
27317 *) # Look for the file first in the build tree, then in the source tree
27318 # (if the path is not absolute). The absolute path cannot be DOS-style,
27319 # because $ac_f cannot contain `:'.
27320 test -f "$ac_f" ||
27321 case $ac_f in
27322 [\\/$]*) false;;
27323 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27324 esac ||
27325 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27326 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27327 { (exit 1); exit 1; }; };;
27328 esac
27329 ac_file_inputs="$ac_file_inputs $ac_f"
27330 done
27332 # Let's still pretend it is `configure' which instantiates (i.e., don't
27333 # use $as_me), people would be surprised to read:
27334 # /* config.h. Generated by config.status. */
27335 configure_input="Generated from "`IFS=:
27336 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27337 if test x"$ac_file" != x-; then
27338 configure_input="$ac_file. $configure_input"
27339 { echo "$as_me:$LINENO: creating $ac_file" >&5
27340 echo "$as_me: creating $ac_file" >&6;}
27343 case $ac_tag in
27344 *:-:* | *:-) cat >"$tmp/stdin";;
27345 esac
27347 esac
27349 ac_dir=`$as_dirname -- "$ac_file" ||
27350 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27351 X"$ac_file" : 'X\(//\)[^/]' \| \
27352 X"$ac_file" : 'X\(//\)$' \| \
27353 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27354 echo X"$ac_file" |
27355 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27356 s//\1/
27359 /^X\(\/\/\)[^/].*/{
27360 s//\1/
27363 /^X\(\/\/\)$/{
27364 s//\1/
27367 /^X\(\/\).*/{
27368 s//\1/
27371 s/.*/./; q'`
27372 { as_dir="$ac_dir"
27373 case $as_dir in #(
27374 -*) as_dir=./$as_dir;;
27375 esac
27376 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27377 as_dirs=
27378 while :; do
27379 case $as_dir in #(
27380 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27381 *) as_qdir=$as_dir;;
27382 esac
27383 as_dirs="'$as_qdir' $as_dirs"
27384 as_dir=`$as_dirname -- "$as_dir" ||
27385 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27386 X"$as_dir" : 'X\(//\)[^/]' \| \
27387 X"$as_dir" : 'X\(//\)$' \| \
27388 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27389 echo X"$as_dir" |
27390 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27391 s//\1/
27394 /^X\(\/\/\)[^/].*/{
27395 s//\1/
27398 /^X\(\/\/\)$/{
27399 s//\1/
27402 /^X\(\/\).*/{
27403 s//\1/
27406 s/.*/./; q'`
27407 test -d "$as_dir" && break
27408 done
27409 test -z "$as_dirs" || eval "mkdir $as_dirs"
27410 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27411 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27412 { (exit 1); exit 1; }; }; }
27413 ac_builddir=.
27415 case "$ac_dir" in
27416 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27418 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27419 # A ".." for each directory in $ac_dir_suffix.
27420 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27421 case $ac_top_builddir_sub in
27422 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27423 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27424 esac ;;
27425 esac
27426 ac_abs_top_builddir=$ac_pwd
27427 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27428 # for backward compatibility:
27429 ac_top_builddir=$ac_top_build_prefix
27431 case $srcdir in
27432 .) # We are building in place.
27433 ac_srcdir=.
27434 ac_top_srcdir=$ac_top_builddir_sub
27435 ac_abs_top_srcdir=$ac_pwd ;;
27436 [\\/]* | ?:[\\/]* ) # Absolute name.
27437 ac_srcdir=$srcdir$ac_dir_suffix;
27438 ac_top_srcdir=$srcdir
27439 ac_abs_top_srcdir=$srcdir ;;
27440 *) # Relative name.
27441 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27442 ac_top_srcdir=$ac_top_build_prefix$srcdir
27443 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27444 esac
27445 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27448 case $ac_mode in
27451 # CONFIG_FILE
27454 case $INSTALL in
27455 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27456 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27457 esac
27458 _ACEOF
27460 cat >>$CONFIG_STATUS <<\_ACEOF
27461 # If the template does not know about datarootdir, expand it.
27462 # FIXME: This hack should be removed a few years after 2.60.
27463 ac_datarootdir_hack=; ac_datarootdir_seen=
27465 case `sed -n '/datarootdir/ {
27469 /@datadir@/p
27470 /@docdir@/p
27471 /@infodir@/p
27472 /@localedir@/p
27473 /@mandir@/p
27474 ' $ac_file_inputs` in
27475 *datarootdir*) ac_datarootdir_seen=yes;;
27476 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27477 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27478 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27479 _ACEOF
27480 cat >>$CONFIG_STATUS <<_ACEOF
27481 ac_datarootdir_hack='
27482 s&@datadir@&$datadir&g
27483 s&@docdir@&$docdir&g
27484 s&@infodir@&$infodir&g
27485 s&@localedir@&$localedir&g
27486 s&@mandir@&$mandir&g
27487 s&\\\${datarootdir}&$datarootdir&g' ;;
27488 esac
27489 _ACEOF
27491 # Neutralize VPATH when `$srcdir' = `.'.
27492 # Shell code in configure.ac might set extrasub.
27493 # FIXME: do we really want to maintain this feature?
27494 cat >>$CONFIG_STATUS <<_ACEOF
27495 sed "$ac_vpsub
27496 $extrasub
27497 _ACEOF
27498 cat >>$CONFIG_STATUS <<\_ACEOF
27500 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27501 s&@configure_input@&$configure_input&;t t
27502 s&@top_builddir@&$ac_top_builddir_sub&;t t
27503 s&@srcdir@&$ac_srcdir&;t t
27504 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27505 s&@top_srcdir@&$ac_top_srcdir&;t t
27506 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27507 s&@builddir@&$ac_builddir&;t t
27508 s&@abs_builddir@&$ac_abs_builddir&;t t
27509 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27510 s&@INSTALL@&$ac_INSTALL&;t t
27511 $ac_datarootdir_hack
27512 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27514 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27515 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27516 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27517 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27518 which seems to be undefined. Please make sure it is defined." >&5
27519 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27520 which seems to be undefined. Please make sure it is defined." >&2;}
27522 rm -f "$tmp/stdin"
27523 case $ac_file in
27524 -) cat "$tmp/out"; rm -f "$tmp/out";;
27525 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27526 esac
27530 # CONFIG_HEADER
27532 _ACEOF
27534 # Transform confdefs.h into a sed script `conftest.defines', that
27535 # substitutes the proper values into config.h.in to produce config.h.
27536 rm -f conftest.defines conftest.tail
27537 # First, append a space to every undef/define line, to ease matching.
27538 echo 's/$/ /' >conftest.defines
27539 # Then, protect against being on the right side of a sed subst, or in
27540 # an unquoted here document, in config.status. If some macros were
27541 # called several times there might be several #defines for the same
27542 # symbol, which is useless. But do not sort them, since the last
27543 # AC_DEFINE must be honored.
27544 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27545 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27546 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27547 # PARAMS is the parameter list in the macro definition--in most cases, it's
27548 # just an empty string.
27549 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27550 ac_dB='\\)[ (].*,\\1define\\2'
27551 ac_dC=' '
27552 ac_dD=' ,'
27554 uniq confdefs.h |
27555 sed -n '
27556 t rset
27557 :rset
27558 s/^[ ]*#[ ]*define[ ][ ]*//
27559 t ok
27562 s/[\\&,]/\\&/g
27563 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27564 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27565 ' >>conftest.defines
27567 # Remove the space that was appended to ease matching.
27568 # Then replace #undef with comments. This is necessary, for
27569 # example, in the case of _POSIX_SOURCE, which is predefined and required
27570 # on some systems where configure will not decide to define it.
27571 # (The regexp can be short, since the line contains either #define or #undef.)
27572 echo 's/ $//
27573 s,^[ #]*u.*,/* & */,' >>conftest.defines
27575 # Break up conftest.defines:
27576 ac_max_sed_lines=50
27578 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27579 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27580 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27581 # et cetera.
27582 ac_in='$ac_file_inputs'
27583 ac_out='"$tmp/out1"'
27584 ac_nxt='"$tmp/out2"'
27586 while :
27588 # Write a here document:
27589 cat >>$CONFIG_STATUS <<_ACEOF
27590 # First, check the format of the line:
27591 cat >"\$tmp/defines.sed" <<\\CEOF
27592 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27593 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27595 :def
27596 _ACEOF
27597 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27598 echo 'CEOF
27599 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27600 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27601 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27602 grep . conftest.tail >/dev/null || break
27603 rm -f conftest.defines
27604 mv conftest.tail conftest.defines
27605 done
27606 rm -f conftest.defines conftest.tail
27608 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27609 cat >>$CONFIG_STATUS <<\_ACEOF
27610 if test x"$ac_file" != x-; then
27611 echo "/* $configure_input */" >"$tmp/config.h"
27612 cat "$ac_result" >>"$tmp/config.h"
27613 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27614 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27615 echo "$as_me: $ac_file is unchanged" >&6;}
27616 else
27617 rm -f $ac_file
27618 mv "$tmp/config.h" $ac_file
27620 else
27621 echo "/* $configure_input */"
27622 cat "$ac_result"
27624 rm -f "$tmp/out12"
27627 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27628 echo "$as_me: executing $ac_file commands" >&6;}
27630 esac
27633 case $ac_file$ac_mode in
27634 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27635 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27636 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27637 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27638 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27639 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27640 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27641 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27642 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27643 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27644 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27645 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27646 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27648 esac
27649 done # for ac_tag
27652 { (exit 0); exit 0; }
27653 _ACEOF
27654 chmod +x $CONFIG_STATUS
27655 ac_clean_files=$ac_clean_files_save
27658 # configure is writing to config.log, and then calls config.status.
27659 # config.status does its own redirection, appending to config.log.
27660 # Unfortunately, on DOS this fails, as config.log is still kept open
27661 # by configure, so config.status won't be able to write to it; its
27662 # output is simply discarded. So we exec the FD to /dev/null,
27663 # effectively closing config.log, so it can be properly (re)opened and
27664 # appended to by config.status. When coming back to configure, we
27665 # need to make the FD available again.
27666 if test "$no_create" != yes; then
27667 ac_cs_success=:
27668 ac_config_status_args=
27669 test "$silent" = yes &&
27670 ac_config_status_args="$ac_config_status_args --quiet"
27671 exec 5>/dev/null
27672 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27673 exec 5>>config.log
27674 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27675 # would make configure fail if this is the last instruction.
27676 $ac_cs_success || { (exit 1); exit 1; }
27680 if test "$no_create" = "yes"
27681 then
27682 exit 0
27685 ac_save_IFS="$IFS"
27686 IFS="|"
27687 if test "x$wine_notices != "x; then
27688 echo >&6
27689 for msg in $wine_notices; do
27690 if test -n "$msg"; then
27691 { echo "$as_me:$LINENO: $msg" >&5
27692 echo "$as_me: $msg" >&6;}
27694 done
27696 for msg in $wine_warnings; do
27697 if test -n "$msg"; then
27698 echo >&2
27699 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27700 echo "$as_me: WARNING: $msg" >&2;}
27702 done
27703 IFS="$ac_save_IFS"
27705 echo "
27706 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27707 " >&6