configure: Generate the dlls directory lists in configure instead of make_makefiles.
[wine/multimedia.git] / configure
blob487560107b1f3ea9e64b172de1efb1582e372212
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.3.
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.3'
578 PACKAGE_STRING='Wine 1.1.3'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 WIN16_FILES
665 WIN16_INSTALL
666 SET_MAKE
668 CFLAGS
669 LDFLAGS
670 CPPFLAGS
671 ac_ct_CC
672 EXEEXT
673 OBJEXT
675 CXXFLAGS
676 ac_ct_CXX
677 CPPBIN
678 TOOLSDIR
679 XMKMF
681 X_CFLAGS
682 X_PRE_LIBS
683 X_LIBS
684 X_EXTRA_LIBS
685 FLEX
686 BISON
688 ac_ct_AS
690 ac_ct_LD
692 ac_ct_NM
694 ac_ct_AR
695 ARFLAGS
696 RANLIB
697 STRIP
698 WINDRES
699 LN_S
701 GREP
702 EGREP
703 LDCONFIG
704 INSTALL_PROGRAM
705 INSTALL_SCRIPT
706 INSTALL_DATA
707 LINT
708 LINTFLAGS
709 FONTFORGE
710 PKG_CONFIG
711 RSVG
712 ICOTOOL
713 PRELINK
714 LIBPTHREAD
715 XLIB
716 XFILES
717 OPENGLFILES
718 GLU32FILES
719 OPENGL_LIBS
720 QUARTZFILES
721 DLLEXT
722 DLLFLAGS
723 LDSHARED
724 LDDLLFLAGS
725 LIBEXT
726 IMPLIBEXT
727 LDRPATH_INSTALL
728 LDRPATH_LOCAL
730 DLLTOOL
731 DLLWRAP
732 MINGWAR
733 SECURITYLIB
734 COREFOUNDATIONLIB
735 IOKITLIB
736 LDEXECFLAGS
737 DISKARBITRATIONLIB
738 COREAUDIO
739 CARBONLIB
740 CROSSTEST
741 CROSSCC
742 CROSSWINDRES
743 NASLIBS
744 XML2LIBS
745 XML2INCL
746 XSLTLIBS
747 XSLTINCL
748 HALINCL
749 sane_devel
750 SANEINCL
751 gphoto2_devel
752 gphoto2port_devel
753 GPHOTO2LIBS
754 GPHOTO2INCL
755 RESOLVLIBS
756 LCMSLIBS
757 ft_devel
758 FREETYPELIBS
759 FREETYPEINCL
760 FONTSSUBDIRS
761 ESDCONFIG
762 ESDINCL
763 ESDLIBS
764 ALSALIBS
765 AUDIOIOLIBS
766 CUPSINCL
767 FONTCONFIGINCL
768 EXTRACFLAGS
769 BUILTINFLAG
770 LDPATH
771 CRTLIBS
772 SOCKETLIBS
773 MAIN_BINARY
774 EXTRA_BINARIES
775 LIBDL
776 LIBPOLL
777 LDAPLIBS
778 DEPENDENCIES
779 ALL_MAKERULES
780 ALL_MAKEFILES
781 ALL_MAKEFILE_DEPENDS
782 ALL_DLL_DIRS
783 ALL_IMPLIB_DIRS
784 ALL_TEST_DIRS
785 LIBOBJS
786 LTLIBOBJS'
787 ac_subst_files='MAKE_RULES
788 MAKE_DLL_RULES
789 MAKE_IMPLIB_RULES
790 MAKE_TEST_RULES
791 MAKE_PROG_RULES'
792 ac_precious_vars='build_alias
793 host_alias
794 target_alias
796 CFLAGS
797 LDFLAGS
798 LIBS
799 CPPFLAGS
801 CXXFLAGS
803 XMKMF
804 CPP'
807 # Initialize some variables set by options.
808 ac_init_help=
809 ac_init_version=false
810 # The variables have the same names as the options, with
811 # dashes changed to underlines.
812 cache_file=/dev/null
813 exec_prefix=NONE
814 no_create=
815 no_recursion=
816 prefix=NONE
817 program_prefix=NONE
818 program_suffix=NONE
819 program_transform_name=s,x,x,
820 silent=
821 site=
822 srcdir=
823 verbose=
824 x_includes=NONE
825 x_libraries=NONE
827 # Installation directory options.
828 # These are left unexpanded so users can "make install exec_prefix=/foo"
829 # and all the variables that are supposed to be based on exec_prefix
830 # by default will actually change.
831 # Use braces instead of parens because sh, perl, etc. also accept them.
832 # (The list follows the same order as the GNU Coding Standards.)
833 bindir='${exec_prefix}/bin'
834 sbindir='${exec_prefix}/sbin'
835 libexecdir='${exec_prefix}/libexec'
836 datarootdir='${prefix}/share'
837 datadir='${datarootdir}'
838 sysconfdir='${prefix}/etc'
839 sharedstatedir='${prefix}/com'
840 localstatedir='${prefix}/var'
841 includedir='${prefix}/include'
842 oldincludedir='/usr/include'
843 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
844 infodir='${datarootdir}/info'
845 htmldir='${docdir}'
846 dvidir='${docdir}'
847 pdfdir='${docdir}'
848 psdir='${docdir}'
849 libdir='${exec_prefix}/lib'
850 localedir='${datarootdir}/locale'
851 mandir='${datarootdir}/man'
853 ac_prev=
854 ac_dashdash=
855 for ac_option
857 # If the previous option needs an argument, assign it.
858 if test -n "$ac_prev"; then
859 eval $ac_prev=\$ac_option
860 ac_prev=
861 continue
864 case $ac_option in
865 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
866 *) ac_optarg=yes ;;
867 esac
869 # Accept the important Cygnus configure options, so we can diagnose typos.
871 case $ac_dashdash$ac_option in
873 ac_dashdash=yes ;;
875 -bindir | --bindir | --bindi | --bind | --bin | --bi)
876 ac_prev=bindir ;;
877 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
878 bindir=$ac_optarg ;;
880 -build | --build | --buil | --bui | --bu)
881 ac_prev=build_alias ;;
882 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
883 build_alias=$ac_optarg ;;
885 -cache-file | --cache-file | --cache-fil | --cache-fi \
886 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
887 ac_prev=cache_file ;;
888 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
889 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
890 cache_file=$ac_optarg ;;
892 --config-cache | -C)
893 cache_file=config.cache ;;
895 -datadir | --datadir | --datadi | --datad)
896 ac_prev=datadir ;;
897 -datadir=* | --datadir=* | --datadi=* | --datad=*)
898 datadir=$ac_optarg ;;
900 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
901 | --dataroo | --dataro | --datar)
902 ac_prev=datarootdir ;;
903 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
904 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
905 datarootdir=$ac_optarg ;;
907 -disable-* | --disable-*)
908 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
909 # Reject names that are not valid shell variable names.
910 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
911 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
912 { (exit 1); exit 1; }; }
913 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
914 eval enable_$ac_feature=no ;;
916 -docdir | --docdir | --docdi | --doc | --do)
917 ac_prev=docdir ;;
918 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
919 docdir=$ac_optarg ;;
921 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
922 ac_prev=dvidir ;;
923 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
924 dvidir=$ac_optarg ;;
926 -enable-* | --enable-*)
927 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
928 # Reject names that are not valid shell variable names.
929 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
930 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
931 { (exit 1); exit 1; }; }
932 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
933 eval enable_$ac_feature=\$ac_optarg ;;
935 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
936 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
937 | --exec | --exe | --ex)
938 ac_prev=exec_prefix ;;
939 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
940 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
941 | --exec=* | --exe=* | --ex=*)
942 exec_prefix=$ac_optarg ;;
944 -gas | --gas | --ga | --g)
945 # Obsolete; use --with-gas.
946 with_gas=yes ;;
948 -help | --help | --hel | --he | -h)
949 ac_init_help=long ;;
950 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
951 ac_init_help=recursive ;;
952 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
953 ac_init_help=short ;;
955 -host | --host | --hos | --ho)
956 ac_prev=host_alias ;;
957 -host=* | --host=* | --hos=* | --ho=*)
958 host_alias=$ac_optarg ;;
960 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
961 ac_prev=htmldir ;;
962 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
963 | --ht=*)
964 htmldir=$ac_optarg ;;
966 -includedir | --includedir | --includedi | --included | --include \
967 | --includ | --inclu | --incl | --inc)
968 ac_prev=includedir ;;
969 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
970 | --includ=* | --inclu=* | --incl=* | --inc=*)
971 includedir=$ac_optarg ;;
973 -infodir | --infodir | --infodi | --infod | --info | --inf)
974 ac_prev=infodir ;;
975 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
976 infodir=$ac_optarg ;;
978 -libdir | --libdir | --libdi | --libd)
979 ac_prev=libdir ;;
980 -libdir=* | --libdir=* | --libdi=* | --libd=*)
981 libdir=$ac_optarg ;;
983 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
984 | --libexe | --libex | --libe)
985 ac_prev=libexecdir ;;
986 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
987 | --libexe=* | --libex=* | --libe=*)
988 libexecdir=$ac_optarg ;;
990 -localedir | --localedir | --localedi | --localed | --locale)
991 ac_prev=localedir ;;
992 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
993 localedir=$ac_optarg ;;
995 -localstatedir | --localstatedir | --localstatedi | --localstated \
996 | --localstate | --localstat | --localsta | --localst | --locals)
997 ac_prev=localstatedir ;;
998 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
999 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1000 localstatedir=$ac_optarg ;;
1002 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1003 ac_prev=mandir ;;
1004 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1005 mandir=$ac_optarg ;;
1007 -nfp | --nfp | --nf)
1008 # Obsolete; use --without-fp.
1009 with_fp=no ;;
1011 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1012 | --no-cr | --no-c | -n)
1013 no_create=yes ;;
1015 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1016 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1017 no_recursion=yes ;;
1019 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1020 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1021 | --oldin | --oldi | --old | --ol | --o)
1022 ac_prev=oldincludedir ;;
1023 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1024 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1025 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1026 oldincludedir=$ac_optarg ;;
1028 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1029 ac_prev=prefix ;;
1030 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1031 prefix=$ac_optarg ;;
1033 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1034 | --program-pre | --program-pr | --program-p)
1035 ac_prev=program_prefix ;;
1036 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1037 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1038 program_prefix=$ac_optarg ;;
1040 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1041 | --program-suf | --program-su | --program-s)
1042 ac_prev=program_suffix ;;
1043 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1044 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1045 program_suffix=$ac_optarg ;;
1047 -program-transform-name | --program-transform-name \
1048 | --program-transform-nam | --program-transform-na \
1049 | --program-transform-n | --program-transform- \
1050 | --program-transform | --program-transfor \
1051 | --program-transfo | --program-transf \
1052 | --program-trans | --program-tran \
1053 | --progr-tra | --program-tr | --program-t)
1054 ac_prev=program_transform_name ;;
1055 -program-transform-name=* | --program-transform-name=* \
1056 | --program-transform-nam=* | --program-transform-na=* \
1057 | --program-transform-n=* | --program-transform-=* \
1058 | --program-transform=* | --program-transfor=* \
1059 | --program-transfo=* | --program-transf=* \
1060 | --program-trans=* | --program-tran=* \
1061 | --progr-tra=* | --program-tr=* | --program-t=*)
1062 program_transform_name=$ac_optarg ;;
1064 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1065 ac_prev=pdfdir ;;
1066 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1067 pdfdir=$ac_optarg ;;
1069 -psdir | --psdir | --psdi | --psd | --ps)
1070 ac_prev=psdir ;;
1071 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1072 psdir=$ac_optarg ;;
1074 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1075 | -silent | --silent | --silen | --sile | --sil)
1076 silent=yes ;;
1078 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1079 ac_prev=sbindir ;;
1080 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1081 | --sbi=* | --sb=*)
1082 sbindir=$ac_optarg ;;
1084 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1085 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1086 | --sharedst | --shareds | --shared | --share | --shar \
1087 | --sha | --sh)
1088 ac_prev=sharedstatedir ;;
1089 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1090 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1091 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1092 | --sha=* | --sh=*)
1093 sharedstatedir=$ac_optarg ;;
1095 -site | --site | --sit)
1096 ac_prev=site ;;
1097 -site=* | --site=* | --sit=*)
1098 site=$ac_optarg ;;
1100 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1101 ac_prev=srcdir ;;
1102 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1103 srcdir=$ac_optarg ;;
1105 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1106 | --syscon | --sysco | --sysc | --sys | --sy)
1107 ac_prev=sysconfdir ;;
1108 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1109 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1110 sysconfdir=$ac_optarg ;;
1112 -target | --target | --targe | --targ | --tar | --ta | --t)
1113 ac_prev=target_alias ;;
1114 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1115 target_alias=$ac_optarg ;;
1117 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1118 verbose=yes ;;
1120 -version | --version | --versio | --versi | --vers | -V)
1121 ac_init_version=: ;;
1123 -with-* | --with-*)
1124 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1125 # Reject names that are not valid shell variable names.
1126 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1127 { echo "$as_me: error: invalid package name: $ac_package" >&2
1128 { (exit 1); exit 1; }; }
1129 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1130 eval with_$ac_package=\$ac_optarg ;;
1132 -without-* | --without-*)
1133 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1134 # Reject names that are not valid shell variable names.
1135 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1136 { echo "$as_me: error: invalid package name: $ac_package" >&2
1137 { (exit 1); exit 1; }; }
1138 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1139 eval with_$ac_package=no ;;
1141 --x)
1142 # Obsolete; use --with-x.
1143 with_x=yes ;;
1145 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1146 | --x-incl | --x-inc | --x-in | --x-i)
1147 ac_prev=x_includes ;;
1148 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1149 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1150 x_includes=$ac_optarg ;;
1152 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1153 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1154 ac_prev=x_libraries ;;
1155 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1156 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1157 x_libraries=$ac_optarg ;;
1159 -*) { echo "$as_me: error: unrecognized option: $ac_option
1160 Try \`$0 --help' for more information." >&2
1161 { (exit 1); exit 1; }; }
1164 *=*)
1165 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1166 # Reject names that are not valid shell variable names.
1167 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1168 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1169 { (exit 1); exit 1; }; }
1170 eval $ac_envvar=\$ac_optarg
1171 export $ac_envvar ;;
1174 # FIXME: should be removed in autoconf 3.0.
1175 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1176 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1177 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1178 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1181 esac
1182 done
1184 if test -n "$ac_prev"; then
1185 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1186 { echo "$as_me: error: missing argument to $ac_option" >&2
1187 { (exit 1); exit 1; }; }
1190 # Be sure to have absolute directory names.
1191 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1192 datadir sysconfdir sharedstatedir localstatedir includedir \
1193 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1194 libdir localedir mandir
1196 eval ac_val=\$$ac_var
1197 case $ac_val in
1198 [\\/$]* | ?:[\\/]* ) continue;;
1199 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1200 esac
1201 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1202 { (exit 1); exit 1; }; }
1203 done
1205 # There might be people who depend on the old broken behavior: `$host'
1206 # used to hold the argument of --host etc.
1207 # FIXME: To remove some day.
1208 build=$build_alias
1209 host=$host_alias
1210 target=$target_alias
1212 # FIXME: To remove some day.
1213 if test "x$host_alias" != x; then
1214 if test "x$build_alias" = x; then
1215 cross_compiling=maybe
1216 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1217 If a cross compiler is detected then cross compile mode will be used." >&2
1218 elif test "x$build_alias" != "x$host_alias"; then
1219 cross_compiling=yes
1223 ac_tool_prefix=
1224 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1226 test "$silent" = yes && exec 6>/dev/null
1229 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1230 ac_ls_di=`ls -di .` &&
1231 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1232 { echo "$as_me: error: Working directory cannot be determined" >&2
1233 { (exit 1); exit 1; }; }
1234 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1235 { echo "$as_me: error: pwd does not report name of working directory" >&2
1236 { (exit 1); exit 1; }; }
1239 # Find the source files, if location was not specified.
1240 if test -z "$srcdir"; then
1241 ac_srcdir_defaulted=yes
1242 # Try the directory containing this script, then the parent directory.
1243 ac_confdir=`$as_dirname -- "$0" ||
1244 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1245 X"$0" : 'X\(//\)[^/]' \| \
1246 X"$0" : 'X\(//\)$' \| \
1247 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1248 echo X"$0" |
1249 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1250 s//\1/
1253 /^X\(\/\/\)[^/].*/{
1254 s//\1/
1257 /^X\(\/\/\)$/{
1258 s//\1/
1261 /^X\(\/\).*/{
1262 s//\1/
1265 s/.*/./; q'`
1266 srcdir=$ac_confdir
1267 if test ! -r "$srcdir/$ac_unique_file"; then
1268 srcdir=..
1270 else
1271 ac_srcdir_defaulted=no
1273 if test ! -r "$srcdir/$ac_unique_file"; then
1274 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1275 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1276 { (exit 1); exit 1; }; }
1278 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1279 ac_abs_confdir=`(
1280 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1281 { (exit 1); exit 1; }; }
1282 pwd)`
1283 # When building in place, set srcdir=.
1284 if test "$ac_abs_confdir" = "$ac_pwd"; then
1285 srcdir=.
1287 # Remove unnecessary trailing slashes from srcdir.
1288 # Double slashes in file names in object file debugging info
1289 # mess up M-x gdb in Emacs.
1290 case $srcdir in
1291 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1292 esac
1293 for ac_var in $ac_precious_vars; do
1294 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1295 eval ac_env_${ac_var}_value=\$${ac_var}
1296 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1297 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1298 done
1301 # Report the --help message.
1303 if test "$ac_init_help" = "long"; then
1304 # Omit some internal or obsolete options to make the list less imposing.
1305 # This message is too long to be a string in the A/UX 3.1 sh.
1306 cat <<_ACEOF
1307 \`configure' configures Wine 1.1.3 to adapt to many kinds of systems.
1309 Usage: $0 [OPTION]... [VAR=VALUE]...
1311 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1312 VAR=VALUE. See below for descriptions of some of the useful variables.
1314 Defaults for the options are specified in brackets.
1316 Configuration:
1317 -h, --help display this help and exit
1318 --help=short display options specific to this package
1319 --help=recursive display the short help of all the included packages
1320 -V, --version display version information and exit
1321 -q, --quiet, --silent do not print \`checking...' messages
1322 --cache-file=FILE cache test results in FILE [disabled]
1323 -C, --config-cache alias for \`--cache-file=config.cache'
1324 -n, --no-create do not create output files
1325 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1327 Installation directories:
1328 --prefix=PREFIX install architecture-independent files in PREFIX
1329 [$ac_default_prefix]
1330 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1331 [PREFIX]
1333 By default, \`make install' will install all the files in
1334 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1335 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1336 for instance \`--prefix=\$HOME'.
1338 For better control, use the options below.
1340 Fine tuning of the installation directories:
1341 --bindir=DIR user executables [EPREFIX/bin]
1342 --sbindir=DIR system admin executables [EPREFIX/sbin]
1343 --libexecdir=DIR program executables [EPREFIX/libexec]
1344 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1345 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1346 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1347 --libdir=DIR object code libraries [EPREFIX/lib]
1348 --includedir=DIR C header files [PREFIX/include]
1349 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1350 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1351 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1352 --infodir=DIR info documentation [DATAROOTDIR/info]
1353 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1354 --mandir=DIR man documentation [DATAROOTDIR/man]
1355 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1356 --htmldir=DIR html documentation [DOCDIR]
1357 --dvidir=DIR dvi documentation [DOCDIR]
1358 --pdfdir=DIR pdf documentation [DOCDIR]
1359 --psdir=DIR ps documentation [DOCDIR]
1360 _ACEOF
1362 cat <<\_ACEOF
1364 X features:
1365 --x-includes=DIR X include files are in DIR
1366 --x-libraries=DIR X library files are in DIR
1368 System types:
1369 --build=BUILD configure for building on BUILD [guessed]
1370 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1371 _ACEOF
1374 if test -n "$ac_init_help"; then
1375 case $ac_init_help in
1376 short | recursive ) echo "Configuration of Wine 1.1.3:";;
1377 esac
1378 cat <<\_ACEOF
1380 Optional Features:
1381 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1382 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1383 --disable-win16 do not include Win16 support
1384 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1385 binaries)
1386 --enable-maintainer-mode
1387 enable maintainer-specific build rules
1389 Optional Packages:
1390 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1391 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1392 --without-alsa do not use the Alsa sound support
1393 --without-audioio do not use the AudioIO sound support
1394 --without-capi do not use CAPI (ISDN support)
1395 --without-cms do not use CMS (color management support)
1396 --without-coreaudio do not use the CoreAudio sound support
1397 --without-cups do not use CUPS
1398 --without-curses do not use (n)curses
1399 --without-esd do not use the EsounD sound support
1400 --without-fontconfig do not use fontconfig
1401 --without-freetype do not use the FreeType library
1402 --without-gphoto do not use gphoto (Digital Camera support)
1403 --without-glu do not use the GLU library
1404 --without-hal do not use HAL (dynamic device support)
1405 --without-jack do not use the Jack sound support
1406 --without-jpeg do not use JPEG
1407 --without-ldap do not use LDAP
1408 --without-nas do not use the NAS sound support
1409 --without-opengl do not use OpenGL
1410 --without-openssl do not use OpenSSL
1411 --without-oss do not use the OSS sound support
1412 --without-png do not use PNG
1413 --without-sane do not use SANE (scanner support)
1414 --without-xcomposite do not use the Xcomposite extension
1415 --without-xcursor do not use the Xcursor extension
1416 --without-xinerama do not use Xinerama (multi-monitor support)
1417 --without-xinput do not use the Xinput extension
1418 --without-xml do not use XML
1419 --without-xrandr do not use Xrandr (resolution changes)
1420 --without-xrender do not use the Xrender extension
1421 --without-xshape do not use the Xshape extension
1422 --without-xshm do not use XShm (shared memory extension)
1423 --without-xslt do not use XSLT
1424 --without-xxf86vm do not use XFree video mode extension
1425 --with-wine-tools=DIR use Wine tools from directory DIR
1426 --with-x use the X Window System
1428 Some influential environment variables:
1429 CC C compiler command
1430 CFLAGS C compiler flags
1431 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1432 nonstandard directory <lib dir>
1433 LIBS libraries to pass to the linker, e.g. -l<library>
1434 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1435 you have headers in a nonstandard directory <include dir>
1436 CXX C++ compiler command
1437 CXXFLAGS C++ compiler flags
1438 XMKMF Path to xmkmf, Makefile generator for X Window System
1439 CPP C preprocessor
1441 Use these variables to override the choices made by `configure' or to help
1442 it to find libraries and programs with nonstandard names/locations.
1444 Report bugs to <wine-devel@winehq.org>.
1445 _ACEOF
1446 ac_status=$?
1449 if test "$ac_init_help" = "recursive"; then
1450 # If there are subdirs, report their specific --help.
1451 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1452 test -d "$ac_dir" || continue
1453 ac_builddir=.
1455 case "$ac_dir" in
1456 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1458 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1459 # A ".." for each directory in $ac_dir_suffix.
1460 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1461 case $ac_top_builddir_sub in
1462 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1463 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1464 esac ;;
1465 esac
1466 ac_abs_top_builddir=$ac_pwd
1467 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1468 # for backward compatibility:
1469 ac_top_builddir=$ac_top_build_prefix
1471 case $srcdir in
1472 .) # We are building in place.
1473 ac_srcdir=.
1474 ac_top_srcdir=$ac_top_builddir_sub
1475 ac_abs_top_srcdir=$ac_pwd ;;
1476 [\\/]* | ?:[\\/]* ) # Absolute name.
1477 ac_srcdir=$srcdir$ac_dir_suffix;
1478 ac_top_srcdir=$srcdir
1479 ac_abs_top_srcdir=$srcdir ;;
1480 *) # Relative name.
1481 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1482 ac_top_srcdir=$ac_top_build_prefix$srcdir
1483 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1484 esac
1485 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1487 cd "$ac_dir" || { ac_status=$?; continue; }
1488 # Check for guested configure.
1489 if test -f "$ac_srcdir/configure.gnu"; then
1490 echo &&
1491 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1492 elif test -f "$ac_srcdir/configure"; then
1493 echo &&
1494 $SHELL "$ac_srcdir/configure" --help=recursive
1495 else
1496 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1497 fi || ac_status=$?
1498 cd "$ac_pwd" || { ac_status=$?; break; }
1499 done
1502 test -n "$ac_init_help" && exit $ac_status
1503 if $ac_init_version; then
1504 cat <<\_ACEOF
1505 Wine configure 1.1.3
1506 generated by GNU Autoconf 2.61
1508 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1509 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1510 This configure script is free software; the Free Software Foundation
1511 gives unlimited permission to copy, distribute and modify it.
1512 _ACEOF
1513 exit
1515 cat >config.log <<_ACEOF
1516 This file contains any messages produced by compilers while
1517 running configure, to aid debugging if configure makes a mistake.
1519 It was created by Wine $as_me 1.1.3, which was
1520 generated by GNU Autoconf 2.61. Invocation command line was
1522 $ $0 $@
1524 _ACEOF
1525 exec 5>>config.log
1527 cat <<_ASUNAME
1528 ## --------- ##
1529 ## Platform. ##
1530 ## --------- ##
1532 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1533 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1534 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1535 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1536 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1538 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1539 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1541 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1542 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1543 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1544 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1545 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1546 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1547 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1549 _ASUNAME
1551 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1552 for as_dir in $PATH
1554 IFS=$as_save_IFS
1555 test -z "$as_dir" && as_dir=.
1556 echo "PATH: $as_dir"
1557 done
1558 IFS=$as_save_IFS
1560 } >&5
1562 cat >&5 <<_ACEOF
1565 ## ----------- ##
1566 ## Core tests. ##
1567 ## ----------- ##
1569 _ACEOF
1572 # Keep a trace of the command line.
1573 # Strip out --no-create and --no-recursion so they do not pile up.
1574 # Strip out --silent because we don't want to record it for future runs.
1575 # Also quote any args containing shell meta-characters.
1576 # Make two passes to allow for proper duplicate-argument suppression.
1577 ac_configure_args=
1578 ac_configure_args0=
1579 ac_configure_args1=
1580 ac_must_keep_next=false
1581 for ac_pass in 1 2
1583 for ac_arg
1585 case $ac_arg in
1586 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1587 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1588 | -silent | --silent | --silen | --sile | --sil)
1589 continue ;;
1590 *\'*)
1591 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1592 esac
1593 case $ac_pass in
1594 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1596 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1597 if test $ac_must_keep_next = true; then
1598 ac_must_keep_next=false # Got value, back to normal.
1599 else
1600 case $ac_arg in
1601 *=* | --config-cache | -C | -disable-* | --disable-* \
1602 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1603 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1604 | -with-* | --with-* | -without-* | --without-* | --x)
1605 case "$ac_configure_args0 " in
1606 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1607 esac
1609 -* ) ac_must_keep_next=true ;;
1610 esac
1612 ac_configure_args="$ac_configure_args '$ac_arg'"
1614 esac
1615 done
1616 done
1617 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1618 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1620 # When interrupted or exit'd, cleanup temporary files, and complete
1621 # config.log. We remove comments because anyway the quotes in there
1622 # would cause problems or look ugly.
1623 # WARNING: Use '\'' to represent an apostrophe within the trap.
1624 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1625 trap 'exit_status=$?
1626 # Save into config.log some information that might help in debugging.
1628 echo
1630 cat <<\_ASBOX
1631 ## ---------------- ##
1632 ## Cache variables. ##
1633 ## ---------------- ##
1634 _ASBOX
1635 echo
1636 # The following way of writing the cache mishandles newlines in values,
1638 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1639 eval ac_val=\$$ac_var
1640 case $ac_val in #(
1641 *${as_nl}*)
1642 case $ac_var in #(
1643 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1644 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1645 esac
1646 case $ac_var in #(
1647 _ | IFS | as_nl) ;; #(
1648 *) $as_unset $ac_var ;;
1649 esac ;;
1650 esac
1651 done
1652 (set) 2>&1 |
1653 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1654 *${as_nl}ac_space=\ *)
1655 sed -n \
1656 "s/'\''/'\''\\\\'\'''\''/g;
1657 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1658 ;; #(
1660 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1662 esac |
1663 sort
1665 echo
1667 cat <<\_ASBOX
1668 ## ----------------- ##
1669 ## Output variables. ##
1670 ## ----------------- ##
1671 _ASBOX
1672 echo
1673 for ac_var in $ac_subst_vars
1675 eval ac_val=\$$ac_var
1676 case $ac_val in
1677 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1678 esac
1679 echo "$ac_var='\''$ac_val'\''"
1680 done | sort
1681 echo
1683 if test -n "$ac_subst_files"; then
1684 cat <<\_ASBOX
1685 ## ------------------- ##
1686 ## File substitutions. ##
1687 ## ------------------- ##
1688 _ASBOX
1689 echo
1690 for ac_var in $ac_subst_files
1692 eval ac_val=\$$ac_var
1693 case $ac_val in
1694 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1695 esac
1696 echo "$ac_var='\''$ac_val'\''"
1697 done | sort
1698 echo
1701 if test -s confdefs.h; then
1702 cat <<\_ASBOX
1703 ## ----------- ##
1704 ## confdefs.h. ##
1705 ## ----------- ##
1706 _ASBOX
1707 echo
1708 cat confdefs.h
1709 echo
1711 test "$ac_signal" != 0 &&
1712 echo "$as_me: caught signal $ac_signal"
1713 echo "$as_me: exit $exit_status"
1714 } >&5
1715 rm -f core *.core core.conftest.* &&
1716 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1717 exit $exit_status
1719 for ac_signal in 1 2 13 15; do
1720 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1721 done
1722 ac_signal=0
1724 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1725 rm -f -r conftest* confdefs.h
1727 # Predefined preprocessor variables.
1729 cat >>confdefs.h <<_ACEOF
1730 #define PACKAGE_NAME "$PACKAGE_NAME"
1731 _ACEOF
1734 cat >>confdefs.h <<_ACEOF
1735 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1736 _ACEOF
1739 cat >>confdefs.h <<_ACEOF
1740 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1741 _ACEOF
1744 cat >>confdefs.h <<_ACEOF
1745 #define PACKAGE_STRING "$PACKAGE_STRING"
1746 _ACEOF
1749 cat >>confdefs.h <<_ACEOF
1750 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1751 _ACEOF
1754 # Let the site file select an alternate cache file if it wants to.
1755 # Prefer explicitly selected file to automatically selected ones.
1756 if test -n "$CONFIG_SITE"; then
1757 set x "$CONFIG_SITE"
1758 elif test "x$prefix" != xNONE; then
1759 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1760 else
1761 set x "$ac_default_prefix/share/config.site" \
1762 "$ac_default_prefix/etc/config.site"
1764 shift
1765 for ac_site_file
1767 if test -r "$ac_site_file"; then
1768 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1769 echo "$as_me: loading site script $ac_site_file" >&6;}
1770 sed 's/^/| /' "$ac_site_file" >&5
1771 . "$ac_site_file"
1773 done
1775 if test -r "$cache_file"; then
1776 # Some versions of bash will fail to source /dev/null (special
1777 # files actually), so we avoid doing that.
1778 if test -f "$cache_file"; then
1779 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1780 echo "$as_me: loading cache $cache_file" >&6;}
1781 case $cache_file in
1782 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1783 *) . "./$cache_file";;
1784 esac
1786 else
1787 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1788 echo "$as_me: creating cache $cache_file" >&6;}
1789 >$cache_file
1792 # Check that the precious variables saved in the cache have kept the same
1793 # value.
1794 ac_cache_corrupted=false
1795 for ac_var in $ac_precious_vars; do
1796 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1797 eval ac_new_set=\$ac_env_${ac_var}_set
1798 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1799 eval ac_new_val=\$ac_env_${ac_var}_value
1800 case $ac_old_set,$ac_new_set in
1801 set,)
1802 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1803 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1804 ac_cache_corrupted=: ;;
1805 ,set)
1806 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1807 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1808 ac_cache_corrupted=: ;;
1809 ,);;
1811 if test "x$ac_old_val" != "x$ac_new_val"; then
1812 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1813 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1814 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1815 echo "$as_me: former value: $ac_old_val" >&2;}
1816 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1817 echo "$as_me: current value: $ac_new_val" >&2;}
1818 ac_cache_corrupted=:
1819 fi;;
1820 esac
1821 # Pass precious variables to config.status.
1822 if test "$ac_new_set" = set; then
1823 case $ac_new_val in
1824 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1825 *) ac_arg=$ac_var=$ac_new_val ;;
1826 esac
1827 case " $ac_configure_args " in
1828 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1829 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1830 esac
1832 done
1833 if $ac_cache_corrupted; then
1834 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1835 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1836 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1837 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1838 { (exit 1); exit 1; }; }
1865 ac_ext=c
1866 ac_cpp='$CPP $CPPFLAGS'
1867 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1868 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1869 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1873 ac_config_headers="$ac_config_headers include/config.h"
1875 ac_aux_dir=
1876 for ac_dir in tools "$srcdir"/tools; do
1877 if test -f "$ac_dir/install-sh"; then
1878 ac_aux_dir=$ac_dir
1879 ac_install_sh="$ac_aux_dir/install-sh -c"
1880 break
1881 elif 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/shtool"; then
1886 ac_aux_dir=$ac_dir
1887 ac_install_sh="$ac_aux_dir/shtool install -c"
1888 break
1890 done
1891 if test -z "$ac_aux_dir"; then
1892 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1893 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1894 { (exit 1); exit 1; }; }
1897 # These three variables are undocumented and unsupported,
1898 # and are intended to be withdrawn in a future Autoconf release.
1899 # They can cause serious problems if a builder's source tree is in a directory
1900 # whose full name contains unusual characters.
1901 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1902 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1903 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1908 # Check whether --enable-win16 was given.
1909 if test "${enable_win16+set}" = set; then
1910 enableval=$enable_win16;
1913 # Check whether --enable-win64 was given.
1914 if test "${enable_win64+set}" = set; then
1915 enableval=$enable_win64;
1918 # Check whether --enable-maintainer-mode was given.
1919 if test "${enable_maintainer_mode+set}" = set; then
1920 enableval=$enable_maintainer_mode;
1921 else
1922 MAINTAINER_MODE=\#
1928 # Check whether --with-alsa was given.
1929 if test "${with_alsa+set}" = set; then
1930 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1934 # Check whether --with-audioio was given.
1935 if test "${with_audioio+set}" = set; then
1936 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1940 # Check whether --with-capi was given.
1941 if test "${with_capi+set}" = set; then
1942 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1946 # Check whether --with-cms was given.
1947 if test "${with_cms+set}" = set; then
1948 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1952 # Check whether --with-coreaudio was given.
1953 if test "${with_coreaudio+set}" = set; then
1954 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1958 # Check whether --with-cups was given.
1959 if test "${with_cups+set}" = set; then
1960 withval=$with_cups;
1964 # Check whether --with-curses was given.
1965 if test "${with_curses+set}" = set; then
1966 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1970 # Check whether --with-esd was given.
1971 if test "${with_esd+set}" = set; then
1972 withval=$with_esd;
1976 # Check whether --with-fontconfig was given.
1977 if test "${with_fontconfig+set}" = set; then
1978 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1982 # Check whether --with-freetype was given.
1983 if test "${with_freetype+set}" = set; then
1984 withval=$with_freetype;
1988 # Check whether --with-gphoto was given.
1989 if test "${with_gphoto+set}" = set; then
1990 withval=$with_gphoto;
1994 # Check whether --with-glu was given.
1995 if test "${with_glu+set}" = set; then
1996 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2000 # Check whether --with-hal was given.
2001 if test "${with_hal+set}" = set; then
2002 withval=$with_hal;
2006 # Check whether --with-jack was given.
2007 if test "${with_jack+set}" = set; then
2008 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2012 # Check whether --with-jpeg was given.
2013 if test "${with_jpeg+set}" = set; then
2014 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2018 # Check whether --with-ldap was given.
2019 if test "${with_ldap+set}" = set; then
2020 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2024 # Check whether --with-nas was given.
2025 if test "${with_nas+set}" = set; then
2026 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2030 # Check whether --with-opengl was given.
2031 if test "${with_opengl+set}" = set; then
2032 withval=$with_opengl;
2036 # Check whether --with-openssl was given.
2037 if test "${with_openssl+set}" = set; then
2038 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2042 # Check whether --with-oss was given.
2043 if test "${with_oss+set}" = set; then
2044 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
2048 # Check whether --with-png was given.
2049 if test "${with_png+set}" = set; then
2050 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2054 # Check whether --with-sane was given.
2055 if test "${with_sane+set}" = set; then
2056 withval=$with_sane;
2060 # Check whether --with-xcomposite was given.
2061 if test "${with_xcomposite+set}" = set; then
2062 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2066 # Check whether --with-xcursor was given.
2067 if test "${with_xcursor+set}" = set; then
2068 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2072 # Check whether --with-xinerama was given.
2073 if test "${with_xinerama+set}" = set; then
2074 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2078 # Check whether --with-xinput was given.
2079 if test "${with_xinput+set}" = set; then
2080 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2084 # Check whether --with-xml was given.
2085 if test "${with_xml+set}" = set; then
2086 withval=$with_xml;
2090 # Check whether --with-xrandr was given.
2091 if test "${with_xrandr+set}" = set; then
2092 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2096 # Check whether --with-xrender was given.
2097 if test "${with_xrender+set}" = set; then
2098 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2102 # Check whether --with-xshape was given.
2103 if test "${with_xshape+set}" = set; then
2104 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2108 # Check whether --with-xshm was given.
2109 if test "${with_xshm+set}" = set; then
2110 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2114 # Check whether --with-xslt was given.
2115 if test "${with_xslt+set}" = set; then
2116 withval=$with_xslt;
2120 # Check whether --with-xxf86vm was given.
2121 if test "${with_xxf86vm+set}" = set; then
2122 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2127 # Check whether --with-wine-tools was given.
2128 if test "${with_wine_tools+set}" = set; then
2129 withval=$with_wine_tools;
2133 # Make sure we can run config.sub.
2134 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2135 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2136 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2137 { (exit 1); exit 1; }; }
2139 { echo "$as_me:$LINENO: checking build system type" >&5
2140 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2141 if test "${ac_cv_build+set}" = set; then
2142 echo $ECHO_N "(cached) $ECHO_C" >&6
2143 else
2144 ac_build_alias=$build_alias
2145 test "x$ac_build_alias" = x &&
2146 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2147 test "x$ac_build_alias" = x &&
2148 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2149 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2150 { (exit 1); exit 1; }; }
2151 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2152 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2153 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2154 { (exit 1); exit 1; }; }
2157 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2158 echo "${ECHO_T}$ac_cv_build" >&6; }
2159 case $ac_cv_build in
2160 *-*-*) ;;
2161 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2162 echo "$as_me: error: invalid value of canonical build" >&2;}
2163 { (exit 1); exit 1; }; };;
2164 esac
2165 build=$ac_cv_build
2166 ac_save_IFS=$IFS; IFS='-'
2167 set x $ac_cv_build
2168 shift
2169 build_cpu=$1
2170 build_vendor=$2
2171 shift; shift
2172 # Remember, the first character of IFS is used to create $*,
2173 # except with old shells:
2174 build_os=$*
2175 IFS=$ac_save_IFS
2176 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2179 { echo "$as_me:$LINENO: checking host system type" >&5
2180 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2181 if test "${ac_cv_host+set}" = set; then
2182 echo $ECHO_N "(cached) $ECHO_C" >&6
2183 else
2184 if test "x$host_alias" = x; then
2185 ac_cv_host=$ac_cv_build
2186 else
2187 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2188 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2189 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2190 { (exit 1); exit 1; }; }
2194 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2195 echo "${ECHO_T}$ac_cv_host" >&6; }
2196 case $ac_cv_host in
2197 *-*-*) ;;
2198 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2199 echo "$as_me: error: invalid value of canonical host" >&2;}
2200 { (exit 1); exit 1; }; };;
2201 esac
2202 host=$ac_cv_host
2203 ac_save_IFS=$IFS; IFS='-'
2204 set x $ac_cv_host
2205 shift
2206 host_cpu=$1
2207 host_vendor=$2
2208 shift; shift
2209 # Remember, the first character of IFS is used to create $*,
2210 # except with old shells:
2211 host_os=$*
2212 IFS=$ac_save_IFS
2213 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2216 case $host in
2217 x86_64*linux*)
2218 if test "x$enable_win64" != "xyes"
2219 then
2220 test -n "$CC" || CC="gcc -m32"
2221 test -n "$CXX"|| CXX="g++ -m32"
2222 test -n "$LD" || LD="ld -m elf_i386"
2223 test -n "$AS" || AS="as --32"
2224 host_cpu="i386"
2227 esac
2229 case $host_cpu in
2230 *i[3456789]86*)
2231 if test "x$enable_win16" != "xno"
2232 then
2233 enable_win16="yes"
2236 esac
2238 WIN16_FILES="\$(WIN16_FILES)"
2240 WIN16_INSTALL="\$(WIN16_INSTALL)"
2242 if test "x$enable_win16" != "xyes"
2243 then
2244 WIN16_FILES=""
2245 WIN16_INSTALL=""
2248 case "$srcdir" in
2249 .) ;;
2250 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2251 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2252 You need to run 'make distclean' in the source tree first." >&5
2253 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2254 You need to run 'make distclean' in the source tree first." >&2;}
2255 { (exit 1); exit 1; }; }
2256 fi ;;
2257 esac
2260 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2261 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2262 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2263 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2264 echo $ECHO_N "(cached) $ECHO_C" >&6
2265 else
2266 cat >conftest.make <<\_ACEOF
2267 SHELL = /bin/sh
2268 all:
2269 @echo '@@@%%%=$(MAKE)=@@@%%%'
2270 _ACEOF
2271 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2272 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2273 *@@@%%%=?*=@@@%%%*)
2274 eval ac_cv_prog_make_${ac_make}_set=yes;;
2276 eval ac_cv_prog_make_${ac_make}_set=no;;
2277 esac
2278 rm -f conftest.make
2280 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2281 { echo "$as_me:$LINENO: result: yes" >&5
2282 echo "${ECHO_T}yes" >&6; }
2283 SET_MAKE=
2284 else
2285 { echo "$as_me:$LINENO: result: no" >&5
2286 echo "${ECHO_T}no" >&6; }
2287 SET_MAKE="MAKE=${MAKE-make}"
2290 ac_ext=c
2291 ac_cpp='$CPP $CPPFLAGS'
2292 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2293 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2294 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2295 if test -n "$ac_tool_prefix"; then
2296 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2297 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2298 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2299 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2300 if test "${ac_cv_prog_CC+set}" = set; then
2301 echo $ECHO_N "(cached) $ECHO_C" >&6
2302 else
2303 if test -n "$CC"; then
2304 ac_cv_prog_CC="$CC" # Let the user override the test.
2305 else
2306 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2307 for as_dir in $PATH
2309 IFS=$as_save_IFS
2310 test -z "$as_dir" && as_dir=.
2311 for ac_exec_ext in '' $ac_executable_extensions; do
2312 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2313 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2314 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2315 break 2
2317 done
2318 done
2319 IFS=$as_save_IFS
2323 CC=$ac_cv_prog_CC
2324 if test -n "$CC"; then
2325 { echo "$as_me:$LINENO: result: $CC" >&5
2326 echo "${ECHO_T}$CC" >&6; }
2327 else
2328 { echo "$as_me:$LINENO: result: no" >&5
2329 echo "${ECHO_T}no" >&6; }
2334 if test -z "$ac_cv_prog_CC"; then
2335 ac_ct_CC=$CC
2336 # Extract the first word of "gcc", so it can be a program name with args.
2337 set dummy gcc; ac_word=$2
2338 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2339 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2340 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2341 echo $ECHO_N "(cached) $ECHO_C" >&6
2342 else
2343 if test -n "$ac_ct_CC"; then
2344 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2345 else
2346 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2347 for as_dir in $PATH
2349 IFS=$as_save_IFS
2350 test -z "$as_dir" && as_dir=.
2351 for ac_exec_ext in '' $ac_executable_extensions; do
2352 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2353 ac_cv_prog_ac_ct_CC="gcc"
2354 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2355 break 2
2357 done
2358 done
2359 IFS=$as_save_IFS
2363 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2364 if test -n "$ac_ct_CC"; then
2365 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2366 echo "${ECHO_T}$ac_ct_CC" >&6; }
2367 else
2368 { echo "$as_me:$LINENO: result: no" >&5
2369 echo "${ECHO_T}no" >&6; }
2372 if test "x$ac_ct_CC" = x; then
2373 CC=""
2374 else
2375 case $cross_compiling:$ac_tool_warned in
2376 yes:)
2377 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2378 whose name does not start with the host triplet. If you think this
2379 configuration is useful to you, please write to autoconf@gnu.org." >&5
2380 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2381 whose name does not start with the host triplet. If you think this
2382 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2383 ac_tool_warned=yes ;;
2384 esac
2385 CC=$ac_ct_CC
2387 else
2388 CC="$ac_cv_prog_CC"
2391 if test -z "$CC"; then
2392 if test -n "$ac_tool_prefix"; then
2393 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2394 set dummy ${ac_tool_prefix}cc; ac_word=$2
2395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2397 if test "${ac_cv_prog_CC+set}" = set; then
2398 echo $ECHO_N "(cached) $ECHO_C" >&6
2399 else
2400 if test -n "$CC"; then
2401 ac_cv_prog_CC="$CC" # Let the user override the test.
2402 else
2403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2404 for as_dir in $PATH
2406 IFS=$as_save_IFS
2407 test -z "$as_dir" && as_dir=.
2408 for ac_exec_ext in '' $ac_executable_extensions; do
2409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2410 ac_cv_prog_CC="${ac_tool_prefix}cc"
2411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2412 break 2
2414 done
2415 done
2416 IFS=$as_save_IFS
2420 CC=$ac_cv_prog_CC
2421 if test -n "$CC"; then
2422 { echo "$as_me:$LINENO: result: $CC" >&5
2423 echo "${ECHO_T}$CC" >&6; }
2424 else
2425 { echo "$as_me:$LINENO: result: no" >&5
2426 echo "${ECHO_T}no" >&6; }
2432 if test -z "$CC"; then
2433 # Extract the first word of "cc", so it can be a program name with args.
2434 set dummy cc; ac_word=$2
2435 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2436 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2437 if test "${ac_cv_prog_CC+set}" = set; then
2438 echo $ECHO_N "(cached) $ECHO_C" >&6
2439 else
2440 if test -n "$CC"; then
2441 ac_cv_prog_CC="$CC" # Let the user override the test.
2442 else
2443 ac_prog_rejected=no
2444 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2445 for as_dir in $PATH
2447 IFS=$as_save_IFS
2448 test -z "$as_dir" && as_dir=.
2449 for ac_exec_ext in '' $ac_executable_extensions; do
2450 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2451 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2452 ac_prog_rejected=yes
2453 continue
2455 ac_cv_prog_CC="cc"
2456 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2457 break 2
2459 done
2460 done
2461 IFS=$as_save_IFS
2463 if test $ac_prog_rejected = yes; then
2464 # We found a bogon in the path, so make sure we never use it.
2465 set dummy $ac_cv_prog_CC
2466 shift
2467 if test $# != 0; then
2468 # We chose a different compiler from the bogus one.
2469 # However, it has the same basename, so the bogon will be chosen
2470 # first if we set CC to just the basename; use the full file name.
2471 shift
2472 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2477 CC=$ac_cv_prog_CC
2478 if test -n "$CC"; then
2479 { echo "$as_me:$LINENO: result: $CC" >&5
2480 echo "${ECHO_T}$CC" >&6; }
2481 else
2482 { echo "$as_me:$LINENO: result: no" >&5
2483 echo "${ECHO_T}no" >&6; }
2488 if test -z "$CC"; then
2489 if test -n "$ac_tool_prefix"; then
2490 for ac_prog in cl.exe
2492 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2493 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2494 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2495 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2496 if test "${ac_cv_prog_CC+set}" = set; then
2497 echo $ECHO_N "(cached) $ECHO_C" >&6
2498 else
2499 if test -n "$CC"; then
2500 ac_cv_prog_CC="$CC" # Let the user override the test.
2501 else
2502 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2503 for as_dir in $PATH
2505 IFS=$as_save_IFS
2506 test -z "$as_dir" && as_dir=.
2507 for ac_exec_ext in '' $ac_executable_extensions; do
2508 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2509 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2510 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2511 break 2
2513 done
2514 done
2515 IFS=$as_save_IFS
2519 CC=$ac_cv_prog_CC
2520 if test -n "$CC"; then
2521 { echo "$as_me:$LINENO: result: $CC" >&5
2522 echo "${ECHO_T}$CC" >&6; }
2523 else
2524 { echo "$as_me:$LINENO: result: no" >&5
2525 echo "${ECHO_T}no" >&6; }
2529 test -n "$CC" && break
2530 done
2532 if test -z "$CC"; then
2533 ac_ct_CC=$CC
2534 for ac_prog in cl.exe
2536 # Extract the first word of "$ac_prog", so it can be a program name with args.
2537 set dummy $ac_prog; ac_word=$2
2538 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2539 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2540 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2541 echo $ECHO_N "(cached) $ECHO_C" >&6
2542 else
2543 if test -n "$ac_ct_CC"; then
2544 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2545 else
2546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2547 for as_dir in $PATH
2549 IFS=$as_save_IFS
2550 test -z "$as_dir" && as_dir=.
2551 for ac_exec_ext in '' $ac_executable_extensions; do
2552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2553 ac_cv_prog_ac_ct_CC="$ac_prog"
2554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2555 break 2
2557 done
2558 done
2559 IFS=$as_save_IFS
2563 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2564 if test -n "$ac_ct_CC"; then
2565 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2566 echo "${ECHO_T}$ac_ct_CC" >&6; }
2567 else
2568 { echo "$as_me:$LINENO: result: no" >&5
2569 echo "${ECHO_T}no" >&6; }
2573 test -n "$ac_ct_CC" && break
2574 done
2576 if test "x$ac_ct_CC" = x; then
2577 CC=""
2578 else
2579 case $cross_compiling:$ac_tool_warned in
2580 yes:)
2581 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2582 whose name does not start with the host triplet. If you think this
2583 configuration is useful to you, please write to autoconf@gnu.org." >&5
2584 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2585 whose name does not start with the host triplet. If you think this
2586 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2587 ac_tool_warned=yes ;;
2588 esac
2589 CC=$ac_ct_CC
2596 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2597 See \`config.log' for more details." >&5
2598 echo "$as_me: error: no acceptable C compiler found in \$PATH
2599 See \`config.log' for more details." >&2;}
2600 { (exit 1); exit 1; }; }
2602 # Provide some information about the compiler.
2603 echo "$as_me:$LINENO: checking for C compiler version" >&5
2604 ac_compiler=`set X $ac_compile; echo $2`
2605 { (ac_try="$ac_compiler --version >&5"
2606 case "(($ac_try" in
2607 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2608 *) ac_try_echo=$ac_try;;
2609 esac
2610 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2611 (eval "$ac_compiler --version >&5") 2>&5
2612 ac_status=$?
2613 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2614 (exit $ac_status); }
2615 { (ac_try="$ac_compiler -v >&5"
2616 case "(($ac_try" in
2617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2618 *) ac_try_echo=$ac_try;;
2619 esac
2620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2621 (eval "$ac_compiler -v >&5") 2>&5
2622 ac_status=$?
2623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2624 (exit $ac_status); }
2625 { (ac_try="$ac_compiler -V >&5"
2626 case "(($ac_try" in
2627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2628 *) ac_try_echo=$ac_try;;
2629 esac
2630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2631 (eval "$ac_compiler -V >&5") 2>&5
2632 ac_status=$?
2633 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2634 (exit $ac_status); }
2636 cat >conftest.$ac_ext <<_ACEOF
2637 /* confdefs.h. */
2638 _ACEOF
2639 cat confdefs.h >>conftest.$ac_ext
2640 cat >>conftest.$ac_ext <<_ACEOF
2641 /* end confdefs.h. */
2644 main ()
2648 return 0;
2650 _ACEOF
2651 ac_clean_files_save=$ac_clean_files
2652 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2653 # Try to create an executable without -o first, disregard a.out.
2654 # It will help us diagnose broken compilers, and finding out an intuition
2655 # of exeext.
2656 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2657 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2658 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2660 # List of possible output files, starting from the most likely.
2661 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2662 # only as a last resort. b.out is created by i960 compilers.
2663 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2665 # The IRIX 6 linker writes into existing files which may not be
2666 # executable, retaining their permissions. Remove them first so a
2667 # subsequent execution test works.
2668 ac_rmfiles=
2669 for ac_file in $ac_files
2671 case $ac_file in
2672 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2673 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2674 esac
2675 done
2676 rm -f $ac_rmfiles
2678 if { (ac_try="$ac_link_default"
2679 case "(($ac_try" in
2680 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2681 *) ac_try_echo=$ac_try;;
2682 esac
2683 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2684 (eval "$ac_link_default") 2>&5
2685 ac_status=$?
2686 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2687 (exit $ac_status); }; then
2688 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2689 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2690 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2691 # so that the user can short-circuit this test for compilers unknown to
2692 # Autoconf.
2693 for ac_file in $ac_files ''
2695 test -f "$ac_file" || continue
2696 case $ac_file in
2697 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2699 [ab].out )
2700 # We found the default executable, but exeext='' is most
2701 # certainly right.
2702 break;;
2703 *.* )
2704 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2705 then :; else
2706 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2708 # We set ac_cv_exeext here because the later test for it is not
2709 # safe: cross compilers may not add the suffix if given an `-o'
2710 # argument, so we may need to know it at that point already.
2711 # Even if this section looks crufty: it has the advantage of
2712 # actually working.
2713 break;;
2715 break;;
2716 esac
2717 done
2718 test "$ac_cv_exeext" = no && ac_cv_exeext=
2720 else
2721 ac_file=''
2724 { echo "$as_me:$LINENO: result: $ac_file" >&5
2725 echo "${ECHO_T}$ac_file" >&6; }
2726 if test -z "$ac_file"; then
2727 echo "$as_me: failed program was:" >&5
2728 sed 's/^/| /' conftest.$ac_ext >&5
2730 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2731 See \`config.log' for more details." >&5
2732 echo "$as_me: error: C compiler cannot create executables
2733 See \`config.log' for more details." >&2;}
2734 { (exit 77); exit 77; }; }
2737 ac_exeext=$ac_cv_exeext
2739 # Check that the compiler produces executables we can run. If not, either
2740 # the compiler is broken, or we cross compile.
2741 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2742 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2743 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2744 # If not cross compiling, check that we can run a simple program.
2745 if test "$cross_compiling" != yes; then
2746 if { ac_try='./$ac_file'
2747 { (case "(($ac_try" in
2748 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2749 *) ac_try_echo=$ac_try;;
2750 esac
2751 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2752 (eval "$ac_try") 2>&5
2753 ac_status=$?
2754 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2755 (exit $ac_status); }; }; then
2756 cross_compiling=no
2757 else
2758 if test "$cross_compiling" = maybe; then
2759 cross_compiling=yes
2760 else
2761 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2762 If you meant to cross compile, use \`--host'.
2763 See \`config.log' for more details." >&5
2764 echo "$as_me: error: cannot run C compiled programs.
2765 If you meant to cross compile, use \`--host'.
2766 See \`config.log' for more details." >&2;}
2767 { (exit 1); exit 1; }; }
2771 { echo "$as_me:$LINENO: result: yes" >&5
2772 echo "${ECHO_T}yes" >&6; }
2774 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2775 ac_clean_files=$ac_clean_files_save
2776 # Check that the compiler produces executables we can run. If not, either
2777 # the compiler is broken, or we cross compile.
2778 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2779 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2780 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2781 echo "${ECHO_T}$cross_compiling" >&6; }
2783 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2784 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2785 if { (ac_try="$ac_link"
2786 case "(($ac_try" in
2787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2788 *) ac_try_echo=$ac_try;;
2789 esac
2790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2791 (eval "$ac_link") 2>&5
2792 ac_status=$?
2793 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2794 (exit $ac_status); }; then
2795 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2796 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2797 # work properly (i.e., refer to `conftest.exe'), while it won't with
2798 # `rm'.
2799 for ac_file in conftest.exe conftest conftest.*; do
2800 test -f "$ac_file" || continue
2801 case $ac_file in
2802 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2803 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2804 break;;
2805 * ) break;;
2806 esac
2807 done
2808 else
2809 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2810 See \`config.log' for more details." >&5
2811 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2812 See \`config.log' for more details." >&2;}
2813 { (exit 1); exit 1; }; }
2816 rm -f conftest$ac_cv_exeext
2817 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2818 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2820 rm -f conftest.$ac_ext
2821 EXEEXT=$ac_cv_exeext
2822 ac_exeext=$EXEEXT
2823 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2824 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2825 if test "${ac_cv_objext+set}" = set; then
2826 echo $ECHO_N "(cached) $ECHO_C" >&6
2827 else
2828 cat >conftest.$ac_ext <<_ACEOF
2829 /* confdefs.h. */
2830 _ACEOF
2831 cat confdefs.h >>conftest.$ac_ext
2832 cat >>conftest.$ac_ext <<_ACEOF
2833 /* end confdefs.h. */
2836 main ()
2840 return 0;
2842 _ACEOF
2843 rm -f conftest.o conftest.obj
2844 if { (ac_try="$ac_compile"
2845 case "(($ac_try" in
2846 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2847 *) ac_try_echo=$ac_try;;
2848 esac
2849 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2850 (eval "$ac_compile") 2>&5
2851 ac_status=$?
2852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2853 (exit $ac_status); }; then
2854 for ac_file in conftest.o conftest.obj conftest.*; do
2855 test -f "$ac_file" || continue;
2856 case $ac_file in
2857 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2858 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2859 break;;
2860 esac
2861 done
2862 else
2863 echo "$as_me: failed program was:" >&5
2864 sed 's/^/| /' conftest.$ac_ext >&5
2866 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2867 See \`config.log' for more details." >&5
2868 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2869 See \`config.log' for more details." >&2;}
2870 { (exit 1); exit 1; }; }
2873 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2875 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2876 echo "${ECHO_T}$ac_cv_objext" >&6; }
2877 OBJEXT=$ac_cv_objext
2878 ac_objext=$OBJEXT
2879 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2880 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2881 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2882 echo $ECHO_N "(cached) $ECHO_C" >&6
2883 else
2884 cat >conftest.$ac_ext <<_ACEOF
2885 /* confdefs.h. */
2886 _ACEOF
2887 cat confdefs.h >>conftest.$ac_ext
2888 cat >>conftest.$ac_ext <<_ACEOF
2889 /* end confdefs.h. */
2892 main ()
2894 #ifndef __GNUC__
2895 choke me
2896 #endif
2899 return 0;
2901 _ACEOF
2902 rm -f conftest.$ac_objext
2903 if { (ac_try="$ac_compile"
2904 case "(($ac_try" in
2905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2906 *) ac_try_echo=$ac_try;;
2907 esac
2908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2909 (eval "$ac_compile") 2>conftest.er1
2910 ac_status=$?
2911 grep -v '^ *+' conftest.er1 >conftest.err
2912 rm -f conftest.er1
2913 cat conftest.err >&5
2914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2915 (exit $ac_status); } && {
2916 test -z "$ac_c_werror_flag" ||
2917 test ! -s conftest.err
2918 } && test -s conftest.$ac_objext; then
2919 ac_compiler_gnu=yes
2920 else
2921 echo "$as_me: failed program was:" >&5
2922 sed 's/^/| /' conftest.$ac_ext >&5
2924 ac_compiler_gnu=no
2927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2928 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2931 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2932 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2933 GCC=`test $ac_compiler_gnu = yes && echo yes`
2934 ac_test_CFLAGS=${CFLAGS+set}
2935 ac_save_CFLAGS=$CFLAGS
2936 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2937 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2938 if test "${ac_cv_prog_cc_g+set}" = set; then
2939 echo $ECHO_N "(cached) $ECHO_C" >&6
2940 else
2941 ac_save_c_werror_flag=$ac_c_werror_flag
2942 ac_c_werror_flag=yes
2943 ac_cv_prog_cc_g=no
2944 CFLAGS="-g"
2945 cat >conftest.$ac_ext <<_ACEOF
2946 /* confdefs.h. */
2947 _ACEOF
2948 cat confdefs.h >>conftest.$ac_ext
2949 cat >>conftest.$ac_ext <<_ACEOF
2950 /* end confdefs.h. */
2953 main ()
2957 return 0;
2959 _ACEOF
2960 rm -f conftest.$ac_objext
2961 if { (ac_try="$ac_compile"
2962 case "(($ac_try" in
2963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2964 *) ac_try_echo=$ac_try;;
2965 esac
2966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2967 (eval "$ac_compile") 2>conftest.er1
2968 ac_status=$?
2969 grep -v '^ *+' conftest.er1 >conftest.err
2970 rm -f conftest.er1
2971 cat conftest.err >&5
2972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2973 (exit $ac_status); } && {
2974 test -z "$ac_c_werror_flag" ||
2975 test ! -s conftest.err
2976 } && test -s conftest.$ac_objext; then
2977 ac_cv_prog_cc_g=yes
2978 else
2979 echo "$as_me: failed program was:" >&5
2980 sed 's/^/| /' conftest.$ac_ext >&5
2982 CFLAGS=""
2983 cat >conftest.$ac_ext <<_ACEOF
2984 /* confdefs.h. */
2985 _ACEOF
2986 cat confdefs.h >>conftest.$ac_ext
2987 cat >>conftest.$ac_ext <<_ACEOF
2988 /* end confdefs.h. */
2991 main ()
2995 return 0;
2997 _ACEOF
2998 rm -f conftest.$ac_objext
2999 if { (ac_try="$ac_compile"
3000 case "(($ac_try" in
3001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3002 *) ac_try_echo=$ac_try;;
3003 esac
3004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3005 (eval "$ac_compile") 2>conftest.er1
3006 ac_status=$?
3007 grep -v '^ *+' conftest.er1 >conftest.err
3008 rm -f conftest.er1
3009 cat conftest.err >&5
3010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3011 (exit $ac_status); } && {
3012 test -z "$ac_c_werror_flag" ||
3013 test ! -s conftest.err
3014 } && test -s conftest.$ac_objext; then
3016 else
3017 echo "$as_me: failed program was:" >&5
3018 sed 's/^/| /' conftest.$ac_ext >&5
3020 ac_c_werror_flag=$ac_save_c_werror_flag
3021 CFLAGS="-g"
3022 cat >conftest.$ac_ext <<_ACEOF
3023 /* confdefs.h. */
3024 _ACEOF
3025 cat confdefs.h >>conftest.$ac_ext
3026 cat >>conftest.$ac_ext <<_ACEOF
3027 /* end confdefs.h. */
3030 main ()
3034 return 0;
3036 _ACEOF
3037 rm -f conftest.$ac_objext
3038 if { (ac_try="$ac_compile"
3039 case "(($ac_try" in
3040 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3041 *) ac_try_echo=$ac_try;;
3042 esac
3043 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3044 (eval "$ac_compile") 2>conftest.er1
3045 ac_status=$?
3046 grep -v '^ *+' conftest.er1 >conftest.err
3047 rm -f conftest.er1
3048 cat conftest.err >&5
3049 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3050 (exit $ac_status); } && {
3051 test -z "$ac_c_werror_flag" ||
3052 test ! -s conftest.err
3053 } && test -s conftest.$ac_objext; then
3054 ac_cv_prog_cc_g=yes
3055 else
3056 echo "$as_me: failed program was:" >&5
3057 sed 's/^/| /' conftest.$ac_ext >&5
3062 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3069 ac_c_werror_flag=$ac_save_c_werror_flag
3071 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3072 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3073 if test "$ac_test_CFLAGS" = set; then
3074 CFLAGS=$ac_save_CFLAGS
3075 elif test $ac_cv_prog_cc_g = yes; then
3076 if test "$GCC" = yes; then
3077 CFLAGS="-g -O2"
3078 else
3079 CFLAGS="-g"
3081 else
3082 if test "$GCC" = yes; then
3083 CFLAGS="-O2"
3084 else
3085 CFLAGS=
3088 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3089 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3090 if test "${ac_cv_prog_cc_c89+set}" = set; then
3091 echo $ECHO_N "(cached) $ECHO_C" >&6
3092 else
3093 ac_cv_prog_cc_c89=no
3094 ac_save_CC=$CC
3095 cat >conftest.$ac_ext <<_ACEOF
3096 /* confdefs.h. */
3097 _ACEOF
3098 cat confdefs.h >>conftest.$ac_ext
3099 cat >>conftest.$ac_ext <<_ACEOF
3100 /* end confdefs.h. */
3101 #include <stdarg.h>
3102 #include <stdio.h>
3103 #include <sys/types.h>
3104 #include <sys/stat.h>
3105 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3106 struct buf { int x; };
3107 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3108 static char *e (p, i)
3109 char **p;
3110 int i;
3112 return p[i];
3114 static char *f (char * (*g) (char **, int), char **p, ...)
3116 char *s;
3117 va_list v;
3118 va_start (v,p);
3119 s = g (p, va_arg (v,int));
3120 va_end (v);
3121 return s;
3124 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3125 function prototypes and stuff, but not '\xHH' hex character constants.
3126 These don't provoke an error unfortunately, instead are silently treated
3127 as 'x'. The following induces an error, until -std is added to get
3128 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3129 array size at least. It's necessary to write '\x00'==0 to get something
3130 that's true only with -std. */
3131 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3133 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3134 inside strings and character constants. */
3135 #define FOO(x) 'x'
3136 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3138 int test (int i, double x);
3139 struct s1 {int (*f) (int a);};
3140 struct s2 {int (*f) (double a);};
3141 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3142 int argc;
3143 char **argv;
3145 main ()
3147 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3149 return 0;
3151 _ACEOF
3152 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3153 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3155 CC="$ac_save_CC $ac_arg"
3156 rm -f conftest.$ac_objext
3157 if { (ac_try="$ac_compile"
3158 case "(($ac_try" in
3159 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3160 *) ac_try_echo=$ac_try;;
3161 esac
3162 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3163 (eval "$ac_compile") 2>conftest.er1
3164 ac_status=$?
3165 grep -v '^ *+' conftest.er1 >conftest.err
3166 rm -f conftest.er1
3167 cat conftest.err >&5
3168 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3169 (exit $ac_status); } && {
3170 test -z "$ac_c_werror_flag" ||
3171 test ! -s conftest.err
3172 } && test -s conftest.$ac_objext; then
3173 ac_cv_prog_cc_c89=$ac_arg
3174 else
3175 echo "$as_me: failed program was:" >&5
3176 sed 's/^/| /' conftest.$ac_ext >&5
3181 rm -f core conftest.err conftest.$ac_objext
3182 test "x$ac_cv_prog_cc_c89" != "xno" && break
3183 done
3184 rm -f conftest.$ac_ext
3185 CC=$ac_save_CC
3188 # AC_CACHE_VAL
3189 case "x$ac_cv_prog_cc_c89" in
3191 { echo "$as_me:$LINENO: result: none needed" >&5
3192 echo "${ECHO_T}none needed" >&6; } ;;
3193 xno)
3194 { echo "$as_me:$LINENO: result: unsupported" >&5
3195 echo "${ECHO_T}unsupported" >&6; } ;;
3197 CC="$CC $ac_cv_prog_cc_c89"
3198 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3199 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3200 esac
3203 ac_ext=c
3204 ac_cpp='$CPP $CPPFLAGS'
3205 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3206 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3207 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3209 ac_ext=cpp
3210 ac_cpp='$CXXCPP $CPPFLAGS'
3211 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3212 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3213 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3214 if test -z "$CXX"; then
3215 if test -n "$CCC"; then
3216 CXX=$CCC
3217 else
3218 if test -n "$ac_tool_prefix"; then
3219 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3221 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3222 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3223 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3224 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3225 if test "${ac_cv_prog_CXX+set}" = set; then
3226 echo $ECHO_N "(cached) $ECHO_C" >&6
3227 else
3228 if test -n "$CXX"; then
3229 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3230 else
3231 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3232 for as_dir in $PATH
3234 IFS=$as_save_IFS
3235 test -z "$as_dir" && as_dir=.
3236 for ac_exec_ext in '' $ac_executable_extensions; do
3237 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3238 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3239 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3240 break 2
3242 done
3243 done
3244 IFS=$as_save_IFS
3248 CXX=$ac_cv_prog_CXX
3249 if test -n "$CXX"; then
3250 { echo "$as_me:$LINENO: result: $CXX" >&5
3251 echo "${ECHO_T}$CXX" >&6; }
3252 else
3253 { echo "$as_me:$LINENO: result: no" >&5
3254 echo "${ECHO_T}no" >&6; }
3258 test -n "$CXX" && break
3259 done
3261 if test -z "$CXX"; then
3262 ac_ct_CXX=$CXX
3263 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3265 # Extract the first word of "$ac_prog", so it can be a program name with args.
3266 set dummy $ac_prog; ac_word=$2
3267 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3268 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3269 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3270 echo $ECHO_N "(cached) $ECHO_C" >&6
3271 else
3272 if test -n "$ac_ct_CXX"; then
3273 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3274 else
3275 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3276 for as_dir in $PATH
3278 IFS=$as_save_IFS
3279 test -z "$as_dir" && as_dir=.
3280 for ac_exec_ext in '' $ac_executable_extensions; do
3281 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3282 ac_cv_prog_ac_ct_CXX="$ac_prog"
3283 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3284 break 2
3286 done
3287 done
3288 IFS=$as_save_IFS
3292 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3293 if test -n "$ac_ct_CXX"; then
3294 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3295 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3296 else
3297 { echo "$as_me:$LINENO: result: no" >&5
3298 echo "${ECHO_T}no" >&6; }
3302 test -n "$ac_ct_CXX" && break
3303 done
3305 if test "x$ac_ct_CXX" = x; then
3306 CXX="g++"
3307 else
3308 case $cross_compiling:$ac_tool_warned in
3309 yes:)
3310 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3311 whose name does not start with the host triplet. If you think this
3312 configuration is useful to you, please write to autoconf@gnu.org." >&5
3313 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3314 whose name does not start with the host triplet. If you think this
3315 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3316 ac_tool_warned=yes ;;
3317 esac
3318 CXX=$ac_ct_CXX
3324 # Provide some information about the compiler.
3325 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3326 ac_compiler=`set X $ac_compile; echo $2`
3327 { (ac_try="$ac_compiler --version >&5"
3328 case "(($ac_try" in
3329 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3330 *) ac_try_echo=$ac_try;;
3331 esac
3332 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3333 (eval "$ac_compiler --version >&5") 2>&5
3334 ac_status=$?
3335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3336 (exit $ac_status); }
3337 { (ac_try="$ac_compiler -v >&5"
3338 case "(($ac_try" in
3339 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3340 *) ac_try_echo=$ac_try;;
3341 esac
3342 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3343 (eval "$ac_compiler -v >&5") 2>&5
3344 ac_status=$?
3345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3346 (exit $ac_status); }
3347 { (ac_try="$ac_compiler -V >&5"
3348 case "(($ac_try" in
3349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3350 *) ac_try_echo=$ac_try;;
3351 esac
3352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3353 (eval "$ac_compiler -V >&5") 2>&5
3354 ac_status=$?
3355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3356 (exit $ac_status); }
3358 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3359 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3360 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3361 echo $ECHO_N "(cached) $ECHO_C" >&6
3362 else
3363 cat >conftest.$ac_ext <<_ACEOF
3364 /* confdefs.h. */
3365 _ACEOF
3366 cat confdefs.h >>conftest.$ac_ext
3367 cat >>conftest.$ac_ext <<_ACEOF
3368 /* end confdefs.h. */
3371 main ()
3373 #ifndef __GNUC__
3374 choke me
3375 #endif
3378 return 0;
3380 _ACEOF
3381 rm -f conftest.$ac_objext
3382 if { (ac_try="$ac_compile"
3383 case "(($ac_try" in
3384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3385 *) ac_try_echo=$ac_try;;
3386 esac
3387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3388 (eval "$ac_compile") 2>conftest.er1
3389 ac_status=$?
3390 grep -v '^ *+' conftest.er1 >conftest.err
3391 rm -f conftest.er1
3392 cat conftest.err >&5
3393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3394 (exit $ac_status); } && {
3395 test -z "$ac_cxx_werror_flag" ||
3396 test ! -s conftest.err
3397 } && test -s conftest.$ac_objext; then
3398 ac_compiler_gnu=yes
3399 else
3400 echo "$as_me: failed program was:" >&5
3401 sed 's/^/| /' conftest.$ac_ext >&5
3403 ac_compiler_gnu=no
3406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3407 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3410 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3411 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3412 GXX=`test $ac_compiler_gnu = yes && echo yes`
3413 ac_test_CXXFLAGS=${CXXFLAGS+set}
3414 ac_save_CXXFLAGS=$CXXFLAGS
3415 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3416 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3417 if test "${ac_cv_prog_cxx_g+set}" = set; then
3418 echo $ECHO_N "(cached) $ECHO_C" >&6
3419 else
3420 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3421 ac_cxx_werror_flag=yes
3422 ac_cv_prog_cxx_g=no
3423 CXXFLAGS="-g"
3424 cat >conftest.$ac_ext <<_ACEOF
3425 /* confdefs.h. */
3426 _ACEOF
3427 cat confdefs.h >>conftest.$ac_ext
3428 cat >>conftest.$ac_ext <<_ACEOF
3429 /* end confdefs.h. */
3432 main ()
3436 return 0;
3438 _ACEOF
3439 rm -f conftest.$ac_objext
3440 if { (ac_try="$ac_compile"
3441 case "(($ac_try" in
3442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3443 *) ac_try_echo=$ac_try;;
3444 esac
3445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3446 (eval "$ac_compile") 2>conftest.er1
3447 ac_status=$?
3448 grep -v '^ *+' conftest.er1 >conftest.err
3449 rm -f conftest.er1
3450 cat conftest.err >&5
3451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3452 (exit $ac_status); } && {
3453 test -z "$ac_cxx_werror_flag" ||
3454 test ! -s conftest.err
3455 } && test -s conftest.$ac_objext; then
3456 ac_cv_prog_cxx_g=yes
3457 else
3458 echo "$as_me: failed program was:" >&5
3459 sed 's/^/| /' conftest.$ac_ext >&5
3461 CXXFLAGS=""
3462 cat >conftest.$ac_ext <<_ACEOF
3463 /* confdefs.h. */
3464 _ACEOF
3465 cat confdefs.h >>conftest.$ac_ext
3466 cat >>conftest.$ac_ext <<_ACEOF
3467 /* end confdefs.h. */
3470 main ()
3474 return 0;
3476 _ACEOF
3477 rm -f conftest.$ac_objext
3478 if { (ac_try="$ac_compile"
3479 case "(($ac_try" in
3480 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3481 *) ac_try_echo=$ac_try;;
3482 esac
3483 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3484 (eval "$ac_compile") 2>conftest.er1
3485 ac_status=$?
3486 grep -v '^ *+' conftest.er1 >conftest.err
3487 rm -f conftest.er1
3488 cat conftest.err >&5
3489 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3490 (exit $ac_status); } && {
3491 test -z "$ac_cxx_werror_flag" ||
3492 test ! -s conftest.err
3493 } && test -s conftest.$ac_objext; then
3495 else
3496 echo "$as_me: failed program was:" >&5
3497 sed 's/^/| /' conftest.$ac_ext >&5
3499 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3500 CXXFLAGS="-g"
3501 cat >conftest.$ac_ext <<_ACEOF
3502 /* confdefs.h. */
3503 _ACEOF
3504 cat confdefs.h >>conftest.$ac_ext
3505 cat >>conftest.$ac_ext <<_ACEOF
3506 /* end confdefs.h. */
3509 main ()
3513 return 0;
3515 _ACEOF
3516 rm -f conftest.$ac_objext
3517 if { (ac_try="$ac_compile"
3518 case "(($ac_try" in
3519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3520 *) ac_try_echo=$ac_try;;
3521 esac
3522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3523 (eval "$ac_compile") 2>conftest.er1
3524 ac_status=$?
3525 grep -v '^ *+' conftest.er1 >conftest.err
3526 rm -f conftest.er1
3527 cat conftest.err >&5
3528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3529 (exit $ac_status); } && {
3530 test -z "$ac_cxx_werror_flag" ||
3531 test ! -s conftest.err
3532 } && test -s conftest.$ac_objext; then
3533 ac_cv_prog_cxx_g=yes
3534 else
3535 echo "$as_me: failed program was:" >&5
3536 sed 's/^/| /' conftest.$ac_ext >&5
3541 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3544 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3547 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3548 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3550 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3551 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3552 if test "$ac_test_CXXFLAGS" = set; then
3553 CXXFLAGS=$ac_save_CXXFLAGS
3554 elif test $ac_cv_prog_cxx_g = yes; then
3555 if test "$GXX" = yes; then
3556 CXXFLAGS="-g -O2"
3557 else
3558 CXXFLAGS="-g"
3560 else
3561 if test "$GXX" = yes; then
3562 CXXFLAGS="-O2"
3563 else
3564 CXXFLAGS=
3567 ac_ext=c
3568 ac_cpp='$CPP $CPPFLAGS'
3569 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3570 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3571 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3573 if test -n "$ac_tool_prefix"; then
3574 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3575 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3576 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3577 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3578 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3579 echo $ECHO_N "(cached) $ECHO_C" >&6
3580 else
3581 if test -n "$CPPBIN"; then
3582 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3583 else
3584 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3585 for as_dir in $PATH
3587 IFS=$as_save_IFS
3588 test -z "$as_dir" && as_dir=.
3589 for ac_exec_ext in '' $ac_executable_extensions; do
3590 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3591 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3592 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3593 break 2
3595 done
3596 done
3597 IFS=$as_save_IFS
3601 CPPBIN=$ac_cv_prog_CPPBIN
3602 if test -n "$CPPBIN"; then
3603 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3604 echo "${ECHO_T}$CPPBIN" >&6; }
3605 else
3606 { echo "$as_me:$LINENO: result: no" >&5
3607 echo "${ECHO_T}no" >&6; }
3612 if test -z "$ac_cv_prog_CPPBIN"; then
3613 ac_ct_CPPBIN=$CPPBIN
3614 # Extract the first word of "cpp", so it can be a program name with args.
3615 set dummy cpp; ac_word=$2
3616 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3617 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3618 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3619 echo $ECHO_N "(cached) $ECHO_C" >&6
3620 else
3621 if test -n "$ac_ct_CPPBIN"; then
3622 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3623 else
3624 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3625 for as_dir in $PATH
3627 IFS=$as_save_IFS
3628 test -z "$as_dir" && as_dir=.
3629 for ac_exec_ext in '' $ac_executable_extensions; do
3630 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3631 ac_cv_prog_ac_ct_CPPBIN="cpp"
3632 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3633 break 2
3635 done
3636 done
3637 IFS=$as_save_IFS
3641 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3642 if test -n "$ac_ct_CPPBIN"; then
3643 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3644 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3645 else
3646 { echo "$as_me:$LINENO: result: no" >&5
3647 echo "${ECHO_T}no" >&6; }
3650 if test "x$ac_ct_CPPBIN" = x; then
3651 CPPBIN="cpp"
3652 else
3653 case $cross_compiling:$ac_tool_warned in
3654 yes:)
3655 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3656 whose name does not start with the host triplet. If you think this
3657 configuration is useful to you, please write to autoconf@gnu.org." >&5
3658 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3659 whose name does not start with the host triplet. If you think this
3660 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3661 ac_tool_warned=yes ;;
3662 esac
3663 CPPBIN=$ac_ct_CPPBIN
3665 else
3666 CPPBIN="$ac_cv_prog_CPPBIN"
3670 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3671 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3672 if test "${wine_cv_toolsdir+set}" = set; then
3673 echo $ECHO_N "(cached) $ECHO_C" >&6
3674 else
3675 if test -z "$with_wine_tools"; then
3676 if test "$cross_compiling" = "yes"; then
3677 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3678 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3679 { (exit 1); exit 1; }; }
3680 else
3681 wine_cv_toolsdir="\$(TOPOBJDIR)"
3683 elif test -d "$with_wine_tools/tools/winebuild"; then
3684 case $with_wine_tools in
3685 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3686 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3687 esac
3688 else
3689 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3690 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3691 { (exit 1); exit 1; }; }
3694 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3695 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3696 TOOLSDIR=$wine_cv_toolsdir
3700 ac_ext=c
3701 ac_cpp='$CPP $CPPFLAGS'
3702 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3703 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3704 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3705 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3706 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3707 # On Suns, sometimes $CPP names a directory.
3708 if test -n "$CPP" && test -d "$CPP"; then
3709 CPP=
3711 if test -z "$CPP"; then
3712 if test "${ac_cv_prog_CPP+set}" = set; then
3713 echo $ECHO_N "(cached) $ECHO_C" >&6
3714 else
3715 # Double quotes because CPP needs to be expanded
3716 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3718 ac_preproc_ok=false
3719 for ac_c_preproc_warn_flag in '' yes
3721 # Use a header file that comes with gcc, so configuring glibc
3722 # with a fresh cross-compiler works.
3723 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3724 # <limits.h> exists even on freestanding compilers.
3725 # On the NeXT, cc -E runs the code through the compiler's parser,
3726 # not just through cpp. "Syntax error" is here to catch this case.
3727 cat >conftest.$ac_ext <<_ACEOF
3728 /* confdefs.h. */
3729 _ACEOF
3730 cat confdefs.h >>conftest.$ac_ext
3731 cat >>conftest.$ac_ext <<_ACEOF
3732 /* end confdefs.h. */
3733 #ifdef __STDC__
3734 # include <limits.h>
3735 #else
3736 # include <assert.h>
3737 #endif
3738 Syntax error
3739 _ACEOF
3740 if { (ac_try="$ac_cpp conftest.$ac_ext"
3741 case "(($ac_try" in
3742 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3743 *) ac_try_echo=$ac_try;;
3744 esac
3745 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3746 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3747 ac_status=$?
3748 grep -v '^ *+' conftest.er1 >conftest.err
3749 rm -f conftest.er1
3750 cat conftest.err >&5
3751 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3752 (exit $ac_status); } >/dev/null && {
3753 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3754 test ! -s conftest.err
3755 }; then
3757 else
3758 echo "$as_me: failed program was:" >&5
3759 sed 's/^/| /' conftest.$ac_ext >&5
3761 # Broken: fails on valid input.
3762 continue
3765 rm -f conftest.err conftest.$ac_ext
3767 # OK, works on sane cases. Now check whether nonexistent headers
3768 # can be detected and how.
3769 cat >conftest.$ac_ext <<_ACEOF
3770 /* confdefs.h. */
3771 _ACEOF
3772 cat confdefs.h >>conftest.$ac_ext
3773 cat >>conftest.$ac_ext <<_ACEOF
3774 /* end confdefs.h. */
3775 #include <ac_nonexistent.h>
3776 _ACEOF
3777 if { (ac_try="$ac_cpp conftest.$ac_ext"
3778 case "(($ac_try" in
3779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3780 *) ac_try_echo=$ac_try;;
3781 esac
3782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3783 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3784 ac_status=$?
3785 grep -v '^ *+' conftest.er1 >conftest.err
3786 rm -f conftest.er1
3787 cat conftest.err >&5
3788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3789 (exit $ac_status); } >/dev/null && {
3790 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3791 test ! -s conftest.err
3792 }; then
3793 # Broken: success on invalid input.
3794 continue
3795 else
3796 echo "$as_me: failed program was:" >&5
3797 sed 's/^/| /' conftest.$ac_ext >&5
3799 # Passes both tests.
3800 ac_preproc_ok=:
3801 break
3804 rm -f conftest.err conftest.$ac_ext
3806 done
3807 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3808 rm -f conftest.err conftest.$ac_ext
3809 if $ac_preproc_ok; then
3810 break
3813 done
3814 ac_cv_prog_CPP=$CPP
3817 CPP=$ac_cv_prog_CPP
3818 else
3819 ac_cv_prog_CPP=$CPP
3821 { echo "$as_me:$LINENO: result: $CPP" >&5
3822 echo "${ECHO_T}$CPP" >&6; }
3823 ac_preproc_ok=false
3824 for ac_c_preproc_warn_flag in '' yes
3826 # Use a header file that comes with gcc, so configuring glibc
3827 # with a fresh cross-compiler works.
3828 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3829 # <limits.h> exists even on freestanding compilers.
3830 # On the NeXT, cc -E runs the code through the compiler's parser,
3831 # not just through cpp. "Syntax error" is here to catch this case.
3832 cat >conftest.$ac_ext <<_ACEOF
3833 /* confdefs.h. */
3834 _ACEOF
3835 cat confdefs.h >>conftest.$ac_ext
3836 cat >>conftest.$ac_ext <<_ACEOF
3837 /* end confdefs.h. */
3838 #ifdef __STDC__
3839 # include <limits.h>
3840 #else
3841 # include <assert.h>
3842 #endif
3843 Syntax error
3844 _ACEOF
3845 if { (ac_try="$ac_cpp conftest.$ac_ext"
3846 case "(($ac_try" in
3847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3848 *) ac_try_echo=$ac_try;;
3849 esac
3850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3851 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3852 ac_status=$?
3853 grep -v '^ *+' conftest.er1 >conftest.err
3854 rm -f conftest.er1
3855 cat conftest.err >&5
3856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3857 (exit $ac_status); } >/dev/null && {
3858 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3859 test ! -s conftest.err
3860 }; then
3862 else
3863 echo "$as_me: failed program was:" >&5
3864 sed 's/^/| /' conftest.$ac_ext >&5
3866 # Broken: fails on valid input.
3867 continue
3870 rm -f conftest.err conftest.$ac_ext
3872 # OK, works on sane cases. Now check whether nonexistent headers
3873 # can be detected and how.
3874 cat >conftest.$ac_ext <<_ACEOF
3875 /* confdefs.h. */
3876 _ACEOF
3877 cat confdefs.h >>conftest.$ac_ext
3878 cat >>conftest.$ac_ext <<_ACEOF
3879 /* end confdefs.h. */
3880 #include <ac_nonexistent.h>
3881 _ACEOF
3882 if { (ac_try="$ac_cpp conftest.$ac_ext"
3883 case "(($ac_try" in
3884 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3885 *) ac_try_echo=$ac_try;;
3886 esac
3887 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3888 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3889 ac_status=$?
3890 grep -v '^ *+' conftest.er1 >conftest.err
3891 rm -f conftest.er1
3892 cat conftest.err >&5
3893 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3894 (exit $ac_status); } >/dev/null && {
3895 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3896 test ! -s conftest.err
3897 }; then
3898 # Broken: success on invalid input.
3899 continue
3900 else
3901 echo "$as_me: failed program was:" >&5
3902 sed 's/^/| /' conftest.$ac_ext >&5
3904 # Passes both tests.
3905 ac_preproc_ok=:
3906 break
3909 rm -f conftest.err conftest.$ac_ext
3911 done
3912 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3913 rm -f conftest.err conftest.$ac_ext
3914 if $ac_preproc_ok; then
3916 else
3917 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3918 See \`config.log' for more details." >&5
3919 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3920 See \`config.log' for more details." >&2;}
3921 { (exit 1); exit 1; }; }
3924 ac_ext=c
3925 ac_cpp='$CPP $CPPFLAGS'
3926 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3927 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3928 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3931 { echo "$as_me:$LINENO: checking for X" >&5
3932 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3935 # Check whether --with-x was given.
3936 if test "${with_x+set}" = set; then
3937 withval=$with_x;
3940 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3941 if test "x$with_x" = xno; then
3942 # The user explicitly disabled X.
3943 have_x=disabled
3944 else
3945 case $x_includes,$x_libraries in #(
3946 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3947 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3948 { (exit 1); exit 1; }; };; #(
3949 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3950 echo $ECHO_N "(cached) $ECHO_C" >&6
3951 else
3952 # One or both of the vars are not set, and there is no cached value.
3953 ac_x_includes=no ac_x_libraries=no
3954 rm -f -r conftest.dir
3955 if mkdir conftest.dir; then
3956 cd conftest.dir
3957 cat >Imakefile <<'_ACEOF'
3958 incroot:
3959 @echo incroot='${INCROOT}'
3960 usrlibdir:
3961 @echo usrlibdir='${USRLIBDIR}'
3962 libdir:
3963 @echo libdir='${LIBDIR}'
3964 _ACEOF
3965 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3966 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3967 for ac_var in incroot usrlibdir libdir; do
3968 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3969 done
3970 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3971 for ac_extension in a so sl; do
3972 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3973 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3974 ac_im_usrlibdir=$ac_im_libdir; break
3976 done
3977 # Screen out bogus values from the imake configuration. They are
3978 # bogus both because they are the default anyway, and because
3979 # using them would break gcc on systems where it needs fixed includes.
3980 case $ac_im_incroot in
3981 /usr/include) ac_x_includes= ;;
3982 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
3983 esac
3984 case $ac_im_usrlibdir in
3985 /usr/lib | /lib) ;;
3986 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
3987 esac
3989 cd ..
3990 rm -f -r conftest.dir
3993 # Standard set of common directories for X headers.
3994 # Check X11 before X11Rn because it is often a symlink to the current release.
3995 ac_x_header_dirs='
3996 /usr/X11/include
3997 /usr/X11R6/include
3998 /usr/X11R5/include
3999 /usr/X11R4/include
4001 /usr/include/X11
4002 /usr/include/X11R6
4003 /usr/include/X11R5
4004 /usr/include/X11R4
4006 /usr/local/X11/include
4007 /usr/local/X11R6/include
4008 /usr/local/X11R5/include
4009 /usr/local/X11R4/include
4011 /usr/local/include/X11
4012 /usr/local/include/X11R6
4013 /usr/local/include/X11R5
4014 /usr/local/include/X11R4
4016 /usr/X386/include
4017 /usr/x386/include
4018 /usr/XFree86/include/X11
4020 /usr/include
4021 /usr/local/include
4022 /usr/unsupported/include
4023 /usr/athena/include
4024 /usr/local/x11r5/include
4025 /usr/lpp/Xamples/include
4027 /usr/openwin/include
4028 /usr/openwin/share/include'
4030 if test "$ac_x_includes" = no; then
4031 # Guess where to find include files, by looking for Xlib.h.
4032 # First, try using that file with no special directory specified.
4033 cat >conftest.$ac_ext <<_ACEOF
4034 /* confdefs.h. */
4035 _ACEOF
4036 cat confdefs.h >>conftest.$ac_ext
4037 cat >>conftest.$ac_ext <<_ACEOF
4038 /* end confdefs.h. */
4039 #include <X11/Xlib.h>
4040 _ACEOF
4041 if { (ac_try="$ac_cpp conftest.$ac_ext"
4042 case "(($ac_try" in
4043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4044 *) ac_try_echo=$ac_try;;
4045 esac
4046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4047 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4048 ac_status=$?
4049 grep -v '^ *+' conftest.er1 >conftest.err
4050 rm -f conftest.er1
4051 cat conftest.err >&5
4052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4053 (exit $ac_status); } >/dev/null && {
4054 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4055 test ! -s conftest.err
4056 }; then
4057 # We can compile using X headers with no special include directory.
4058 ac_x_includes=
4059 else
4060 echo "$as_me: failed program was:" >&5
4061 sed 's/^/| /' conftest.$ac_ext >&5
4063 for ac_dir in $ac_x_header_dirs; do
4064 if test -r "$ac_dir/X11/Xlib.h"; then
4065 ac_x_includes=$ac_dir
4066 break
4068 done
4071 rm -f conftest.err conftest.$ac_ext
4072 fi # $ac_x_includes = no
4074 if test "$ac_x_libraries" = no; then
4075 # Check for the libraries.
4076 # See if we find them without any special options.
4077 # Don't add to $LIBS permanently.
4078 ac_save_LIBS=$LIBS
4079 LIBS="-lX11 $LIBS"
4080 cat >conftest.$ac_ext <<_ACEOF
4081 /* confdefs.h. */
4082 _ACEOF
4083 cat confdefs.h >>conftest.$ac_ext
4084 cat >>conftest.$ac_ext <<_ACEOF
4085 /* end confdefs.h. */
4086 #include <X11/Xlib.h>
4088 main ()
4090 XrmInitialize ()
4092 return 0;
4094 _ACEOF
4095 rm -f conftest.$ac_objext conftest$ac_exeext
4096 if { (ac_try="$ac_link"
4097 case "(($ac_try" in
4098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4099 *) ac_try_echo=$ac_try;;
4100 esac
4101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4102 (eval "$ac_link") 2>conftest.er1
4103 ac_status=$?
4104 grep -v '^ *+' conftest.er1 >conftest.err
4105 rm -f conftest.er1
4106 cat conftest.err >&5
4107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4108 (exit $ac_status); } && {
4109 test -z "$ac_c_werror_flag" ||
4110 test ! -s conftest.err
4111 } && test -s conftest$ac_exeext &&
4112 $as_test_x conftest$ac_exeext; then
4113 LIBS=$ac_save_LIBS
4114 # We can link X programs with no special library path.
4115 ac_x_libraries=
4116 else
4117 echo "$as_me: failed program was:" >&5
4118 sed 's/^/| /' conftest.$ac_ext >&5
4120 LIBS=$ac_save_LIBS
4121 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4123 # Don't even attempt the hair of trying to link an X program!
4124 for ac_extension in a so sl; do
4125 if test -r "$ac_dir/libX11.$ac_extension"; then
4126 ac_x_libraries=$ac_dir
4127 break 2
4129 done
4130 done
4133 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4134 conftest$ac_exeext conftest.$ac_ext
4135 fi # $ac_x_libraries = no
4137 case $ac_x_includes,$ac_x_libraries in #(
4138 no,* | *,no | *\'*)
4139 # Didn't find X, or a directory has "'" in its name.
4140 ac_cv_have_x="have_x=no";; #(
4142 # Record where we found X for the cache.
4143 ac_cv_have_x="have_x=yes\
4144 ac_x_includes='$ac_x_includes'\
4145 ac_x_libraries='$ac_x_libraries'"
4146 esac
4148 ;; #(
4149 *) have_x=yes;;
4150 esac
4151 eval "$ac_cv_have_x"
4152 fi # $with_x != no
4154 if test "$have_x" != yes; then
4155 { echo "$as_me:$LINENO: result: $have_x" >&5
4156 echo "${ECHO_T}$have_x" >&6; }
4157 no_x=yes
4158 else
4159 # If each of the values was on the command line, it overrides each guess.
4160 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4161 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4162 # Update the cache value to reflect the command line values.
4163 ac_cv_have_x="have_x=yes\
4164 ac_x_includes='$x_includes'\
4165 ac_x_libraries='$x_libraries'"
4166 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4167 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4170 if test "$no_x" = yes; then
4171 # Not all programs may use this symbol, but it does not hurt to define it.
4173 cat >>confdefs.h <<\_ACEOF
4174 #define X_DISPLAY_MISSING 1
4175 _ACEOF
4177 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4178 else
4179 if test -n "$x_includes"; then
4180 X_CFLAGS="$X_CFLAGS -I$x_includes"
4183 # It would also be nice to do this for all -L options, not just this one.
4184 if test -n "$x_libraries"; then
4185 X_LIBS="$X_LIBS -L$x_libraries"
4186 # For Solaris; some versions of Sun CC require a space after -R and
4187 # others require no space. Words are not sufficient . . . .
4188 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4189 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4190 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4191 ac_xsave_c_werror_flag=$ac_c_werror_flag
4192 ac_c_werror_flag=yes
4193 cat >conftest.$ac_ext <<_ACEOF
4194 /* confdefs.h. */
4195 _ACEOF
4196 cat confdefs.h >>conftest.$ac_ext
4197 cat >>conftest.$ac_ext <<_ACEOF
4198 /* end confdefs.h. */
4201 main ()
4205 return 0;
4207 _ACEOF
4208 rm -f conftest.$ac_objext conftest$ac_exeext
4209 if { (ac_try="$ac_link"
4210 case "(($ac_try" in
4211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4212 *) ac_try_echo=$ac_try;;
4213 esac
4214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4215 (eval "$ac_link") 2>conftest.er1
4216 ac_status=$?
4217 grep -v '^ *+' conftest.er1 >conftest.err
4218 rm -f conftest.er1
4219 cat conftest.err >&5
4220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4221 (exit $ac_status); } && {
4222 test -z "$ac_c_werror_flag" ||
4223 test ! -s conftest.err
4224 } && test -s conftest$ac_exeext &&
4225 $as_test_x conftest$ac_exeext; then
4226 { echo "$as_me:$LINENO: result: no" >&5
4227 echo "${ECHO_T}no" >&6; }
4228 X_LIBS="$X_LIBS -R$x_libraries"
4229 else
4230 echo "$as_me: failed program was:" >&5
4231 sed 's/^/| /' conftest.$ac_ext >&5
4233 LIBS="$ac_xsave_LIBS -R $x_libraries"
4234 cat >conftest.$ac_ext <<_ACEOF
4235 /* confdefs.h. */
4236 _ACEOF
4237 cat confdefs.h >>conftest.$ac_ext
4238 cat >>conftest.$ac_ext <<_ACEOF
4239 /* end confdefs.h. */
4242 main ()
4246 return 0;
4248 _ACEOF
4249 rm -f conftest.$ac_objext conftest$ac_exeext
4250 if { (ac_try="$ac_link"
4251 case "(($ac_try" in
4252 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4253 *) ac_try_echo=$ac_try;;
4254 esac
4255 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4256 (eval "$ac_link") 2>conftest.er1
4257 ac_status=$?
4258 grep -v '^ *+' conftest.er1 >conftest.err
4259 rm -f conftest.er1
4260 cat conftest.err >&5
4261 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4262 (exit $ac_status); } && {
4263 test -z "$ac_c_werror_flag" ||
4264 test ! -s conftest.err
4265 } && test -s conftest$ac_exeext &&
4266 $as_test_x conftest$ac_exeext; then
4267 { echo "$as_me:$LINENO: result: yes" >&5
4268 echo "${ECHO_T}yes" >&6; }
4269 X_LIBS="$X_LIBS -R $x_libraries"
4270 else
4271 echo "$as_me: failed program was:" >&5
4272 sed 's/^/| /' conftest.$ac_ext >&5
4274 { echo "$as_me:$LINENO: result: neither works" >&5
4275 echo "${ECHO_T}neither works" >&6; }
4278 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4279 conftest$ac_exeext conftest.$ac_ext
4282 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4283 conftest$ac_exeext conftest.$ac_ext
4284 ac_c_werror_flag=$ac_xsave_c_werror_flag
4285 LIBS=$ac_xsave_LIBS
4288 # Check for system-dependent libraries X programs must link with.
4289 # Do this before checking for the system-independent R6 libraries
4290 # (-lICE), since we may need -lsocket or whatever for X linking.
4292 if test "$ISC" = yes; then
4293 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4294 else
4295 # Martyn Johnson says this is needed for Ultrix, if the X
4296 # libraries were built with DECnet support. And Karl Berry says
4297 # the Alpha needs dnet_stub (dnet does not exist).
4298 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4299 cat >conftest.$ac_ext <<_ACEOF
4300 /* confdefs.h. */
4301 _ACEOF
4302 cat confdefs.h >>conftest.$ac_ext
4303 cat >>conftest.$ac_ext <<_ACEOF
4304 /* end confdefs.h. */
4306 /* Override any GCC internal prototype to avoid an error.
4307 Use char because int might match the return type of a GCC
4308 builtin and then its argument prototype would still apply. */
4309 #ifdef __cplusplus
4310 extern "C"
4311 #endif
4312 char XOpenDisplay ();
4314 main ()
4316 return XOpenDisplay ();
4318 return 0;
4320 _ACEOF
4321 rm -f conftest.$ac_objext conftest$ac_exeext
4322 if { (ac_try="$ac_link"
4323 case "(($ac_try" in
4324 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4325 *) ac_try_echo=$ac_try;;
4326 esac
4327 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4328 (eval "$ac_link") 2>conftest.er1
4329 ac_status=$?
4330 grep -v '^ *+' conftest.er1 >conftest.err
4331 rm -f conftest.er1
4332 cat conftest.err >&5
4333 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4334 (exit $ac_status); } && {
4335 test -z "$ac_c_werror_flag" ||
4336 test ! -s conftest.err
4337 } && test -s conftest$ac_exeext &&
4338 $as_test_x conftest$ac_exeext; then
4340 else
4341 echo "$as_me: failed program was:" >&5
4342 sed 's/^/| /' conftest.$ac_ext >&5
4344 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4345 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4346 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4347 echo $ECHO_N "(cached) $ECHO_C" >&6
4348 else
4349 ac_check_lib_save_LIBS=$LIBS
4350 LIBS="-ldnet $LIBS"
4351 cat >conftest.$ac_ext <<_ACEOF
4352 /* confdefs.h. */
4353 _ACEOF
4354 cat confdefs.h >>conftest.$ac_ext
4355 cat >>conftest.$ac_ext <<_ACEOF
4356 /* end confdefs.h. */
4358 /* Override any GCC internal prototype to avoid an error.
4359 Use char because int might match the return type of a GCC
4360 builtin and then its argument prototype would still apply. */
4361 #ifdef __cplusplus
4362 extern "C"
4363 #endif
4364 char dnet_ntoa ();
4366 main ()
4368 return dnet_ntoa ();
4370 return 0;
4372 _ACEOF
4373 rm -f conftest.$ac_objext conftest$ac_exeext
4374 if { (ac_try="$ac_link"
4375 case "(($ac_try" in
4376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4377 *) ac_try_echo=$ac_try;;
4378 esac
4379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4380 (eval "$ac_link") 2>conftest.er1
4381 ac_status=$?
4382 grep -v '^ *+' conftest.er1 >conftest.err
4383 rm -f conftest.er1
4384 cat conftest.err >&5
4385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4386 (exit $ac_status); } && {
4387 test -z "$ac_c_werror_flag" ||
4388 test ! -s conftest.err
4389 } && test -s conftest$ac_exeext &&
4390 $as_test_x conftest$ac_exeext; then
4391 ac_cv_lib_dnet_dnet_ntoa=yes
4392 else
4393 echo "$as_me: failed program was:" >&5
4394 sed 's/^/| /' conftest.$ac_ext >&5
4396 ac_cv_lib_dnet_dnet_ntoa=no
4399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4400 conftest$ac_exeext conftest.$ac_ext
4401 LIBS=$ac_check_lib_save_LIBS
4403 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4404 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4405 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4406 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4409 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4410 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4411 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4412 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4413 echo $ECHO_N "(cached) $ECHO_C" >&6
4414 else
4415 ac_check_lib_save_LIBS=$LIBS
4416 LIBS="-ldnet_stub $LIBS"
4417 cat >conftest.$ac_ext <<_ACEOF
4418 /* confdefs.h. */
4419 _ACEOF
4420 cat confdefs.h >>conftest.$ac_ext
4421 cat >>conftest.$ac_ext <<_ACEOF
4422 /* end confdefs.h. */
4424 /* Override any GCC internal prototype to avoid an error.
4425 Use char because int might match the return type of a GCC
4426 builtin and then its argument prototype would still apply. */
4427 #ifdef __cplusplus
4428 extern "C"
4429 #endif
4430 char dnet_ntoa ();
4432 main ()
4434 return dnet_ntoa ();
4436 return 0;
4438 _ACEOF
4439 rm -f conftest.$ac_objext conftest$ac_exeext
4440 if { (ac_try="$ac_link"
4441 case "(($ac_try" in
4442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4443 *) ac_try_echo=$ac_try;;
4444 esac
4445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4446 (eval "$ac_link") 2>conftest.er1
4447 ac_status=$?
4448 grep -v '^ *+' conftest.er1 >conftest.err
4449 rm -f conftest.er1
4450 cat conftest.err >&5
4451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4452 (exit $ac_status); } && {
4453 test -z "$ac_c_werror_flag" ||
4454 test ! -s conftest.err
4455 } && test -s conftest$ac_exeext &&
4456 $as_test_x conftest$ac_exeext; then
4457 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4458 else
4459 echo "$as_me: failed program was:" >&5
4460 sed 's/^/| /' conftest.$ac_ext >&5
4462 ac_cv_lib_dnet_stub_dnet_ntoa=no
4465 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4466 conftest$ac_exeext conftest.$ac_ext
4467 LIBS=$ac_check_lib_save_LIBS
4469 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4470 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4471 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4472 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4479 conftest$ac_exeext conftest.$ac_ext
4480 LIBS="$ac_xsave_LIBS"
4482 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4483 # to get the SysV transport functions.
4484 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4485 # needs -lnsl.
4486 # The nsl library prevents programs from opening the X display
4487 # on Irix 5.2, according to T.E. Dickey.
4488 # The functions gethostbyname, getservbyname, and inet_addr are
4489 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4490 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4491 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4492 if test "${ac_cv_func_gethostbyname+set}" = set; then
4493 echo $ECHO_N "(cached) $ECHO_C" >&6
4494 else
4495 cat >conftest.$ac_ext <<_ACEOF
4496 /* confdefs.h. */
4497 _ACEOF
4498 cat confdefs.h >>conftest.$ac_ext
4499 cat >>conftest.$ac_ext <<_ACEOF
4500 /* end confdefs.h. */
4501 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4502 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4503 #define gethostbyname innocuous_gethostbyname
4505 /* System header to define __stub macros and hopefully few prototypes,
4506 which can conflict with char gethostbyname (); below.
4507 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4508 <limits.h> exists even on freestanding compilers. */
4510 #ifdef __STDC__
4511 # include <limits.h>
4512 #else
4513 # include <assert.h>
4514 #endif
4516 #undef gethostbyname
4518 /* Override any GCC internal prototype to avoid an error.
4519 Use char because int might match the return type of a GCC
4520 builtin and then its argument prototype would still apply. */
4521 #ifdef __cplusplus
4522 extern "C"
4523 #endif
4524 char gethostbyname ();
4525 /* The GNU C library defines this for functions which it implements
4526 to always fail with ENOSYS. Some functions are actually named
4527 something starting with __ and the normal name is an alias. */
4528 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4529 choke me
4530 #endif
4533 main ()
4535 return gethostbyname ();
4537 return 0;
4539 _ACEOF
4540 rm -f conftest.$ac_objext conftest$ac_exeext
4541 if { (ac_try="$ac_link"
4542 case "(($ac_try" in
4543 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4544 *) ac_try_echo=$ac_try;;
4545 esac
4546 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4547 (eval "$ac_link") 2>conftest.er1
4548 ac_status=$?
4549 grep -v '^ *+' conftest.er1 >conftest.err
4550 rm -f conftest.er1
4551 cat conftest.err >&5
4552 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4553 (exit $ac_status); } && {
4554 test -z "$ac_c_werror_flag" ||
4555 test ! -s conftest.err
4556 } && test -s conftest$ac_exeext &&
4557 $as_test_x conftest$ac_exeext; then
4558 ac_cv_func_gethostbyname=yes
4559 else
4560 echo "$as_me: failed program was:" >&5
4561 sed 's/^/| /' conftest.$ac_ext >&5
4563 ac_cv_func_gethostbyname=no
4566 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4567 conftest$ac_exeext conftest.$ac_ext
4569 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4570 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4572 if test $ac_cv_func_gethostbyname = no; then
4573 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4574 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4575 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4576 echo $ECHO_N "(cached) $ECHO_C" >&6
4577 else
4578 ac_check_lib_save_LIBS=$LIBS
4579 LIBS="-lnsl $LIBS"
4580 cat >conftest.$ac_ext <<_ACEOF
4581 /* confdefs.h. */
4582 _ACEOF
4583 cat confdefs.h >>conftest.$ac_ext
4584 cat >>conftest.$ac_ext <<_ACEOF
4585 /* end confdefs.h. */
4587 /* Override any GCC internal prototype to avoid an error.
4588 Use char because int might match the return type of a GCC
4589 builtin and then its argument prototype would still apply. */
4590 #ifdef __cplusplus
4591 extern "C"
4592 #endif
4593 char gethostbyname ();
4595 main ()
4597 return gethostbyname ();
4599 return 0;
4601 _ACEOF
4602 rm -f conftest.$ac_objext conftest$ac_exeext
4603 if { (ac_try="$ac_link"
4604 case "(($ac_try" in
4605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4606 *) ac_try_echo=$ac_try;;
4607 esac
4608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4609 (eval "$ac_link") 2>conftest.er1
4610 ac_status=$?
4611 grep -v '^ *+' conftest.er1 >conftest.err
4612 rm -f conftest.er1
4613 cat conftest.err >&5
4614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4615 (exit $ac_status); } && {
4616 test -z "$ac_c_werror_flag" ||
4617 test ! -s conftest.err
4618 } && test -s conftest$ac_exeext &&
4619 $as_test_x conftest$ac_exeext; then
4620 ac_cv_lib_nsl_gethostbyname=yes
4621 else
4622 echo "$as_me: failed program was:" >&5
4623 sed 's/^/| /' conftest.$ac_ext >&5
4625 ac_cv_lib_nsl_gethostbyname=no
4628 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4629 conftest$ac_exeext conftest.$ac_ext
4630 LIBS=$ac_check_lib_save_LIBS
4632 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4633 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4634 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4635 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4638 if test $ac_cv_lib_nsl_gethostbyname = no; then
4639 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4640 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4641 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4642 echo $ECHO_N "(cached) $ECHO_C" >&6
4643 else
4644 ac_check_lib_save_LIBS=$LIBS
4645 LIBS="-lbsd $LIBS"
4646 cat >conftest.$ac_ext <<_ACEOF
4647 /* confdefs.h. */
4648 _ACEOF
4649 cat confdefs.h >>conftest.$ac_ext
4650 cat >>conftest.$ac_ext <<_ACEOF
4651 /* end confdefs.h. */
4653 /* Override any GCC internal prototype to avoid an error.
4654 Use char because int might match the return type of a GCC
4655 builtin and then its argument prototype would still apply. */
4656 #ifdef __cplusplus
4657 extern "C"
4658 #endif
4659 char gethostbyname ();
4661 main ()
4663 return gethostbyname ();
4665 return 0;
4667 _ACEOF
4668 rm -f conftest.$ac_objext conftest$ac_exeext
4669 if { (ac_try="$ac_link"
4670 case "(($ac_try" in
4671 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4672 *) ac_try_echo=$ac_try;;
4673 esac
4674 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4675 (eval "$ac_link") 2>conftest.er1
4676 ac_status=$?
4677 grep -v '^ *+' conftest.er1 >conftest.err
4678 rm -f conftest.er1
4679 cat conftest.err >&5
4680 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4681 (exit $ac_status); } && {
4682 test -z "$ac_c_werror_flag" ||
4683 test ! -s conftest.err
4684 } && test -s conftest$ac_exeext &&
4685 $as_test_x conftest$ac_exeext; then
4686 ac_cv_lib_bsd_gethostbyname=yes
4687 else
4688 echo "$as_me: failed program was:" >&5
4689 sed 's/^/| /' conftest.$ac_ext >&5
4691 ac_cv_lib_bsd_gethostbyname=no
4694 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4695 conftest$ac_exeext conftest.$ac_ext
4696 LIBS=$ac_check_lib_save_LIBS
4698 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4699 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4700 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4701 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4707 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4708 # socket/setsockopt and other routines are undefined under SCO ODT
4709 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4710 # on later versions), says Simon Leinen: it contains gethostby*
4711 # variants that don't use the name server (or something). -lsocket
4712 # must be given before -lnsl if both are needed. We assume that
4713 # if connect needs -lnsl, so does gethostbyname.
4714 { echo "$as_me:$LINENO: checking for connect" >&5
4715 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4716 if test "${ac_cv_func_connect+set}" = set; then
4717 echo $ECHO_N "(cached) $ECHO_C" >&6
4718 else
4719 cat >conftest.$ac_ext <<_ACEOF
4720 /* confdefs.h. */
4721 _ACEOF
4722 cat confdefs.h >>conftest.$ac_ext
4723 cat >>conftest.$ac_ext <<_ACEOF
4724 /* end confdefs.h. */
4725 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4726 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4727 #define connect innocuous_connect
4729 /* System header to define __stub macros and hopefully few prototypes,
4730 which can conflict with char connect (); below.
4731 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4732 <limits.h> exists even on freestanding compilers. */
4734 #ifdef __STDC__
4735 # include <limits.h>
4736 #else
4737 # include <assert.h>
4738 #endif
4740 #undef connect
4742 /* Override any GCC internal prototype to avoid an error.
4743 Use char because int might match the return type of a GCC
4744 builtin and then its argument prototype would still apply. */
4745 #ifdef __cplusplus
4746 extern "C"
4747 #endif
4748 char connect ();
4749 /* The GNU C library defines this for functions which it implements
4750 to always fail with ENOSYS. Some functions are actually named
4751 something starting with __ and the normal name is an alias. */
4752 #if defined __stub_connect || defined __stub___connect
4753 choke me
4754 #endif
4757 main ()
4759 return connect ();
4761 return 0;
4763 _ACEOF
4764 rm -f conftest.$ac_objext conftest$ac_exeext
4765 if { (ac_try="$ac_link"
4766 case "(($ac_try" in
4767 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4768 *) ac_try_echo=$ac_try;;
4769 esac
4770 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4771 (eval "$ac_link") 2>conftest.er1
4772 ac_status=$?
4773 grep -v '^ *+' conftest.er1 >conftest.err
4774 rm -f conftest.er1
4775 cat conftest.err >&5
4776 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4777 (exit $ac_status); } && {
4778 test -z "$ac_c_werror_flag" ||
4779 test ! -s conftest.err
4780 } && test -s conftest$ac_exeext &&
4781 $as_test_x conftest$ac_exeext; then
4782 ac_cv_func_connect=yes
4783 else
4784 echo "$as_me: failed program was:" >&5
4785 sed 's/^/| /' conftest.$ac_ext >&5
4787 ac_cv_func_connect=no
4790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4791 conftest$ac_exeext conftest.$ac_ext
4793 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4794 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4796 if test $ac_cv_func_connect = no; then
4797 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4798 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4799 if test "${ac_cv_lib_socket_connect+set}" = set; then
4800 echo $ECHO_N "(cached) $ECHO_C" >&6
4801 else
4802 ac_check_lib_save_LIBS=$LIBS
4803 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4804 cat >conftest.$ac_ext <<_ACEOF
4805 /* confdefs.h. */
4806 _ACEOF
4807 cat confdefs.h >>conftest.$ac_ext
4808 cat >>conftest.$ac_ext <<_ACEOF
4809 /* end confdefs.h. */
4811 /* Override any GCC internal prototype to avoid an error.
4812 Use char because int might match the return type of a GCC
4813 builtin and then its argument prototype would still apply. */
4814 #ifdef __cplusplus
4815 extern "C"
4816 #endif
4817 char connect ();
4819 main ()
4821 return connect ();
4823 return 0;
4825 _ACEOF
4826 rm -f conftest.$ac_objext conftest$ac_exeext
4827 if { (ac_try="$ac_link"
4828 case "(($ac_try" in
4829 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4830 *) ac_try_echo=$ac_try;;
4831 esac
4832 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4833 (eval "$ac_link") 2>conftest.er1
4834 ac_status=$?
4835 grep -v '^ *+' conftest.er1 >conftest.err
4836 rm -f conftest.er1
4837 cat conftest.err >&5
4838 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4839 (exit $ac_status); } && {
4840 test -z "$ac_c_werror_flag" ||
4841 test ! -s conftest.err
4842 } && test -s conftest$ac_exeext &&
4843 $as_test_x conftest$ac_exeext; then
4844 ac_cv_lib_socket_connect=yes
4845 else
4846 echo "$as_me: failed program was:" >&5
4847 sed 's/^/| /' conftest.$ac_ext >&5
4849 ac_cv_lib_socket_connect=no
4852 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4853 conftest$ac_exeext conftest.$ac_ext
4854 LIBS=$ac_check_lib_save_LIBS
4856 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4857 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4858 if test $ac_cv_lib_socket_connect = yes; then
4859 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4864 # Guillermo Gomez says -lposix is necessary on A/UX.
4865 { echo "$as_me:$LINENO: checking for remove" >&5
4866 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4867 if test "${ac_cv_func_remove+set}" = set; then
4868 echo $ECHO_N "(cached) $ECHO_C" >&6
4869 else
4870 cat >conftest.$ac_ext <<_ACEOF
4871 /* confdefs.h. */
4872 _ACEOF
4873 cat confdefs.h >>conftest.$ac_ext
4874 cat >>conftest.$ac_ext <<_ACEOF
4875 /* end confdefs.h. */
4876 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4877 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4878 #define remove innocuous_remove
4880 /* System header to define __stub macros and hopefully few prototypes,
4881 which can conflict with char remove (); below.
4882 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4883 <limits.h> exists even on freestanding compilers. */
4885 #ifdef __STDC__
4886 # include <limits.h>
4887 #else
4888 # include <assert.h>
4889 #endif
4891 #undef remove
4893 /* Override any GCC internal prototype to avoid an error.
4894 Use char because int might match the return type of a GCC
4895 builtin and then its argument prototype would still apply. */
4896 #ifdef __cplusplus
4897 extern "C"
4898 #endif
4899 char remove ();
4900 /* The GNU C library defines this for functions which it implements
4901 to always fail with ENOSYS. Some functions are actually named
4902 something starting with __ and the normal name is an alias. */
4903 #if defined __stub_remove || defined __stub___remove
4904 choke me
4905 #endif
4908 main ()
4910 return remove ();
4912 return 0;
4914 _ACEOF
4915 rm -f conftest.$ac_objext conftest$ac_exeext
4916 if { (ac_try="$ac_link"
4917 case "(($ac_try" in
4918 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4919 *) ac_try_echo=$ac_try;;
4920 esac
4921 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4922 (eval "$ac_link") 2>conftest.er1
4923 ac_status=$?
4924 grep -v '^ *+' conftest.er1 >conftest.err
4925 rm -f conftest.er1
4926 cat conftest.err >&5
4927 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4928 (exit $ac_status); } && {
4929 test -z "$ac_c_werror_flag" ||
4930 test ! -s conftest.err
4931 } && test -s conftest$ac_exeext &&
4932 $as_test_x conftest$ac_exeext; then
4933 ac_cv_func_remove=yes
4934 else
4935 echo "$as_me: failed program was:" >&5
4936 sed 's/^/| /' conftest.$ac_ext >&5
4938 ac_cv_func_remove=no
4941 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4942 conftest$ac_exeext conftest.$ac_ext
4944 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4945 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4947 if test $ac_cv_func_remove = no; then
4948 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4949 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4950 if test "${ac_cv_lib_posix_remove+set}" = set; then
4951 echo $ECHO_N "(cached) $ECHO_C" >&6
4952 else
4953 ac_check_lib_save_LIBS=$LIBS
4954 LIBS="-lposix $LIBS"
4955 cat >conftest.$ac_ext <<_ACEOF
4956 /* confdefs.h. */
4957 _ACEOF
4958 cat confdefs.h >>conftest.$ac_ext
4959 cat >>conftest.$ac_ext <<_ACEOF
4960 /* end confdefs.h. */
4962 /* Override any GCC internal prototype to avoid an error.
4963 Use char because int might match the return type of a GCC
4964 builtin and then its argument prototype would still apply. */
4965 #ifdef __cplusplus
4966 extern "C"
4967 #endif
4968 char remove ();
4970 main ()
4972 return remove ();
4974 return 0;
4976 _ACEOF
4977 rm -f conftest.$ac_objext conftest$ac_exeext
4978 if { (ac_try="$ac_link"
4979 case "(($ac_try" in
4980 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4981 *) ac_try_echo=$ac_try;;
4982 esac
4983 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4984 (eval "$ac_link") 2>conftest.er1
4985 ac_status=$?
4986 grep -v '^ *+' conftest.er1 >conftest.err
4987 rm -f conftest.er1
4988 cat conftest.err >&5
4989 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4990 (exit $ac_status); } && {
4991 test -z "$ac_c_werror_flag" ||
4992 test ! -s conftest.err
4993 } && test -s conftest$ac_exeext &&
4994 $as_test_x conftest$ac_exeext; then
4995 ac_cv_lib_posix_remove=yes
4996 else
4997 echo "$as_me: failed program was:" >&5
4998 sed 's/^/| /' conftest.$ac_ext >&5
5000 ac_cv_lib_posix_remove=no
5003 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5004 conftest$ac_exeext conftest.$ac_ext
5005 LIBS=$ac_check_lib_save_LIBS
5007 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5008 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5009 if test $ac_cv_lib_posix_remove = yes; then
5010 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5015 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5016 { echo "$as_me:$LINENO: checking for shmat" >&5
5017 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5018 if test "${ac_cv_func_shmat+set}" = set; then
5019 echo $ECHO_N "(cached) $ECHO_C" >&6
5020 else
5021 cat >conftest.$ac_ext <<_ACEOF
5022 /* confdefs.h. */
5023 _ACEOF
5024 cat confdefs.h >>conftest.$ac_ext
5025 cat >>conftest.$ac_ext <<_ACEOF
5026 /* end confdefs.h. */
5027 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5028 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5029 #define shmat innocuous_shmat
5031 /* System header to define __stub macros and hopefully few prototypes,
5032 which can conflict with char shmat (); below.
5033 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5034 <limits.h> exists even on freestanding compilers. */
5036 #ifdef __STDC__
5037 # include <limits.h>
5038 #else
5039 # include <assert.h>
5040 #endif
5042 #undef shmat
5044 /* Override any GCC internal prototype to avoid an error.
5045 Use char because int might match the return type of a GCC
5046 builtin and then its argument prototype would still apply. */
5047 #ifdef __cplusplus
5048 extern "C"
5049 #endif
5050 char shmat ();
5051 /* The GNU C library defines this for functions which it implements
5052 to always fail with ENOSYS. Some functions are actually named
5053 something starting with __ and the normal name is an alias. */
5054 #if defined __stub_shmat || defined __stub___shmat
5055 choke me
5056 #endif
5059 main ()
5061 return shmat ();
5063 return 0;
5065 _ACEOF
5066 rm -f conftest.$ac_objext conftest$ac_exeext
5067 if { (ac_try="$ac_link"
5068 case "(($ac_try" in
5069 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5070 *) ac_try_echo=$ac_try;;
5071 esac
5072 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5073 (eval "$ac_link") 2>conftest.er1
5074 ac_status=$?
5075 grep -v '^ *+' conftest.er1 >conftest.err
5076 rm -f conftest.er1
5077 cat conftest.err >&5
5078 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5079 (exit $ac_status); } && {
5080 test -z "$ac_c_werror_flag" ||
5081 test ! -s conftest.err
5082 } && test -s conftest$ac_exeext &&
5083 $as_test_x conftest$ac_exeext; then
5084 ac_cv_func_shmat=yes
5085 else
5086 echo "$as_me: failed program was:" >&5
5087 sed 's/^/| /' conftest.$ac_ext >&5
5089 ac_cv_func_shmat=no
5092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5093 conftest$ac_exeext conftest.$ac_ext
5095 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5096 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5098 if test $ac_cv_func_shmat = no; then
5099 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5100 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5101 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5102 echo $ECHO_N "(cached) $ECHO_C" >&6
5103 else
5104 ac_check_lib_save_LIBS=$LIBS
5105 LIBS="-lipc $LIBS"
5106 cat >conftest.$ac_ext <<_ACEOF
5107 /* confdefs.h. */
5108 _ACEOF
5109 cat confdefs.h >>conftest.$ac_ext
5110 cat >>conftest.$ac_ext <<_ACEOF
5111 /* end confdefs.h. */
5113 /* Override any GCC internal prototype to avoid an error.
5114 Use char because int might match the return type of a GCC
5115 builtin and then its argument prototype would still apply. */
5116 #ifdef __cplusplus
5117 extern "C"
5118 #endif
5119 char shmat ();
5121 main ()
5123 return shmat ();
5125 return 0;
5127 _ACEOF
5128 rm -f conftest.$ac_objext conftest$ac_exeext
5129 if { (ac_try="$ac_link"
5130 case "(($ac_try" in
5131 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5132 *) ac_try_echo=$ac_try;;
5133 esac
5134 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5135 (eval "$ac_link") 2>conftest.er1
5136 ac_status=$?
5137 grep -v '^ *+' conftest.er1 >conftest.err
5138 rm -f conftest.er1
5139 cat conftest.err >&5
5140 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5141 (exit $ac_status); } && {
5142 test -z "$ac_c_werror_flag" ||
5143 test ! -s conftest.err
5144 } && test -s conftest$ac_exeext &&
5145 $as_test_x conftest$ac_exeext; then
5146 ac_cv_lib_ipc_shmat=yes
5147 else
5148 echo "$as_me: failed program was:" >&5
5149 sed 's/^/| /' conftest.$ac_ext >&5
5151 ac_cv_lib_ipc_shmat=no
5154 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5155 conftest$ac_exeext conftest.$ac_ext
5156 LIBS=$ac_check_lib_save_LIBS
5158 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5159 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5160 if test $ac_cv_lib_ipc_shmat = yes; then
5161 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5167 # Check for libraries that X11R6 Xt/Xaw programs need.
5168 ac_save_LDFLAGS=$LDFLAGS
5169 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5170 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5171 # check for ICE first), but we must link in the order -lSM -lICE or
5172 # we get undefined symbols. So assume we have SM if we have ICE.
5173 # These have to be linked with before -lX11, unlike the other
5174 # libraries we check for below, so use a different variable.
5175 # John Interrante, Karl Berry
5176 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5177 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5178 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5179 echo $ECHO_N "(cached) $ECHO_C" >&6
5180 else
5181 ac_check_lib_save_LIBS=$LIBS
5182 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5183 cat >conftest.$ac_ext <<_ACEOF
5184 /* confdefs.h. */
5185 _ACEOF
5186 cat confdefs.h >>conftest.$ac_ext
5187 cat >>conftest.$ac_ext <<_ACEOF
5188 /* end confdefs.h. */
5190 /* Override any GCC internal prototype to avoid an error.
5191 Use char because int might match the return type of a GCC
5192 builtin and then its argument prototype would still apply. */
5193 #ifdef __cplusplus
5194 extern "C"
5195 #endif
5196 char IceConnectionNumber ();
5198 main ()
5200 return IceConnectionNumber ();
5202 return 0;
5204 _ACEOF
5205 rm -f conftest.$ac_objext conftest$ac_exeext
5206 if { (ac_try="$ac_link"
5207 case "(($ac_try" in
5208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5209 *) ac_try_echo=$ac_try;;
5210 esac
5211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5212 (eval "$ac_link") 2>conftest.er1
5213 ac_status=$?
5214 grep -v '^ *+' conftest.er1 >conftest.err
5215 rm -f conftest.er1
5216 cat conftest.err >&5
5217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5218 (exit $ac_status); } && {
5219 test -z "$ac_c_werror_flag" ||
5220 test ! -s conftest.err
5221 } && test -s conftest$ac_exeext &&
5222 $as_test_x conftest$ac_exeext; then
5223 ac_cv_lib_ICE_IceConnectionNumber=yes
5224 else
5225 echo "$as_me: failed program was:" >&5
5226 sed 's/^/| /' conftest.$ac_ext >&5
5228 ac_cv_lib_ICE_IceConnectionNumber=no
5231 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5232 conftest$ac_exeext conftest.$ac_ext
5233 LIBS=$ac_check_lib_save_LIBS
5235 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5236 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5237 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5238 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5241 LDFLAGS=$ac_save_LDFLAGS
5246 for ac_prog in flex
5248 # Extract the first word of "$ac_prog", so it can be a program name with args.
5249 set dummy $ac_prog; ac_word=$2
5250 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5251 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5252 if test "${ac_cv_prog_FLEX+set}" = set; then
5253 echo $ECHO_N "(cached) $ECHO_C" >&6
5254 else
5255 if test -n "$FLEX"; then
5256 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5257 else
5258 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5259 for as_dir in $PATH
5261 IFS=$as_save_IFS
5262 test -z "$as_dir" && as_dir=.
5263 for ac_exec_ext in '' $ac_executable_extensions; do
5264 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5265 ac_cv_prog_FLEX="$ac_prog"
5266 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5267 break 2
5269 done
5270 done
5271 IFS=$as_save_IFS
5275 FLEX=$ac_cv_prog_FLEX
5276 if test -n "$FLEX"; then
5277 { echo "$as_me:$LINENO: result: $FLEX" >&5
5278 echo "${ECHO_T}$FLEX" >&6; }
5279 else
5280 { echo "$as_me:$LINENO: result: no" >&5
5281 echo "${ECHO_T}no" >&6; }
5285 test -n "$FLEX" && break
5286 done
5287 test -n "$FLEX" || FLEX="none"
5289 if test "$FLEX" = "none"
5290 then
5291 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5292 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5293 { (exit 1); exit 1; }; }
5296 for ac_prog in bison
5298 # Extract the first word of "$ac_prog", so it can be a program name with args.
5299 set dummy $ac_prog; ac_word=$2
5300 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5301 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5302 if test "${ac_cv_prog_BISON+set}" = set; then
5303 echo $ECHO_N "(cached) $ECHO_C" >&6
5304 else
5305 if test -n "$BISON"; then
5306 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5307 else
5308 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5309 for as_dir in $PATH
5311 IFS=$as_save_IFS
5312 test -z "$as_dir" && as_dir=.
5313 for ac_exec_ext in '' $ac_executable_extensions; do
5314 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5315 ac_cv_prog_BISON="$ac_prog"
5316 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5317 break 2
5319 done
5320 done
5321 IFS=$as_save_IFS
5325 BISON=$ac_cv_prog_BISON
5326 if test -n "$BISON"; then
5327 { echo "$as_me:$LINENO: result: $BISON" >&5
5328 echo "${ECHO_T}$BISON" >&6; }
5329 else
5330 { echo "$as_me:$LINENO: result: no" >&5
5331 echo "${ECHO_T}no" >&6; }
5335 test -n "$BISON" && break
5336 done
5337 test -n "$BISON" || BISON="none"
5339 if test "$BISON" = "none"
5340 then
5341 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5342 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5343 { (exit 1); exit 1; }; }
5346 if test -n "$ac_tool_prefix"; then
5347 for ac_prog in gas as
5349 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5350 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5351 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5352 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5353 if test "${ac_cv_prog_AS+set}" = set; then
5354 echo $ECHO_N "(cached) $ECHO_C" >&6
5355 else
5356 if test -n "$AS"; then
5357 ac_cv_prog_AS="$AS" # Let the user override the test.
5358 else
5359 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5360 for as_dir in $PATH
5362 IFS=$as_save_IFS
5363 test -z "$as_dir" && as_dir=.
5364 for ac_exec_ext in '' $ac_executable_extensions; do
5365 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5366 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5367 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5368 break 2
5370 done
5371 done
5372 IFS=$as_save_IFS
5376 AS=$ac_cv_prog_AS
5377 if test -n "$AS"; then
5378 { echo "$as_me:$LINENO: result: $AS" >&5
5379 echo "${ECHO_T}$AS" >&6; }
5380 else
5381 { echo "$as_me:$LINENO: result: no" >&5
5382 echo "${ECHO_T}no" >&6; }
5386 test -n "$AS" && break
5387 done
5389 if test -z "$AS"; then
5390 ac_ct_AS=$AS
5391 for ac_prog in gas as
5393 # Extract the first word of "$ac_prog", so it can be a program name with args.
5394 set dummy $ac_prog; ac_word=$2
5395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5397 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5398 echo $ECHO_N "(cached) $ECHO_C" >&6
5399 else
5400 if test -n "$ac_ct_AS"; then
5401 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5402 else
5403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5404 for as_dir in $PATH
5406 IFS=$as_save_IFS
5407 test -z "$as_dir" && as_dir=.
5408 for ac_exec_ext in '' $ac_executable_extensions; do
5409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5410 ac_cv_prog_ac_ct_AS="$ac_prog"
5411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5412 break 2
5414 done
5415 done
5416 IFS=$as_save_IFS
5420 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5421 if test -n "$ac_ct_AS"; then
5422 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5423 echo "${ECHO_T}$ac_ct_AS" >&6; }
5424 else
5425 { echo "$as_me:$LINENO: result: no" >&5
5426 echo "${ECHO_T}no" >&6; }
5430 test -n "$ac_ct_AS" && break
5431 done
5433 if test "x$ac_ct_AS" = x; then
5434 AS="as"
5435 else
5436 case $cross_compiling:$ac_tool_warned in
5437 yes:)
5438 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5439 whose name does not start with the host triplet. If you think this
5440 configuration is useful to you, please write to autoconf@gnu.org." >&5
5441 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5442 whose name does not start with the host triplet. If you think this
5443 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5444 ac_tool_warned=yes ;;
5445 esac
5446 AS=$ac_ct_AS
5450 if test -n "$ac_tool_prefix"; then
5451 for ac_prog in ld gld
5453 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5454 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5455 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5456 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5457 if test "${ac_cv_prog_LD+set}" = set; then
5458 echo $ECHO_N "(cached) $ECHO_C" >&6
5459 else
5460 if test -n "$LD"; then
5461 ac_cv_prog_LD="$LD" # Let the user override the test.
5462 else
5463 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5464 for as_dir in $PATH
5466 IFS=$as_save_IFS
5467 test -z "$as_dir" && as_dir=.
5468 for ac_exec_ext in '' $ac_executable_extensions; do
5469 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5470 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5471 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5472 break 2
5474 done
5475 done
5476 IFS=$as_save_IFS
5480 LD=$ac_cv_prog_LD
5481 if test -n "$LD"; then
5482 { echo "$as_me:$LINENO: result: $LD" >&5
5483 echo "${ECHO_T}$LD" >&6; }
5484 else
5485 { echo "$as_me:$LINENO: result: no" >&5
5486 echo "${ECHO_T}no" >&6; }
5490 test -n "$LD" && break
5491 done
5493 if test -z "$LD"; then
5494 ac_ct_LD=$LD
5495 for ac_prog in ld gld
5497 # Extract the first word of "$ac_prog", so it can be a program name with args.
5498 set dummy $ac_prog; ac_word=$2
5499 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5500 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5501 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5502 echo $ECHO_N "(cached) $ECHO_C" >&6
5503 else
5504 if test -n "$ac_ct_LD"; then
5505 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5506 else
5507 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5508 for as_dir in $PATH
5510 IFS=$as_save_IFS
5511 test -z "$as_dir" && as_dir=.
5512 for ac_exec_ext in '' $ac_executable_extensions; do
5513 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5514 ac_cv_prog_ac_ct_LD="$ac_prog"
5515 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5516 break 2
5518 done
5519 done
5520 IFS=$as_save_IFS
5524 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5525 if test -n "$ac_ct_LD"; then
5526 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5527 echo "${ECHO_T}$ac_ct_LD" >&6; }
5528 else
5529 { echo "$as_me:$LINENO: result: no" >&5
5530 echo "${ECHO_T}no" >&6; }
5534 test -n "$ac_ct_LD" && break
5535 done
5537 if test "x$ac_ct_LD" = x; then
5538 LD="ld"
5539 else
5540 case $cross_compiling:$ac_tool_warned in
5541 yes:)
5542 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5543 whose name does not start with the host triplet. If you think this
5544 configuration is useful to you, please write to autoconf@gnu.org." >&5
5545 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5546 whose name does not start with the host triplet. If you think this
5547 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5548 ac_tool_warned=yes ;;
5549 esac
5550 LD=$ac_ct_LD
5554 if test -n "$ac_tool_prefix"; then
5555 for ac_prog in nm gnm
5557 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5558 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5559 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5560 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5561 if test "${ac_cv_prog_NM+set}" = set; then
5562 echo $ECHO_N "(cached) $ECHO_C" >&6
5563 else
5564 if test -n "$NM"; then
5565 ac_cv_prog_NM="$NM" # Let the user override the test.
5566 else
5567 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5568 for as_dir in $PATH
5570 IFS=$as_save_IFS
5571 test -z "$as_dir" && as_dir=.
5572 for ac_exec_ext in '' $ac_executable_extensions; do
5573 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5574 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5575 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5576 break 2
5578 done
5579 done
5580 IFS=$as_save_IFS
5584 NM=$ac_cv_prog_NM
5585 if test -n "$NM"; then
5586 { echo "$as_me:$LINENO: result: $NM" >&5
5587 echo "${ECHO_T}$NM" >&6; }
5588 else
5589 { echo "$as_me:$LINENO: result: no" >&5
5590 echo "${ECHO_T}no" >&6; }
5594 test -n "$NM" && break
5595 done
5597 if test -z "$NM"; then
5598 ac_ct_NM=$NM
5599 for ac_prog in nm gnm
5601 # Extract the first word of "$ac_prog", so it can be a program name with args.
5602 set dummy $ac_prog; ac_word=$2
5603 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5604 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5605 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5606 echo $ECHO_N "(cached) $ECHO_C" >&6
5607 else
5608 if test -n "$ac_ct_NM"; then
5609 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5610 else
5611 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5612 for as_dir in $PATH
5614 IFS=$as_save_IFS
5615 test -z "$as_dir" && as_dir=.
5616 for ac_exec_ext in '' $ac_executable_extensions; do
5617 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5618 ac_cv_prog_ac_ct_NM="$ac_prog"
5619 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5620 break 2
5622 done
5623 done
5624 IFS=$as_save_IFS
5628 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5629 if test -n "$ac_ct_NM"; then
5630 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5631 echo "${ECHO_T}$ac_ct_NM" >&6; }
5632 else
5633 { echo "$as_me:$LINENO: result: no" >&5
5634 echo "${ECHO_T}no" >&6; }
5638 test -n "$ac_ct_NM" && break
5639 done
5641 if test "x$ac_ct_NM" = x; then
5642 NM="nm"
5643 else
5644 case $cross_compiling:$ac_tool_warned in
5645 yes:)
5646 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5647 whose name does not start with the host triplet. If you think this
5648 configuration is useful to you, please write to autoconf@gnu.org." >&5
5649 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5650 whose name does not start with the host triplet. If you think this
5651 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5652 ac_tool_warned=yes ;;
5653 esac
5654 NM=$ac_ct_NM
5658 if test -n "$ac_tool_prefix"; then
5659 for ac_prog in ar gar
5661 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5662 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5663 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5664 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5665 if test "${ac_cv_prog_AR+set}" = set; then
5666 echo $ECHO_N "(cached) $ECHO_C" >&6
5667 else
5668 if test -n "$AR"; then
5669 ac_cv_prog_AR="$AR" # Let the user override the test.
5670 else
5671 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5672 for as_dir in $PATH
5674 IFS=$as_save_IFS
5675 test -z "$as_dir" && as_dir=.
5676 for ac_exec_ext in '' $ac_executable_extensions; do
5677 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5678 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5679 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5680 break 2
5682 done
5683 done
5684 IFS=$as_save_IFS
5688 AR=$ac_cv_prog_AR
5689 if test -n "$AR"; then
5690 { echo "$as_me:$LINENO: result: $AR" >&5
5691 echo "${ECHO_T}$AR" >&6; }
5692 else
5693 { echo "$as_me:$LINENO: result: no" >&5
5694 echo "${ECHO_T}no" >&6; }
5698 test -n "$AR" && break
5699 done
5701 if test -z "$AR"; then
5702 ac_ct_AR=$AR
5703 for ac_prog in ar gar
5705 # Extract the first word of "$ac_prog", so it can be a program name with args.
5706 set dummy $ac_prog; ac_word=$2
5707 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5708 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5709 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5710 echo $ECHO_N "(cached) $ECHO_C" >&6
5711 else
5712 if test -n "$ac_ct_AR"; then
5713 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5714 else
5715 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5716 for as_dir in $PATH
5718 IFS=$as_save_IFS
5719 test -z "$as_dir" && as_dir=.
5720 for ac_exec_ext in '' $ac_executable_extensions; do
5721 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5722 ac_cv_prog_ac_ct_AR="$ac_prog"
5723 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5724 break 2
5726 done
5727 done
5728 IFS=$as_save_IFS
5732 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5733 if test -n "$ac_ct_AR"; then
5734 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5735 echo "${ECHO_T}$ac_ct_AR" >&6; }
5736 else
5737 { echo "$as_me:$LINENO: result: no" >&5
5738 echo "${ECHO_T}no" >&6; }
5742 test -n "$ac_ct_AR" && break
5743 done
5745 if test "x$ac_ct_AR" = x; then
5746 AR="ar"
5747 else
5748 case $cross_compiling:$ac_tool_warned in
5749 yes:)
5750 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5751 whose name does not start with the host triplet. If you think this
5752 configuration is useful to you, please write to autoconf@gnu.org." >&5
5753 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5754 whose name does not start with the host triplet. If you think this
5755 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5756 ac_tool_warned=yes ;;
5757 esac
5758 AR=$ac_ct_AR
5762 ARFLAGS=rc
5764 if test -n "$ac_tool_prefix"; then
5765 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5766 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5767 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5768 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5769 if test "${ac_cv_prog_RANLIB+set}" = set; then
5770 echo $ECHO_N "(cached) $ECHO_C" >&6
5771 else
5772 if test -n "$RANLIB"; then
5773 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5774 else
5775 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5776 for as_dir in $PATH
5778 IFS=$as_save_IFS
5779 test -z "$as_dir" && as_dir=.
5780 for ac_exec_ext in '' $ac_executable_extensions; do
5781 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5782 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5783 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5784 break 2
5786 done
5787 done
5788 IFS=$as_save_IFS
5792 RANLIB=$ac_cv_prog_RANLIB
5793 if test -n "$RANLIB"; then
5794 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5795 echo "${ECHO_T}$RANLIB" >&6; }
5796 else
5797 { echo "$as_me:$LINENO: result: no" >&5
5798 echo "${ECHO_T}no" >&6; }
5803 if test -z "$ac_cv_prog_RANLIB"; then
5804 ac_ct_RANLIB=$RANLIB
5805 # Extract the first word of "ranlib", so it can be a program name with args.
5806 set dummy ranlib; ac_word=$2
5807 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5808 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5809 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5810 echo $ECHO_N "(cached) $ECHO_C" >&6
5811 else
5812 if test -n "$ac_ct_RANLIB"; then
5813 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5814 else
5815 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5816 for as_dir in $PATH
5818 IFS=$as_save_IFS
5819 test -z "$as_dir" && as_dir=.
5820 for ac_exec_ext in '' $ac_executable_extensions; do
5821 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5822 ac_cv_prog_ac_ct_RANLIB="ranlib"
5823 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5824 break 2
5826 done
5827 done
5828 IFS=$as_save_IFS
5832 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5833 if test -n "$ac_ct_RANLIB"; then
5834 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5835 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5836 else
5837 { echo "$as_me:$LINENO: result: no" >&5
5838 echo "${ECHO_T}no" >&6; }
5841 if test "x$ac_ct_RANLIB" = x; then
5842 RANLIB=":"
5843 else
5844 case $cross_compiling:$ac_tool_warned in
5845 yes:)
5846 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5847 whose name does not start with the host triplet. If you think this
5848 configuration is useful to you, please write to autoconf@gnu.org." >&5
5849 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5850 whose name does not start with the host triplet. If you think this
5851 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5852 ac_tool_warned=yes ;;
5853 esac
5854 RANLIB=$ac_ct_RANLIB
5856 else
5857 RANLIB="$ac_cv_prog_RANLIB"
5860 if test -n "$ac_tool_prefix"; then
5861 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5862 set dummy ${ac_tool_prefix}strip; ac_word=$2
5863 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5864 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5865 if test "${ac_cv_prog_STRIP+set}" = set; then
5866 echo $ECHO_N "(cached) $ECHO_C" >&6
5867 else
5868 if test -n "$STRIP"; then
5869 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5870 else
5871 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5872 for as_dir in $PATH
5874 IFS=$as_save_IFS
5875 test -z "$as_dir" && as_dir=.
5876 for ac_exec_ext in '' $ac_executable_extensions; do
5877 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5878 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5879 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5880 break 2
5882 done
5883 done
5884 IFS=$as_save_IFS
5888 STRIP=$ac_cv_prog_STRIP
5889 if test -n "$STRIP"; then
5890 { echo "$as_me:$LINENO: result: $STRIP" >&5
5891 echo "${ECHO_T}$STRIP" >&6; }
5892 else
5893 { echo "$as_me:$LINENO: result: no" >&5
5894 echo "${ECHO_T}no" >&6; }
5899 if test -z "$ac_cv_prog_STRIP"; then
5900 ac_ct_STRIP=$STRIP
5901 # Extract the first word of "strip", so it can be a program name with args.
5902 set dummy strip; ac_word=$2
5903 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5904 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5905 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5906 echo $ECHO_N "(cached) $ECHO_C" >&6
5907 else
5908 if test -n "$ac_ct_STRIP"; then
5909 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5910 else
5911 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5912 for as_dir in $PATH
5914 IFS=$as_save_IFS
5915 test -z "$as_dir" && as_dir=.
5916 for ac_exec_ext in '' $ac_executable_extensions; do
5917 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5918 ac_cv_prog_ac_ct_STRIP="strip"
5919 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5920 break 2
5922 done
5923 done
5924 IFS=$as_save_IFS
5928 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5929 if test -n "$ac_ct_STRIP"; then
5930 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5931 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5932 else
5933 { echo "$as_me:$LINENO: result: no" >&5
5934 echo "${ECHO_T}no" >&6; }
5937 if test "x$ac_ct_STRIP" = x; then
5938 STRIP="strip"
5939 else
5940 case $cross_compiling:$ac_tool_warned in
5941 yes:)
5942 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5943 whose name does not start with the host triplet. If you think this
5944 configuration is useful to you, please write to autoconf@gnu.org." >&5
5945 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5946 whose name does not start with the host triplet. If you think this
5947 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5948 ac_tool_warned=yes ;;
5949 esac
5950 STRIP=$ac_ct_STRIP
5952 else
5953 STRIP="$ac_cv_prog_STRIP"
5956 if test -n "$ac_tool_prefix"; then
5957 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5958 set dummy ${ac_tool_prefix}windres; ac_word=$2
5959 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5960 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5961 if test "${ac_cv_prog_WINDRES+set}" = set; then
5962 echo $ECHO_N "(cached) $ECHO_C" >&6
5963 else
5964 if test -n "$WINDRES"; then
5965 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5966 else
5967 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5968 for as_dir in $PATH
5970 IFS=$as_save_IFS
5971 test -z "$as_dir" && as_dir=.
5972 for ac_exec_ext in '' $ac_executable_extensions; do
5973 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5974 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5975 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5976 break 2
5978 done
5979 done
5980 IFS=$as_save_IFS
5984 WINDRES=$ac_cv_prog_WINDRES
5985 if test -n "$WINDRES"; then
5986 { echo "$as_me:$LINENO: result: $WINDRES" >&5
5987 echo "${ECHO_T}$WINDRES" >&6; }
5988 else
5989 { echo "$as_me:$LINENO: result: no" >&5
5990 echo "${ECHO_T}no" >&6; }
5995 if test -z "$ac_cv_prog_WINDRES"; then
5996 ac_ct_WINDRES=$WINDRES
5997 # Extract the first word of "windres", so it can be a program name with args.
5998 set dummy windres; ac_word=$2
5999 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6000 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6001 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6002 echo $ECHO_N "(cached) $ECHO_C" >&6
6003 else
6004 if test -n "$ac_ct_WINDRES"; then
6005 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6006 else
6007 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6008 for as_dir in $PATH
6010 IFS=$as_save_IFS
6011 test -z "$as_dir" && as_dir=.
6012 for ac_exec_ext in '' $ac_executable_extensions; do
6013 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6014 ac_cv_prog_ac_ct_WINDRES="windres"
6015 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6016 break 2
6018 done
6019 done
6020 IFS=$as_save_IFS
6024 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6025 if test -n "$ac_ct_WINDRES"; then
6026 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6027 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6028 else
6029 { echo "$as_me:$LINENO: result: no" >&5
6030 echo "${ECHO_T}no" >&6; }
6033 if test "x$ac_ct_WINDRES" = x; then
6034 WINDRES="false"
6035 else
6036 case $cross_compiling:$ac_tool_warned in
6037 yes:)
6038 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6039 whose name does not start with the host triplet. If you think this
6040 configuration is useful to you, please write to autoconf@gnu.org." >&5
6041 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6042 whose name does not start with the host triplet. If you think this
6043 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6044 ac_tool_warned=yes ;;
6045 esac
6046 WINDRES=$ac_ct_WINDRES
6048 else
6049 WINDRES="$ac_cv_prog_WINDRES"
6052 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6053 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6054 LN_S=$as_ln_s
6055 if test "$LN_S" = "ln -s"; then
6056 { echo "$as_me:$LINENO: result: yes" >&5
6057 echo "${ECHO_T}yes" >&6; }
6058 else
6059 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6060 echo "${ECHO_T}no, using $LN_S" >&6; }
6063 { echo "$as_me:$LINENO: checking whether ln works" >&5
6064 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6065 rm -f conf$$ conf$$.file
6066 echo >conf$$.file
6067 if ln conf$$.file conf$$ 2>/dev/null; then
6068 LN=ln
6070 { echo "$as_me:$LINENO: result: yes" >&5
6071 echo "${ECHO_T}yes" >&6; }
6072 else
6073 LN="cp -p"
6075 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6076 echo "${ECHO_T}no, using $LN" >&6; }
6078 rm -f conf$$ conf$$.file
6079 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6080 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6081 if test "${ac_cv_path_GREP+set}" = set; then
6082 echo $ECHO_N "(cached) $ECHO_C" >&6
6083 else
6084 # Extract the first word of "grep ggrep" to use in msg output
6085 if test -z "$GREP"; then
6086 set dummy grep ggrep; ac_prog_name=$2
6087 if test "${ac_cv_path_GREP+set}" = set; then
6088 echo $ECHO_N "(cached) $ECHO_C" >&6
6089 else
6090 ac_path_GREP_found=false
6091 # Loop through the user's path and test for each of PROGNAME-LIST
6092 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6093 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6095 IFS=$as_save_IFS
6096 test -z "$as_dir" && as_dir=.
6097 for ac_prog in grep ggrep; do
6098 for ac_exec_ext in '' $ac_executable_extensions; do
6099 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6100 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6101 # Check for GNU ac_path_GREP and select it if it is found.
6102 # Check for GNU $ac_path_GREP
6103 case `"$ac_path_GREP" --version 2>&1` in
6104 *GNU*)
6105 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6107 ac_count=0
6108 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6109 while :
6111 cat "conftest.in" "conftest.in" >"conftest.tmp"
6112 mv "conftest.tmp" "conftest.in"
6113 cp "conftest.in" "conftest.nl"
6114 echo 'GREP' >> "conftest.nl"
6115 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6116 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6117 ac_count=`expr $ac_count + 1`
6118 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6119 # Best one so far, save it but keep looking for a better one
6120 ac_cv_path_GREP="$ac_path_GREP"
6121 ac_path_GREP_max=$ac_count
6123 # 10*(2^10) chars as input seems more than enough
6124 test $ac_count -gt 10 && break
6125 done
6126 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6127 esac
6130 $ac_path_GREP_found && break 3
6131 done
6132 done
6134 done
6135 IFS=$as_save_IFS
6140 GREP="$ac_cv_path_GREP"
6141 if test -z "$GREP"; then
6142 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6143 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6144 { (exit 1); exit 1; }; }
6147 else
6148 ac_cv_path_GREP=$GREP
6153 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6154 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6155 GREP="$ac_cv_path_GREP"
6158 { echo "$as_me:$LINENO: checking for egrep" >&5
6159 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6160 if test "${ac_cv_path_EGREP+set}" = set; then
6161 echo $ECHO_N "(cached) $ECHO_C" >&6
6162 else
6163 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6164 then ac_cv_path_EGREP="$GREP -E"
6165 else
6166 # Extract the first word of "egrep" to use in msg output
6167 if test -z "$EGREP"; then
6168 set dummy egrep; ac_prog_name=$2
6169 if test "${ac_cv_path_EGREP+set}" = set; then
6170 echo $ECHO_N "(cached) $ECHO_C" >&6
6171 else
6172 ac_path_EGREP_found=false
6173 # Loop through the user's path and test for each of PROGNAME-LIST
6174 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6175 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6177 IFS=$as_save_IFS
6178 test -z "$as_dir" && as_dir=.
6179 for ac_prog in egrep; do
6180 for ac_exec_ext in '' $ac_executable_extensions; do
6181 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6182 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6183 # Check for GNU ac_path_EGREP and select it if it is found.
6184 # Check for GNU $ac_path_EGREP
6185 case `"$ac_path_EGREP" --version 2>&1` in
6186 *GNU*)
6187 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6189 ac_count=0
6190 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6191 while :
6193 cat "conftest.in" "conftest.in" >"conftest.tmp"
6194 mv "conftest.tmp" "conftest.in"
6195 cp "conftest.in" "conftest.nl"
6196 echo 'EGREP' >> "conftest.nl"
6197 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6198 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6199 ac_count=`expr $ac_count + 1`
6200 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6201 # Best one so far, save it but keep looking for a better one
6202 ac_cv_path_EGREP="$ac_path_EGREP"
6203 ac_path_EGREP_max=$ac_count
6205 # 10*(2^10) chars as input seems more than enough
6206 test $ac_count -gt 10 && break
6207 done
6208 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6209 esac
6212 $ac_path_EGREP_found && break 3
6213 done
6214 done
6216 done
6217 IFS=$as_save_IFS
6222 EGREP="$ac_cv_path_EGREP"
6223 if test -z "$EGREP"; then
6224 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6225 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6226 { (exit 1); exit 1; }; }
6229 else
6230 ac_cv_path_EGREP=$EGREP
6236 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6237 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6238 EGREP="$ac_cv_path_EGREP"
6241 # Extract the first word of "ldconfig", so it can be a program name with args.
6242 set dummy ldconfig; ac_word=$2
6243 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6244 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6245 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6246 echo $ECHO_N "(cached) $ECHO_C" >&6
6247 else
6248 case $LDCONFIG in
6249 [\\/]* | ?:[\\/]*)
6250 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6253 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6254 for as_dir in /sbin /usr/sbin $PATH
6256 IFS=$as_save_IFS
6257 test -z "$as_dir" && as_dir=.
6258 for ac_exec_ext in '' $ac_executable_extensions; do
6259 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6260 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6261 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6262 break 2
6264 done
6265 done
6266 IFS=$as_save_IFS
6268 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6270 esac
6272 LDCONFIG=$ac_cv_path_LDCONFIG
6273 if test -n "$LDCONFIG"; then
6274 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6275 echo "${ECHO_T}$LDCONFIG" >&6; }
6276 else
6277 { echo "$as_me:$LINENO: result: no" >&5
6278 echo "${ECHO_T}no" >&6; }
6282 # Find a good install program. We prefer a C program (faster),
6283 # so one script is as good as another. But avoid the broken or
6284 # incompatible versions:
6285 # SysV /etc/install, /usr/sbin/install
6286 # SunOS /usr/etc/install
6287 # IRIX /sbin/install
6288 # AIX /bin/install
6289 # AmigaOS /C/install, which installs bootblocks on floppy discs
6290 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6291 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6292 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6293 # OS/2's system install, which has a completely different semantic
6294 # ./install, which can be erroneously created by make from ./install.sh.
6295 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6296 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6297 if test -z "$INSTALL"; then
6298 if test "${ac_cv_path_install+set}" = set; then
6299 echo $ECHO_N "(cached) $ECHO_C" >&6
6300 else
6301 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6302 for as_dir in $PATH
6304 IFS=$as_save_IFS
6305 test -z "$as_dir" && as_dir=.
6306 # Account for people who put trailing slashes in PATH elements.
6307 case $as_dir/ in
6308 ./ | .// | /cC/* | \
6309 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6310 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6311 /usr/ucb/* ) ;;
6313 # OSF1 and SCO ODT 3.0 have their own names for install.
6314 # Don't use installbsd from OSF since it installs stuff as root
6315 # by default.
6316 for ac_prog in ginstall scoinst install; do
6317 for ac_exec_ext in '' $ac_executable_extensions; do
6318 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6319 if test $ac_prog = install &&
6320 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6321 # AIX install. It has an incompatible calling convention.
6323 elif test $ac_prog = install &&
6324 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6325 # program-specific install script used by HP pwplus--don't use.
6327 else
6328 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6329 break 3
6332 done
6333 done
6335 esac
6336 done
6337 IFS=$as_save_IFS
6341 if test "${ac_cv_path_install+set}" = set; then
6342 INSTALL=$ac_cv_path_install
6343 else
6344 # As a last resort, use the slow shell script. Don't cache a
6345 # value for INSTALL within a source directory, because that will
6346 # break other packages using the cache if that directory is
6347 # removed, or if the value is a relative name.
6348 INSTALL=$ac_install_sh
6351 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6352 echo "${ECHO_T}$INSTALL" >&6; }
6354 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6355 # It thinks the first close brace ends the variable substitution.
6356 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6358 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6360 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6362 case "$INSTALL" in
6363 [\\/$]* | ?:[\\/]* ) ;;
6364 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6365 esac
6367 for ac_prog in lclint lint
6369 # Extract the first word of "$ac_prog", so it can be a program name with args.
6370 set dummy $ac_prog; ac_word=$2
6371 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6372 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6373 if test "${ac_cv_prog_LINT+set}" = set; then
6374 echo $ECHO_N "(cached) $ECHO_C" >&6
6375 else
6376 if test -n "$LINT"; then
6377 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6378 else
6379 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6380 for as_dir in $PATH
6382 IFS=$as_save_IFS
6383 test -z "$as_dir" && as_dir=.
6384 for ac_exec_ext in '' $ac_executable_extensions; do
6385 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6386 ac_cv_prog_LINT="$ac_prog"
6387 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6388 break 2
6390 done
6391 done
6392 IFS=$as_save_IFS
6396 LINT=$ac_cv_prog_LINT
6397 if test -n "$LINT"; then
6398 { echo "$as_me:$LINENO: result: $LINT" >&5
6399 echo "${ECHO_T}$LINT" >&6; }
6400 else
6401 { echo "$as_me:$LINENO: result: no" >&5
6402 echo "${ECHO_T}no" >&6; }
6406 test -n "$LINT" && break
6407 done
6409 if test "$LINT" = "lint"
6410 then
6411 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6416 for ac_prog in fontforge
6418 # Extract the first word of "$ac_prog", so it can be a program name with args.
6419 set dummy $ac_prog; ac_word=$2
6420 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6421 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6422 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6423 echo $ECHO_N "(cached) $ECHO_C" >&6
6424 else
6425 if test -n "$FONTFORGE"; then
6426 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6427 else
6428 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6429 for as_dir in $PATH
6431 IFS=$as_save_IFS
6432 test -z "$as_dir" && as_dir=.
6433 for ac_exec_ext in '' $ac_executable_extensions; do
6434 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6435 ac_cv_prog_FONTFORGE="$ac_prog"
6436 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6437 break 2
6439 done
6440 done
6441 IFS=$as_save_IFS
6445 FONTFORGE=$ac_cv_prog_FONTFORGE
6446 if test -n "$FONTFORGE"; then
6447 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6448 echo "${ECHO_T}$FONTFORGE" >&6; }
6449 else
6450 { echo "$as_me:$LINENO: result: no" >&5
6451 echo "${ECHO_T}no" >&6; }
6455 test -n "$FONTFORGE" && break
6456 done
6457 test -n "$FONTFORGE" || FONTFORGE="false"
6459 for ac_prog in pkg-config
6461 # Extract the first word of "$ac_prog", so it can be a program name with args.
6462 set dummy $ac_prog; ac_word=$2
6463 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6464 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6465 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6466 echo $ECHO_N "(cached) $ECHO_C" >&6
6467 else
6468 if test -n "$PKG_CONFIG"; then
6469 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6470 else
6471 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6472 for as_dir in $PATH
6474 IFS=$as_save_IFS
6475 test -z "$as_dir" && as_dir=.
6476 for ac_exec_ext in '' $ac_executable_extensions; do
6477 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6478 ac_cv_prog_PKG_CONFIG="$ac_prog"
6479 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6480 break 2
6482 done
6483 done
6484 IFS=$as_save_IFS
6488 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6489 if test -n "$PKG_CONFIG"; then
6490 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6491 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6492 else
6493 { echo "$as_me:$LINENO: result: no" >&5
6494 echo "${ECHO_T}no" >&6; }
6498 test -n "$PKG_CONFIG" && break
6499 done
6500 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6502 for ac_prog in rsvg
6504 # Extract the first word of "$ac_prog", so it can be a program name with args.
6505 set dummy $ac_prog; ac_word=$2
6506 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6507 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6508 if test "${ac_cv_prog_RSVG+set}" = set; then
6509 echo $ECHO_N "(cached) $ECHO_C" >&6
6510 else
6511 if test -n "$RSVG"; then
6512 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6513 else
6514 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6515 for as_dir in $PATH
6517 IFS=$as_save_IFS
6518 test -z "$as_dir" && as_dir=.
6519 for ac_exec_ext in '' $ac_executable_extensions; do
6520 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6521 ac_cv_prog_RSVG="$ac_prog"
6522 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6523 break 2
6525 done
6526 done
6527 IFS=$as_save_IFS
6531 RSVG=$ac_cv_prog_RSVG
6532 if test -n "$RSVG"; then
6533 { echo "$as_me:$LINENO: result: $RSVG" >&5
6534 echo "${ECHO_T}$RSVG" >&6; }
6535 else
6536 { echo "$as_me:$LINENO: result: no" >&5
6537 echo "${ECHO_T}no" >&6; }
6541 test -n "$RSVG" && break
6542 done
6543 test -n "$RSVG" || RSVG="false"
6545 for ac_prog in icotool
6547 # Extract the first word of "$ac_prog", so it can be a program name with args.
6548 set dummy $ac_prog; ac_word=$2
6549 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6550 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6551 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6552 echo $ECHO_N "(cached) $ECHO_C" >&6
6553 else
6554 if test -n "$ICOTOOL"; then
6555 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6556 else
6557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6558 for as_dir in $PATH
6560 IFS=$as_save_IFS
6561 test -z "$as_dir" && as_dir=.
6562 for ac_exec_ext in '' $ac_executable_extensions; do
6563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6564 ac_cv_prog_ICOTOOL="$ac_prog"
6565 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6566 break 2
6568 done
6569 done
6570 IFS=$as_save_IFS
6574 ICOTOOL=$ac_cv_prog_ICOTOOL
6575 if test -n "$ICOTOOL"; then
6576 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6577 echo "${ECHO_T}$ICOTOOL" >&6; }
6578 else
6579 { echo "$as_me:$LINENO: result: no" >&5
6580 echo "${ECHO_T}no" >&6; }
6584 test -n "$ICOTOOL" && break
6585 done
6586 test -n "$ICOTOOL" || ICOTOOL="false"
6589 if test "${enable_maintainer_mode+set}" = set
6590 then
6591 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6592 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6593 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6596 case $host_cpu in
6597 *i[3456789]86*)
6598 # Extract the first word of "prelink", so it can be a program name with args.
6599 set dummy prelink; ac_word=$2
6600 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6601 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6602 if test "${ac_cv_path_PRELINK+set}" = set; then
6603 echo $ECHO_N "(cached) $ECHO_C" >&6
6604 else
6605 case $PRELINK in
6606 [\\/]* | ?:[\\/]*)
6607 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6610 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6611 for as_dir in /sbin /usr/sbin $PATH
6613 IFS=$as_save_IFS
6614 test -z "$as_dir" && as_dir=.
6615 for ac_exec_ext in '' $ac_executable_extensions; do
6616 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6617 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6618 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6619 break 2
6621 done
6622 done
6623 IFS=$as_save_IFS
6625 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6627 esac
6629 PRELINK=$ac_cv_path_PRELINK
6630 if test -n "$PRELINK"; then
6631 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6632 echo "${ECHO_T}$PRELINK" >&6; }
6633 else
6634 { echo "$as_me:$LINENO: result: no" >&5
6635 echo "${ECHO_T}no" >&6; }
6640 esac
6644 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6645 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6646 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6647 echo $ECHO_N "(cached) $ECHO_C" >&6
6648 else
6649 ac_check_lib_save_LIBS=$LIBS
6650 LIBS="-li386 $LIBS"
6651 cat >conftest.$ac_ext <<_ACEOF
6652 /* confdefs.h. */
6653 _ACEOF
6654 cat confdefs.h >>conftest.$ac_ext
6655 cat >>conftest.$ac_ext <<_ACEOF
6656 /* end confdefs.h. */
6658 /* Override any GCC internal prototype to avoid an error.
6659 Use char because int might match the return type of a GCC
6660 builtin and then its argument prototype would still apply. */
6661 #ifdef __cplusplus
6662 extern "C"
6663 #endif
6664 char i386_set_ldt ();
6666 main ()
6668 return i386_set_ldt ();
6670 return 0;
6672 _ACEOF
6673 rm -f conftest.$ac_objext conftest$ac_exeext
6674 if { (ac_try="$ac_link"
6675 case "(($ac_try" in
6676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6677 *) ac_try_echo=$ac_try;;
6678 esac
6679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6680 (eval "$ac_link") 2>conftest.er1
6681 ac_status=$?
6682 grep -v '^ *+' conftest.er1 >conftest.err
6683 rm -f conftest.er1
6684 cat conftest.err >&5
6685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6686 (exit $ac_status); } && {
6687 test -z "$ac_c_werror_flag" ||
6688 test ! -s conftest.err
6689 } && test -s conftest$ac_exeext &&
6690 $as_test_x conftest$ac_exeext; then
6691 ac_cv_lib_i386_i386_set_ldt=yes
6692 else
6693 echo "$as_me: failed program was:" >&5
6694 sed 's/^/| /' conftest.$ac_ext >&5
6696 ac_cv_lib_i386_i386_set_ldt=no
6699 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6700 conftest$ac_exeext conftest.$ac_ext
6701 LIBS=$ac_check_lib_save_LIBS
6703 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6704 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6705 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6706 cat >>confdefs.h <<_ACEOF
6707 #define HAVE_LIBI386 1
6708 _ACEOF
6710 LIBS="-li386 $LIBS"
6715 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6716 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6717 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6718 echo $ECHO_N "(cached) $ECHO_C" >&6
6719 else
6720 ac_check_lib_save_LIBS=$LIBS
6721 LIBS="-lossaudio $LIBS"
6722 cat >conftest.$ac_ext <<_ACEOF
6723 /* confdefs.h. */
6724 _ACEOF
6725 cat confdefs.h >>conftest.$ac_ext
6726 cat >>conftest.$ac_ext <<_ACEOF
6727 /* end confdefs.h. */
6729 /* Override any GCC internal prototype to avoid an error.
6730 Use char because int might match the return type of a GCC
6731 builtin and then its argument prototype would still apply. */
6732 #ifdef __cplusplus
6733 extern "C"
6734 #endif
6735 char _oss_ioctl ();
6737 main ()
6739 return _oss_ioctl ();
6741 return 0;
6743 _ACEOF
6744 rm -f conftest.$ac_objext conftest$ac_exeext
6745 if { (ac_try="$ac_link"
6746 case "(($ac_try" in
6747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6748 *) ac_try_echo=$ac_try;;
6749 esac
6750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6751 (eval "$ac_link") 2>conftest.er1
6752 ac_status=$?
6753 grep -v '^ *+' conftest.er1 >conftest.err
6754 rm -f conftest.er1
6755 cat conftest.err >&5
6756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6757 (exit $ac_status); } && {
6758 test -z "$ac_c_werror_flag" ||
6759 test ! -s conftest.err
6760 } && test -s conftest$ac_exeext &&
6761 $as_test_x conftest$ac_exeext; then
6762 ac_cv_lib_ossaudio__oss_ioctl=yes
6763 else
6764 echo "$as_me: failed program was:" >&5
6765 sed 's/^/| /' conftest.$ac_ext >&5
6767 ac_cv_lib_ossaudio__oss_ioctl=no
6770 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6771 conftest$ac_exeext conftest.$ac_ext
6772 LIBS=$ac_check_lib_save_LIBS
6774 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6775 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6776 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6777 cat >>confdefs.h <<_ACEOF
6778 #define HAVE_LIBOSSAUDIO 1
6779 _ACEOF
6781 LIBS="-lossaudio $LIBS"
6785 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6786 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6787 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6788 echo $ECHO_N "(cached) $ECHO_C" >&6
6789 else
6790 ac_check_lib_save_LIBS=$LIBS
6791 LIBS="-lpthread $LIBS"
6792 cat >conftest.$ac_ext <<_ACEOF
6793 /* confdefs.h. */
6794 _ACEOF
6795 cat confdefs.h >>conftest.$ac_ext
6796 cat >>conftest.$ac_ext <<_ACEOF
6797 /* end confdefs.h. */
6799 /* Override any GCC internal prototype to avoid an error.
6800 Use char because int might match the return type of a GCC
6801 builtin and then its argument prototype would still apply. */
6802 #ifdef __cplusplus
6803 extern "C"
6804 #endif
6805 char pthread_create ();
6807 main ()
6809 return pthread_create ();
6811 return 0;
6813 _ACEOF
6814 rm -f conftest.$ac_objext conftest$ac_exeext
6815 if { (ac_try="$ac_link"
6816 case "(($ac_try" in
6817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6818 *) ac_try_echo=$ac_try;;
6819 esac
6820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6821 (eval "$ac_link") 2>conftest.er1
6822 ac_status=$?
6823 grep -v '^ *+' conftest.er1 >conftest.err
6824 rm -f conftest.er1
6825 cat conftest.err >&5
6826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6827 (exit $ac_status); } && {
6828 test -z "$ac_c_werror_flag" ||
6829 test ! -s conftest.err
6830 } && test -s conftest$ac_exeext &&
6831 $as_test_x conftest$ac_exeext; then
6832 ac_cv_lib_pthread_pthread_create=yes
6833 else
6834 echo "$as_me: failed program was:" >&5
6835 sed 's/^/| /' conftest.$ac_ext >&5
6837 ac_cv_lib_pthread_pthread_create=no
6840 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6841 conftest$ac_exeext conftest.$ac_ext
6842 LIBS=$ac_check_lib_save_LIBS
6844 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6845 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6846 if test $ac_cv_lib_pthread_pthread_create = yes; then
6847 LIBPTHREAD="-lpthread"
6852 XLIB=""
6854 XFILES=""
6856 OPENGLFILES=""
6858 GLU32FILES=""
6860 OPENGL_LIBS=""
6862 QUARTZFILES=""
6866 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6867 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6868 if test "${ac_cv_header_stdc+set}" = set; then
6869 echo $ECHO_N "(cached) $ECHO_C" >&6
6870 else
6871 cat >conftest.$ac_ext <<_ACEOF
6872 /* confdefs.h. */
6873 _ACEOF
6874 cat confdefs.h >>conftest.$ac_ext
6875 cat >>conftest.$ac_ext <<_ACEOF
6876 /* end confdefs.h. */
6877 #include <stdlib.h>
6878 #include <stdarg.h>
6879 #include <string.h>
6880 #include <float.h>
6883 main ()
6887 return 0;
6889 _ACEOF
6890 rm -f conftest.$ac_objext
6891 if { (ac_try="$ac_compile"
6892 case "(($ac_try" in
6893 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6894 *) ac_try_echo=$ac_try;;
6895 esac
6896 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6897 (eval "$ac_compile") 2>conftest.er1
6898 ac_status=$?
6899 grep -v '^ *+' conftest.er1 >conftest.err
6900 rm -f conftest.er1
6901 cat conftest.err >&5
6902 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6903 (exit $ac_status); } && {
6904 test -z "$ac_c_werror_flag" ||
6905 test ! -s conftest.err
6906 } && test -s conftest.$ac_objext; then
6907 ac_cv_header_stdc=yes
6908 else
6909 echo "$as_me: failed program was:" >&5
6910 sed 's/^/| /' conftest.$ac_ext >&5
6912 ac_cv_header_stdc=no
6915 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6917 if test $ac_cv_header_stdc = yes; then
6918 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6919 cat >conftest.$ac_ext <<_ACEOF
6920 /* confdefs.h. */
6921 _ACEOF
6922 cat confdefs.h >>conftest.$ac_ext
6923 cat >>conftest.$ac_ext <<_ACEOF
6924 /* end confdefs.h. */
6925 #include <string.h>
6927 _ACEOF
6928 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6929 $EGREP "memchr" >/dev/null 2>&1; then
6931 else
6932 ac_cv_header_stdc=no
6934 rm -f conftest*
6938 if test $ac_cv_header_stdc = yes; then
6939 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6940 cat >conftest.$ac_ext <<_ACEOF
6941 /* confdefs.h. */
6942 _ACEOF
6943 cat confdefs.h >>conftest.$ac_ext
6944 cat >>conftest.$ac_ext <<_ACEOF
6945 /* end confdefs.h. */
6946 #include <stdlib.h>
6948 _ACEOF
6949 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6950 $EGREP "free" >/dev/null 2>&1; then
6952 else
6953 ac_cv_header_stdc=no
6955 rm -f conftest*
6959 if test $ac_cv_header_stdc = yes; then
6960 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6961 if test "$cross_compiling" = yes; then
6963 else
6964 cat >conftest.$ac_ext <<_ACEOF
6965 /* confdefs.h. */
6966 _ACEOF
6967 cat confdefs.h >>conftest.$ac_ext
6968 cat >>conftest.$ac_ext <<_ACEOF
6969 /* end confdefs.h. */
6970 #include <ctype.h>
6971 #include <stdlib.h>
6972 #if ((' ' & 0x0FF) == 0x020)
6973 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6974 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6975 #else
6976 # define ISLOWER(c) \
6977 (('a' <= (c) && (c) <= 'i') \
6978 || ('j' <= (c) && (c) <= 'r') \
6979 || ('s' <= (c) && (c) <= 'z'))
6980 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6981 #endif
6983 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
6985 main ()
6987 int i;
6988 for (i = 0; i < 256; i++)
6989 if (XOR (islower (i), ISLOWER (i))
6990 || toupper (i) != TOUPPER (i))
6991 return 2;
6992 return 0;
6994 _ACEOF
6995 rm -f conftest$ac_exeext
6996 if { (ac_try="$ac_link"
6997 case "(($ac_try" in
6998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6999 *) ac_try_echo=$ac_try;;
7000 esac
7001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7002 (eval "$ac_link") 2>&5
7003 ac_status=$?
7004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7005 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7006 { (case "(($ac_try" in
7007 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7008 *) ac_try_echo=$ac_try;;
7009 esac
7010 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7011 (eval "$ac_try") 2>&5
7012 ac_status=$?
7013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7014 (exit $ac_status); }; }; then
7016 else
7017 echo "$as_me: program exited with status $ac_status" >&5
7018 echo "$as_me: failed program was:" >&5
7019 sed 's/^/| /' conftest.$ac_ext >&5
7021 ( exit $ac_status )
7022 ac_cv_header_stdc=no
7024 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7030 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7031 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7032 if test $ac_cv_header_stdc = yes; then
7034 cat >>confdefs.h <<\_ACEOF
7035 #define STDC_HEADERS 1
7036 _ACEOF
7040 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7050 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7051 inttypes.h stdint.h unistd.h
7053 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7054 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7055 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7056 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7057 echo $ECHO_N "(cached) $ECHO_C" >&6
7058 else
7059 cat >conftest.$ac_ext <<_ACEOF
7060 /* confdefs.h. */
7061 _ACEOF
7062 cat confdefs.h >>conftest.$ac_ext
7063 cat >>conftest.$ac_ext <<_ACEOF
7064 /* end confdefs.h. */
7065 $ac_includes_default
7067 #include <$ac_header>
7068 _ACEOF
7069 rm -f conftest.$ac_objext
7070 if { (ac_try="$ac_compile"
7071 case "(($ac_try" in
7072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7073 *) ac_try_echo=$ac_try;;
7074 esac
7075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7076 (eval "$ac_compile") 2>conftest.er1
7077 ac_status=$?
7078 grep -v '^ *+' conftest.er1 >conftest.err
7079 rm -f conftest.er1
7080 cat conftest.err >&5
7081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7082 (exit $ac_status); } && {
7083 test -z "$ac_c_werror_flag" ||
7084 test ! -s conftest.err
7085 } && test -s conftest.$ac_objext; then
7086 eval "$as_ac_Header=yes"
7087 else
7088 echo "$as_me: failed program was:" >&5
7089 sed 's/^/| /' conftest.$ac_ext >&5
7091 eval "$as_ac_Header=no"
7094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7096 ac_res=`eval echo '${'$as_ac_Header'}'`
7097 { echo "$as_me:$LINENO: result: $ac_res" >&5
7098 echo "${ECHO_T}$ac_res" >&6; }
7099 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7100 cat >>confdefs.h <<_ACEOF
7101 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7102 _ACEOF
7106 done
7220 for ac_header in \
7221 AudioUnit/AudioUnit.h \
7222 Carbon/Carbon.h \
7223 CoreAudio/CoreAudio.h \
7224 DiskArbitration/DiskArbitration.h \
7225 IOKit/IOKitLib.h \
7226 alias.h \
7227 alsa/asoundlib.h \
7228 arpa/inet.h \
7229 arpa/nameser.h \
7230 asm/types.h \
7231 capi20.h \
7232 curses.h \
7233 direct.h \
7234 dlfcn.h \
7235 elf.h \
7236 float.h \
7237 fontconfig/fontconfig.h \
7238 getopt.h \
7239 ieeefp.h \
7240 io.h \
7241 jack/jack.h \
7242 jpeglib.h \
7243 lber.h \
7244 lcms.h \
7245 lcms/lcms.h \
7246 ldap.h \
7247 libaudioio.h \
7248 link.h \
7249 linux/cdrom.h \
7250 linux/compiler.h \
7251 linux/hdreg.h \
7252 linux/input.h \
7253 linux/ioctl.h \
7254 linux/joystick.h \
7255 linux/major.h \
7256 linux/param.h \
7257 linux/serial.h \
7258 linux/ucdrom.h \
7259 mach/mach.h \
7260 mach/machine.h \
7261 machine/cpu.h \
7262 machine/limits.h \
7263 machine/soundcard.h \
7264 mntent.h \
7265 ncurses.h \
7266 netdb.h \
7267 netinet/in.h \
7268 netinet/in_systm.h \
7269 netinet/tcp.h \
7270 netinet/tcp_fsm.h \
7271 openssl/err.h \
7272 openssl/ssl.h \
7273 png.h \
7274 poll.h \
7275 process.h \
7276 pthread.h \
7277 pwd.h \
7278 regex.h \
7279 sched.h \
7280 scsi/scsi.h \
7281 scsi/scsi_ioctl.h \
7282 scsi/sg.h \
7283 soundcard.h \
7284 stdint.h \
7285 strings.h \
7286 sys/asoundlib.h \
7287 sys/cdio.h \
7288 sys/elf32.h \
7289 sys/epoll.h \
7290 sys/errno.h \
7291 sys/event.h \
7292 sys/exec_elf.h \
7293 sys/filio.h \
7294 sys/ioctl.h \
7295 sys/ipc.h \
7296 sys/limits.h \
7297 sys/link.h \
7298 sys/lwp.h \
7299 sys/mman.h \
7300 sys/modem.h \
7301 sys/msg.h \
7302 sys/mtio.h \
7303 sys/param.h \
7304 sys/poll.h \
7305 sys/prctl.h \
7306 sys/ptrace.h \
7307 sys/reg.h \
7308 sys/resource.h \
7309 sys/scsiio.h \
7310 sys/shm.h \
7311 sys/signal.h \
7312 sys/socket.h \
7313 sys/socketvar.h \
7314 sys/sockio.h \
7315 sys/soundcard.h \
7316 sys/statvfs.h \
7317 sys/strtio.h \
7318 sys/syscall.h \
7319 sys/sysctl.h \
7320 sys/time.h \
7321 sys/times.h \
7322 sys/uio.h \
7323 sys/un.h \
7324 sys/vm86.h \
7325 sys/wait.h \
7326 syscall.h \
7327 termios.h \
7328 unistd.h \
7329 utime.h \
7330 valgrind/memcheck.h \
7331 valgrind/valgrind.h
7334 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7335 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7336 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7337 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7338 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7339 echo $ECHO_N "(cached) $ECHO_C" >&6
7341 ac_res=`eval echo '${'$as_ac_Header'}'`
7342 { echo "$as_me:$LINENO: result: $ac_res" >&5
7343 echo "${ECHO_T}$ac_res" >&6; }
7344 else
7345 # Is the header compilable?
7346 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7347 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7348 cat >conftest.$ac_ext <<_ACEOF
7349 /* confdefs.h. */
7350 _ACEOF
7351 cat confdefs.h >>conftest.$ac_ext
7352 cat >>conftest.$ac_ext <<_ACEOF
7353 /* end confdefs.h. */
7354 $ac_includes_default
7355 #include <$ac_header>
7356 _ACEOF
7357 rm -f conftest.$ac_objext
7358 if { (ac_try="$ac_compile"
7359 case "(($ac_try" in
7360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7361 *) ac_try_echo=$ac_try;;
7362 esac
7363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7364 (eval "$ac_compile") 2>conftest.er1
7365 ac_status=$?
7366 grep -v '^ *+' conftest.er1 >conftest.err
7367 rm -f conftest.er1
7368 cat conftest.err >&5
7369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7370 (exit $ac_status); } && {
7371 test -z "$ac_c_werror_flag" ||
7372 test ! -s conftest.err
7373 } && test -s conftest.$ac_objext; then
7374 ac_header_compiler=yes
7375 else
7376 echo "$as_me: failed program was:" >&5
7377 sed 's/^/| /' conftest.$ac_ext >&5
7379 ac_header_compiler=no
7382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7383 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7384 echo "${ECHO_T}$ac_header_compiler" >&6; }
7386 # Is the header present?
7387 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7388 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7389 cat >conftest.$ac_ext <<_ACEOF
7390 /* confdefs.h. */
7391 _ACEOF
7392 cat confdefs.h >>conftest.$ac_ext
7393 cat >>conftest.$ac_ext <<_ACEOF
7394 /* end confdefs.h. */
7395 #include <$ac_header>
7396 _ACEOF
7397 if { (ac_try="$ac_cpp conftest.$ac_ext"
7398 case "(($ac_try" in
7399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7400 *) ac_try_echo=$ac_try;;
7401 esac
7402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7403 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7404 ac_status=$?
7405 grep -v '^ *+' conftest.er1 >conftest.err
7406 rm -f conftest.er1
7407 cat conftest.err >&5
7408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7409 (exit $ac_status); } >/dev/null && {
7410 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7411 test ! -s conftest.err
7412 }; then
7413 ac_header_preproc=yes
7414 else
7415 echo "$as_me: failed program was:" >&5
7416 sed 's/^/| /' conftest.$ac_ext >&5
7418 ac_header_preproc=no
7421 rm -f conftest.err conftest.$ac_ext
7422 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7423 echo "${ECHO_T}$ac_header_preproc" >&6; }
7425 # So? What about this header?
7426 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7427 yes:no: )
7428 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7429 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7430 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7431 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7432 ac_header_preproc=yes
7434 no:yes:* )
7435 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7436 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7437 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7438 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7439 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7440 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7441 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7442 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7443 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7444 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7445 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7446 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7447 ( cat <<\_ASBOX
7448 ## ------------------------------------ ##
7449 ## Report this to wine-devel@winehq.org ##
7450 ## ------------------------------------ ##
7451 _ASBOX
7452 ) | sed "s/^/$as_me: WARNING: /" >&2
7454 esac
7455 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7456 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7457 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7458 echo $ECHO_N "(cached) $ECHO_C" >&6
7459 else
7460 eval "$as_ac_Header=\$ac_header_preproc"
7462 ac_res=`eval echo '${'$as_ac_Header'}'`
7463 { echo "$as_me:$LINENO: result: $ac_res" >&5
7464 echo "${ECHO_T}$ac_res" >&6; }
7467 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7468 cat >>confdefs.h <<_ACEOF
7469 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7470 _ACEOF
7474 done
7476 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7477 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7478 if test "${ac_cv_header_stat_broken+set}" = set; then
7479 echo $ECHO_N "(cached) $ECHO_C" >&6
7480 else
7481 cat >conftest.$ac_ext <<_ACEOF
7482 /* confdefs.h. */
7483 _ACEOF
7484 cat confdefs.h >>conftest.$ac_ext
7485 cat >>conftest.$ac_ext <<_ACEOF
7486 /* end confdefs.h. */
7487 #include <sys/types.h>
7488 #include <sys/stat.h>
7490 #if defined S_ISBLK && defined S_IFDIR
7491 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7492 #endif
7494 #if defined S_ISBLK && defined S_IFCHR
7495 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7496 #endif
7498 #if defined S_ISLNK && defined S_IFREG
7499 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7500 #endif
7502 #if defined S_ISSOCK && defined S_IFREG
7503 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7504 #endif
7506 _ACEOF
7507 rm -f conftest.$ac_objext
7508 if { (ac_try="$ac_compile"
7509 case "(($ac_try" in
7510 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7511 *) ac_try_echo=$ac_try;;
7512 esac
7513 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7514 (eval "$ac_compile") 2>conftest.er1
7515 ac_status=$?
7516 grep -v '^ *+' conftest.er1 >conftest.err
7517 rm -f conftest.er1
7518 cat conftest.err >&5
7519 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7520 (exit $ac_status); } && {
7521 test -z "$ac_c_werror_flag" ||
7522 test ! -s conftest.err
7523 } && test -s conftest.$ac_objext; then
7524 ac_cv_header_stat_broken=no
7525 else
7526 echo "$as_me: failed program was:" >&5
7527 sed 's/^/| /' conftest.$ac_ext >&5
7529 ac_cv_header_stat_broken=yes
7532 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7534 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7535 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7536 if test $ac_cv_header_stat_broken = yes; then
7538 cat >>confdefs.h <<\_ACEOF
7539 #define STAT_MACROS_BROKEN 1
7540 _ACEOF
7550 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7552 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7553 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7554 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7555 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7556 echo $ECHO_N "(cached) $ECHO_C" >&6
7557 else
7558 cat >conftest.$ac_ext <<_ACEOF
7559 /* confdefs.h. */
7560 _ACEOF
7561 cat confdefs.h >>conftest.$ac_ext
7562 cat >>conftest.$ac_ext <<_ACEOF
7563 /* end confdefs.h. */
7564 #include <sys/types.h>
7565 #ifdef HAVE_SYS_PARAM_H
7566 # include <sys/param.h>
7567 #endif
7569 #include <$ac_header>
7570 _ACEOF
7571 rm -f conftest.$ac_objext
7572 if { (ac_try="$ac_compile"
7573 case "(($ac_try" in
7574 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7575 *) ac_try_echo=$ac_try;;
7576 esac
7577 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7578 (eval "$ac_compile") 2>conftest.er1
7579 ac_status=$?
7580 grep -v '^ *+' conftest.er1 >conftest.err
7581 rm -f conftest.er1
7582 cat conftest.err >&5
7583 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7584 (exit $ac_status); } && {
7585 test -z "$ac_c_werror_flag" ||
7586 test ! -s conftest.err
7587 } && test -s conftest.$ac_objext; then
7588 eval "$as_ac_Header=yes"
7589 else
7590 echo "$as_me: failed program was:" >&5
7591 sed 's/^/| /' conftest.$ac_ext >&5
7593 eval "$as_ac_Header=no"
7596 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7598 ac_res=`eval echo '${'$as_ac_Header'}'`
7599 { echo "$as_me:$LINENO: result: $ac_res" >&5
7600 echo "${ECHO_T}$ac_res" >&6; }
7601 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7602 cat >>confdefs.h <<_ACEOF
7603 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7604 _ACEOF
7608 done
7623 for ac_header in \
7624 netinet/ip.h \
7625 net/if.h \
7626 net/if_arp.h \
7627 net/if_dl.h \
7628 net/if_types.h \
7629 net/route.h \
7630 netinet/if_ether.h \
7631 netinet/in_pcb.h \
7632 netinet/ip_icmp.h \
7633 netinet/ip_var.h \
7634 netinet/udp.h \
7635 netipx/ipx.h \
7638 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7639 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7640 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7641 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7642 echo $ECHO_N "(cached) $ECHO_C" >&6
7643 else
7644 cat >conftest.$ac_ext <<_ACEOF
7645 /* confdefs.h. */
7646 _ACEOF
7647 cat confdefs.h >>conftest.$ac_ext
7648 cat >>conftest.$ac_ext <<_ACEOF
7649 /* end confdefs.h. */
7650 #include <sys/types.h>
7651 #ifdef HAVE_SYS_SOCKET_H
7652 # include <sys/socket.h>
7653 #endif
7654 #ifdef HAVE_SYS_SOCKETVAR_H
7655 # include <sys/socketvar.h>
7656 #endif
7657 #ifdef HAVE_NETINET_IN_H
7658 # include <netinet/in.h>
7659 #endif
7660 #ifdef HAVE_NETINET_IP_H
7661 # include <netinet/ip.h>
7662 #endif
7664 #include <$ac_header>
7665 _ACEOF
7666 rm -f conftest.$ac_objext
7667 if { (ac_try="$ac_compile"
7668 case "(($ac_try" in
7669 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7670 *) ac_try_echo=$ac_try;;
7671 esac
7672 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7673 (eval "$ac_compile") 2>conftest.er1
7674 ac_status=$?
7675 grep -v '^ *+' conftest.er1 >conftest.err
7676 rm -f conftest.er1
7677 cat conftest.err >&5
7678 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7679 (exit $ac_status); } && {
7680 test -z "$ac_c_werror_flag" ||
7681 test ! -s conftest.err
7682 } && test -s conftest.$ac_objext; then
7683 eval "$as_ac_Header=yes"
7684 else
7685 echo "$as_me: failed program was:" >&5
7686 sed 's/^/| /' conftest.$ac_ext >&5
7688 eval "$as_ac_Header=no"
7691 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7693 ac_res=`eval echo '${'$as_ac_Header'}'`
7694 { echo "$as_me:$LINENO: result: $ac_res" >&5
7695 echo "${ECHO_T}$ac_res" >&6; }
7696 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7697 cat >>confdefs.h <<_ACEOF
7698 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7699 _ACEOF
7703 done
7710 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7712 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7713 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7714 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7715 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7716 echo $ECHO_N "(cached) $ECHO_C" >&6
7717 else
7718 cat >conftest.$ac_ext <<_ACEOF
7719 /* confdefs.h. */
7720 _ACEOF
7721 cat confdefs.h >>conftest.$ac_ext
7722 cat >>conftest.$ac_ext <<_ACEOF
7723 /* end confdefs.h. */
7724 #include <sys/types.h>
7725 #ifdef HAVE_ALIAS_H
7726 # include <alias.h>
7727 #endif
7728 #ifdef HAVE_SYS_SOCKET_H
7729 # include <sys/socket.h>
7730 #endif
7731 #ifdef HAVE_SYS_SOCKETVAR_H
7732 # include <sys/socketvar.h>
7733 #endif
7734 #ifdef HAVE_NETINET_IN_H
7735 # include <netinet/in.h>
7736 #endif
7737 #ifdef HAVE_NETINET_IP_H
7738 # include <netinet/ip.h>
7739 #endif
7740 #ifdef HAVE_NETINET_IP_VAR_H
7741 # include <netinet/ip_var.h>
7742 #endif
7743 #ifdef HAVE_NETINET_IP_ICMP_H
7744 # include <netinet/ip_icmp.h>
7745 #endif
7746 #ifdef HAVE_NETINET_UDP_H
7747 # include <netinet/udp.h>
7748 #endif
7749 #ifdef HAVE_NETINET_TCP_H
7750 # include <netinet/tcp.h>
7751 #endif
7753 #include <$ac_header>
7754 _ACEOF
7755 rm -f conftest.$ac_objext
7756 if { (ac_try="$ac_compile"
7757 case "(($ac_try" in
7758 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7759 *) ac_try_echo=$ac_try;;
7760 esac
7761 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7762 (eval "$ac_compile") 2>conftest.er1
7763 ac_status=$?
7764 grep -v '^ *+' conftest.er1 >conftest.err
7765 rm -f conftest.er1
7766 cat conftest.err >&5
7767 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7768 (exit $ac_status); } && {
7769 test -z "$ac_c_werror_flag" ||
7770 test ! -s conftest.err
7771 } && test -s conftest.$ac_objext; then
7772 eval "$as_ac_Header=yes"
7773 else
7774 echo "$as_me: failed program was:" >&5
7775 sed 's/^/| /' conftest.$ac_ext >&5
7777 eval "$as_ac_Header=no"
7780 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7782 ac_res=`eval echo '${'$as_ac_Header'}'`
7783 { echo "$as_me:$LINENO: result: $ac_res" >&5
7784 echo "${ECHO_T}$ac_res" >&6; }
7785 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7786 cat >>confdefs.h <<_ACEOF
7787 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7788 _ACEOF
7792 done
7796 for ac_header in linux/ipx.h
7798 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7799 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7800 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7801 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7802 echo $ECHO_N "(cached) $ECHO_C" >&6
7803 else
7804 cat >conftest.$ac_ext <<_ACEOF
7805 /* confdefs.h. */
7806 _ACEOF
7807 cat confdefs.h >>conftest.$ac_ext
7808 cat >>conftest.$ac_ext <<_ACEOF
7809 /* end confdefs.h. */
7810 #include <sys/types.h>
7811 #ifdef HAVE_ASM_TYPES_H
7812 # include <asm/types.h>
7813 #endif
7814 #ifdef HAVE_SYS_SOCKET_H
7815 # include <sys/socket.h>
7816 #endif
7818 #include <$ac_header>
7819 _ACEOF
7820 rm -f conftest.$ac_objext
7821 if { (ac_try="$ac_compile"
7822 case "(($ac_try" in
7823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7824 *) ac_try_echo=$ac_try;;
7825 esac
7826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7827 (eval "$ac_compile") 2>conftest.er1
7828 ac_status=$?
7829 grep -v '^ *+' conftest.er1 >conftest.err
7830 rm -f conftest.er1
7831 cat conftest.err >&5
7832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7833 (exit $ac_status); } && {
7834 test -z "$ac_c_werror_flag" ||
7835 test ! -s conftest.err
7836 } && test -s conftest.$ac_objext; then
7837 eval "$as_ac_Header=yes"
7838 else
7839 echo "$as_me: failed program was:" >&5
7840 sed 's/^/| /' conftest.$ac_ext >&5
7842 eval "$as_ac_Header=no"
7845 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7847 ac_res=`eval echo '${'$as_ac_Header'}'`
7848 { echo "$as_me:$LINENO: result: $ac_res" >&5
7849 echo "${ECHO_T}$ac_res" >&6; }
7850 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7851 cat >>confdefs.h <<_ACEOF
7852 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7853 _ACEOF
7857 done
7861 for ac_header in resolv.h
7863 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7864 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7865 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7866 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7867 echo $ECHO_N "(cached) $ECHO_C" >&6
7868 else
7869 cat >conftest.$ac_ext <<_ACEOF
7870 /* confdefs.h. */
7871 _ACEOF
7872 cat confdefs.h >>conftest.$ac_ext
7873 cat >>conftest.$ac_ext <<_ACEOF
7874 /* end confdefs.h. */
7875 #include <sys/types.h>
7876 #ifdef HAVE_SYS_SOCKET_H
7877 # include <sys/socket.h>
7878 #endif
7879 #ifdef HAVE_NETINET_IN_H
7880 # include <netinet/in.h>
7881 #endif
7882 #ifdef HAVE_ARPA_NAMESER_H
7883 # include <arpa/nameser.h>
7884 #endif
7886 #include <$ac_header>
7887 _ACEOF
7888 rm -f conftest.$ac_objext
7889 if { (ac_try="$ac_compile"
7890 case "(($ac_try" in
7891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7892 *) ac_try_echo=$ac_try;;
7893 esac
7894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7895 (eval "$ac_compile") 2>conftest.er1
7896 ac_status=$?
7897 grep -v '^ *+' conftest.er1 >conftest.err
7898 rm -f conftest.er1
7899 cat conftest.err >&5
7900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7901 (exit $ac_status); } && {
7902 test -z "$ac_c_werror_flag" ||
7903 test ! -s conftest.err
7904 } && test -s conftest.$ac_objext; then
7905 eval "$as_ac_Header=yes"
7906 else
7907 echo "$as_me: failed program was:" >&5
7908 sed 's/^/| /' conftest.$ac_ext >&5
7910 eval "$as_ac_Header=no"
7913 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7915 ac_res=`eval echo '${'$as_ac_Header'}'`
7916 { echo "$as_me:$LINENO: result: $ac_res" >&5
7917 echo "${ECHO_T}$ac_res" >&6; }
7918 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7919 cat >>confdefs.h <<_ACEOF
7920 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7921 _ACEOF
7925 done
7929 for ac_header in ucontext.h
7931 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7932 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7933 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7934 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7935 echo $ECHO_N "(cached) $ECHO_C" >&6
7936 else
7937 cat >conftest.$ac_ext <<_ACEOF
7938 /* confdefs.h. */
7939 _ACEOF
7940 cat confdefs.h >>conftest.$ac_ext
7941 cat >>conftest.$ac_ext <<_ACEOF
7942 /* end confdefs.h. */
7943 #include <signal.h>
7945 #include <$ac_header>
7946 _ACEOF
7947 rm -f conftest.$ac_objext
7948 if { (ac_try="$ac_compile"
7949 case "(($ac_try" in
7950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7951 *) ac_try_echo=$ac_try;;
7952 esac
7953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7954 (eval "$ac_compile") 2>conftest.er1
7955 ac_status=$?
7956 grep -v '^ *+' conftest.er1 >conftest.err
7957 rm -f conftest.er1
7958 cat conftest.err >&5
7959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7960 (exit $ac_status); } && {
7961 test -z "$ac_c_werror_flag" ||
7962 test ! -s conftest.err
7963 } && test -s conftest.$ac_objext; then
7964 eval "$as_ac_Header=yes"
7965 else
7966 echo "$as_me: failed program was:" >&5
7967 sed 's/^/| /' conftest.$ac_ext >&5
7969 eval "$as_ac_Header=no"
7972 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7974 ac_res=`eval echo '${'$as_ac_Header'}'`
7975 { echo "$as_me:$LINENO: result: $ac_res" >&5
7976 echo "${ECHO_T}$ac_res" >&6; }
7977 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7978 cat >>confdefs.h <<_ACEOF
7979 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7980 _ACEOF
7984 done
7988 for ac_header in sys/thr.h
7990 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7991 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7992 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7993 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7994 echo $ECHO_N "(cached) $ECHO_C" >&6
7995 else
7996 cat >conftest.$ac_ext <<_ACEOF
7997 /* confdefs.h. */
7998 _ACEOF
7999 cat confdefs.h >>conftest.$ac_ext
8000 cat >>conftest.$ac_ext <<_ACEOF
8001 /* end confdefs.h. */
8002 #include <sys/types.h>
8003 #ifdef HAVE_UCONTEXT_H
8004 #include <ucontext.h>
8005 #endif
8007 #include <$ac_header>
8008 _ACEOF
8009 rm -f conftest.$ac_objext
8010 if { (ac_try="$ac_compile"
8011 case "(($ac_try" in
8012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8013 *) ac_try_echo=$ac_try;;
8014 esac
8015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8016 (eval "$ac_compile") 2>conftest.er1
8017 ac_status=$?
8018 grep -v '^ *+' conftest.er1 >conftest.err
8019 rm -f conftest.er1
8020 cat conftest.err >&5
8021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8022 (exit $ac_status); } && {
8023 test -z "$ac_c_werror_flag" ||
8024 test ! -s conftest.err
8025 } && test -s conftest.$ac_objext; then
8026 eval "$as_ac_Header=yes"
8027 else
8028 echo "$as_me: failed program was:" >&5
8029 sed 's/^/| /' conftest.$ac_ext >&5
8031 eval "$as_ac_Header=no"
8034 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8036 ac_res=`eval echo '${'$as_ac_Header'}'`
8037 { echo "$as_me:$LINENO: result: $ac_res" >&5
8038 echo "${ECHO_T}$ac_res" >&6; }
8039 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8040 cat >>confdefs.h <<_ACEOF
8041 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8042 _ACEOF
8046 done
8050 for ac_header in pthread_np.h
8052 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8053 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8054 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8055 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8056 echo $ECHO_N "(cached) $ECHO_C" >&6
8057 else
8058 cat >conftest.$ac_ext <<_ACEOF
8059 /* confdefs.h. */
8060 _ACEOF
8061 cat confdefs.h >>conftest.$ac_ext
8062 cat >>conftest.$ac_ext <<_ACEOF
8063 /* end confdefs.h. */
8064 #ifdef HAVE_PTHREAD_H
8065 #include <pthread.h>
8066 #endif
8068 #include <$ac_header>
8069 _ACEOF
8070 rm -f conftest.$ac_objext
8071 if { (ac_try="$ac_compile"
8072 case "(($ac_try" in
8073 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8074 *) ac_try_echo=$ac_try;;
8075 esac
8076 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8077 (eval "$ac_compile") 2>conftest.er1
8078 ac_status=$?
8079 grep -v '^ *+' conftest.er1 >conftest.err
8080 rm -f conftest.er1
8081 cat conftest.err >&5
8082 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8083 (exit $ac_status); } && {
8084 test -z "$ac_c_werror_flag" ||
8085 test ! -s conftest.err
8086 } && test -s conftest.$ac_objext; then
8087 eval "$as_ac_Header=yes"
8088 else
8089 echo "$as_me: failed program was:" >&5
8090 sed 's/^/| /' conftest.$ac_ext >&5
8092 eval "$as_ac_Header=no"
8095 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8097 ac_res=`eval echo '${'$as_ac_Header'}'`
8098 { echo "$as_me:$LINENO: result: $ac_res" >&5
8099 echo "${ECHO_T}$ac_res" >&6; }
8100 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8101 cat >>confdefs.h <<_ACEOF
8102 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8103 _ACEOF
8107 done
8111 for ac_header in linux/videodev.h
8113 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8114 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8115 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8116 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8117 echo $ECHO_N "(cached) $ECHO_C" >&6
8118 else
8119 cat >conftest.$ac_ext <<_ACEOF
8120 /* confdefs.h. */
8121 _ACEOF
8122 cat confdefs.h >>conftest.$ac_ext
8123 cat >>conftest.$ac_ext <<_ACEOF
8124 /* end confdefs.h. */
8125 #ifdef HAVE_SYS_TIME_H
8126 #include <sys/time.h>
8127 #endif
8128 #include <sys/types.h>
8129 #ifdef HAVE_ASM_TYPES_H
8130 #include <asm/types.h>
8131 #endif
8133 #include <$ac_header>
8134 _ACEOF
8135 rm -f conftest.$ac_objext
8136 if { (ac_try="$ac_compile"
8137 case "(($ac_try" in
8138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8139 *) ac_try_echo=$ac_try;;
8140 esac
8141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8142 (eval "$ac_compile") 2>conftest.er1
8143 ac_status=$?
8144 grep -v '^ *+' conftest.er1 >conftest.err
8145 rm -f conftest.er1
8146 cat conftest.err >&5
8147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8148 (exit $ac_status); } && {
8149 test -z "$ac_c_werror_flag" ||
8150 test ! -s conftest.err
8151 } && test -s conftest.$ac_objext; then
8152 eval "$as_ac_Header=yes"
8153 else
8154 echo "$as_me: failed program was:" >&5
8155 sed 's/^/| /' conftest.$ac_ext >&5
8157 eval "$as_ac_Header=no"
8160 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8162 ac_res=`eval echo '${'$as_ac_Header'}'`
8163 { echo "$as_me:$LINENO: result: $ac_res" >&5
8164 echo "${ECHO_T}$ac_res" >&6; }
8165 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8166 cat >>confdefs.h <<_ACEOF
8167 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8168 _ACEOF
8172 done
8176 for ac_header in linux/capi.h
8178 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8179 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8180 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8181 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8182 echo $ECHO_N "(cached) $ECHO_C" >&6
8183 else
8184 cat >conftest.$ac_ext <<_ACEOF
8185 /* confdefs.h. */
8186 _ACEOF
8187 cat confdefs.h >>conftest.$ac_ext
8188 cat >>conftest.$ac_ext <<_ACEOF
8189 /* end confdefs.h. */
8190 #define __user
8192 #include <$ac_header>
8193 _ACEOF
8194 rm -f conftest.$ac_objext
8195 if { (ac_try="$ac_compile"
8196 case "(($ac_try" in
8197 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8198 *) ac_try_echo=$ac_try;;
8199 esac
8200 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8201 (eval "$ac_compile") 2>conftest.er1
8202 ac_status=$?
8203 grep -v '^ *+' conftest.er1 >conftest.err
8204 rm -f conftest.er1
8205 cat conftest.err >&5
8206 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8207 (exit $ac_status); } && {
8208 test -z "$ac_c_werror_flag" ||
8209 test ! -s conftest.err
8210 } && test -s conftest.$ac_objext; then
8211 eval "$as_ac_Header=yes"
8212 else
8213 echo "$as_me: failed program was:" >&5
8214 sed 's/^/| /' conftest.$ac_ext >&5
8216 eval "$as_ac_Header=no"
8219 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8221 ac_res=`eval echo '${'$as_ac_Header'}'`
8222 { echo "$as_me:$LINENO: result: $ac_res" >&5
8223 echo "${ECHO_T}$ac_res" >&6; }
8224 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8225 cat >>confdefs.h <<_ACEOF
8226 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8227 _ACEOF
8231 done
8235 DLLEXT=""
8237 DLLFLAGS="-D_REENTRANT"
8239 LDSHARED=""
8241 LDDLLFLAGS=""
8243 LIBEXT="so"
8245 IMPLIBEXT="def"
8247 LDRPATH_INSTALL=""
8249 LDRPATH_LOCAL=""
8251 # Extract the first word of "ldd", so it can be a program name with args.
8252 set dummy ldd; ac_word=$2
8253 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8254 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8255 if test "${ac_cv_path_LDD+set}" = set; then
8256 echo $ECHO_N "(cached) $ECHO_C" >&6
8257 else
8258 case $LDD in
8259 [\\/]* | ?:[\\/]*)
8260 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8264 as_dummy="/sbin:/usr/sbin:$PATH"
8265 for as_dir in $as_dummy
8267 IFS=$as_save_IFS
8268 test -z "$as_dir" && as_dir=.
8269 for ac_exec_ext in '' $ac_executable_extensions; do
8270 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8271 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8272 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8273 break 2
8275 done
8276 done
8277 IFS=$as_save_IFS
8279 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8281 esac
8283 LDD=$ac_cv_path_LDD
8284 if test -n "$LDD"; then
8285 { echo "$as_me:$LINENO: result: $LDD" >&5
8286 echo "${ECHO_T}$LDD" >&6; }
8287 else
8288 { echo "$as_me:$LINENO: result: no" >&5
8289 echo "${ECHO_T}no" >&6; }
8294 case $host_os in
8295 cygwin*|mingw32*)
8296 if test -n "$ac_tool_prefix"; then
8297 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8298 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8301 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8302 echo $ECHO_N "(cached) $ECHO_C" >&6
8303 else
8304 if test -n "$DLLTOOL"; then
8305 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8306 else
8307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8308 for as_dir in $PATH
8310 IFS=$as_save_IFS
8311 test -z "$as_dir" && as_dir=.
8312 for ac_exec_ext in '' $ac_executable_extensions; do
8313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8314 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8315 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8316 break 2
8318 done
8319 done
8320 IFS=$as_save_IFS
8324 DLLTOOL=$ac_cv_prog_DLLTOOL
8325 if test -n "$DLLTOOL"; then
8326 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8327 echo "${ECHO_T}$DLLTOOL" >&6; }
8328 else
8329 { echo "$as_me:$LINENO: result: no" >&5
8330 echo "${ECHO_T}no" >&6; }
8335 if test -z "$ac_cv_prog_DLLTOOL"; then
8336 ac_ct_DLLTOOL=$DLLTOOL
8337 # Extract the first word of "dlltool", so it can be a program name with args.
8338 set dummy dlltool; ac_word=$2
8339 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8340 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8341 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8342 echo $ECHO_N "(cached) $ECHO_C" >&6
8343 else
8344 if test -n "$ac_ct_DLLTOOL"; then
8345 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8346 else
8347 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8348 for as_dir in $PATH
8350 IFS=$as_save_IFS
8351 test -z "$as_dir" && as_dir=.
8352 for ac_exec_ext in '' $ac_executable_extensions; do
8353 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8354 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8355 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8356 break 2
8358 done
8359 done
8360 IFS=$as_save_IFS
8364 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8365 if test -n "$ac_ct_DLLTOOL"; then
8366 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8367 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8368 else
8369 { echo "$as_me:$LINENO: result: no" >&5
8370 echo "${ECHO_T}no" >&6; }
8373 if test "x$ac_ct_DLLTOOL" = x; then
8374 DLLTOOL="false"
8375 else
8376 case $cross_compiling:$ac_tool_warned in
8377 yes:)
8378 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8379 whose name does not start with the host triplet. If you think this
8380 configuration is useful to you, please write to autoconf@gnu.org." >&5
8381 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8382 whose name does not start with the host triplet. If you think this
8383 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8384 ac_tool_warned=yes ;;
8385 esac
8386 DLLTOOL=$ac_ct_DLLTOOL
8388 else
8389 DLLTOOL="$ac_cv_prog_DLLTOOL"
8392 if test -n "$ac_tool_prefix"; then
8393 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8394 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8395 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8396 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8397 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8398 echo $ECHO_N "(cached) $ECHO_C" >&6
8399 else
8400 if test -n "$DLLWRAP"; then
8401 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8402 else
8403 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8404 for as_dir in $PATH
8406 IFS=$as_save_IFS
8407 test -z "$as_dir" && as_dir=.
8408 for ac_exec_ext in '' $ac_executable_extensions; do
8409 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8410 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8411 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8412 break 2
8414 done
8415 done
8416 IFS=$as_save_IFS
8420 DLLWRAP=$ac_cv_prog_DLLWRAP
8421 if test -n "$DLLWRAP"; then
8422 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8423 echo "${ECHO_T}$DLLWRAP" >&6; }
8424 else
8425 { echo "$as_me:$LINENO: result: no" >&5
8426 echo "${ECHO_T}no" >&6; }
8431 if test -z "$ac_cv_prog_DLLWRAP"; then
8432 ac_ct_DLLWRAP=$DLLWRAP
8433 # Extract the first word of "dllwrap", so it can be a program name with args.
8434 set dummy dllwrap; ac_word=$2
8435 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8436 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8437 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8438 echo $ECHO_N "(cached) $ECHO_C" >&6
8439 else
8440 if test -n "$ac_ct_DLLWRAP"; then
8441 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8442 else
8443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8444 for as_dir in $PATH
8446 IFS=$as_save_IFS
8447 test -z "$as_dir" && as_dir=.
8448 for ac_exec_ext in '' $ac_executable_extensions; do
8449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8450 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8451 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8452 break 2
8454 done
8455 done
8456 IFS=$as_save_IFS
8460 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8461 if test -n "$ac_ct_DLLWRAP"; then
8462 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8463 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8464 else
8465 { echo "$as_me:$LINENO: result: no" >&5
8466 echo "${ECHO_T}no" >&6; }
8469 if test "x$ac_ct_DLLWRAP" = x; then
8470 DLLWRAP="false"
8471 else
8472 case $cross_compiling:$ac_tool_warned in
8473 yes:)
8474 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8475 whose name does not start with the host triplet. If you think this
8476 configuration is useful to you, please write to autoconf@gnu.org." >&5
8477 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8478 whose name does not start with the host triplet. If you think this
8479 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8480 ac_tool_warned=yes ;;
8481 esac
8482 DLLWRAP=$ac_ct_DLLWRAP
8484 else
8485 DLLWRAP="$ac_cv_prog_DLLWRAP"
8488 if test -n "$ac_tool_prefix"; then
8489 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8490 set dummy ${ac_tool_prefix}ar; ac_word=$2
8491 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8492 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8493 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8494 echo $ECHO_N "(cached) $ECHO_C" >&6
8495 else
8496 if test -n "$MINGWAR"; then
8497 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8498 else
8499 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8500 for as_dir in $PATH
8502 IFS=$as_save_IFS
8503 test -z "$as_dir" && as_dir=.
8504 for ac_exec_ext in '' $ac_executable_extensions; do
8505 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8506 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8507 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8508 break 2
8510 done
8511 done
8512 IFS=$as_save_IFS
8516 MINGWAR=$ac_cv_prog_MINGWAR
8517 if test -n "$MINGWAR"; then
8518 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8519 echo "${ECHO_T}$MINGWAR" >&6; }
8520 else
8521 { echo "$as_me:$LINENO: result: no" >&5
8522 echo "${ECHO_T}no" >&6; }
8527 if test -z "$ac_cv_prog_MINGWAR"; then
8528 ac_ct_MINGWAR=$MINGWAR
8529 # Extract the first word of "ar", so it can be a program name with args.
8530 set dummy ar; ac_word=$2
8531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8533 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8534 echo $ECHO_N "(cached) $ECHO_C" >&6
8535 else
8536 if test -n "$ac_ct_MINGWAR"; then
8537 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8538 else
8539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8540 for as_dir in $PATH
8542 IFS=$as_save_IFS
8543 test -z "$as_dir" && as_dir=.
8544 for ac_exec_ext in '' $ac_executable_extensions; do
8545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8546 ac_cv_prog_ac_ct_MINGWAR="ar"
8547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8548 break 2
8550 done
8551 done
8552 IFS=$as_save_IFS
8556 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8557 if test -n "$ac_ct_MINGWAR"; then
8558 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8559 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8560 else
8561 { echo "$as_me:$LINENO: result: no" >&5
8562 echo "${ECHO_T}no" >&6; }
8565 if test "x$ac_ct_MINGWAR" = x; then
8566 MINGWAR="false"
8567 else
8568 case $cross_compiling:$ac_tool_warned in
8569 yes:)
8570 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8571 whose name does not start with the host triplet. If you think this
8572 configuration is useful to you, please write to autoconf@gnu.org." >&5
8573 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8574 whose name does not start with the host triplet. If you think this
8575 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8576 ac_tool_warned=yes ;;
8577 esac
8578 MINGWAR=$ac_ct_MINGWAR
8580 else
8581 MINGWAR="$ac_cv_prog_MINGWAR"
8584 if test "$DLLWRAP" = "false"; then
8585 LIBEXT="a"
8586 else
8587 LIBEXT="dll"
8589 IMPLIBEXT="a"
8590 WIN16_FILES=""
8591 WIN16_INSTALL=""
8593 darwin*|macosx*)
8594 DLLEXT=".so"
8595 LIBEXT="dylib"
8596 DLLFLAGS="$DLLFLAGS -fPIC"
8597 LDDLLFLAGS="-bundle -multiply_defined suppress"
8598 LIBWINE_LDFLAGS="-multiply_defined suppress"
8599 LDSHARED="\$(CC) -dynamiclib"
8600 STRIP="$STRIP -x"
8601 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8602 SECURITYLIB="-framework Security -framework CoreFoundation"
8604 COREFOUNDATIONLIB="-framework CoreFoundation"
8606 IOKITLIB="-framework IOKit -framework CoreFoundation"
8608 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8610 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8611 then
8612 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8615 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8616 then
8617 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8620 case $host_cpu in
8621 *powerpc*)
8622 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8623 esac
8624 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8625 then
8626 CARBONLIB="-framework Carbon"
8628 QUARTZFILES='$(QUARTZFILES)'
8632 DLLFLAGS="$DLLFLAGS -fPIC"
8633 DLLEXT=".so"
8634 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8635 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8636 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8637 echo $ECHO_N "(cached) $ECHO_C" >&6
8638 else
8639 ac_wine_try_cflags_saved=$CFLAGS
8640 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8641 cat >conftest.$ac_ext <<_ACEOF
8642 void myfunc() {}
8643 _ACEOF
8644 rm -f conftest.$ac_objext conftest$ac_exeext
8645 if { (ac_try="$ac_link"
8646 case "(($ac_try" in
8647 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8648 *) ac_try_echo=$ac_try;;
8649 esac
8650 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8651 (eval "$ac_link") 2>conftest.er1
8652 ac_status=$?
8653 grep -v '^ *+' conftest.er1 >conftest.err
8654 rm -f conftest.er1
8655 cat conftest.err >&5
8656 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8657 (exit $ac_status); } && {
8658 test -z "$ac_c_werror_flag" ||
8659 test ! -s conftest.err
8660 } && test -s conftest$ac_exeext &&
8661 $as_test_x conftest$ac_exeext; then
8662 ac_cv_c_dll_gnuelf="yes"
8663 else
8664 echo "$as_me: failed program was:" >&5
8665 sed 's/^/| /' conftest.$ac_ext >&5
8667 ac_cv_c_dll_gnuelf="no"
8670 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8671 conftest$ac_exeext conftest.$ac_ext
8672 CFLAGS=$ac_wine_try_cflags_saved
8674 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8675 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8676 if test "$ac_cv_c_dll_gnuelf" = "yes"
8677 then
8678 LDSHARED="\$(CC) -shared"
8679 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8680 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8681 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8682 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8683 echo $ECHO_N "(cached) $ECHO_C" >&6
8684 else
8685 ac_wine_try_cflags_saved=$CFLAGS
8686 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8687 cat >conftest.$ac_ext <<_ACEOF
8688 /* confdefs.h. */
8689 _ACEOF
8690 cat confdefs.h >>conftest.$ac_ext
8691 cat >>conftest.$ac_ext <<_ACEOF
8692 /* end confdefs.h. */
8695 main ()
8699 return 0;
8701 _ACEOF
8702 rm -f conftest.$ac_objext conftest$ac_exeext
8703 if { (ac_try="$ac_link"
8704 case "(($ac_try" in
8705 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8706 *) ac_try_echo=$ac_try;;
8707 esac
8708 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8709 (eval "$ac_link") 2>conftest.er1
8710 ac_status=$?
8711 grep -v '^ *+' conftest.er1 >conftest.err
8712 rm -f conftest.er1
8713 cat conftest.err >&5
8714 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8715 (exit $ac_status); } && {
8716 test -z "$ac_c_werror_flag" ||
8717 test ! -s conftest.err
8718 } && test -s conftest$ac_exeext &&
8719 $as_test_x conftest$ac_exeext; then
8720 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8721 else
8722 echo "$as_me: failed program was:" >&5
8723 sed 's/^/| /' conftest.$ac_ext >&5
8725 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8728 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8729 conftest$ac_exeext conftest.$ac_ext
8730 CFLAGS=$ac_wine_try_cflags_saved
8732 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8733 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8734 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8735 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8736 else
8737 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8738 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8739 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8740 echo $ECHO_N "(cached) $ECHO_C" >&6
8741 else
8742 ac_wine_try_cflags_saved=$CFLAGS
8743 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8744 cat >conftest.$ac_ext <<_ACEOF
8745 /* confdefs.h. */
8746 _ACEOF
8747 cat confdefs.h >>conftest.$ac_ext
8748 cat >>conftest.$ac_ext <<_ACEOF
8749 /* end confdefs.h. */
8752 main ()
8756 return 0;
8758 _ACEOF
8759 rm -f conftest.$ac_objext conftest$ac_exeext
8760 if { (ac_try="$ac_link"
8761 case "(($ac_try" in
8762 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8763 *) ac_try_echo=$ac_try;;
8764 esac
8765 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8766 (eval "$ac_link") 2>conftest.er1
8767 ac_status=$?
8768 grep -v '^ *+' conftest.er1 >conftest.err
8769 rm -f conftest.er1
8770 cat conftest.err >&5
8771 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8772 (exit $ac_status); } && {
8773 test -z "$ac_c_werror_flag" ||
8774 test ! -s conftest.err
8775 } && test -s conftest$ac_exeext &&
8776 $as_test_x conftest$ac_exeext; then
8777 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8778 else
8779 echo "$as_me: failed program was:" >&5
8780 sed 's/^/| /' conftest.$ac_ext >&5
8782 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8785 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8786 conftest$ac_exeext conftest.$ac_ext
8787 CFLAGS=$ac_wine_try_cflags_saved
8789 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8790 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8791 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8792 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8798 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8799 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8800 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8801 echo $ECHO_N "(cached) $ECHO_C" >&6
8802 else
8803 ac_wine_try_cflags_saved=$CFLAGS
8804 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8805 cat >conftest.$ac_ext <<_ACEOF
8806 /* confdefs.h. */
8807 _ACEOF
8808 cat confdefs.h >>conftest.$ac_ext
8809 cat >>conftest.$ac_ext <<_ACEOF
8810 /* end confdefs.h. */
8813 main ()
8817 return 0;
8819 _ACEOF
8820 rm -f conftest.$ac_objext conftest$ac_exeext
8821 if { (ac_try="$ac_link"
8822 case "(($ac_try" in
8823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8824 *) ac_try_echo=$ac_try;;
8825 esac
8826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8827 (eval "$ac_link") 2>conftest.er1
8828 ac_status=$?
8829 grep -v '^ *+' conftest.er1 >conftest.err
8830 rm -f conftest.er1
8831 cat conftest.err >&5
8832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8833 (exit $ac_status); } && {
8834 test -z "$ac_c_werror_flag" ||
8835 test ! -s conftest.err
8836 } && test -s conftest$ac_exeext &&
8837 $as_test_x conftest$ac_exeext; then
8838 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8839 else
8840 echo "$as_me: failed program was:" >&5
8841 sed 's/^/| /' conftest.$ac_ext >&5
8843 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8846 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8847 conftest$ac_exeext conftest.$ac_ext
8848 CFLAGS=$ac_wine_try_cflags_saved
8850 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8851 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8852 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8853 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8857 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8858 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8859 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8860 echo $ECHO_N "(cached) $ECHO_C" >&6
8861 else
8862 ac_wine_try_cflags_saved=$CFLAGS
8863 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8864 cat >conftest.$ac_ext <<_ACEOF
8865 /* confdefs.h. */
8866 _ACEOF
8867 cat confdefs.h >>conftest.$ac_ext
8868 cat >>conftest.$ac_ext <<_ACEOF
8869 /* end confdefs.h. */
8872 main ()
8876 return 0;
8878 _ACEOF
8879 rm -f conftest.$ac_objext conftest$ac_exeext
8880 if { (ac_try="$ac_link"
8881 case "(($ac_try" in
8882 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8883 *) ac_try_echo=$ac_try;;
8884 esac
8885 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8886 (eval "$ac_link") 2>conftest.er1
8887 ac_status=$?
8888 grep -v '^ *+' conftest.er1 >conftest.err
8889 rm -f conftest.er1
8890 cat conftest.err >&5
8891 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8892 (exit $ac_status); } && {
8893 test -z "$ac_c_werror_flag" ||
8894 test ! -s conftest.err
8895 } && test -s conftest$ac_exeext &&
8896 $as_test_x conftest$ac_exeext; then
8897 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8898 else
8899 echo "$as_me: failed program was:" >&5
8900 sed 's/^/| /' conftest.$ac_ext >&5
8902 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8905 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8906 conftest$ac_exeext conftest.$ac_ext
8907 CFLAGS=$ac_wine_try_cflags_saved
8909 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8910 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8911 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8912 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8916 echo '{ global: *; };' >conftest.map
8917 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8918 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8919 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8920 echo $ECHO_N "(cached) $ECHO_C" >&6
8921 else
8922 ac_wine_try_cflags_saved=$CFLAGS
8923 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8924 cat >conftest.$ac_ext <<_ACEOF
8925 /* confdefs.h. */
8926 _ACEOF
8927 cat confdefs.h >>conftest.$ac_ext
8928 cat >>conftest.$ac_ext <<_ACEOF
8929 /* end confdefs.h. */
8932 main ()
8936 return 0;
8938 _ACEOF
8939 rm -f conftest.$ac_objext conftest$ac_exeext
8940 if { (ac_try="$ac_link"
8941 case "(($ac_try" in
8942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8943 *) ac_try_echo=$ac_try;;
8944 esac
8945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8946 (eval "$ac_link") 2>conftest.er1
8947 ac_status=$?
8948 grep -v '^ *+' conftest.er1 >conftest.err
8949 rm -f conftest.er1
8950 cat conftest.err >&5
8951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8952 (exit $ac_status); } && {
8953 test -z "$ac_c_werror_flag" ||
8954 test ! -s conftest.err
8955 } && test -s conftest$ac_exeext &&
8956 $as_test_x conftest$ac_exeext; then
8957 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8958 else
8959 echo "$as_me: failed program was:" >&5
8960 sed 's/^/| /' conftest.$ac_ext >&5
8962 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8965 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8966 conftest$ac_exeext conftest.$ac_ext
8967 CFLAGS=$ac_wine_try_cflags_saved
8969 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8970 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8971 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8972 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8975 rm -f conftest.map
8977 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8978 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8979 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8980 echo $ECHO_N "(cached) $ECHO_C" >&6
8981 else
8982 ac_wine_try_cflags_saved=$CFLAGS
8983 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
8984 cat >conftest.$ac_ext <<_ACEOF
8985 /* confdefs.h. */
8986 _ACEOF
8987 cat confdefs.h >>conftest.$ac_ext
8988 cat >>conftest.$ac_ext <<_ACEOF
8989 /* end confdefs.h. */
8992 main ()
8996 return 0;
8998 _ACEOF
8999 rm -f conftest.$ac_objext conftest$ac_exeext
9000 if { (ac_try="$ac_link"
9001 case "(($ac_try" in
9002 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9003 *) ac_try_echo=$ac_try;;
9004 esac
9005 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9006 (eval "$ac_link") 2>conftest.er1
9007 ac_status=$?
9008 grep -v '^ *+' conftest.er1 >conftest.err
9009 rm -f conftest.er1
9010 cat conftest.err >&5
9011 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9012 (exit $ac_status); } && {
9013 test -z "$ac_c_werror_flag" ||
9014 test ! -s conftest.err
9015 } && test -s conftest$ac_exeext &&
9016 $as_test_x conftest$ac_exeext; then
9017 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9018 else
9019 echo "$as_me: failed program was:" >&5
9020 sed 's/^/| /' conftest.$ac_ext >&5
9022 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9025 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9026 conftest$ac_exeext conftest.$ac_ext
9027 CFLAGS=$ac_wine_try_cflags_saved
9029 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9030 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9031 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9032 LDEXECFLAGS="-Wl,--export-dynamic"
9037 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9038 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9039 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9040 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9041 echo $ECHO_N "(cached) $ECHO_C" >&6
9042 else
9043 ac_wine_try_cflags_saved=$CFLAGS
9044 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9045 cat >conftest.$ac_ext <<_ACEOF
9046 /* confdefs.h. */
9047 _ACEOF
9048 cat confdefs.h >>conftest.$ac_ext
9049 cat >>conftest.$ac_ext <<_ACEOF
9050 /* end confdefs.h. */
9053 main ()
9057 return 0;
9059 _ACEOF
9060 rm -f conftest.$ac_objext conftest$ac_exeext
9061 if { (ac_try="$ac_link"
9062 case "(($ac_try" in
9063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9064 *) ac_try_echo=$ac_try;;
9065 esac
9066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9067 (eval "$ac_link") 2>conftest.er1
9068 ac_status=$?
9069 grep -v '^ *+' conftest.er1 >conftest.err
9070 rm -f conftest.er1
9071 cat conftest.err >&5
9072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9073 (exit $ac_status); } && {
9074 test -z "$ac_c_werror_flag" ||
9075 test ! -s conftest.err
9076 } && test -s conftest$ac_exeext &&
9077 $as_test_x conftest$ac_exeext; then
9078 eval "$as_ac_var=yes"
9079 else
9080 echo "$as_me: failed program was:" >&5
9081 sed 's/^/| /' conftest.$ac_ext >&5
9083 eval "$as_ac_var=no"
9086 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9087 conftest$ac_exeext conftest.$ac_ext
9088 CFLAGS=$ac_wine_try_cflags_saved
9090 ac_res=`eval echo '${'$as_ac_var'}'`
9091 { echo "$as_me:$LINENO: result: $ac_res" >&5
9092 echo "${ECHO_T}$ac_res" >&6; }
9093 if test `eval echo '${'$as_ac_var'}'` = yes; then
9094 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9095 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9096 else
9097 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9098 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9099 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9100 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9101 echo $ECHO_N "(cached) $ECHO_C" >&6
9102 else
9103 ac_wine_try_cflags_saved=$CFLAGS
9104 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9105 cat >conftest.$ac_ext <<_ACEOF
9106 /* confdefs.h. */
9107 _ACEOF
9108 cat confdefs.h >>conftest.$ac_ext
9109 cat >>conftest.$ac_ext <<_ACEOF
9110 /* end confdefs.h. */
9113 main ()
9117 return 0;
9119 _ACEOF
9120 rm -f conftest.$ac_objext conftest$ac_exeext
9121 if { (ac_try="$ac_link"
9122 case "(($ac_try" in
9123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9124 *) ac_try_echo=$ac_try;;
9125 esac
9126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9127 (eval "$ac_link") 2>conftest.er1
9128 ac_status=$?
9129 grep -v '^ *+' conftest.er1 >conftest.err
9130 rm -f conftest.er1
9131 cat conftest.err >&5
9132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9133 (exit $ac_status); } && {
9134 test -z "$ac_c_werror_flag" ||
9135 test ! -s conftest.err
9136 } && test -s conftest$ac_exeext &&
9137 $as_test_x conftest$ac_exeext; then
9138 eval "$as_ac_var=yes"
9139 else
9140 echo "$as_me: failed program was:" >&5
9141 sed 's/^/| /' conftest.$ac_ext >&5
9143 eval "$as_ac_var=no"
9146 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9147 conftest$ac_exeext conftest.$ac_ext
9148 CFLAGS=$ac_wine_try_cflags_saved
9150 ac_res=`eval echo '${'$as_ac_var'}'`
9151 { echo "$as_me:$LINENO: result: $ac_res" >&5
9152 echo "${ECHO_T}$ac_res" >&6; }
9153 if test `eval echo '${'$as_ac_var'}'` = yes; then
9154 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9155 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9161 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9162 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9163 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9164 echo $ECHO_N "(cached) $ECHO_C" >&6
9165 else
9166 ac_wine_try_cflags_saved=$CFLAGS
9167 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9168 cat >conftest.$ac_ext <<_ACEOF
9169 /* confdefs.h. */
9170 _ACEOF
9171 cat confdefs.h >>conftest.$ac_ext
9172 cat >>conftest.$ac_ext <<_ACEOF
9173 /* end confdefs.h. */
9176 main ()
9180 return 0;
9182 _ACEOF
9183 rm -f conftest.$ac_objext conftest$ac_exeext
9184 if { (ac_try="$ac_link"
9185 case "(($ac_try" in
9186 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9187 *) ac_try_echo=$ac_try;;
9188 esac
9189 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9190 (eval "$ac_link") 2>conftest.er1
9191 ac_status=$?
9192 grep -v '^ *+' conftest.er1 >conftest.err
9193 rm -f conftest.er1
9194 cat conftest.err >&5
9195 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9196 (exit $ac_status); } && {
9197 test -z "$ac_c_werror_flag" ||
9198 test ! -s conftest.err
9199 } && test -s conftest$ac_exeext &&
9200 $as_test_x conftest$ac_exeext; then
9201 ac_cv_cflags__Wl___enable_new_dtags=yes
9202 else
9203 echo "$as_me: failed program was:" >&5
9204 sed 's/^/| /' conftest.$ac_ext >&5
9206 ac_cv_cflags__Wl___enable_new_dtags=no
9209 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9210 conftest$ac_exeext conftest.$ac_ext
9211 CFLAGS=$ac_wine_try_cflags_saved
9213 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9214 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9215 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9216 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9220 case $host_cpu in
9221 *i[3456789]86* | x86_64)
9222 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9223 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9224 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9225 echo $ECHO_N "(cached) $ECHO_C" >&6
9226 else
9227 ac_wine_try_cflags_saved=$CFLAGS
9228 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9229 cat >conftest.$ac_ext <<_ACEOF
9230 /* confdefs.h. */
9231 _ACEOF
9232 cat confdefs.h >>conftest.$ac_ext
9233 cat >>conftest.$ac_ext <<_ACEOF
9234 /* end confdefs.h. */
9237 main ()
9241 return 0;
9243 _ACEOF
9244 rm -f conftest.$ac_objext conftest$ac_exeext
9245 if { (ac_try="$ac_link"
9246 case "(($ac_try" in
9247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9248 *) ac_try_echo=$ac_try;;
9249 esac
9250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9251 (eval "$ac_link") 2>conftest.er1
9252 ac_status=$?
9253 grep -v '^ *+' conftest.er1 >conftest.err
9254 rm -f conftest.er1
9255 cat conftest.err >&5
9256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9257 (exit $ac_status); } && {
9258 test -z "$ac_c_werror_flag" ||
9259 test ! -s conftest.err
9260 } && test -s conftest$ac_exeext &&
9261 $as_test_x conftest$ac_exeext; then
9262 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9263 else
9264 echo "$as_me: failed program was:" >&5
9265 sed 's/^/| /' conftest.$ac_ext >&5
9267 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9270 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9271 conftest$ac_exeext conftest.$ac_ext
9272 CFLAGS=$ac_wine_try_cflags_saved
9274 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9275 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9276 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9277 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9281 esac
9283 else
9284 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9285 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9286 if test "${ac_cv_c_dll_unixware+set}" = set; then
9287 echo $ECHO_N "(cached) $ECHO_C" >&6
9288 else
9289 ac_wine_try_cflags_saved=$CFLAGS
9290 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9291 cat >conftest.$ac_ext <<_ACEOF
9292 void myfunc() {}
9293 _ACEOF
9294 rm -f conftest.$ac_objext conftest$ac_exeext
9295 if { (ac_try="$ac_link"
9296 case "(($ac_try" in
9297 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9298 *) ac_try_echo=$ac_try;;
9299 esac
9300 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9301 (eval "$ac_link") 2>conftest.er1
9302 ac_status=$?
9303 grep -v '^ *+' conftest.er1 >conftest.err
9304 rm -f conftest.er1
9305 cat conftest.err >&5
9306 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9307 (exit $ac_status); } && {
9308 test -z "$ac_c_werror_flag" ||
9309 test ! -s conftest.err
9310 } && test -s conftest$ac_exeext &&
9311 $as_test_x conftest$ac_exeext; then
9312 ac_cv_c_dll_unixware="yes"
9313 else
9314 echo "$as_me: failed program was:" >&5
9315 sed 's/^/| /' conftest.$ac_ext >&5
9317 ac_cv_c_dll_unixware="no"
9320 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9321 conftest$ac_exeext conftest.$ac_ext
9322 CFLAGS=$ac_wine_try_cflags_saved
9324 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9325 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9326 if test "$ac_cv_c_dll_unixware" = "yes"
9327 then
9328 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9329 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9331 else
9332 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9333 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9334 if test "${ac_cv_c_dll_hpux+set}" = set; then
9335 echo $ECHO_N "(cached) $ECHO_C" >&6
9336 else
9337 ac_wine_try_cflags_saved=$CFLAGS
9338 CFLAGS="$CFLAGS -shared"
9339 cat >conftest.$ac_ext <<_ACEOF
9340 void myfunc() {}
9341 _ACEOF
9342 rm -f conftest.$ac_objext conftest$ac_exeext
9343 if { (ac_try="$ac_link"
9344 case "(($ac_try" in
9345 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9346 *) ac_try_echo=$ac_try;;
9347 esac
9348 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9349 (eval "$ac_link") 2>conftest.er1
9350 ac_status=$?
9351 grep -v '^ *+' conftest.er1 >conftest.err
9352 rm -f conftest.er1
9353 cat conftest.err >&5
9354 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9355 (exit $ac_status); } && {
9356 test -z "$ac_c_werror_flag" ||
9357 test ! -s conftest.err
9358 } && test -s conftest$ac_exeext &&
9359 $as_test_x conftest$ac_exeext; then
9360 ac_cv_c_dll_hpux="yes"
9361 else
9362 echo "$as_me: failed program was:" >&5
9363 sed 's/^/| /' conftest.$ac_ext >&5
9365 ac_cv_c_dll_hpux="no"
9368 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9369 conftest$ac_exeext conftest.$ac_ext
9370 CFLAGS=$ac_wine_try_cflags_saved
9372 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9373 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9374 if test "$ac_cv_c_dll_hpux" = "yes"
9375 then
9376 LIBEXT="sl"
9377 DLLEXT=".sl"
9378 LDDLLFLAGS="-shared -fPIC"
9379 LDSHARED="\$(CC) -shared"
9384 CROSSTEST=""
9386 if test "$cross_compiling" = "no"
9387 then
9388 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9390 # Extract the first word of "$ac_prog", so it can be a program name with args.
9391 set dummy $ac_prog; ac_word=$2
9392 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9393 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9394 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9395 echo $ECHO_N "(cached) $ECHO_C" >&6
9396 else
9397 if test -n "$CROSSCC"; then
9398 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9399 else
9400 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9401 for as_dir in $PATH
9403 IFS=$as_save_IFS
9404 test -z "$as_dir" && as_dir=.
9405 for ac_exec_ext in '' $ac_executable_extensions; do
9406 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9407 ac_cv_prog_CROSSCC="$ac_prog"
9408 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9409 break 2
9411 done
9412 done
9413 IFS=$as_save_IFS
9417 CROSSCC=$ac_cv_prog_CROSSCC
9418 if test -n "$CROSSCC"; then
9419 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9420 echo "${ECHO_T}$CROSSCC" >&6; }
9421 else
9422 { echo "$as_me:$LINENO: result: no" >&5
9423 echo "${ECHO_T}no" >&6; }
9427 test -n "$CROSSCC" && break
9428 done
9429 test -n "$CROSSCC" || CROSSCC="false"
9431 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9433 # Extract the first word of "$ac_prog", so it can be a program name with args.
9434 set dummy $ac_prog; ac_word=$2
9435 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9436 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9437 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9438 echo $ECHO_N "(cached) $ECHO_C" >&6
9439 else
9440 if test -n "$DLLTOOL"; then
9441 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9442 else
9443 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9444 for as_dir in $PATH
9446 IFS=$as_save_IFS
9447 test -z "$as_dir" && as_dir=.
9448 for ac_exec_ext in '' $ac_executable_extensions; do
9449 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9450 ac_cv_prog_DLLTOOL="$ac_prog"
9451 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9452 break 2
9454 done
9455 done
9456 IFS=$as_save_IFS
9460 DLLTOOL=$ac_cv_prog_DLLTOOL
9461 if test -n "$DLLTOOL"; then
9462 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9463 echo "${ECHO_T}$DLLTOOL" >&6; }
9464 else
9465 { echo "$as_me:$LINENO: result: no" >&5
9466 echo "${ECHO_T}no" >&6; }
9470 test -n "$DLLTOOL" && break
9471 done
9472 test -n "$DLLTOOL" || DLLTOOL="false"
9474 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9476 # Extract the first word of "$ac_prog", so it can be a program name with args.
9477 set dummy $ac_prog; ac_word=$2
9478 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9479 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9480 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9481 echo $ECHO_N "(cached) $ECHO_C" >&6
9482 else
9483 if test -n "$CROSSWINDRES"; then
9484 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9485 else
9486 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9487 for as_dir in $PATH
9489 IFS=$as_save_IFS
9490 test -z "$as_dir" && as_dir=.
9491 for ac_exec_ext in '' $ac_executable_extensions; do
9492 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9493 ac_cv_prog_CROSSWINDRES="$ac_prog"
9494 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9495 break 2
9497 done
9498 done
9499 IFS=$as_save_IFS
9503 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9504 if test -n "$CROSSWINDRES"; then
9505 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9506 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9507 else
9508 { echo "$as_me:$LINENO: result: no" >&5
9509 echo "${ECHO_T}no" >&6; }
9513 test -n "$CROSSWINDRES" && break
9514 done
9515 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9517 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9519 # Extract the first word of "$ac_prog", so it can be a program name with args.
9520 set dummy $ac_prog; ac_word=$2
9521 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9522 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9523 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9524 echo $ECHO_N "(cached) $ECHO_C" >&6
9525 else
9526 if test -n "$MINGWAR"; then
9527 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9528 else
9529 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9530 for as_dir in $PATH
9532 IFS=$as_save_IFS
9533 test -z "$as_dir" && as_dir=.
9534 for ac_exec_ext in '' $ac_executable_extensions; do
9535 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9536 ac_cv_prog_MINGWAR="$ac_prog"
9537 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9538 break 2
9540 done
9541 done
9542 IFS=$as_save_IFS
9546 MINGWAR=$ac_cv_prog_MINGWAR
9547 if test -n "$MINGWAR"; then
9548 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9549 echo "${ECHO_T}$MINGWAR" >&6; }
9550 else
9551 { echo "$as_me:$LINENO: result: no" >&5
9552 echo "${ECHO_T}no" >&6; }
9556 test -n "$MINGWAR" && break
9557 done
9558 test -n "$MINGWAR" || MINGWAR="false"
9560 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9563 esac
9565 if test "$LIBEXT" = "a"; then
9566 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9567 It is currently not possible to build Wine without shared library
9568 (.so) support to allow transparent switch between .so and .dll files.
9569 If you are using Linux, you will need a newer binutils.
9570 " >&5
9571 echo "$as_me: error: could not find a way to build shared libraries.
9572 It is currently not possible to build Wine without shared library
9573 (.so) support to allow transparent switch between .so and .dll files.
9574 If you are using Linux, you will need a newer binutils.
9575 " >&2;}
9576 { (exit 1); exit 1; }; }
9580 if test "$have_x" = "yes"
9581 then
9582 XLIB="-lXext -lX11"
9583 ac_save_CPPFLAGS="$CPPFLAGS"
9584 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9586 { echo "$as_me:$LINENO: checking for -lX11" >&5
9587 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9588 if test "${ac_cv_lib_soname_X11+set}" = set; then
9589 echo $ECHO_N "(cached) $ECHO_C" >&6
9590 else
9591 ac_check_soname_save_LIBS=$LIBS
9592 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9593 cat >conftest.$ac_ext <<_ACEOF
9594 /* confdefs.h. */
9595 _ACEOF
9596 cat confdefs.h >>conftest.$ac_ext
9597 cat >>conftest.$ac_ext <<_ACEOF
9598 /* end confdefs.h. */
9600 /* Override any GCC internal prototype to avoid an error.
9601 Use char because int might match the return type of a GCC
9602 builtin and then its argument prototype would still apply. */
9603 #ifdef __cplusplus
9604 extern "C"
9605 #endif
9606 char XCreateWindow ();
9608 main ()
9610 return XCreateWindow ();
9612 return 0;
9614 _ACEOF
9615 rm -f conftest.$ac_objext conftest$ac_exeext
9616 if { (ac_try="$ac_link"
9617 case "(($ac_try" in
9618 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9619 *) ac_try_echo=$ac_try;;
9620 esac
9621 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9622 (eval "$ac_link") 2>conftest.er1
9623 ac_status=$?
9624 grep -v '^ *+' conftest.er1 >conftest.err
9625 rm -f conftest.er1
9626 cat conftest.err >&5
9627 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9628 (exit $ac_status); } && {
9629 test -z "$ac_c_werror_flag" ||
9630 test ! -s conftest.err
9631 } && test -s conftest$ac_exeext &&
9632 $as_test_x conftest$ac_exeext; then
9633 case "$LIBEXT" in
9634 dll) ;;
9635 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'` ;;
9636 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9637 esac
9638 else
9639 echo "$as_me: failed program was:" >&5
9640 sed 's/^/| /' conftest.$ac_ext >&5
9645 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9646 conftest$ac_exeext conftest.$ac_ext
9647 LIBS=$ac_check_soname_save_LIBS
9649 if test "x$ac_cv_lib_soname_X11" = "x"; then
9650 { echo "$as_me:$LINENO: result: not found" >&5
9651 echo "${ECHO_T}not found" >&6; }
9653 else
9654 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9655 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9657 cat >>confdefs.h <<_ACEOF
9658 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9659 _ACEOF
9664 { echo "$as_me:$LINENO: checking for -lXext" >&5
9665 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9666 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9667 echo $ECHO_N "(cached) $ECHO_C" >&6
9668 else
9669 ac_check_soname_save_LIBS=$LIBS
9670 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9671 cat >conftest.$ac_ext <<_ACEOF
9672 /* confdefs.h. */
9673 _ACEOF
9674 cat confdefs.h >>conftest.$ac_ext
9675 cat >>conftest.$ac_ext <<_ACEOF
9676 /* end confdefs.h. */
9678 /* Override any GCC internal prototype to avoid an error.
9679 Use char because int might match the return type of a GCC
9680 builtin and then its argument prototype would still apply. */
9681 #ifdef __cplusplus
9682 extern "C"
9683 #endif
9684 char XextCreateExtension ();
9686 main ()
9688 return XextCreateExtension ();
9690 return 0;
9692 _ACEOF
9693 rm -f conftest.$ac_objext conftest$ac_exeext
9694 if { (ac_try="$ac_link"
9695 case "(($ac_try" in
9696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9697 *) ac_try_echo=$ac_try;;
9698 esac
9699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9700 (eval "$ac_link") 2>conftest.er1
9701 ac_status=$?
9702 grep -v '^ *+' conftest.er1 >conftest.err
9703 rm -f conftest.er1
9704 cat conftest.err >&5
9705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9706 (exit $ac_status); } && {
9707 test -z "$ac_c_werror_flag" ||
9708 test ! -s conftest.err
9709 } && test -s conftest$ac_exeext &&
9710 $as_test_x conftest$ac_exeext; then
9711 case "$LIBEXT" in
9712 dll) ;;
9713 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'` ;;
9714 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9715 esac
9716 else
9717 echo "$as_me: failed program was:" >&5
9718 sed 's/^/| /' conftest.$ac_ext >&5
9723 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9724 conftest$ac_exeext conftest.$ac_ext
9725 LIBS=$ac_check_soname_save_LIBS
9727 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9728 { echo "$as_me:$LINENO: result: not found" >&5
9729 echo "${ECHO_T}not found" >&6; }
9731 else
9732 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9733 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9735 cat >>confdefs.h <<_ACEOF
9736 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9737 _ACEOF
9755 for ac_header in X11/Xlib.h \
9756 X11/XKBlib.h \
9757 X11/Xutil.h \
9758 X11/Xcursor/Xcursor.h \
9759 X11/extensions/shape.h \
9760 X11/extensions/XInput.h \
9761 X11/extensions/XShm.h \
9762 X11/extensions/Xcomposite.h \
9763 X11/extensions/Xinerama.h \
9764 X11/extensions/Xrandr.h \
9765 X11/extensions/Xrender.h \
9766 X11/extensions/xf86vmode.h
9768 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9769 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9770 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9771 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9772 echo $ECHO_N "(cached) $ECHO_C" >&6
9773 else
9774 cat >conftest.$ac_ext <<_ACEOF
9775 /* confdefs.h. */
9776 _ACEOF
9777 cat confdefs.h >>conftest.$ac_ext
9778 cat >>conftest.$ac_ext <<_ACEOF
9779 /* end confdefs.h. */
9780 #ifdef HAVE_X11_XLIB_H
9781 # include <X11/Xlib.h>
9782 #endif
9783 #ifdef HAVE_X11_XUTIL_H
9784 # include <X11/Xutil.h>
9785 #endif
9787 #include <$ac_header>
9788 _ACEOF
9789 rm -f conftest.$ac_objext
9790 if { (ac_try="$ac_compile"
9791 case "(($ac_try" in
9792 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9793 *) ac_try_echo=$ac_try;;
9794 esac
9795 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9796 (eval "$ac_compile") 2>conftest.er1
9797 ac_status=$?
9798 grep -v '^ *+' conftest.er1 >conftest.err
9799 rm -f conftest.er1
9800 cat conftest.err >&5
9801 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9802 (exit $ac_status); } && {
9803 test -z "$ac_c_werror_flag" ||
9804 test ! -s conftest.err
9805 } && test -s conftest.$ac_objext; then
9806 eval "$as_ac_Header=yes"
9807 else
9808 echo "$as_me: failed program was:" >&5
9809 sed 's/^/| /' conftest.$ac_ext >&5
9811 eval "$as_ac_Header=no"
9814 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9816 ac_res=`eval echo '${'$as_ac_Header'}'`
9817 { echo "$as_me:$LINENO: result: $ac_res" >&5
9818 echo "${ECHO_T}$ac_res" >&6; }
9819 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9820 cat >>confdefs.h <<_ACEOF
9821 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9822 _ACEOF
9826 done
9829 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9830 then
9831 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9832 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9833 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9834 echo $ECHO_N "(cached) $ECHO_C" >&6
9835 else
9836 ac_check_lib_save_LIBS=$LIBS
9837 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9838 cat >conftest.$ac_ext <<_ACEOF
9839 /* confdefs.h. */
9840 _ACEOF
9841 cat confdefs.h >>conftest.$ac_ext
9842 cat >>conftest.$ac_ext <<_ACEOF
9843 /* end confdefs.h. */
9845 /* Override any GCC internal prototype to avoid an error.
9846 Use char because int might match the return type of a GCC
9847 builtin and then its argument prototype would still apply. */
9848 #ifdef __cplusplus
9849 extern "C"
9850 #endif
9851 char XkbQueryExtension ();
9853 main ()
9855 return XkbQueryExtension ();
9857 return 0;
9859 _ACEOF
9860 rm -f conftest.$ac_objext conftest$ac_exeext
9861 if { (ac_try="$ac_link"
9862 case "(($ac_try" in
9863 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9864 *) ac_try_echo=$ac_try;;
9865 esac
9866 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9867 (eval "$ac_link") 2>conftest.er1
9868 ac_status=$?
9869 grep -v '^ *+' conftest.er1 >conftest.err
9870 rm -f conftest.er1
9871 cat conftest.err >&5
9872 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9873 (exit $ac_status); } && {
9874 test -z "$ac_c_werror_flag" ||
9875 test ! -s conftest.err
9876 } && test -s conftest$ac_exeext &&
9877 $as_test_x conftest$ac_exeext; then
9878 ac_cv_lib_X11_XkbQueryExtension=yes
9879 else
9880 echo "$as_me: failed program was:" >&5
9881 sed 's/^/| /' conftest.$ac_ext >&5
9883 ac_cv_lib_X11_XkbQueryExtension=no
9886 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9887 conftest$ac_exeext conftest.$ac_ext
9888 LIBS=$ac_check_lib_save_LIBS
9890 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9891 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9892 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9894 cat >>confdefs.h <<\_ACEOF
9895 #define HAVE_XKB 1
9896 _ACEOF
9902 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9903 then
9904 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9905 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9906 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9907 echo $ECHO_N "(cached) $ECHO_C" >&6
9908 else
9909 ac_check_soname_save_LIBS=$LIBS
9910 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9911 cat >conftest.$ac_ext <<_ACEOF
9912 /* confdefs.h. */
9913 _ACEOF
9914 cat confdefs.h >>conftest.$ac_ext
9915 cat >>conftest.$ac_ext <<_ACEOF
9916 /* end confdefs.h. */
9918 /* Override any GCC internal prototype to avoid an error.
9919 Use char because int might match the return type of a GCC
9920 builtin and then its argument prototype would still apply. */
9921 #ifdef __cplusplus
9922 extern "C"
9923 #endif
9924 char XcursorImageLoadCursor ();
9926 main ()
9928 return XcursorImageLoadCursor ();
9930 return 0;
9932 _ACEOF
9933 rm -f conftest.$ac_objext conftest$ac_exeext
9934 if { (ac_try="$ac_link"
9935 case "(($ac_try" in
9936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9937 *) ac_try_echo=$ac_try;;
9938 esac
9939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9940 (eval "$ac_link") 2>conftest.er1
9941 ac_status=$?
9942 grep -v '^ *+' conftest.er1 >conftest.err
9943 rm -f conftest.er1
9944 cat conftest.err >&5
9945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9946 (exit $ac_status); } && {
9947 test -z "$ac_c_werror_flag" ||
9948 test ! -s conftest.err
9949 } && test -s conftest$ac_exeext &&
9950 $as_test_x conftest$ac_exeext; then
9951 case "$LIBEXT" in
9952 dll) ;;
9953 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'` ;;
9954 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9955 esac
9956 else
9957 echo "$as_me: failed program was:" >&5
9958 sed 's/^/| /' conftest.$ac_ext >&5
9963 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9964 conftest$ac_exeext conftest.$ac_ext
9965 LIBS=$ac_check_soname_save_LIBS
9967 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9968 { echo "$as_me:$LINENO: result: not found" >&5
9969 echo "${ECHO_T}not found" >&6; }
9971 else
9972 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9973 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9975 cat >>confdefs.h <<_ACEOF
9976 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9977 _ACEOF
9983 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9984 case "x$with_xcursor" in
9985 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
9986 xno) ;;
9987 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
9988 This is an error since --with-xcursor was requested." >&5
9989 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
9990 This is an error since --with-xcursor was requested." >&2;}
9991 { (exit 1); exit 1; }; } ;;
9992 esac
9996 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
9997 then
9998 { echo "$as_me:$LINENO: checking for -lXi" >&5
9999 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10000 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10001 echo $ECHO_N "(cached) $ECHO_C" >&6
10002 else
10003 ac_check_soname_save_LIBS=$LIBS
10004 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10005 cat >conftest.$ac_ext <<_ACEOF
10006 /* confdefs.h. */
10007 _ACEOF
10008 cat confdefs.h >>conftest.$ac_ext
10009 cat >>conftest.$ac_ext <<_ACEOF
10010 /* end confdefs.h. */
10012 /* Override any GCC internal prototype to avoid an error.
10013 Use char because int might match the return type of a GCC
10014 builtin and then its argument prototype would still apply. */
10015 #ifdef __cplusplus
10016 extern "C"
10017 #endif
10018 char XOpenDevice ();
10020 main ()
10022 return XOpenDevice ();
10024 return 0;
10026 _ACEOF
10027 rm -f conftest.$ac_objext conftest$ac_exeext
10028 if { (ac_try="$ac_link"
10029 case "(($ac_try" in
10030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10031 *) ac_try_echo=$ac_try;;
10032 esac
10033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10034 (eval "$ac_link") 2>conftest.er1
10035 ac_status=$?
10036 grep -v '^ *+' conftest.er1 >conftest.err
10037 rm -f conftest.er1
10038 cat conftest.err >&5
10039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10040 (exit $ac_status); } && {
10041 test -z "$ac_c_werror_flag" ||
10042 test ! -s conftest.err
10043 } && test -s conftest$ac_exeext &&
10044 $as_test_x conftest$ac_exeext; then
10045 case "$LIBEXT" in
10046 dll) ;;
10047 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'` ;;
10048 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10049 esac
10050 else
10051 echo "$as_me: failed program was:" >&5
10052 sed 's/^/| /' conftest.$ac_ext >&5
10057 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10058 conftest$ac_exeext conftest.$ac_ext
10059 LIBS=$ac_check_soname_save_LIBS
10061 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10062 { echo "$as_me:$LINENO: result: not found" >&5
10063 echo "${ECHO_T}not found" >&6; }
10065 else
10066 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10067 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10069 cat >>confdefs.h <<_ACEOF
10070 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10071 _ACEOF
10077 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10078 case "x$with_xinput" in
10079 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10080 xno) ;;
10081 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10082 This is an error since --with-xinput was requested." >&5
10083 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10084 This is an error since --with-xinput was requested." >&2;}
10085 { (exit 1); exit 1; }; } ;;
10086 esac
10090 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10091 then
10092 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10093 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10094 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10095 echo $ECHO_N "(cached) $ECHO_C" >&6
10096 else
10097 ac_check_lib_save_LIBS=$LIBS
10098 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10099 cat >conftest.$ac_ext <<_ACEOF
10100 /* confdefs.h. */
10101 _ACEOF
10102 cat confdefs.h >>conftest.$ac_ext
10103 cat >>conftest.$ac_ext <<_ACEOF
10104 /* end confdefs.h. */
10106 /* Override any GCC internal prototype to avoid an error.
10107 Use char because int might match the return type of a GCC
10108 builtin and then its argument prototype would still apply. */
10109 #ifdef __cplusplus
10110 extern "C"
10111 #endif
10112 char XShmQueryExtension ();
10114 main ()
10116 return XShmQueryExtension ();
10118 return 0;
10120 _ACEOF
10121 rm -f conftest.$ac_objext conftest$ac_exeext
10122 if { (ac_try="$ac_link"
10123 case "(($ac_try" in
10124 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10125 *) ac_try_echo=$ac_try;;
10126 esac
10127 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10128 (eval "$ac_link") 2>conftest.er1
10129 ac_status=$?
10130 grep -v '^ *+' conftest.er1 >conftest.err
10131 rm -f conftest.er1
10132 cat conftest.err >&5
10133 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10134 (exit $ac_status); } && {
10135 test -z "$ac_c_werror_flag" ||
10136 test ! -s conftest.err
10137 } && test -s conftest$ac_exeext &&
10138 $as_test_x conftest$ac_exeext; then
10139 ac_cv_lib_Xext_XShmQueryExtension=yes
10140 else
10141 echo "$as_me: failed program was:" >&5
10142 sed 's/^/| /' conftest.$ac_ext >&5
10144 ac_cv_lib_Xext_XShmQueryExtension=no
10147 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10148 conftest$ac_exeext conftest.$ac_ext
10149 LIBS=$ac_check_lib_save_LIBS
10151 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10152 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10153 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10155 cat >>confdefs.h <<\_ACEOF
10156 #define HAVE_LIBXXSHM 1
10157 _ACEOF
10162 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10163 case "x$with_xshm" in
10164 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10165 xno) ;;
10166 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10167 This is an error since --with-xshm was requested." >&5
10168 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10169 This is an error since --with-xshm was requested." >&2;}
10170 { (exit 1); exit 1; }; } ;;
10171 esac
10175 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10176 then
10177 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10178 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10179 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10180 echo $ECHO_N "(cached) $ECHO_C" >&6
10181 else
10182 ac_check_lib_save_LIBS=$LIBS
10183 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10184 cat >conftest.$ac_ext <<_ACEOF
10185 /* confdefs.h. */
10186 _ACEOF
10187 cat confdefs.h >>conftest.$ac_ext
10188 cat >>conftest.$ac_ext <<_ACEOF
10189 /* end confdefs.h. */
10191 /* Override any GCC internal prototype to avoid an error.
10192 Use char because int might match the return type of a GCC
10193 builtin and then its argument prototype would still apply. */
10194 #ifdef __cplusplus
10195 extern "C"
10196 #endif
10197 char XShapeQueryExtension ();
10199 main ()
10201 return XShapeQueryExtension ();
10203 return 0;
10205 _ACEOF
10206 rm -f conftest.$ac_objext conftest$ac_exeext
10207 if { (ac_try="$ac_link"
10208 case "(($ac_try" in
10209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10210 *) ac_try_echo=$ac_try;;
10211 esac
10212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10213 (eval "$ac_link") 2>conftest.er1
10214 ac_status=$?
10215 grep -v '^ *+' conftest.er1 >conftest.err
10216 rm -f conftest.er1
10217 cat conftest.err >&5
10218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10219 (exit $ac_status); } && {
10220 test -z "$ac_c_werror_flag" ||
10221 test ! -s conftest.err
10222 } && test -s conftest$ac_exeext &&
10223 $as_test_x conftest$ac_exeext; then
10224 ac_cv_lib_Xext_XShapeQueryExtension=yes
10225 else
10226 echo "$as_me: failed program was:" >&5
10227 sed 's/^/| /' conftest.$ac_ext >&5
10229 ac_cv_lib_Xext_XShapeQueryExtension=no
10232 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10233 conftest$ac_exeext conftest.$ac_ext
10234 LIBS=$ac_check_lib_save_LIBS
10236 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10237 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10238 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10240 cat >>confdefs.h <<\_ACEOF
10241 #define HAVE_LIBXSHAPE 1
10242 _ACEOF
10247 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10248 case "x$with_xshape" in
10249 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10250 xno) ;;
10251 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10252 This is an error since --with-xshape was requested." >&5
10253 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10254 This is an error since --with-xshape was requested." >&2;}
10255 { (exit 1); exit 1; }; } ;;
10256 esac
10260 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10261 then
10262 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10263 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10264 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10265 echo $ECHO_N "(cached) $ECHO_C" >&6
10266 else
10267 ac_check_soname_save_LIBS=$LIBS
10268 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10269 cat >conftest.$ac_ext <<_ACEOF
10270 /* confdefs.h. */
10271 _ACEOF
10272 cat confdefs.h >>conftest.$ac_ext
10273 cat >>conftest.$ac_ext <<_ACEOF
10274 /* end confdefs.h. */
10276 /* Override any GCC internal prototype to avoid an error.
10277 Use char because int might match the return type of a GCC
10278 builtin and then its argument prototype would still apply. */
10279 #ifdef __cplusplus
10280 extern "C"
10281 #endif
10282 char XF86VidModeQueryExtension ();
10284 main ()
10286 return XF86VidModeQueryExtension ();
10288 return 0;
10290 _ACEOF
10291 rm -f conftest.$ac_objext conftest$ac_exeext
10292 if { (ac_try="$ac_link"
10293 case "(($ac_try" in
10294 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10295 *) ac_try_echo=$ac_try;;
10296 esac
10297 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10298 (eval "$ac_link") 2>conftest.er1
10299 ac_status=$?
10300 grep -v '^ *+' conftest.er1 >conftest.err
10301 rm -f conftest.er1
10302 cat conftest.err >&5
10303 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10304 (exit $ac_status); } && {
10305 test -z "$ac_c_werror_flag" ||
10306 test ! -s conftest.err
10307 } && test -s conftest$ac_exeext &&
10308 $as_test_x conftest$ac_exeext; then
10309 case "$LIBEXT" in
10310 dll) ;;
10311 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'` ;;
10312 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10313 esac
10314 else
10315 echo "$as_me: failed program was:" >&5
10316 sed 's/^/| /' conftest.$ac_ext >&5
10321 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10322 conftest$ac_exeext conftest.$ac_ext
10323 LIBS=$ac_check_soname_save_LIBS
10325 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10326 { echo "$as_me:$LINENO: result: not found" >&5
10327 echo "${ECHO_T}not found" >&6; }
10329 else
10330 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10331 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10333 cat >>confdefs.h <<_ACEOF
10334 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10335 _ACEOF
10341 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10342 case "x$with_xxf86vm" in
10343 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10344 xno) ;;
10345 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10346 This is an error since --with-xxf86vm was requested." >&5
10347 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10348 This is an error since --with-xxf86vm was requested." >&2;}
10349 { (exit 1); exit 1; }; } ;;
10350 esac
10354 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"
10355 then
10356 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10357 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10358 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10359 echo $ECHO_N "(cached) $ECHO_C" >&6
10360 else
10361 ac_check_soname_save_LIBS=$LIBS
10362 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10363 cat >conftest.$ac_ext <<_ACEOF
10364 /* confdefs.h. */
10365 _ACEOF
10366 cat confdefs.h >>conftest.$ac_ext
10367 cat >>conftest.$ac_ext <<_ACEOF
10368 /* end confdefs.h. */
10370 /* Override any GCC internal prototype to avoid an error.
10371 Use char because int might match the return type of a GCC
10372 builtin and then its argument prototype would still apply. */
10373 #ifdef __cplusplus
10374 extern "C"
10375 #endif
10376 char XRenderQueryExtension ();
10378 main ()
10380 return XRenderQueryExtension ();
10382 return 0;
10384 _ACEOF
10385 rm -f conftest.$ac_objext conftest$ac_exeext
10386 if { (ac_try="$ac_link"
10387 case "(($ac_try" in
10388 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10389 *) ac_try_echo=$ac_try;;
10390 esac
10391 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10392 (eval "$ac_link") 2>conftest.er1
10393 ac_status=$?
10394 grep -v '^ *+' conftest.er1 >conftest.err
10395 rm -f conftest.er1
10396 cat conftest.err >&5
10397 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10398 (exit $ac_status); } && {
10399 test -z "$ac_c_werror_flag" ||
10400 test ! -s conftest.err
10401 } && test -s conftest$ac_exeext &&
10402 $as_test_x conftest$ac_exeext; then
10403 case "$LIBEXT" in
10404 dll) ;;
10405 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'` ;;
10406 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10407 esac
10408 else
10409 echo "$as_me: failed program was:" >&5
10410 sed 's/^/| /' conftest.$ac_ext >&5
10415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10416 conftest$ac_exeext conftest.$ac_ext
10417 LIBS=$ac_check_soname_save_LIBS
10419 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10420 { echo "$as_me:$LINENO: result: not found" >&5
10421 echo "${ECHO_T}not found" >&6; }
10423 else
10424 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10425 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10427 cat >>confdefs.h <<_ACEOF
10428 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10429 _ACEOF
10431 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10432 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10433 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10434 echo $ECHO_N "(cached) $ECHO_C" >&6
10435 else
10436 ac_check_lib_save_LIBS=$LIBS
10437 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10438 cat >conftest.$ac_ext <<_ACEOF
10439 /* confdefs.h. */
10440 _ACEOF
10441 cat confdefs.h >>conftest.$ac_ext
10442 cat >>conftest.$ac_ext <<_ACEOF
10443 /* end confdefs.h. */
10445 /* Override any GCC internal prototype to avoid an error.
10446 Use char because int might match the return type of a GCC
10447 builtin and then its argument prototype would still apply. */
10448 #ifdef __cplusplus
10449 extern "C"
10450 #endif
10451 char XRenderSetPictureTransform ();
10453 main ()
10455 return XRenderSetPictureTransform ();
10457 return 0;
10459 _ACEOF
10460 rm -f conftest.$ac_objext conftest$ac_exeext
10461 if { (ac_try="$ac_link"
10462 case "(($ac_try" in
10463 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10464 *) ac_try_echo=$ac_try;;
10465 esac
10466 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10467 (eval "$ac_link") 2>conftest.er1
10468 ac_status=$?
10469 grep -v '^ *+' conftest.er1 >conftest.err
10470 rm -f conftest.er1
10471 cat conftest.err >&5
10472 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10473 (exit $ac_status); } && {
10474 test -z "$ac_c_werror_flag" ||
10475 test ! -s conftest.err
10476 } && test -s conftest$ac_exeext &&
10477 $as_test_x conftest$ac_exeext; then
10478 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10479 else
10480 echo "$as_me: failed program was:" >&5
10481 sed 's/^/| /' conftest.$ac_ext >&5
10483 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10486 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10487 conftest$ac_exeext conftest.$ac_ext
10488 LIBS=$ac_check_lib_save_LIBS
10490 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10491 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10492 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10494 cat >>confdefs.h <<\_ACEOF
10495 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10496 _ACEOF
10504 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10505 case "x$with_xrender" in
10506 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10507 xno) ;;
10508 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10509 This is an error since --with-xrender was requested." >&5
10510 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10511 This is an error since --with-xrender was requested." >&2;}
10512 { (exit 1); exit 1; }; } ;;
10513 esac
10517 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10518 then
10519 cat >conftest.$ac_ext <<_ACEOF
10520 /* confdefs.h. */
10521 _ACEOF
10522 cat confdefs.h >>conftest.$ac_ext
10523 cat >>conftest.$ac_ext <<_ACEOF
10524 /* end confdefs.h. */
10525 #include <X11/Xlib.h>
10526 #include <X11/extensions/Xrandr.h>
10528 main ()
10530 static typeof(XRRSetScreenConfigAndRate) * func;
10532 return 0;
10534 _ACEOF
10535 rm -f conftest.$ac_objext
10536 if { (ac_try="$ac_compile"
10537 case "(($ac_try" in
10538 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10539 *) ac_try_echo=$ac_try;;
10540 esac
10541 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10542 (eval "$ac_compile") 2>conftest.er1
10543 ac_status=$?
10544 grep -v '^ *+' conftest.er1 >conftest.err
10545 rm -f conftest.er1
10546 cat conftest.err >&5
10547 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10548 (exit $ac_status); } && {
10549 test -z "$ac_c_werror_flag" ||
10550 test ! -s conftest.err
10551 } && test -s conftest.$ac_objext; then
10552 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10553 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10554 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10555 echo $ECHO_N "(cached) $ECHO_C" >&6
10556 else
10557 ac_check_soname_save_LIBS=$LIBS
10558 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10559 cat >conftest.$ac_ext <<_ACEOF
10560 /* confdefs.h. */
10561 _ACEOF
10562 cat confdefs.h >>conftest.$ac_ext
10563 cat >>conftest.$ac_ext <<_ACEOF
10564 /* end confdefs.h. */
10566 /* Override any GCC internal prototype to avoid an error.
10567 Use char because int might match the return type of a GCC
10568 builtin and then its argument prototype would still apply. */
10569 #ifdef __cplusplus
10570 extern "C"
10571 #endif
10572 char XRRQueryExtension ();
10574 main ()
10576 return XRRQueryExtension ();
10578 return 0;
10580 _ACEOF
10581 rm -f conftest.$ac_objext conftest$ac_exeext
10582 if { (ac_try="$ac_link"
10583 case "(($ac_try" in
10584 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10585 *) ac_try_echo=$ac_try;;
10586 esac
10587 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10588 (eval "$ac_link") 2>conftest.er1
10589 ac_status=$?
10590 grep -v '^ *+' conftest.er1 >conftest.err
10591 rm -f conftest.er1
10592 cat conftest.err >&5
10593 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10594 (exit $ac_status); } && {
10595 test -z "$ac_c_werror_flag" ||
10596 test ! -s conftest.err
10597 } && test -s conftest$ac_exeext &&
10598 $as_test_x conftest$ac_exeext; then
10599 case "$LIBEXT" in
10600 dll) ;;
10601 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'` ;;
10602 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10603 esac
10604 else
10605 echo "$as_me: failed program was:" >&5
10606 sed 's/^/| /' conftest.$ac_ext >&5
10611 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10612 conftest$ac_exeext conftest.$ac_ext
10613 LIBS=$ac_check_soname_save_LIBS
10615 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10616 { echo "$as_me:$LINENO: result: not found" >&5
10617 echo "${ECHO_T}not found" >&6; }
10619 else
10620 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10621 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10623 cat >>confdefs.h <<_ACEOF
10624 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10625 _ACEOF
10630 else
10631 echo "$as_me: failed program was:" >&5
10632 sed 's/^/| /' conftest.$ac_ext >&5
10637 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10639 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10640 case "x$with_xrandr" in
10641 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10642 xno) ;;
10643 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10644 This is an error since --with-xrandr was requested." >&5
10645 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10646 This is an error since --with-xrandr was requested." >&2;}
10647 { (exit 1); exit 1; }; } ;;
10648 esac
10652 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10653 then
10654 cat >conftest.$ac_ext <<_ACEOF
10655 /* confdefs.h. */
10656 _ACEOF
10657 cat confdefs.h >>conftest.$ac_ext
10658 cat >>conftest.$ac_ext <<_ACEOF
10659 /* end confdefs.h. */
10660 #include <X11/Xlib.h>
10661 #include <X11/extensions/Xinerama.h>
10663 main ()
10665 static typeof(XineramaQueryScreens) * func;
10667 return 0;
10669 _ACEOF
10670 rm -f conftest.$ac_objext
10671 if { (ac_try="$ac_compile"
10672 case "(($ac_try" in
10673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10674 *) ac_try_echo=$ac_try;;
10675 esac
10676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10677 (eval "$ac_compile") 2>conftest.er1
10678 ac_status=$?
10679 grep -v '^ *+' conftest.er1 >conftest.err
10680 rm -f conftest.er1
10681 cat conftest.err >&5
10682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10683 (exit $ac_status); } && {
10684 test -z "$ac_c_werror_flag" ||
10685 test ! -s conftest.err
10686 } && test -s conftest.$ac_objext; then
10687 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10688 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10689 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10690 echo $ECHO_N "(cached) $ECHO_C" >&6
10691 else
10692 ac_check_soname_save_LIBS=$LIBS
10693 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10694 cat >conftest.$ac_ext <<_ACEOF
10695 /* confdefs.h. */
10696 _ACEOF
10697 cat confdefs.h >>conftest.$ac_ext
10698 cat >>conftest.$ac_ext <<_ACEOF
10699 /* end confdefs.h. */
10701 /* Override any GCC internal prototype to avoid an error.
10702 Use char because int might match the return type of a GCC
10703 builtin and then its argument prototype would still apply. */
10704 #ifdef __cplusplus
10705 extern "C"
10706 #endif
10707 char XineramaQueryScreens ();
10709 main ()
10711 return XineramaQueryScreens ();
10713 return 0;
10715 _ACEOF
10716 rm -f conftest.$ac_objext conftest$ac_exeext
10717 if { (ac_try="$ac_link"
10718 case "(($ac_try" in
10719 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10720 *) ac_try_echo=$ac_try;;
10721 esac
10722 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10723 (eval "$ac_link") 2>conftest.er1
10724 ac_status=$?
10725 grep -v '^ *+' conftest.er1 >conftest.err
10726 rm -f conftest.er1
10727 cat conftest.err >&5
10728 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10729 (exit $ac_status); } && {
10730 test -z "$ac_c_werror_flag" ||
10731 test ! -s conftest.err
10732 } && test -s conftest$ac_exeext &&
10733 $as_test_x conftest$ac_exeext; then
10734 case "$LIBEXT" in
10735 dll) ;;
10736 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'` ;;
10737 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10738 esac
10739 else
10740 echo "$as_me: failed program was:" >&5
10741 sed 's/^/| /' conftest.$ac_ext >&5
10746 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10747 conftest$ac_exeext conftest.$ac_ext
10748 LIBS=$ac_check_soname_save_LIBS
10750 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10751 { echo "$as_me:$LINENO: result: not found" >&5
10752 echo "${ECHO_T}not found" >&6; }
10754 else
10755 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10756 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10758 cat >>confdefs.h <<_ACEOF
10759 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10760 _ACEOF
10765 else
10766 echo "$as_me: failed program was:" >&5
10767 sed 's/^/| /' conftest.$ac_ext >&5
10772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10774 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10775 case "x$with_xinerama" in
10776 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10777 xno) ;;
10778 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10779 This is an error since --with-xinerama was requested." >&5
10780 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10781 This is an error since --with-xinerama was requested." >&2;}
10782 { (exit 1); exit 1; }; } ;;
10783 esac
10787 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10788 then
10789 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10790 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10791 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10792 echo $ECHO_N "(cached) $ECHO_C" >&6
10793 else
10794 ac_check_soname_save_LIBS=$LIBS
10795 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10796 cat >conftest.$ac_ext <<_ACEOF
10797 /* confdefs.h. */
10798 _ACEOF
10799 cat confdefs.h >>conftest.$ac_ext
10800 cat >>conftest.$ac_ext <<_ACEOF
10801 /* end confdefs.h. */
10803 /* Override any GCC internal prototype to avoid an error.
10804 Use char because int might match the return type of a GCC
10805 builtin and then its argument prototype would still apply. */
10806 #ifdef __cplusplus
10807 extern "C"
10808 #endif
10809 char XCompositeRedirectWindow ();
10811 main ()
10813 return XCompositeRedirectWindow ();
10815 return 0;
10817 _ACEOF
10818 rm -f conftest.$ac_objext conftest$ac_exeext
10819 if { (ac_try="$ac_link"
10820 case "(($ac_try" in
10821 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10822 *) ac_try_echo=$ac_try;;
10823 esac
10824 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10825 (eval "$ac_link") 2>conftest.er1
10826 ac_status=$?
10827 grep -v '^ *+' conftest.er1 >conftest.err
10828 rm -f conftest.er1
10829 cat conftest.err >&5
10830 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10831 (exit $ac_status); } && {
10832 test -z "$ac_c_werror_flag" ||
10833 test ! -s conftest.err
10834 } && test -s conftest$ac_exeext &&
10835 $as_test_x conftest$ac_exeext; then
10836 case "$LIBEXT" in
10837 dll) ;;
10838 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'` ;;
10839 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10840 esac
10841 else
10842 echo "$as_me: failed program was:" >&5
10843 sed 's/^/| /' conftest.$ac_ext >&5
10848 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10849 conftest$ac_exeext conftest.$ac_ext
10850 LIBS=$ac_check_soname_save_LIBS
10852 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10853 { echo "$as_me:$LINENO: result: not found" >&5
10854 echo "${ECHO_T}not found" >&6; }
10856 else
10857 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10858 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10860 cat >>confdefs.h <<_ACEOF
10861 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10862 _ACEOF
10868 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10869 case "x$with_xcomposite" in
10870 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10871 xno) ;;
10872 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10873 This is an error since --with-xcomposite was requested." >&5
10874 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10875 This is an error since --with-xcomposite was requested." >&2;}
10876 { (exit 1); exit 1; }; } ;;
10877 esac
10881 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10882 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10883 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10884 echo $ECHO_N "(cached) $ECHO_C" >&6
10885 else
10886 cat >conftest.$ac_ext <<_ACEOF
10887 /* confdefs.h. */
10888 _ACEOF
10889 cat confdefs.h >>conftest.$ac_ext
10890 cat >>conftest.$ac_ext <<_ACEOF
10891 /* end confdefs.h. */
10892 #ifdef HAVE_X11_XLIB_H
10893 #include <X11/Xlib.h>
10894 #endif
10897 main ()
10899 static XICCallback ac_aggr;
10900 if (ac_aggr.callback)
10901 return 0;
10903 return 0;
10905 _ACEOF
10906 rm -f conftest.$ac_objext
10907 if { (ac_try="$ac_compile"
10908 case "(($ac_try" in
10909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10910 *) ac_try_echo=$ac_try;;
10911 esac
10912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10913 (eval "$ac_compile") 2>conftest.er1
10914 ac_status=$?
10915 grep -v '^ *+' conftest.er1 >conftest.err
10916 rm -f conftest.er1
10917 cat conftest.err >&5
10918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10919 (exit $ac_status); } && {
10920 test -z "$ac_c_werror_flag" ||
10921 test ! -s conftest.err
10922 } && test -s conftest.$ac_objext; then
10923 ac_cv_member_XICCallback_callback=yes
10924 else
10925 echo "$as_me: failed program was:" >&5
10926 sed 's/^/| /' conftest.$ac_ext >&5
10928 cat >conftest.$ac_ext <<_ACEOF
10929 /* confdefs.h. */
10930 _ACEOF
10931 cat confdefs.h >>conftest.$ac_ext
10932 cat >>conftest.$ac_ext <<_ACEOF
10933 /* end confdefs.h. */
10934 #ifdef HAVE_X11_XLIB_H
10935 #include <X11/Xlib.h>
10936 #endif
10939 main ()
10941 static XICCallback ac_aggr;
10942 if (sizeof ac_aggr.callback)
10943 return 0;
10945 return 0;
10947 _ACEOF
10948 rm -f conftest.$ac_objext
10949 if { (ac_try="$ac_compile"
10950 case "(($ac_try" in
10951 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10952 *) ac_try_echo=$ac_try;;
10953 esac
10954 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10955 (eval "$ac_compile") 2>conftest.er1
10956 ac_status=$?
10957 grep -v '^ *+' conftest.er1 >conftest.err
10958 rm -f conftest.er1
10959 cat conftest.err >&5
10960 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10961 (exit $ac_status); } && {
10962 test -z "$ac_c_werror_flag" ||
10963 test ! -s conftest.err
10964 } && test -s conftest.$ac_objext; then
10965 ac_cv_member_XICCallback_callback=yes
10966 else
10967 echo "$as_me: failed program was:" >&5
10968 sed 's/^/| /' conftest.$ac_ext >&5
10970 ac_cv_member_XICCallback_callback=no
10973 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10976 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10978 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10979 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10980 if test $ac_cv_member_XICCallback_callback = yes; then
10982 cat >>confdefs.h <<_ACEOF
10983 #define HAVE_XICCALLBACK_CALLBACK 1
10984 _ACEOF
10991 opengl_msg=""
10992 if test "x$with_opengl" != "xno"
10993 then
10998 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11000 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11001 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11002 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11003 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11004 echo $ECHO_N "(cached) $ECHO_C" >&6
11005 else
11006 cat >conftest.$ac_ext <<_ACEOF
11007 /* confdefs.h. */
11008 _ACEOF
11009 cat confdefs.h >>conftest.$ac_ext
11010 cat >>conftest.$ac_ext <<_ACEOF
11011 /* end confdefs.h. */
11012 #ifdef HAVE_GL_GLX_H
11013 # include <GL/glx.h>
11014 #endif
11016 #include <$ac_header>
11017 _ACEOF
11018 rm -f conftest.$ac_objext
11019 if { (ac_try="$ac_compile"
11020 case "(($ac_try" in
11021 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11022 *) ac_try_echo=$ac_try;;
11023 esac
11024 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11025 (eval "$ac_compile") 2>conftest.er1
11026 ac_status=$?
11027 grep -v '^ *+' conftest.er1 >conftest.err
11028 rm -f conftest.er1
11029 cat conftest.err >&5
11030 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11031 (exit $ac_status); } && {
11032 test -z "$ac_c_werror_flag" ||
11033 test ! -s conftest.err
11034 } && test -s conftest.$ac_objext; then
11035 eval "$as_ac_Header=yes"
11036 else
11037 echo "$as_me: failed program was:" >&5
11038 sed 's/^/| /' conftest.$ac_ext >&5
11040 eval "$as_ac_Header=no"
11043 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11045 ac_res=`eval echo '${'$as_ac_Header'}'`
11046 { echo "$as_me:$LINENO: result: $ac_res" >&5
11047 echo "${ECHO_T}$ac_res" >&6; }
11048 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11049 cat >>confdefs.h <<_ACEOF
11050 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11051 _ACEOF
11055 done
11057 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11058 then
11059 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11060 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11061 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11062 echo $ECHO_N "(cached) $ECHO_C" >&6
11063 else
11064 cat >conftest.$ac_ext <<_ACEOF
11065 /* confdefs.h. */
11066 _ACEOF
11067 cat confdefs.h >>conftest.$ac_ext
11068 cat >>conftest.$ac_ext <<_ACEOF
11069 /* end confdefs.h. */
11070 #include <GL/gl.h>
11072 main ()
11074 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11076 return 0;
11078 _ACEOF
11079 rm -f conftest.$ac_objext
11080 if { (ac_try="$ac_compile"
11081 case "(($ac_try" in
11082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11083 *) ac_try_echo=$ac_try;;
11084 esac
11085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11086 (eval "$ac_compile") 2>conftest.er1
11087 ac_status=$?
11088 grep -v '^ *+' conftest.er1 >conftest.err
11089 rm -f conftest.er1
11090 cat conftest.err >&5
11091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11092 (exit $ac_status); } && {
11093 test -z "$ac_c_werror_flag" ||
11094 test ! -s conftest.err
11095 } && test -s conftest.$ac_objext; then
11096 wine_cv_opengl_header_version_OK="yes"
11097 else
11098 echo "$as_me: failed program was:" >&5
11099 sed 's/^/| /' conftest.$ac_ext >&5
11101 wine_cv_opengl_header_version_OK="no"
11104 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11106 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11107 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11109 if test "$wine_cv_opengl_header_version_OK" = "yes"
11110 then
11111 { echo "$as_me:$LINENO: checking for -lGL" >&5
11112 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11113 if test "${ac_cv_lib_soname_GL+set}" = set; then
11114 echo $ECHO_N "(cached) $ECHO_C" >&6
11115 else
11116 ac_check_soname_save_LIBS=$LIBS
11117 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11118 cat >conftest.$ac_ext <<_ACEOF
11119 /* confdefs.h. */
11120 _ACEOF
11121 cat confdefs.h >>conftest.$ac_ext
11122 cat >>conftest.$ac_ext <<_ACEOF
11123 /* end confdefs.h. */
11125 /* Override any GCC internal prototype to avoid an error.
11126 Use char because int might match the return type of a GCC
11127 builtin and then its argument prototype would still apply. */
11128 #ifdef __cplusplus
11129 extern "C"
11130 #endif
11131 char glXCreateContext ();
11133 main ()
11135 return glXCreateContext ();
11137 return 0;
11139 _ACEOF
11140 rm -f conftest.$ac_objext conftest$ac_exeext
11141 if { (ac_try="$ac_link"
11142 case "(($ac_try" in
11143 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11144 *) ac_try_echo=$ac_try;;
11145 esac
11146 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11147 (eval "$ac_link") 2>conftest.er1
11148 ac_status=$?
11149 grep -v '^ *+' conftest.er1 >conftest.err
11150 rm -f conftest.er1
11151 cat conftest.err >&5
11152 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11153 (exit $ac_status); } && {
11154 test -z "$ac_c_werror_flag" ||
11155 test ! -s conftest.err
11156 } && test -s conftest$ac_exeext &&
11157 $as_test_x conftest$ac_exeext; then
11158 case "$LIBEXT" in
11159 dll) ;;
11160 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'` ;;
11161 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11162 esac
11163 else
11164 echo "$as_me: failed program was:" >&5
11165 sed 's/^/| /' conftest.$ac_ext >&5
11170 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11171 conftest$ac_exeext conftest.$ac_ext
11172 LIBS=$ac_check_soname_save_LIBS
11174 if test "x$ac_cv_lib_soname_GL" = "x"; then
11175 { echo "$as_me:$LINENO: result: not found" >&5
11176 echo "${ECHO_T}not found" >&6; }
11177 { echo "$as_me:$LINENO: checking for -lGL" >&5
11178 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11179 if test "${ac_cv_lib_soname_GL+set}" = set; then
11180 echo $ECHO_N "(cached) $ECHO_C" >&6
11181 else
11182 ac_check_soname_save_LIBS=$LIBS
11183 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"
11184 cat >conftest.$ac_ext <<_ACEOF
11185 /* confdefs.h. */
11186 _ACEOF
11187 cat confdefs.h >>conftest.$ac_ext
11188 cat >>conftest.$ac_ext <<_ACEOF
11189 /* end confdefs.h. */
11191 /* Override any GCC internal prototype to avoid an error.
11192 Use char because int might match the return type of a GCC
11193 builtin and then its argument prototype would still apply. */
11194 #ifdef __cplusplus
11195 extern "C"
11196 #endif
11197 char glXCreateContext ();
11199 main ()
11201 return glXCreateContext ();
11203 return 0;
11205 _ACEOF
11206 rm -f conftest.$ac_objext conftest$ac_exeext
11207 if { (ac_try="$ac_link"
11208 case "(($ac_try" in
11209 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11210 *) ac_try_echo=$ac_try;;
11211 esac
11212 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11213 (eval "$ac_link") 2>conftest.er1
11214 ac_status=$?
11215 grep -v '^ *+' conftest.er1 >conftest.err
11216 rm -f conftest.er1
11217 cat conftest.err >&5
11218 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11219 (exit $ac_status); } && {
11220 test -z "$ac_c_werror_flag" ||
11221 test ! -s conftest.err
11222 } && test -s conftest$ac_exeext &&
11223 $as_test_x conftest$ac_exeext; then
11224 case "$LIBEXT" in
11225 dll) ;;
11226 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'` ;;
11227 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11228 esac
11229 else
11230 echo "$as_me: failed program was:" >&5
11231 sed 's/^/| /' conftest.$ac_ext >&5
11236 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11237 conftest$ac_exeext conftest.$ac_ext
11238 LIBS=$ac_check_soname_save_LIBS
11240 if test "x$ac_cv_lib_soname_GL" = "x"; then
11241 { echo "$as_me:$LINENO: result: not found" >&5
11242 echo "${ECHO_T}not found" >&6; }
11243 if test -f /usr/X11R6/lib/libGL.a
11244 then
11245 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11246 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11247 else
11248 opengl_msg="No OpenGL library found on this system."
11250 else
11251 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11252 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11254 cat >>confdefs.h <<_ACEOF
11255 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11256 _ACEOF
11258 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"
11259 OPENGLFILES='$(OPENGLFILES)'
11261 cat >>confdefs.h <<\_ACEOF
11262 #define HAVE_OPENGL 1
11263 _ACEOF
11267 else
11268 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11269 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11271 cat >>confdefs.h <<_ACEOF
11272 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11273 _ACEOF
11275 OPENGL_LIBS="-lGL"
11276 OPENGLFILES='$(OPENGLFILES)'
11278 cat >>confdefs.h <<\_ACEOF
11279 #define HAVE_OPENGL 1
11280 _ACEOF
11284 if test "$ac_cv_header_GL_glu_h" = "yes"
11285 then
11286 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11287 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11288 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11289 echo $ECHO_N "(cached) $ECHO_C" >&6
11290 else
11291 ac_check_soname_save_LIBS=$LIBS
11292 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11293 cat >conftest.$ac_ext <<_ACEOF
11294 /* confdefs.h. */
11295 _ACEOF
11296 cat confdefs.h >>conftest.$ac_ext
11297 cat >>conftest.$ac_ext <<_ACEOF
11298 /* end confdefs.h. */
11300 /* Override any GCC internal prototype to avoid an error.
11301 Use char because int might match the return type of a GCC
11302 builtin and then its argument prototype would still apply. */
11303 #ifdef __cplusplus
11304 extern "C"
11305 #endif
11306 char gluLookAt ();
11308 main ()
11310 return gluLookAt ();
11312 return 0;
11314 _ACEOF
11315 rm -f conftest.$ac_objext conftest$ac_exeext
11316 if { (ac_try="$ac_link"
11317 case "(($ac_try" in
11318 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11319 *) ac_try_echo=$ac_try;;
11320 esac
11321 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11322 (eval "$ac_link") 2>conftest.er1
11323 ac_status=$?
11324 grep -v '^ *+' conftest.er1 >conftest.err
11325 rm -f conftest.er1
11326 cat conftest.err >&5
11327 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11328 (exit $ac_status); } && {
11329 test -z "$ac_c_werror_flag" ||
11330 test ! -s conftest.err
11331 } && test -s conftest$ac_exeext &&
11332 $as_test_x conftest$ac_exeext; then
11333 case "$LIBEXT" in
11334 dll) ;;
11335 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'` ;;
11336 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11337 esac
11338 else
11339 echo "$as_me: failed program was:" >&5
11340 sed 's/^/| /' conftest.$ac_ext >&5
11345 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11346 conftest$ac_exeext conftest.$ac_ext
11347 LIBS=$ac_check_soname_save_LIBS
11349 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11350 { echo "$as_me:$LINENO: result: not found" >&5
11351 echo "${ECHO_T}not found" >&6; }
11353 else
11354 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11355 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11357 cat >>confdefs.h <<_ACEOF
11358 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11359 _ACEOF
11361 GLU32FILES='$(GLU32FILES)'
11365 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11366 case "x$with_glu" in
11367 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11368 xno) ;;
11369 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11370 This is an error since --with-glu was requested." >&5
11371 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11372 This is an error since --with-glu was requested." >&2;}
11373 { (exit 1); exit 1; }; } ;;
11374 esac
11377 else
11378 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11380 else
11381 opengl_msg="OpenGL development headers not found."
11384 if test -n "$opengl_msg"; then
11385 case "x$with_opengl" in
11386 x) wine_warnings="$wine_warnings|$opengl_msg
11387 OpenGL and Direct3D won't be supported." ;;
11388 xno) ;;
11389 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11390 OpenGL and Direct3D won't be supported.
11391 This is an error since --with-opengl was requested." >&5
11392 echo "$as_me: error: $opengl_msg
11393 OpenGL and Direct3D won't be supported.
11394 This is an error since --with-opengl was requested." >&2;}
11395 { (exit 1); exit 1; }; } ;;
11396 esac
11400 NASLIBS=""
11403 for ac_header in audio/audiolib.h
11405 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11406 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11407 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11408 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11409 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11410 echo $ECHO_N "(cached) $ECHO_C" >&6
11412 ac_res=`eval echo '${'$as_ac_Header'}'`
11413 { echo "$as_me:$LINENO: result: $ac_res" >&5
11414 echo "${ECHO_T}$ac_res" >&6; }
11415 else
11416 # Is the header compilable?
11417 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11418 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11419 cat >conftest.$ac_ext <<_ACEOF
11420 /* confdefs.h. */
11421 _ACEOF
11422 cat confdefs.h >>conftest.$ac_ext
11423 cat >>conftest.$ac_ext <<_ACEOF
11424 /* end confdefs.h. */
11425 $ac_includes_default
11426 #include <$ac_header>
11427 _ACEOF
11428 rm -f conftest.$ac_objext
11429 if { (ac_try="$ac_compile"
11430 case "(($ac_try" in
11431 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11432 *) ac_try_echo=$ac_try;;
11433 esac
11434 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11435 (eval "$ac_compile") 2>conftest.er1
11436 ac_status=$?
11437 grep -v '^ *+' conftest.er1 >conftest.err
11438 rm -f conftest.er1
11439 cat conftest.err >&5
11440 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11441 (exit $ac_status); } && {
11442 test -z "$ac_c_werror_flag" ||
11443 test ! -s conftest.err
11444 } && test -s conftest.$ac_objext; then
11445 ac_header_compiler=yes
11446 else
11447 echo "$as_me: failed program was:" >&5
11448 sed 's/^/| /' conftest.$ac_ext >&5
11450 ac_header_compiler=no
11453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11454 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11455 echo "${ECHO_T}$ac_header_compiler" >&6; }
11457 # Is the header present?
11458 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11459 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11460 cat >conftest.$ac_ext <<_ACEOF
11461 /* confdefs.h. */
11462 _ACEOF
11463 cat confdefs.h >>conftest.$ac_ext
11464 cat >>conftest.$ac_ext <<_ACEOF
11465 /* end confdefs.h. */
11466 #include <$ac_header>
11467 _ACEOF
11468 if { (ac_try="$ac_cpp conftest.$ac_ext"
11469 case "(($ac_try" in
11470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11471 *) ac_try_echo=$ac_try;;
11472 esac
11473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11474 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11475 ac_status=$?
11476 grep -v '^ *+' conftest.er1 >conftest.err
11477 rm -f conftest.er1
11478 cat conftest.err >&5
11479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11480 (exit $ac_status); } >/dev/null && {
11481 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11482 test ! -s conftest.err
11483 }; then
11484 ac_header_preproc=yes
11485 else
11486 echo "$as_me: failed program was:" >&5
11487 sed 's/^/| /' conftest.$ac_ext >&5
11489 ac_header_preproc=no
11492 rm -f conftest.err conftest.$ac_ext
11493 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11494 echo "${ECHO_T}$ac_header_preproc" >&6; }
11496 # So? What about this header?
11497 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11498 yes:no: )
11499 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11500 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11501 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11502 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11503 ac_header_preproc=yes
11505 no:yes:* )
11506 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11507 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11508 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11509 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11510 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11511 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11512 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11513 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11514 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11515 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11516 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11517 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11518 ( cat <<\_ASBOX
11519 ## ------------------------------------ ##
11520 ## Report this to wine-devel@winehq.org ##
11521 ## ------------------------------------ ##
11522 _ASBOX
11523 ) | sed "s/^/$as_me: WARNING: /" >&2
11525 esac
11526 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11527 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11528 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11529 echo $ECHO_N "(cached) $ECHO_C" >&6
11530 else
11531 eval "$as_ac_Header=\$ac_header_preproc"
11533 ac_res=`eval echo '${'$as_ac_Header'}'`
11534 { echo "$as_me:$LINENO: result: $ac_res" >&5
11535 echo "${ECHO_T}$ac_res" >&6; }
11538 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11539 cat >>confdefs.h <<_ACEOF
11540 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11541 _ACEOF
11543 for ac_header in audio/soundlib.h
11545 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11546 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11547 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11548 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11549 echo $ECHO_N "(cached) $ECHO_C" >&6
11550 else
11551 cat >conftest.$ac_ext <<_ACEOF
11552 /* confdefs.h. */
11553 _ACEOF
11554 cat confdefs.h >>conftest.$ac_ext
11555 cat >>conftest.$ac_ext <<_ACEOF
11556 /* end confdefs.h. */
11557 #include <audio/audiolib.h>
11559 #include <$ac_header>
11560 _ACEOF
11561 rm -f conftest.$ac_objext
11562 if { (ac_try="$ac_compile"
11563 case "(($ac_try" in
11564 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11565 *) ac_try_echo=$ac_try;;
11566 esac
11567 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11568 (eval "$ac_compile") 2>conftest.er1
11569 ac_status=$?
11570 grep -v '^ *+' conftest.er1 >conftest.err
11571 rm -f conftest.er1
11572 cat conftest.err >&5
11573 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11574 (exit $ac_status); } && {
11575 test -z "$ac_c_werror_flag" ||
11576 test ! -s conftest.err
11577 } && test -s conftest.$ac_objext; then
11578 eval "$as_ac_Header=yes"
11579 else
11580 echo "$as_me: failed program was:" >&5
11581 sed 's/^/| /' conftest.$ac_ext >&5
11583 eval "$as_ac_Header=no"
11586 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11588 ac_res=`eval echo '${'$as_ac_Header'}'`
11589 { echo "$as_me:$LINENO: result: $ac_res" >&5
11590 echo "${ECHO_T}$ac_res" >&6; }
11591 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11592 cat >>confdefs.h <<_ACEOF
11593 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11594 _ACEOF
11598 done
11600 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11601 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11602 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11603 echo $ECHO_N "(cached) $ECHO_C" >&6
11604 else
11605 ac_check_lib_save_LIBS=$LIBS
11606 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11607 cat >conftest.$ac_ext <<_ACEOF
11608 /* confdefs.h. */
11609 _ACEOF
11610 cat confdefs.h >>conftest.$ac_ext
11611 cat >>conftest.$ac_ext <<_ACEOF
11612 /* end confdefs.h. */
11614 /* Override any GCC internal prototype to avoid an error.
11615 Use char because int might match the return type of a GCC
11616 builtin and then its argument prototype would still apply. */
11617 #ifdef __cplusplus
11618 extern "C"
11619 #endif
11620 char AuCreateFlow ();
11622 main ()
11624 return AuCreateFlow ();
11626 return 0;
11628 _ACEOF
11629 rm -f conftest.$ac_objext conftest$ac_exeext
11630 if { (ac_try="$ac_link"
11631 case "(($ac_try" in
11632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11633 *) ac_try_echo=$ac_try;;
11634 esac
11635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11636 (eval "$ac_link") 2>conftest.er1
11637 ac_status=$?
11638 grep -v '^ *+' conftest.er1 >conftest.err
11639 rm -f conftest.er1
11640 cat conftest.err >&5
11641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11642 (exit $ac_status); } && {
11643 test -z "$ac_c_werror_flag" ||
11644 test ! -s conftest.err
11645 } && test -s conftest$ac_exeext &&
11646 $as_test_x conftest$ac_exeext; then
11647 ac_cv_lib_audio_AuCreateFlow=yes
11648 else
11649 echo "$as_me: failed program was:" >&5
11650 sed 's/^/| /' conftest.$ac_ext >&5
11652 ac_cv_lib_audio_AuCreateFlow=no
11655 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11656 conftest$ac_exeext conftest.$ac_ext
11657 LIBS=$ac_check_lib_save_LIBS
11659 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11660 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11661 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11663 cat >>confdefs.h <<\_ACEOF
11664 #define HAVE_NAS 1
11665 _ACEOF
11667 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11668 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11669 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11670 echo $ECHO_N "(cached) $ECHO_C" >&6
11671 else
11672 ac_check_lib_save_LIBS=$LIBS
11673 LIBS="-lXau $X_LIBS $LIBS"
11674 cat >conftest.$ac_ext <<_ACEOF
11675 /* confdefs.h. */
11676 _ACEOF
11677 cat confdefs.h >>conftest.$ac_ext
11678 cat >>conftest.$ac_ext <<_ACEOF
11679 /* end confdefs.h. */
11681 /* Override any GCC internal prototype to avoid an error.
11682 Use char because int might match the return type of a GCC
11683 builtin and then its argument prototype would still apply. */
11684 #ifdef __cplusplus
11685 extern "C"
11686 #endif
11687 char XauGetBestAuthByAddr ();
11689 main ()
11691 return XauGetBestAuthByAddr ();
11693 return 0;
11695 _ACEOF
11696 rm -f conftest.$ac_objext conftest$ac_exeext
11697 if { (ac_try="$ac_link"
11698 case "(($ac_try" in
11699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11700 *) ac_try_echo=$ac_try;;
11701 esac
11702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11703 (eval "$ac_link") 2>conftest.er1
11704 ac_status=$?
11705 grep -v '^ *+' conftest.er1 >conftest.err
11706 rm -f conftest.er1
11707 cat conftest.err >&5
11708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11709 (exit $ac_status); } && {
11710 test -z "$ac_c_werror_flag" ||
11711 test ! -s conftest.err
11712 } && test -s conftest$ac_exeext &&
11713 $as_test_x conftest$ac_exeext; then
11714 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11715 else
11716 echo "$as_me: failed program was:" >&5
11717 sed 's/^/| /' conftest.$ac_ext >&5
11719 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11722 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11723 conftest$ac_exeext conftest.$ac_ext
11724 LIBS=$ac_check_lib_save_LIBS
11726 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11727 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11728 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11729 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11730 else
11731 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11739 done
11742 CPPFLAGS="$ac_save_CPPFLAGS"
11743 XFILES='$(XFILES)'
11744 else
11745 XLIB=""
11746 X_CFLAGS=""
11747 X_LIBS=""
11749 if test "x$XLIB" = "x"; then
11750 case "x$with_x" in
11751 xno) ;;
11752 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11753 without X support, which probably isn't what you want. You will need to install
11754 development packages of Xlib/Xfree86 at the very least.
11755 Use the --without-x option if you really want this." >&5
11756 echo "$as_me: error: X development files not found. Wine will be built
11757 without X support, which probably isn't what you want. You will need to install
11758 development packages of Xlib/Xfree86 at the very least.
11759 Use the --without-x option if you really want this." >&2;}
11760 { (exit 1); exit 1; }; } ;;
11761 esac
11766 XML2LIBS=""
11768 XML2INCL=""
11770 XSLTLIBS=""
11772 XSLTINCL=""
11774 if test "x$with_xml" != "xno"
11775 then
11776 ac_save_CPPFLAGS="$CPPFLAGS"
11777 if test "$PKG_CONFIG" != "false"
11778 then
11779 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11780 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11781 else
11782 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11783 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11785 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11787 for ac_header in libxml/parser.h
11789 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11790 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11791 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11792 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11793 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11794 echo $ECHO_N "(cached) $ECHO_C" >&6
11796 ac_res=`eval echo '${'$as_ac_Header'}'`
11797 { echo "$as_me:$LINENO: result: $ac_res" >&5
11798 echo "${ECHO_T}$ac_res" >&6; }
11799 else
11800 # Is the header compilable?
11801 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11802 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11803 cat >conftest.$ac_ext <<_ACEOF
11804 /* confdefs.h. */
11805 _ACEOF
11806 cat confdefs.h >>conftest.$ac_ext
11807 cat >>conftest.$ac_ext <<_ACEOF
11808 /* end confdefs.h. */
11809 $ac_includes_default
11810 #include <$ac_header>
11811 _ACEOF
11812 rm -f conftest.$ac_objext
11813 if { (ac_try="$ac_compile"
11814 case "(($ac_try" in
11815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11816 *) ac_try_echo=$ac_try;;
11817 esac
11818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11819 (eval "$ac_compile") 2>conftest.er1
11820 ac_status=$?
11821 grep -v '^ *+' conftest.er1 >conftest.err
11822 rm -f conftest.er1
11823 cat conftest.err >&5
11824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11825 (exit $ac_status); } && {
11826 test -z "$ac_c_werror_flag" ||
11827 test ! -s conftest.err
11828 } && test -s conftest.$ac_objext; then
11829 ac_header_compiler=yes
11830 else
11831 echo "$as_me: failed program was:" >&5
11832 sed 's/^/| /' conftest.$ac_ext >&5
11834 ac_header_compiler=no
11837 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11838 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11839 echo "${ECHO_T}$ac_header_compiler" >&6; }
11841 # Is the header present?
11842 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11843 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11844 cat >conftest.$ac_ext <<_ACEOF
11845 /* confdefs.h. */
11846 _ACEOF
11847 cat confdefs.h >>conftest.$ac_ext
11848 cat >>conftest.$ac_ext <<_ACEOF
11849 /* end confdefs.h. */
11850 #include <$ac_header>
11851 _ACEOF
11852 if { (ac_try="$ac_cpp conftest.$ac_ext"
11853 case "(($ac_try" in
11854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11855 *) ac_try_echo=$ac_try;;
11856 esac
11857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11858 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11859 ac_status=$?
11860 grep -v '^ *+' conftest.er1 >conftest.err
11861 rm -f conftest.er1
11862 cat conftest.err >&5
11863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11864 (exit $ac_status); } >/dev/null && {
11865 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11866 test ! -s conftest.err
11867 }; then
11868 ac_header_preproc=yes
11869 else
11870 echo "$as_me: failed program was:" >&5
11871 sed 's/^/| /' conftest.$ac_ext >&5
11873 ac_header_preproc=no
11876 rm -f conftest.err conftest.$ac_ext
11877 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11878 echo "${ECHO_T}$ac_header_preproc" >&6; }
11880 # So? What about this header?
11881 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11882 yes:no: )
11883 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11884 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11885 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11886 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11887 ac_header_preproc=yes
11889 no:yes:* )
11890 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11891 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11892 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11893 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11894 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11895 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11896 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11897 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11898 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11899 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11900 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11901 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11902 ( cat <<\_ASBOX
11903 ## ------------------------------------ ##
11904 ## Report this to wine-devel@winehq.org ##
11905 ## ------------------------------------ ##
11906 _ASBOX
11907 ) | sed "s/^/$as_me: WARNING: /" >&2
11909 esac
11910 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11911 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11912 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11913 echo $ECHO_N "(cached) $ECHO_C" >&6
11914 else
11915 eval "$as_ac_Header=\$ac_header_preproc"
11917 ac_res=`eval echo '${'$as_ac_Header'}'`
11918 { echo "$as_me:$LINENO: result: $ac_res" >&5
11919 echo "${ECHO_T}$ac_res" >&6; }
11922 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11923 cat >>confdefs.h <<_ACEOF
11924 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11925 _ACEOF
11926 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11927 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11928 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11929 echo $ECHO_N "(cached) $ECHO_C" >&6
11930 else
11931 ac_check_lib_save_LIBS=$LIBS
11932 LIBS="-lxml2 $ac_xml_libs $LIBS"
11933 cat >conftest.$ac_ext <<_ACEOF
11934 /* confdefs.h. */
11935 _ACEOF
11936 cat confdefs.h >>conftest.$ac_ext
11937 cat >>conftest.$ac_ext <<_ACEOF
11938 /* end confdefs.h. */
11940 /* Override any GCC internal prototype to avoid an error.
11941 Use char because int might match the return type of a GCC
11942 builtin and then its argument prototype would still apply. */
11943 #ifdef __cplusplus
11944 extern "C"
11945 #endif
11946 char xmlParseMemory ();
11948 main ()
11950 return xmlParseMemory ();
11952 return 0;
11954 _ACEOF
11955 rm -f conftest.$ac_objext conftest$ac_exeext
11956 if { (ac_try="$ac_link"
11957 case "(($ac_try" in
11958 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11959 *) ac_try_echo=$ac_try;;
11960 esac
11961 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11962 (eval "$ac_link") 2>conftest.er1
11963 ac_status=$?
11964 grep -v '^ *+' conftest.er1 >conftest.err
11965 rm -f conftest.er1
11966 cat conftest.err >&5
11967 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11968 (exit $ac_status); } && {
11969 test -z "$ac_c_werror_flag" ||
11970 test ! -s conftest.err
11971 } && test -s conftest$ac_exeext &&
11972 $as_test_x conftest$ac_exeext; then
11973 ac_cv_lib_xml2_xmlParseMemory=yes
11974 else
11975 echo "$as_me: failed program was:" >&5
11976 sed 's/^/| /' conftest.$ac_ext >&5
11978 ac_cv_lib_xml2_xmlParseMemory=no
11981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11982 conftest$ac_exeext conftest.$ac_ext
11983 LIBS=$ac_check_lib_save_LIBS
11985 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
11986 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
11987 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
11989 cat >>confdefs.h <<\_ACEOF
11990 #define HAVE_LIBXML2 1
11991 _ACEOF
11993 XML2LIBS="$ac_xml_libs"
11994 XML2INCL="$ac_xml_cflags"
11997 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
11998 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
11999 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12000 echo $ECHO_N "(cached) $ECHO_C" >&6
12001 else
12002 ac_check_lib_save_LIBS=$LIBS
12003 LIBS="-lxml2 $ac_xml_libs $LIBS"
12004 cat >conftest.$ac_ext <<_ACEOF
12005 /* confdefs.h. */
12006 _ACEOF
12007 cat confdefs.h >>conftest.$ac_ext
12008 cat >>conftest.$ac_ext <<_ACEOF
12009 /* end confdefs.h. */
12011 /* Override any GCC internal prototype to avoid an error.
12012 Use char because int might match the return type of a GCC
12013 builtin and then its argument prototype would still apply. */
12014 #ifdef __cplusplus
12015 extern "C"
12016 #endif
12017 char xmlReadMemory ();
12019 main ()
12021 return xmlReadMemory ();
12023 return 0;
12025 _ACEOF
12026 rm -f conftest.$ac_objext conftest$ac_exeext
12027 if { (ac_try="$ac_link"
12028 case "(($ac_try" in
12029 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12030 *) ac_try_echo=$ac_try;;
12031 esac
12032 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12033 (eval "$ac_link") 2>conftest.er1
12034 ac_status=$?
12035 grep -v '^ *+' conftest.er1 >conftest.err
12036 rm -f conftest.er1
12037 cat conftest.err >&5
12038 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12039 (exit $ac_status); } && {
12040 test -z "$ac_c_werror_flag" ||
12041 test ! -s conftest.err
12042 } && test -s conftest$ac_exeext &&
12043 $as_test_x conftest$ac_exeext; then
12044 ac_cv_lib_xml2_xmlReadMemory=yes
12045 else
12046 echo "$as_me: failed program was:" >&5
12047 sed 's/^/| /' conftest.$ac_ext >&5
12049 ac_cv_lib_xml2_xmlReadMemory=no
12052 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12053 conftest$ac_exeext conftest.$ac_ext
12054 LIBS=$ac_check_lib_save_LIBS
12056 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12057 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12058 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12060 cat >>confdefs.h <<\_ACEOF
12061 #define HAVE_XMLREADMEMORY 1
12062 _ACEOF
12066 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12067 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12068 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12069 echo $ECHO_N "(cached) $ECHO_C" >&6
12070 else
12071 ac_check_lib_save_LIBS=$LIBS
12072 LIBS="-lxml2 $ac_xml_libs $LIBS"
12073 cat >conftest.$ac_ext <<_ACEOF
12074 /* confdefs.h. */
12075 _ACEOF
12076 cat confdefs.h >>conftest.$ac_ext
12077 cat >>conftest.$ac_ext <<_ACEOF
12078 /* end confdefs.h. */
12080 /* Override any GCC internal prototype to avoid an error.
12081 Use char because int might match the return type of a GCC
12082 builtin and then its argument prototype would still apply. */
12083 #ifdef __cplusplus
12084 extern "C"
12085 #endif
12086 char xmlNewDocPI ();
12088 main ()
12090 return xmlNewDocPI ();
12092 return 0;
12094 _ACEOF
12095 rm -f conftest.$ac_objext conftest$ac_exeext
12096 if { (ac_try="$ac_link"
12097 case "(($ac_try" in
12098 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12099 *) ac_try_echo=$ac_try;;
12100 esac
12101 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12102 (eval "$ac_link") 2>conftest.er1
12103 ac_status=$?
12104 grep -v '^ *+' conftest.er1 >conftest.err
12105 rm -f conftest.er1
12106 cat conftest.err >&5
12107 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12108 (exit $ac_status); } && {
12109 test -z "$ac_c_werror_flag" ||
12110 test ! -s conftest.err
12111 } && test -s conftest$ac_exeext &&
12112 $as_test_x conftest$ac_exeext; then
12113 ac_cv_lib_xml2_xmlNewDocPI=yes
12114 else
12115 echo "$as_me: failed program was:" >&5
12116 sed 's/^/| /' conftest.$ac_ext >&5
12118 ac_cv_lib_xml2_xmlNewDocPI=no
12121 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12122 conftest$ac_exeext conftest.$ac_ext
12123 LIBS=$ac_check_lib_save_LIBS
12125 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12126 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12127 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12129 cat >>confdefs.h <<\_ACEOF
12130 #define HAVE_XMLNEWDOCPI 1
12131 _ACEOF
12138 done
12140 CPPFLAGS="$ac_save_CPPFLAGS"
12142 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12143 case "x$with_xml" in
12144 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12145 xno) ;;
12146 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12147 This is an error since --with-xml was requested." >&5
12148 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12149 This is an error since --with-xml was requested." >&2;}
12150 { (exit 1); exit 1; }; } ;;
12151 esac
12155 if test "x$with_xslt" != "xno"
12156 then
12157 if test "$PKG_CONFIG" != "false"
12158 then
12159 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12160 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12161 else
12162 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12163 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12165 ac_save_CPPFLAGS="$CPPFLAGS"
12166 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12169 for ac_header in libxslt/pattern.h libxslt/transform.h
12171 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12172 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12173 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12174 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12175 echo $ECHO_N "(cached) $ECHO_C" >&6
12176 else
12177 cat >conftest.$ac_ext <<_ACEOF
12178 /* confdefs.h. */
12179 _ACEOF
12180 cat confdefs.h >>conftest.$ac_ext
12181 cat >>conftest.$ac_ext <<_ACEOF
12182 /* end confdefs.h. */
12183 #ifdef HAVE_LIBXSLT_PATTERN_H
12184 # include <libxslt/pattern.h>
12185 #endif
12187 #include <$ac_header>
12188 _ACEOF
12189 rm -f conftest.$ac_objext
12190 if { (ac_try="$ac_compile"
12191 case "(($ac_try" in
12192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12193 *) ac_try_echo=$ac_try;;
12194 esac
12195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12196 (eval "$ac_compile") 2>conftest.er1
12197 ac_status=$?
12198 grep -v '^ *+' conftest.er1 >conftest.err
12199 rm -f conftest.er1
12200 cat conftest.err >&5
12201 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12202 (exit $ac_status); } && {
12203 test -z "$ac_c_werror_flag" ||
12204 test ! -s conftest.err
12205 } && test -s conftest.$ac_objext; then
12206 eval "$as_ac_Header=yes"
12207 else
12208 echo "$as_me: failed program was:" >&5
12209 sed 's/^/| /' conftest.$ac_ext >&5
12211 eval "$as_ac_Header=no"
12214 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12216 ac_res=`eval echo '${'$as_ac_Header'}'`
12217 { echo "$as_me:$LINENO: result: $ac_res" >&5
12218 echo "${ECHO_T}$ac_res" >&6; }
12219 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12220 cat >>confdefs.h <<_ACEOF
12221 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12222 _ACEOF
12226 done
12228 CPPFLAGS="$ac_save_CPPFLAGS"
12229 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12230 then
12231 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12232 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12233 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12234 echo $ECHO_N "(cached) $ECHO_C" >&6
12235 else
12236 ac_check_lib_save_LIBS=$LIBS
12237 LIBS="-lxslt $ac_xslt_libs $LIBS"
12238 cat >conftest.$ac_ext <<_ACEOF
12239 /* confdefs.h. */
12240 _ACEOF
12241 cat confdefs.h >>conftest.$ac_ext
12242 cat >>conftest.$ac_ext <<_ACEOF
12243 /* end confdefs.h. */
12245 /* Override any GCC internal prototype to avoid an error.
12246 Use char because int might match the return type of a GCC
12247 builtin and then its argument prototype would still apply. */
12248 #ifdef __cplusplus
12249 extern "C"
12250 #endif
12251 char xsltCompilePattern ();
12253 main ()
12255 return xsltCompilePattern ();
12257 return 0;
12259 _ACEOF
12260 rm -f conftest.$ac_objext conftest$ac_exeext
12261 if { (ac_try="$ac_link"
12262 case "(($ac_try" in
12263 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12264 *) ac_try_echo=$ac_try;;
12265 esac
12266 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12267 (eval "$ac_link") 2>conftest.er1
12268 ac_status=$?
12269 grep -v '^ *+' conftest.er1 >conftest.err
12270 rm -f conftest.er1
12271 cat conftest.err >&5
12272 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12273 (exit $ac_status); } && {
12274 test -z "$ac_c_werror_flag" ||
12275 test ! -s conftest.err
12276 } && test -s conftest$ac_exeext &&
12277 $as_test_x conftest$ac_exeext; then
12278 ac_cv_lib_xslt_xsltCompilePattern=yes
12279 else
12280 echo "$as_me: failed program was:" >&5
12281 sed 's/^/| /' conftest.$ac_ext >&5
12283 ac_cv_lib_xslt_xsltCompilePattern=no
12286 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12287 conftest$ac_exeext conftest.$ac_ext
12288 LIBS=$ac_check_lib_save_LIBS
12290 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12291 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12292 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12294 cat >>confdefs.h <<\_ACEOF
12295 #define HAVE_LIBXSLT 1
12296 _ACEOF
12298 XSLTLIBS="$ac_xslt_libs"
12299 XSLTINCL="$ac_xslt_cflags"
12300 ac_save_LIBS="$LIBS"
12301 LIBS="$LIBS $ac_xslt_libs"
12303 for ac_func in xsltInit
12305 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12306 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12307 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12308 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12309 echo $ECHO_N "(cached) $ECHO_C" >&6
12310 else
12311 cat >conftest.$ac_ext <<_ACEOF
12312 /* confdefs.h. */
12313 _ACEOF
12314 cat confdefs.h >>conftest.$ac_ext
12315 cat >>conftest.$ac_ext <<_ACEOF
12316 /* end confdefs.h. */
12317 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12318 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12319 #define $ac_func innocuous_$ac_func
12321 /* System header to define __stub macros and hopefully few prototypes,
12322 which can conflict with char $ac_func (); below.
12323 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12324 <limits.h> exists even on freestanding compilers. */
12326 #ifdef __STDC__
12327 # include <limits.h>
12328 #else
12329 # include <assert.h>
12330 #endif
12332 #undef $ac_func
12334 /* Override any GCC internal prototype to avoid an error.
12335 Use char because int might match the return type of a GCC
12336 builtin and then its argument prototype would still apply. */
12337 #ifdef __cplusplus
12338 extern "C"
12339 #endif
12340 char $ac_func ();
12341 /* The GNU C library defines this for functions which it implements
12342 to always fail with ENOSYS. Some functions are actually named
12343 something starting with __ and the normal name is an alias. */
12344 #if defined __stub_$ac_func || defined __stub___$ac_func
12345 choke me
12346 #endif
12349 main ()
12351 return $ac_func ();
12353 return 0;
12355 _ACEOF
12356 rm -f conftest.$ac_objext conftest$ac_exeext
12357 if { (ac_try="$ac_link"
12358 case "(($ac_try" in
12359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12360 *) ac_try_echo=$ac_try;;
12361 esac
12362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12363 (eval "$ac_link") 2>conftest.er1
12364 ac_status=$?
12365 grep -v '^ *+' conftest.er1 >conftest.err
12366 rm -f conftest.er1
12367 cat conftest.err >&5
12368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12369 (exit $ac_status); } && {
12370 test -z "$ac_c_werror_flag" ||
12371 test ! -s conftest.err
12372 } && test -s conftest$ac_exeext &&
12373 $as_test_x conftest$ac_exeext; then
12374 eval "$as_ac_var=yes"
12375 else
12376 echo "$as_me: failed program was:" >&5
12377 sed 's/^/| /' conftest.$ac_ext >&5
12379 eval "$as_ac_var=no"
12382 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12383 conftest$ac_exeext conftest.$ac_ext
12385 ac_res=`eval echo '${'$as_ac_var'}'`
12386 { echo "$as_me:$LINENO: result: $ac_res" >&5
12387 echo "${ECHO_T}$ac_res" >&6; }
12388 if test `eval echo '${'$as_ac_var'}'` = yes; then
12389 cat >>confdefs.h <<_ACEOF
12390 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12391 _ACEOF
12394 done
12396 LIBS="$ac_save_LIBS"
12401 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12402 case "x$with_xslt" in
12403 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12404 xno) ;;
12405 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12406 This is an error since --with-xslt was requested." >&5
12407 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12408 This is an error since --with-xslt was requested." >&2;}
12409 { (exit 1); exit 1; }; } ;;
12410 esac
12414 HALINCL=""
12416 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12417 then
12418 ac_save_CPPFLAGS="$CPPFLAGS"
12419 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12420 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12421 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12424 for ac_header in dbus/dbus.h hal/libhal.h
12426 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12427 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12428 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12429 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12430 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12431 echo $ECHO_N "(cached) $ECHO_C" >&6
12433 ac_res=`eval echo '${'$as_ac_Header'}'`
12434 { echo "$as_me:$LINENO: result: $ac_res" >&5
12435 echo "${ECHO_T}$ac_res" >&6; }
12436 else
12437 # Is the header compilable?
12438 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12439 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12440 cat >conftest.$ac_ext <<_ACEOF
12441 /* confdefs.h. */
12442 _ACEOF
12443 cat confdefs.h >>conftest.$ac_ext
12444 cat >>conftest.$ac_ext <<_ACEOF
12445 /* end confdefs.h. */
12446 $ac_includes_default
12447 #include <$ac_header>
12448 _ACEOF
12449 rm -f conftest.$ac_objext
12450 if { (ac_try="$ac_compile"
12451 case "(($ac_try" in
12452 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12453 *) ac_try_echo=$ac_try;;
12454 esac
12455 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12456 (eval "$ac_compile") 2>conftest.er1
12457 ac_status=$?
12458 grep -v '^ *+' conftest.er1 >conftest.err
12459 rm -f conftest.er1
12460 cat conftest.err >&5
12461 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12462 (exit $ac_status); } && {
12463 test -z "$ac_c_werror_flag" ||
12464 test ! -s conftest.err
12465 } && test -s conftest.$ac_objext; then
12466 ac_header_compiler=yes
12467 else
12468 echo "$as_me: failed program was:" >&5
12469 sed 's/^/| /' conftest.$ac_ext >&5
12471 ac_header_compiler=no
12474 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12475 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12476 echo "${ECHO_T}$ac_header_compiler" >&6; }
12478 # Is the header present?
12479 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12480 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12481 cat >conftest.$ac_ext <<_ACEOF
12482 /* confdefs.h. */
12483 _ACEOF
12484 cat confdefs.h >>conftest.$ac_ext
12485 cat >>conftest.$ac_ext <<_ACEOF
12486 /* end confdefs.h. */
12487 #include <$ac_header>
12488 _ACEOF
12489 if { (ac_try="$ac_cpp conftest.$ac_ext"
12490 case "(($ac_try" in
12491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12492 *) ac_try_echo=$ac_try;;
12493 esac
12494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12495 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12496 ac_status=$?
12497 grep -v '^ *+' conftest.er1 >conftest.err
12498 rm -f conftest.er1
12499 cat conftest.err >&5
12500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12501 (exit $ac_status); } >/dev/null && {
12502 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12503 test ! -s conftest.err
12504 }; then
12505 ac_header_preproc=yes
12506 else
12507 echo "$as_me: failed program was:" >&5
12508 sed 's/^/| /' conftest.$ac_ext >&5
12510 ac_header_preproc=no
12513 rm -f conftest.err conftest.$ac_ext
12514 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12515 echo "${ECHO_T}$ac_header_preproc" >&6; }
12517 # So? What about this header?
12518 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12519 yes:no: )
12520 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12521 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12522 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12523 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12524 ac_header_preproc=yes
12526 no:yes:* )
12527 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12528 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12529 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12530 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12531 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12532 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12533 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12534 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12535 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12536 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12537 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12538 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12539 ( cat <<\_ASBOX
12540 ## ------------------------------------ ##
12541 ## Report this to wine-devel@winehq.org ##
12542 ## ------------------------------------ ##
12543 _ASBOX
12544 ) | sed "s/^/$as_me: WARNING: /" >&2
12546 esac
12547 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12548 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12549 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12550 echo $ECHO_N "(cached) $ECHO_C" >&6
12551 else
12552 eval "$as_ac_Header=\$ac_header_preproc"
12554 ac_res=`eval echo '${'$as_ac_Header'}'`
12555 { echo "$as_me:$LINENO: result: $ac_res" >&5
12556 echo "${ECHO_T}$ac_res" >&6; }
12559 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12560 cat >>confdefs.h <<_ACEOF
12561 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12562 _ACEOF
12566 done
12568 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12569 then
12570 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12571 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12572 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12573 echo $ECHO_N "(cached) $ECHO_C" >&6
12574 else
12575 ac_check_lib_save_LIBS=$LIBS
12576 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12577 cat >conftest.$ac_ext <<_ACEOF
12578 /* confdefs.h. */
12579 _ACEOF
12580 cat confdefs.h >>conftest.$ac_ext
12581 cat >>conftest.$ac_ext <<_ACEOF
12582 /* end confdefs.h. */
12584 /* Override any GCC internal prototype to avoid an error.
12585 Use char because int might match the return type of a GCC
12586 builtin and then its argument prototype would still apply. */
12587 #ifdef __cplusplus
12588 extern "C"
12589 #endif
12590 char dbus_connection_close ();
12592 main ()
12594 return dbus_connection_close ();
12596 return 0;
12598 _ACEOF
12599 rm -f conftest.$ac_objext conftest$ac_exeext
12600 if { (ac_try="$ac_link"
12601 case "(($ac_try" in
12602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12603 *) ac_try_echo=$ac_try;;
12604 esac
12605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12606 (eval "$ac_link") 2>conftest.er1
12607 ac_status=$?
12608 grep -v '^ *+' conftest.er1 >conftest.err
12609 rm -f conftest.er1
12610 cat conftest.err >&5
12611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12612 (exit $ac_status); } && {
12613 test -z "$ac_c_werror_flag" ||
12614 test ! -s conftest.err
12615 } && test -s conftest$ac_exeext &&
12616 $as_test_x conftest$ac_exeext; then
12617 ac_cv_lib_dbus_1_dbus_connection_close=yes
12618 else
12619 echo "$as_me: failed program was:" >&5
12620 sed 's/^/| /' conftest.$ac_ext >&5
12622 ac_cv_lib_dbus_1_dbus_connection_close=no
12625 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12626 conftest$ac_exeext conftest.$ac_ext
12627 LIBS=$ac_check_lib_save_LIBS
12629 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12630 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12631 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12632 { echo "$as_me:$LINENO: checking for -lhal" >&5
12633 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12634 if test "${ac_cv_lib_soname_hal+set}" = set; then
12635 echo $ECHO_N "(cached) $ECHO_C" >&6
12636 else
12637 ac_check_soname_save_LIBS=$LIBS
12638 LIBS="-lhal $ac_hal_libs $LIBS"
12639 cat >conftest.$ac_ext <<_ACEOF
12640 /* confdefs.h. */
12641 _ACEOF
12642 cat confdefs.h >>conftest.$ac_ext
12643 cat >>conftest.$ac_ext <<_ACEOF
12644 /* end confdefs.h. */
12646 /* Override any GCC internal prototype to avoid an error.
12647 Use char because int might match the return type of a GCC
12648 builtin and then its argument prototype would still apply. */
12649 #ifdef __cplusplus
12650 extern "C"
12651 #endif
12652 char libhal_ctx_new ();
12654 main ()
12656 return libhal_ctx_new ();
12658 return 0;
12660 _ACEOF
12661 rm -f conftest.$ac_objext conftest$ac_exeext
12662 if { (ac_try="$ac_link"
12663 case "(($ac_try" in
12664 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12665 *) ac_try_echo=$ac_try;;
12666 esac
12667 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12668 (eval "$ac_link") 2>conftest.er1
12669 ac_status=$?
12670 grep -v '^ *+' conftest.er1 >conftest.err
12671 rm -f conftest.er1
12672 cat conftest.err >&5
12673 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12674 (exit $ac_status); } && {
12675 test -z "$ac_c_werror_flag" ||
12676 test ! -s conftest.err
12677 } && test -s conftest$ac_exeext &&
12678 $as_test_x conftest$ac_exeext; then
12679 case "$LIBEXT" in
12680 dll) ;;
12681 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'` ;;
12682 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12683 esac
12684 else
12685 echo "$as_me: failed program was:" >&5
12686 sed 's/^/| /' conftest.$ac_ext >&5
12691 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12692 conftest$ac_exeext conftest.$ac_ext
12693 LIBS=$ac_check_soname_save_LIBS
12695 if test "x$ac_cv_lib_soname_hal" = "x"; then
12696 { echo "$as_me:$LINENO: result: not found" >&5
12697 echo "${ECHO_T}not found" >&6; }
12699 else
12700 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12701 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12703 cat >>confdefs.h <<_ACEOF
12704 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12705 _ACEOF
12707 HALINCL="$ac_hal_cflags"
12713 CPPFLAGS="$ac_save_CPPFLAGS"
12715 if test "x$ac_cv_lib_soname_hal" = "x"; then
12716 case "x$with_hal" in
12717 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12718 xno) ;;
12719 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12720 This is an error since --with-hal was requested." >&5
12721 echo "$as_me: error: libhal development files not found, no dynamic device support.
12722 This is an error since --with-hal was requested." >&2;}
12723 { (exit 1); exit 1; }; } ;;
12724 esac
12728 CURSESLIBS=""
12729 if test "$ac_cv_header_ncurses_h" = "yes"
12730 then
12731 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12732 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12733 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12734 echo $ECHO_N "(cached) $ECHO_C" >&6
12735 else
12736 ac_check_soname_save_LIBS=$LIBS
12737 LIBS="-lncurses $LIBS"
12738 cat >conftest.$ac_ext <<_ACEOF
12739 /* confdefs.h. */
12740 _ACEOF
12741 cat confdefs.h >>conftest.$ac_ext
12742 cat >>conftest.$ac_ext <<_ACEOF
12743 /* end confdefs.h. */
12745 /* Override any GCC internal prototype to avoid an error.
12746 Use char because int might match the return type of a GCC
12747 builtin and then its argument prototype would still apply. */
12748 #ifdef __cplusplus
12749 extern "C"
12750 #endif
12751 char waddch ();
12753 main ()
12755 return waddch ();
12757 return 0;
12759 _ACEOF
12760 rm -f conftest.$ac_objext conftest$ac_exeext
12761 if { (ac_try="$ac_link"
12762 case "(($ac_try" in
12763 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12764 *) ac_try_echo=$ac_try;;
12765 esac
12766 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12767 (eval "$ac_link") 2>conftest.er1
12768 ac_status=$?
12769 grep -v '^ *+' conftest.er1 >conftest.err
12770 rm -f conftest.er1
12771 cat conftest.err >&5
12772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12773 (exit $ac_status); } && {
12774 test -z "$ac_c_werror_flag" ||
12775 test ! -s conftest.err
12776 } && test -s conftest$ac_exeext &&
12777 $as_test_x conftest$ac_exeext; then
12778 case "$LIBEXT" in
12779 dll) ;;
12780 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'` ;;
12781 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12782 esac
12783 else
12784 echo "$as_me: failed program was:" >&5
12785 sed 's/^/| /' conftest.$ac_ext >&5
12790 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12791 conftest$ac_exeext conftest.$ac_ext
12792 LIBS=$ac_check_soname_save_LIBS
12794 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12795 { echo "$as_me:$LINENO: result: not found" >&5
12796 echo "${ECHO_T}not found" >&6; }
12798 else
12799 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12800 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12802 cat >>confdefs.h <<_ACEOF
12803 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12804 _ACEOF
12806 CURSESLIBS="-lncurses"
12809 elif test "$ac_cv_header_curses_h" = "yes"
12810 then
12811 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12812 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12813 if test "${ac_cv_lib_soname_curses+set}" = set; then
12814 echo $ECHO_N "(cached) $ECHO_C" >&6
12815 else
12816 ac_check_soname_save_LIBS=$LIBS
12817 LIBS="-lcurses $LIBS"
12818 cat >conftest.$ac_ext <<_ACEOF
12819 /* confdefs.h. */
12820 _ACEOF
12821 cat confdefs.h >>conftest.$ac_ext
12822 cat >>conftest.$ac_ext <<_ACEOF
12823 /* end confdefs.h. */
12825 /* Override any GCC internal prototype to avoid an error.
12826 Use char because int might match the return type of a GCC
12827 builtin and then its argument prototype would still apply. */
12828 #ifdef __cplusplus
12829 extern "C"
12830 #endif
12831 char waddch ();
12833 main ()
12835 return waddch ();
12837 return 0;
12839 _ACEOF
12840 rm -f conftest.$ac_objext conftest$ac_exeext
12841 if { (ac_try="$ac_link"
12842 case "(($ac_try" in
12843 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12844 *) ac_try_echo=$ac_try;;
12845 esac
12846 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12847 (eval "$ac_link") 2>conftest.er1
12848 ac_status=$?
12849 grep -v '^ *+' conftest.er1 >conftest.err
12850 rm -f conftest.er1
12851 cat conftest.err >&5
12852 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12853 (exit $ac_status); } && {
12854 test -z "$ac_c_werror_flag" ||
12855 test ! -s conftest.err
12856 } && test -s conftest$ac_exeext &&
12857 $as_test_x conftest$ac_exeext; then
12858 case "$LIBEXT" in
12859 dll) ;;
12860 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'` ;;
12861 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12862 esac
12863 else
12864 echo "$as_me: failed program was:" >&5
12865 sed 's/^/| /' conftest.$ac_ext >&5
12870 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12871 conftest$ac_exeext conftest.$ac_ext
12872 LIBS=$ac_check_soname_save_LIBS
12874 if test "x$ac_cv_lib_soname_curses" = "x"; then
12875 { echo "$as_me:$LINENO: result: not found" >&5
12876 echo "${ECHO_T}not found" >&6; }
12878 else
12879 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12880 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12882 cat >>confdefs.h <<_ACEOF
12883 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12884 _ACEOF
12886 CURSESLIBS="-lcurses"
12890 ac_save_LIBS="$LIBS"
12891 LIBS="$LIBS $CURSESLIBS"
12893 for ac_func in mousemask
12895 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12896 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12897 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12898 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12899 echo $ECHO_N "(cached) $ECHO_C" >&6
12900 else
12901 cat >conftest.$ac_ext <<_ACEOF
12902 /* confdefs.h. */
12903 _ACEOF
12904 cat confdefs.h >>conftest.$ac_ext
12905 cat >>conftest.$ac_ext <<_ACEOF
12906 /* end confdefs.h. */
12907 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12908 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12909 #define $ac_func innocuous_$ac_func
12911 /* System header to define __stub macros and hopefully few prototypes,
12912 which can conflict with char $ac_func (); below.
12913 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12914 <limits.h> exists even on freestanding compilers. */
12916 #ifdef __STDC__
12917 # include <limits.h>
12918 #else
12919 # include <assert.h>
12920 #endif
12922 #undef $ac_func
12924 /* Override any GCC internal prototype to avoid an error.
12925 Use char because int might match the return type of a GCC
12926 builtin and then its argument prototype would still apply. */
12927 #ifdef __cplusplus
12928 extern "C"
12929 #endif
12930 char $ac_func ();
12931 /* The GNU C library defines this for functions which it implements
12932 to always fail with ENOSYS. Some functions are actually named
12933 something starting with __ and the normal name is an alias. */
12934 #if defined __stub_$ac_func || defined __stub___$ac_func
12935 choke me
12936 #endif
12939 main ()
12941 return $ac_func ();
12943 return 0;
12945 _ACEOF
12946 rm -f conftest.$ac_objext conftest$ac_exeext
12947 if { (ac_try="$ac_link"
12948 case "(($ac_try" in
12949 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12950 *) ac_try_echo=$ac_try;;
12951 esac
12952 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12953 (eval "$ac_link") 2>conftest.er1
12954 ac_status=$?
12955 grep -v '^ *+' conftest.er1 >conftest.err
12956 rm -f conftest.er1
12957 cat conftest.err >&5
12958 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12959 (exit $ac_status); } && {
12960 test -z "$ac_c_werror_flag" ||
12961 test ! -s conftest.err
12962 } && test -s conftest$ac_exeext &&
12963 $as_test_x conftest$ac_exeext; then
12964 eval "$as_ac_var=yes"
12965 else
12966 echo "$as_me: failed program was:" >&5
12967 sed 's/^/| /' conftest.$ac_ext >&5
12969 eval "$as_ac_var=no"
12972 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12973 conftest$ac_exeext conftest.$ac_ext
12975 ac_res=`eval echo '${'$as_ac_var'}'`
12976 { echo "$as_me:$LINENO: result: $ac_res" >&5
12977 echo "${ECHO_T}$ac_res" >&6; }
12978 if test `eval echo '${'$as_ac_var'}'` = yes; then
12979 cat >>confdefs.h <<_ACEOF
12980 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12981 _ACEOF
12984 done
12986 LIBS="$ac_save_LIBS"
12987 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
12988 case "x$with_curses" in
12989 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
12990 xno) ;;
12991 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
12992 This is an error since --with-curses was requested." >&5
12993 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
12994 This is an error since --with-curses was requested." >&2;}
12995 { (exit 1); exit 1; }; } ;;
12996 esac
13000 # Extract the first word of "sane-config", so it can be a program name with args.
13001 set dummy sane-config; ac_word=$2
13002 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13003 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13004 if test "${ac_cv_prog_sane_devel+set}" = set; then
13005 echo $ECHO_N "(cached) $ECHO_C" >&6
13006 else
13007 if test -n "$sane_devel"; then
13008 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13009 else
13010 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13011 for as_dir in $PATH
13013 IFS=$as_save_IFS
13014 test -z "$as_dir" && as_dir=.
13015 for ac_exec_ext in '' $ac_executable_extensions; do
13016 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13017 ac_cv_prog_sane_devel="sane-config"
13018 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13019 break 2
13021 done
13022 done
13023 IFS=$as_save_IFS
13025 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13028 sane_devel=$ac_cv_prog_sane_devel
13029 if test -n "$sane_devel"; then
13030 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13031 echo "${ECHO_T}$sane_devel" >&6; }
13032 else
13033 { echo "$as_me:$LINENO: result: no" >&5
13034 echo "${ECHO_T}no" >&6; }
13038 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13039 then
13040 ac_sane_incl="`$sane_devel --cflags`"
13041 ac_sane_libs="`$sane_devel --ldflags`"
13042 ac_save_CPPFLAGS="$CPPFLAGS"
13043 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13044 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13045 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13046 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13047 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13048 echo $ECHO_N "(cached) $ECHO_C" >&6
13050 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13051 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13052 else
13053 # Is the header compilable?
13054 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13055 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13056 cat >conftest.$ac_ext <<_ACEOF
13057 /* confdefs.h. */
13058 _ACEOF
13059 cat confdefs.h >>conftest.$ac_ext
13060 cat >>conftest.$ac_ext <<_ACEOF
13061 /* end confdefs.h. */
13062 $ac_includes_default
13063 #include <sane/sane.h>
13064 _ACEOF
13065 rm -f conftest.$ac_objext
13066 if { (ac_try="$ac_compile"
13067 case "(($ac_try" in
13068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13069 *) ac_try_echo=$ac_try;;
13070 esac
13071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13072 (eval "$ac_compile") 2>conftest.er1
13073 ac_status=$?
13074 grep -v '^ *+' conftest.er1 >conftest.err
13075 rm -f conftest.er1
13076 cat conftest.err >&5
13077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13078 (exit $ac_status); } && {
13079 test -z "$ac_c_werror_flag" ||
13080 test ! -s conftest.err
13081 } && test -s conftest.$ac_objext; then
13082 ac_header_compiler=yes
13083 else
13084 echo "$as_me: failed program was:" >&5
13085 sed 's/^/| /' conftest.$ac_ext >&5
13087 ac_header_compiler=no
13090 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13091 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13092 echo "${ECHO_T}$ac_header_compiler" >&6; }
13094 # Is the header present?
13095 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13096 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13097 cat >conftest.$ac_ext <<_ACEOF
13098 /* confdefs.h. */
13099 _ACEOF
13100 cat confdefs.h >>conftest.$ac_ext
13101 cat >>conftest.$ac_ext <<_ACEOF
13102 /* end confdefs.h. */
13103 #include <sane/sane.h>
13104 _ACEOF
13105 if { (ac_try="$ac_cpp conftest.$ac_ext"
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_cpp conftest.$ac_ext") 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); } >/dev/null && {
13118 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13119 test ! -s conftest.err
13120 }; then
13121 ac_header_preproc=yes
13122 else
13123 echo "$as_me: failed program was:" >&5
13124 sed 's/^/| /' conftest.$ac_ext >&5
13126 ac_header_preproc=no
13129 rm -f conftest.err conftest.$ac_ext
13130 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13131 echo "${ECHO_T}$ac_header_preproc" >&6; }
13133 # So? What about this header?
13134 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13135 yes:no: )
13136 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13137 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13138 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13139 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13140 ac_header_preproc=yes
13142 no:yes:* )
13143 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13144 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13145 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13146 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13147 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13148 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13149 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13150 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13151 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13152 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13153 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13154 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13155 ( cat <<\_ASBOX
13156 ## ------------------------------------ ##
13157 ## Report this to wine-devel@winehq.org ##
13158 ## ------------------------------------ ##
13159 _ASBOX
13160 ) | sed "s/^/$as_me: WARNING: /" >&2
13162 esac
13163 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13164 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13165 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13166 echo $ECHO_N "(cached) $ECHO_C" >&6
13167 else
13168 ac_cv_header_sane_sane_h=$ac_header_preproc
13170 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13171 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13174 if test $ac_cv_header_sane_sane_h = yes; then
13175 { echo "$as_me:$LINENO: checking for -lsane" >&5
13176 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13177 if test "${ac_cv_lib_soname_sane+set}" = set; then
13178 echo $ECHO_N "(cached) $ECHO_C" >&6
13179 else
13180 ac_check_soname_save_LIBS=$LIBS
13181 LIBS="-lsane $ac_sane_libs $LIBS"
13182 cat >conftest.$ac_ext <<_ACEOF
13183 /* confdefs.h. */
13184 _ACEOF
13185 cat confdefs.h >>conftest.$ac_ext
13186 cat >>conftest.$ac_ext <<_ACEOF
13187 /* end confdefs.h. */
13189 /* Override any GCC internal prototype to avoid an error.
13190 Use char because int might match the return type of a GCC
13191 builtin and then its argument prototype would still apply. */
13192 #ifdef __cplusplus
13193 extern "C"
13194 #endif
13195 char sane_init ();
13197 main ()
13199 return sane_init ();
13201 return 0;
13203 _ACEOF
13204 rm -f conftest.$ac_objext conftest$ac_exeext
13205 if { (ac_try="$ac_link"
13206 case "(($ac_try" in
13207 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13208 *) ac_try_echo=$ac_try;;
13209 esac
13210 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13211 (eval "$ac_link") 2>conftest.er1
13212 ac_status=$?
13213 grep -v '^ *+' conftest.er1 >conftest.err
13214 rm -f conftest.er1
13215 cat conftest.err >&5
13216 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13217 (exit $ac_status); } && {
13218 test -z "$ac_c_werror_flag" ||
13219 test ! -s conftest.err
13220 } && test -s conftest$ac_exeext &&
13221 $as_test_x conftest$ac_exeext; then
13222 case "$LIBEXT" in
13223 dll) ;;
13224 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'` ;;
13225 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13226 esac
13227 else
13228 echo "$as_me: failed program was:" >&5
13229 sed 's/^/| /' conftest.$ac_ext >&5
13234 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13235 conftest$ac_exeext conftest.$ac_ext
13236 LIBS=$ac_check_soname_save_LIBS
13238 if test "x$ac_cv_lib_soname_sane" = "x"; then
13239 { echo "$as_me:$LINENO: result: not found" >&5
13240 echo "${ECHO_T}not found" >&6; }
13242 else
13243 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13244 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13246 cat >>confdefs.h <<_ACEOF
13247 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13248 _ACEOF
13250 SANEINCL="$ac_sane_incl"
13257 CPPFLAGS="$ac_save_CPPFLAGS"
13259 if test "x$ac_cv_lib_soname_sane" = "x"; then
13260 case "x$with_sane" in
13261 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13262 xno) ;;
13263 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13264 This is an error since --with-sane was requested." >&5
13265 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13266 This is an error since --with-sane was requested." >&2;}
13267 { (exit 1); exit 1; }; } ;;
13268 esac
13272 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13273 set dummy gphoto2-config; ac_word=$2
13274 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13275 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13276 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13277 echo $ECHO_N "(cached) $ECHO_C" >&6
13278 else
13279 if test -n "$gphoto2_devel"; then
13280 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13281 else
13282 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13283 for as_dir in $PATH
13285 IFS=$as_save_IFS
13286 test -z "$as_dir" && as_dir=.
13287 for ac_exec_ext in '' $ac_executable_extensions; do
13288 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13289 ac_cv_prog_gphoto2_devel="gphoto2-config"
13290 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13291 break 2
13293 done
13294 done
13295 IFS=$as_save_IFS
13297 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13300 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13301 if test -n "$gphoto2_devel"; then
13302 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13303 echo "${ECHO_T}$gphoto2_devel" >&6; }
13304 else
13305 { echo "$as_me:$LINENO: result: no" >&5
13306 echo "${ECHO_T}no" >&6; }
13310 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13311 set dummy gphoto2-port-config; ac_word=$2
13312 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13313 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13314 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13315 echo $ECHO_N "(cached) $ECHO_C" >&6
13316 else
13317 if test -n "$gphoto2port_devel"; then
13318 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13319 else
13320 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13321 for as_dir in $PATH
13323 IFS=$as_save_IFS
13324 test -z "$as_dir" && as_dir=.
13325 for ac_exec_ext in '' $ac_executable_extensions; do
13326 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13327 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13328 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13329 break 2
13331 done
13332 done
13333 IFS=$as_save_IFS
13335 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13338 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13339 if test -n "$gphoto2port_devel"; then
13340 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13341 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13342 else
13343 { echo "$as_me:$LINENO: result: no" >&5
13344 echo "${ECHO_T}no" >&6; }
13348 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13349 then
13350 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13351 ac_gphoto2_libs=""
13352 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13354 case "$i" in
13355 -L/usr/lib|-L/usr/lib64) ;;
13356 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13357 esac
13358 done
13359 ac_save_CPPFLAGS="$CPPFLAGS"
13360 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13361 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13362 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13363 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13364 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13365 echo $ECHO_N "(cached) $ECHO_C" >&6
13367 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13368 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13369 else
13370 # Is the header compilable?
13371 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13372 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13373 cat >conftest.$ac_ext <<_ACEOF
13374 /* confdefs.h. */
13375 _ACEOF
13376 cat confdefs.h >>conftest.$ac_ext
13377 cat >>conftest.$ac_ext <<_ACEOF
13378 /* end confdefs.h. */
13379 $ac_includes_default
13380 #include <gphoto2-camera.h>
13381 _ACEOF
13382 rm -f conftest.$ac_objext
13383 if { (ac_try="$ac_compile"
13384 case "(($ac_try" in
13385 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13386 *) ac_try_echo=$ac_try;;
13387 esac
13388 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13389 (eval "$ac_compile") 2>conftest.er1
13390 ac_status=$?
13391 grep -v '^ *+' conftest.er1 >conftest.err
13392 rm -f conftest.er1
13393 cat conftest.err >&5
13394 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13395 (exit $ac_status); } && {
13396 test -z "$ac_c_werror_flag" ||
13397 test ! -s conftest.err
13398 } && test -s conftest.$ac_objext; then
13399 ac_header_compiler=yes
13400 else
13401 echo "$as_me: failed program was:" >&5
13402 sed 's/^/| /' conftest.$ac_ext >&5
13404 ac_header_compiler=no
13407 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13408 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13409 echo "${ECHO_T}$ac_header_compiler" >&6; }
13411 # Is the header present?
13412 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13413 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13414 cat >conftest.$ac_ext <<_ACEOF
13415 /* confdefs.h. */
13416 _ACEOF
13417 cat confdefs.h >>conftest.$ac_ext
13418 cat >>conftest.$ac_ext <<_ACEOF
13419 /* end confdefs.h. */
13420 #include <gphoto2-camera.h>
13421 _ACEOF
13422 if { (ac_try="$ac_cpp conftest.$ac_ext"
13423 case "(($ac_try" in
13424 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13425 *) ac_try_echo=$ac_try;;
13426 esac
13427 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13428 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13429 ac_status=$?
13430 grep -v '^ *+' conftest.er1 >conftest.err
13431 rm -f conftest.er1
13432 cat conftest.err >&5
13433 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13434 (exit $ac_status); } >/dev/null && {
13435 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13436 test ! -s conftest.err
13437 }; then
13438 ac_header_preproc=yes
13439 else
13440 echo "$as_me: failed program was:" >&5
13441 sed 's/^/| /' conftest.$ac_ext >&5
13443 ac_header_preproc=no
13446 rm -f conftest.err conftest.$ac_ext
13447 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13448 echo "${ECHO_T}$ac_header_preproc" >&6; }
13450 # So? What about this header?
13451 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13452 yes:no: )
13453 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13454 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13455 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13456 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13457 ac_header_preproc=yes
13459 no:yes:* )
13460 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13461 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13462 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13463 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13464 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13465 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13466 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13467 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13468 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13469 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13470 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13471 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13472 ( cat <<\_ASBOX
13473 ## ------------------------------------ ##
13474 ## Report this to wine-devel@winehq.org ##
13475 ## ------------------------------------ ##
13476 _ASBOX
13477 ) | sed "s/^/$as_me: WARNING: /" >&2
13479 esac
13480 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13481 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13482 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13483 echo $ECHO_N "(cached) $ECHO_C" >&6
13484 else
13485 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13487 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13488 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13491 if test $ac_cv_header_gphoto2_camera_h = yes; then
13492 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13493 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13494 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13495 echo $ECHO_N "(cached) $ECHO_C" >&6
13496 else
13497 ac_check_lib_save_LIBS=$LIBS
13498 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13499 cat >conftest.$ac_ext <<_ACEOF
13500 /* confdefs.h. */
13501 _ACEOF
13502 cat confdefs.h >>conftest.$ac_ext
13503 cat >>conftest.$ac_ext <<_ACEOF
13504 /* end confdefs.h. */
13506 /* Override any GCC internal prototype to avoid an error.
13507 Use char because int might match the return type of a GCC
13508 builtin and then its argument prototype would still apply. */
13509 #ifdef __cplusplus
13510 extern "C"
13511 #endif
13512 char gp_camera_new ();
13514 main ()
13516 return gp_camera_new ();
13518 return 0;
13520 _ACEOF
13521 rm -f conftest.$ac_objext conftest$ac_exeext
13522 if { (ac_try="$ac_link"
13523 case "(($ac_try" in
13524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13525 *) ac_try_echo=$ac_try;;
13526 esac
13527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13528 (eval "$ac_link") 2>conftest.er1
13529 ac_status=$?
13530 grep -v '^ *+' conftest.er1 >conftest.err
13531 rm -f conftest.er1
13532 cat conftest.err >&5
13533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13534 (exit $ac_status); } && {
13535 test -z "$ac_c_werror_flag" ||
13536 test ! -s conftest.err
13537 } && test -s conftest$ac_exeext &&
13538 $as_test_x conftest$ac_exeext; then
13539 ac_cv_lib_gphoto2_gp_camera_new=yes
13540 else
13541 echo "$as_me: failed program was:" >&5
13542 sed 's/^/| /' conftest.$ac_ext >&5
13544 ac_cv_lib_gphoto2_gp_camera_new=no
13547 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13548 conftest$ac_exeext conftest.$ac_ext
13549 LIBS=$ac_check_lib_save_LIBS
13551 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13552 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13553 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13555 cat >>confdefs.h <<\_ACEOF
13556 #define HAVE_GPHOTO2 1
13557 _ACEOF
13559 GPHOTO2LIBS="$ac_gphoto2_libs"
13561 GPHOTO2INCL="$ac_gphoto2_incl"
13568 CPPFLAGS="$ac_save_CPPFLAGS"
13570 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13571 case "x$with_gphoto" in
13572 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13573 xno) ;;
13574 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13575 This is an error since --with-gphoto was requested." >&5
13576 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13577 This is an error since --with-gphoto was requested." >&2;}
13578 { (exit 1); exit 1; }; } ;;
13579 esac
13584 RESOLVLIBS=""
13586 if test "$ac_cv_header_resolv_h" = "yes"
13587 then
13588 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13589 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13590 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13591 echo $ECHO_N "(cached) $ECHO_C" >&6
13592 else
13593 ac_check_lib_save_LIBS=$LIBS
13594 LIBS="-lresolv $LIBS"
13595 cat >conftest.$ac_ext <<_ACEOF
13596 /* confdefs.h. */
13597 _ACEOF
13598 cat confdefs.h >>conftest.$ac_ext
13599 cat >>conftest.$ac_ext <<_ACEOF
13600 /* end confdefs.h. */
13602 /* Override any GCC internal prototype to avoid an error.
13603 Use char because int might match the return type of a GCC
13604 builtin and then its argument prototype would still apply. */
13605 #ifdef __cplusplus
13606 extern "C"
13607 #endif
13608 char res_query ();
13610 main ()
13612 return res_query ();
13614 return 0;
13616 _ACEOF
13617 rm -f conftest.$ac_objext conftest$ac_exeext
13618 if { (ac_try="$ac_link"
13619 case "(($ac_try" in
13620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13621 *) ac_try_echo=$ac_try;;
13622 esac
13623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13624 (eval "$ac_link") 2>conftest.er1
13625 ac_status=$?
13626 grep -v '^ *+' conftest.er1 >conftest.err
13627 rm -f conftest.er1
13628 cat conftest.err >&5
13629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13630 (exit $ac_status); } && {
13631 test -z "$ac_c_werror_flag" ||
13632 test ! -s conftest.err
13633 } && test -s conftest$ac_exeext &&
13634 $as_test_x conftest$ac_exeext; then
13635 ac_cv_lib_resolv_res_query=yes
13636 else
13637 echo "$as_me: failed program was:" >&5
13638 sed 's/^/| /' conftest.$ac_ext >&5
13640 ac_cv_lib_resolv_res_query=no
13643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13644 conftest$ac_exeext conftest.$ac_ext
13645 LIBS=$ac_check_lib_save_LIBS
13647 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13648 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13649 if test $ac_cv_lib_resolv_res_query = yes; then
13651 cat >>confdefs.h <<\_ACEOF
13652 #define HAVE_RESOLV 1
13653 _ACEOF
13655 RESOLVLIBS="-lresolv"
13660 LCMSLIBS=""
13662 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13663 then
13664 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13665 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13666 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13667 echo $ECHO_N "(cached) $ECHO_C" >&6
13668 else
13669 ac_check_lib_save_LIBS=$LIBS
13670 LIBS="-llcms $LIBS"
13671 cat >conftest.$ac_ext <<_ACEOF
13672 /* confdefs.h. */
13673 _ACEOF
13674 cat confdefs.h >>conftest.$ac_ext
13675 cat >>conftest.$ac_ext <<_ACEOF
13676 /* end confdefs.h. */
13678 /* Override any GCC internal prototype to avoid an error.
13679 Use char because int might match the return type of a GCC
13680 builtin and then its argument prototype would still apply. */
13681 #ifdef __cplusplus
13682 extern "C"
13683 #endif
13684 char cmsOpenProfileFromFile ();
13686 main ()
13688 return cmsOpenProfileFromFile ();
13690 return 0;
13692 _ACEOF
13693 rm -f conftest.$ac_objext conftest$ac_exeext
13694 if { (ac_try="$ac_link"
13695 case "(($ac_try" in
13696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13697 *) ac_try_echo=$ac_try;;
13698 esac
13699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13700 (eval "$ac_link") 2>conftest.er1
13701 ac_status=$?
13702 grep -v '^ *+' conftest.er1 >conftest.err
13703 rm -f conftest.er1
13704 cat conftest.err >&5
13705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13706 (exit $ac_status); } && {
13707 test -z "$ac_c_werror_flag" ||
13708 test ! -s conftest.err
13709 } && test -s conftest$ac_exeext &&
13710 $as_test_x conftest$ac_exeext; then
13711 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13712 else
13713 echo "$as_me: failed program was:" >&5
13714 sed 's/^/| /' conftest.$ac_ext >&5
13716 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13719 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13720 conftest$ac_exeext conftest.$ac_ext
13721 LIBS=$ac_check_lib_save_LIBS
13723 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13724 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13725 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13727 cat >>confdefs.h <<\_ACEOF
13728 #define HAVE_LCMS 1
13729 _ACEOF
13731 LCMSLIBS="-llcms"
13735 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13736 case "x$with_cms" in
13737 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13738 xno) ;;
13739 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13740 This is an error since --with-cms was requested." >&5
13741 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13742 This is an error since --with-cms was requested." >&2;}
13743 { (exit 1); exit 1; }; } ;;
13744 esac
13748 for ac_prog in freetype-config freetype2-config
13750 # Extract the first word of "$ac_prog", so it can be a program name with args.
13751 set dummy $ac_prog; ac_word=$2
13752 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13753 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13754 if test "${ac_cv_prog_ft_devel+set}" = set; then
13755 echo $ECHO_N "(cached) $ECHO_C" >&6
13756 else
13757 if test -n "$ft_devel"; then
13758 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13759 else
13760 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13761 for as_dir in $PATH
13763 IFS=$as_save_IFS
13764 test -z "$as_dir" && as_dir=.
13765 for ac_exec_ext in '' $ac_executable_extensions; do
13766 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13767 ac_cv_prog_ft_devel="$ac_prog"
13768 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13769 break 2
13771 done
13772 done
13773 IFS=$as_save_IFS
13777 ft_devel=$ac_cv_prog_ft_devel
13778 if test -n "$ft_devel"; then
13779 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13780 echo "${ECHO_T}$ft_devel" >&6; }
13781 else
13782 { echo "$as_me:$LINENO: result: no" >&5
13783 echo "${ECHO_T}no" >&6; }
13787 test -n "$ft_devel" && break
13788 done
13789 test -n "$ft_devel" || ft_devel="false"
13791 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13792 then
13793 ac_freetype_libs=`$ft_devel --libs`
13794 ac_freetype_incl=`$ft_devel --cflags`
13795 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13796 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13797 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13798 echo $ECHO_N "(cached) $ECHO_C" >&6
13799 else
13800 ac_check_soname_save_LIBS=$LIBS
13801 LIBS="-lfreetype $ac_freetype_libs $LIBS"
13802 cat >conftest.$ac_ext <<_ACEOF
13803 /* confdefs.h. */
13804 _ACEOF
13805 cat confdefs.h >>conftest.$ac_ext
13806 cat >>conftest.$ac_ext <<_ACEOF
13807 /* end confdefs.h. */
13809 /* Override any GCC internal prototype to avoid an error.
13810 Use char because int might match the return type of a GCC
13811 builtin and then its argument prototype would still apply. */
13812 #ifdef __cplusplus
13813 extern "C"
13814 #endif
13815 char FT_Init_FreeType ();
13817 main ()
13819 return FT_Init_FreeType ();
13821 return 0;
13823 _ACEOF
13824 rm -f conftest.$ac_objext conftest$ac_exeext
13825 if { (ac_try="$ac_link"
13826 case "(($ac_try" in
13827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13828 *) ac_try_echo=$ac_try;;
13829 esac
13830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13831 (eval "$ac_link") 2>conftest.er1
13832 ac_status=$?
13833 grep -v '^ *+' conftest.er1 >conftest.err
13834 rm -f conftest.er1
13835 cat conftest.err >&5
13836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13837 (exit $ac_status); } && {
13838 test -z "$ac_c_werror_flag" ||
13839 test ! -s conftest.err
13840 } && test -s conftest$ac_exeext &&
13841 $as_test_x conftest$ac_exeext; then
13842 case "$LIBEXT" in
13843 dll) ;;
13844 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'` ;;
13845 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13846 esac
13847 else
13848 echo "$as_me: failed program was:" >&5
13849 sed 's/^/| /' conftest.$ac_ext >&5
13854 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13855 conftest$ac_exeext conftest.$ac_ext
13856 LIBS=$ac_check_soname_save_LIBS
13858 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13859 { echo "$as_me:$LINENO: result: not found" >&5
13860 echo "${ECHO_T}not found" >&6; }
13861 ft_lib=no
13862 else
13863 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13864 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13866 cat >>confdefs.h <<_ACEOF
13867 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13868 _ACEOF
13870 ft_lib=yes
13873 if test "$ft_lib" = "yes"
13874 then
13875 ac_save_CPPFLAGS="$CPPFLAGS"
13876 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13889 for ac_header in ft2build.h \
13890 freetype/freetype.h \
13891 freetype/ftglyph.h \
13892 freetype/fttypes.h \
13893 freetype/tttables.h \
13894 freetype/ftnames.h \
13895 freetype/ftsnames.h \
13896 freetype/ttnameid.h \
13897 freetype/ftoutln.h \
13898 freetype/ftwinfnt.h \
13899 freetype/ftmodapi.h \
13900 freetype/internal/sfnt.h
13902 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13903 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13904 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13905 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13906 echo $ECHO_N "(cached) $ECHO_C" >&6
13907 else
13908 cat >conftest.$ac_ext <<_ACEOF
13909 /* confdefs.h. */
13910 _ACEOF
13911 cat confdefs.h >>conftest.$ac_ext
13912 cat >>conftest.$ac_ext <<_ACEOF
13913 /* end confdefs.h. */
13914 #ifdef HAVE_FT2BUILD_H
13915 # include <ft2build.h>
13916 #endif
13918 #include <$ac_header>
13919 _ACEOF
13920 rm -f conftest.$ac_objext
13921 if { (ac_try="$ac_compile"
13922 case "(($ac_try" in
13923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13924 *) ac_try_echo=$ac_try;;
13925 esac
13926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13927 (eval "$ac_compile") 2>conftest.er1
13928 ac_status=$?
13929 grep -v '^ *+' conftest.er1 >conftest.err
13930 rm -f conftest.er1
13931 cat conftest.err >&5
13932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13933 (exit $ac_status); } && {
13934 test -z "$ac_c_werror_flag" ||
13935 test ! -s conftest.err
13936 } && test -s conftest.$ac_objext; then
13937 eval "$as_ac_Header=yes"
13938 else
13939 echo "$as_me: failed program was:" >&5
13940 sed 's/^/| /' conftest.$ac_ext >&5
13942 eval "$as_ac_Header=no"
13945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13947 ac_res=`eval echo '${'$as_ac_Header'}'`
13948 { echo "$as_me:$LINENO: result: $ac_res" >&5
13949 echo "${ECHO_T}$ac_res" >&6; }
13950 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13951 cat >>confdefs.h <<_ACEOF
13952 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13953 _ACEOF
13957 done
13959 cat >conftest.$ac_ext <<_ACEOF
13960 /* confdefs.h. */
13961 _ACEOF
13962 cat confdefs.h >>conftest.$ac_ext
13963 cat >>conftest.$ac_ext <<_ACEOF
13964 /* end confdefs.h. */
13965 #include <ft2build.h>
13966 #include <freetype/fttrigon.h>
13967 _ACEOF
13968 if { (ac_try="$ac_cpp conftest.$ac_ext"
13969 case "(($ac_try" in
13970 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13971 *) ac_try_echo=$ac_try;;
13972 esac
13973 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13974 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13975 ac_status=$?
13976 grep -v '^ *+' conftest.er1 >conftest.err
13977 rm -f conftest.er1
13978 cat conftest.err >&5
13979 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13980 (exit $ac_status); } >/dev/null && {
13981 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13982 test ! -s conftest.err
13983 }; then
13985 cat >>confdefs.h <<\_ACEOF
13986 #define HAVE_FREETYPE_FTTRIGON_H 1
13987 _ACEOF
13989 wine_cv_fttrigon=yes
13990 else
13991 echo "$as_me: failed program was:" >&5
13992 sed 's/^/| /' conftest.$ac_ext >&5
13994 wine_cv_fttrigon=no
13997 rm -f conftest.err conftest.$ac_ext
13998 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
13999 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14000 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14001 echo $ECHO_N "(cached) $ECHO_C" >&6
14002 else
14003 cat >conftest.$ac_ext <<_ACEOF
14004 /* confdefs.h. */
14005 _ACEOF
14006 cat confdefs.h >>conftest.$ac_ext
14007 cat >>conftest.$ac_ext <<_ACEOF
14008 /* end confdefs.h. */
14009 #include <freetype/ftmodapi.h>
14011 typedef FT_TrueTypeEngineType ac__type_new_;
14013 main ()
14015 if ((ac__type_new_ *) 0)
14016 return 0;
14017 if (sizeof (ac__type_new_))
14018 return 0;
14020 return 0;
14022 _ACEOF
14023 rm -f conftest.$ac_objext
14024 if { (ac_try="$ac_compile"
14025 case "(($ac_try" in
14026 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14027 *) ac_try_echo=$ac_try;;
14028 esac
14029 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14030 (eval "$ac_compile") 2>conftest.er1
14031 ac_status=$?
14032 grep -v '^ *+' conftest.er1 >conftest.err
14033 rm -f conftest.er1
14034 cat conftest.err >&5
14035 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14036 (exit $ac_status); } && {
14037 test -z "$ac_c_werror_flag" ||
14038 test ! -s conftest.err
14039 } && test -s conftest.$ac_objext; then
14040 ac_cv_type_FT_TrueTypeEngineType=yes
14041 else
14042 echo "$as_me: failed program was:" >&5
14043 sed 's/^/| /' conftest.$ac_ext >&5
14045 ac_cv_type_FT_TrueTypeEngineType=no
14048 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14050 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14051 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14052 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14054 cat >>confdefs.h <<_ACEOF
14055 #define HAVE_FT_TRUETYPEENGINETYPE 1
14056 _ACEOF
14061 ac_save_CFLAGS="$CFLAGS"
14062 CFLAGS="$CFLAGS $ac_freetype_libs"
14064 for ac_func in FT_Load_Sfnt_Table
14066 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14067 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14068 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14069 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14070 echo $ECHO_N "(cached) $ECHO_C" >&6
14071 else
14072 cat >conftest.$ac_ext <<_ACEOF
14073 /* confdefs.h. */
14074 _ACEOF
14075 cat confdefs.h >>conftest.$ac_ext
14076 cat >>conftest.$ac_ext <<_ACEOF
14077 /* end confdefs.h. */
14078 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14079 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14080 #define $ac_func innocuous_$ac_func
14082 /* System header to define __stub macros and hopefully few prototypes,
14083 which can conflict with char $ac_func (); below.
14084 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14085 <limits.h> exists even on freestanding compilers. */
14087 #ifdef __STDC__
14088 # include <limits.h>
14089 #else
14090 # include <assert.h>
14091 #endif
14093 #undef $ac_func
14095 /* Override any GCC internal prototype to avoid an error.
14096 Use char because int might match the return type of a GCC
14097 builtin and then its argument prototype would still apply. */
14098 #ifdef __cplusplus
14099 extern "C"
14100 #endif
14101 char $ac_func ();
14102 /* The GNU C library defines this for functions which it implements
14103 to always fail with ENOSYS. Some functions are actually named
14104 something starting with __ and the normal name is an alias. */
14105 #if defined __stub_$ac_func || defined __stub___$ac_func
14106 choke me
14107 #endif
14110 main ()
14112 return $ac_func ();
14114 return 0;
14116 _ACEOF
14117 rm -f conftest.$ac_objext conftest$ac_exeext
14118 if { (ac_try="$ac_link"
14119 case "(($ac_try" in
14120 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14121 *) ac_try_echo=$ac_try;;
14122 esac
14123 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14124 (eval "$ac_link") 2>conftest.er1
14125 ac_status=$?
14126 grep -v '^ *+' conftest.er1 >conftest.err
14127 rm -f conftest.er1
14128 cat conftest.err >&5
14129 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14130 (exit $ac_status); } && {
14131 test -z "$ac_c_werror_flag" ||
14132 test ! -s conftest.err
14133 } && test -s conftest$ac_exeext &&
14134 $as_test_x conftest$ac_exeext; then
14135 eval "$as_ac_var=yes"
14136 else
14137 echo "$as_me: failed program was:" >&5
14138 sed 's/^/| /' conftest.$ac_ext >&5
14140 eval "$as_ac_var=no"
14143 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14144 conftest$ac_exeext conftest.$ac_ext
14146 ac_res=`eval echo '${'$as_ac_var'}'`
14147 { echo "$as_me:$LINENO: result: $ac_res" >&5
14148 echo "${ECHO_T}$ac_res" >&6; }
14149 if test `eval echo '${'$as_ac_var'}'` = yes; then
14150 cat >>confdefs.h <<_ACEOF
14151 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14152 _ACEOF
14155 done
14157 CFLAGS="$ac_save_CFLAGS"
14158 CPPFLAGS="$ac_save_CPPFLAGS"
14159 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14160 then
14162 cat >>confdefs.h <<\_ACEOF
14163 #define HAVE_FREETYPE 1
14164 _ACEOF
14166 FREETYPELIBS="$ac_freetype_libs"
14168 FREETYPEINCL="$ac_freetype_incl"
14170 FONTSSUBDIRS="fonts"
14175 if test "x$FREETYPELIBS" = "x"; then
14176 case "x$with_freetype" in
14177 xno) ;;
14178 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14179 Fonts will not be built. Dialog text may be invisible or unaligned.
14180 Use the --without-freetype option if you really want this." >&5
14181 echo "$as_me: error: FreeType development files not found.
14182 Fonts will not be built. Dialog text may be invisible or unaligned.
14183 Use the --without-freetype option if you really want this." >&2;}
14184 { (exit 1); exit 1; }; } ;;
14185 esac
14189 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14190 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14191 if test "${ac_cv_c_ppdev+set}" = set; then
14192 echo $ECHO_N "(cached) $ECHO_C" >&6
14193 else
14194 cat >conftest.$ac_ext <<_ACEOF
14195 /* confdefs.h. */
14196 _ACEOF
14197 cat confdefs.h >>conftest.$ac_ext
14198 cat >>conftest.$ac_ext <<_ACEOF
14199 /* end confdefs.h. */
14200 #include <linux/ppdev.h>
14202 main ()
14204 ioctl (1,PPCLAIM,0)
14206 return 0;
14208 _ACEOF
14209 rm -f conftest.$ac_objext
14210 if { (ac_try="$ac_compile"
14211 case "(($ac_try" in
14212 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14213 *) ac_try_echo=$ac_try;;
14214 esac
14215 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14216 (eval "$ac_compile") 2>conftest.er1
14217 ac_status=$?
14218 grep -v '^ *+' conftest.er1 >conftest.err
14219 rm -f conftest.er1
14220 cat conftest.err >&5
14221 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14222 (exit $ac_status); } && {
14223 test -z "$ac_c_werror_flag" ||
14224 test ! -s conftest.err
14225 } && test -s conftest.$ac_objext; then
14226 ac_cv_c_ppdev="yes"
14227 else
14228 echo "$as_me: failed program was:" >&5
14229 sed 's/^/| /' conftest.$ac_ext >&5
14231 ac_cv_c_ppdev="no"
14234 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14236 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14237 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14238 if test "$ac_cv_c_ppdev" = "yes"
14239 then
14241 cat >>confdefs.h <<\_ACEOF
14242 #define HAVE_PPDEV 1
14243 _ACEOF
14247 { echo "$as_me:$LINENO: checking for va_copy" >&5
14248 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14249 if test "${ac_cv_c_va_copy+set}" = set; then
14250 echo $ECHO_N "(cached) $ECHO_C" >&6
14251 else
14252 cat >conftest.$ac_ext <<_ACEOF
14253 /* confdefs.h. */
14254 _ACEOF
14255 cat confdefs.h >>conftest.$ac_ext
14256 cat >>conftest.$ac_ext <<_ACEOF
14257 /* end confdefs.h. */
14258 #include <stdarg.h>
14260 main ()
14262 va_list ap1, ap2; va_copy(ap1,ap2);
14264 return 0;
14266 _ACEOF
14267 rm -f conftest.$ac_objext conftest$ac_exeext
14268 if { (ac_try="$ac_link"
14269 case "(($ac_try" in
14270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14271 *) ac_try_echo=$ac_try;;
14272 esac
14273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14274 (eval "$ac_link") 2>conftest.er1
14275 ac_status=$?
14276 grep -v '^ *+' conftest.er1 >conftest.err
14277 rm -f conftest.er1
14278 cat conftest.err >&5
14279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14280 (exit $ac_status); } && {
14281 test -z "$ac_c_werror_flag" ||
14282 test ! -s conftest.err
14283 } && test -s conftest$ac_exeext &&
14284 $as_test_x conftest$ac_exeext; then
14285 ac_cv_c_va_copy="yes"
14286 else
14287 echo "$as_me: failed program was:" >&5
14288 sed 's/^/| /' conftest.$ac_ext >&5
14290 ac_cv_c_va_copy="no"
14293 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14294 conftest$ac_exeext conftest.$ac_ext
14297 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14298 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14299 if test "$ac_cv_c_va_copy" = "yes"
14300 then
14302 cat >>confdefs.h <<\_ACEOF
14303 #define HAVE_VA_COPY 1
14304 _ACEOF
14307 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14308 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14309 if test "${ac_cv_c___va_copy+set}" = set; then
14310 echo $ECHO_N "(cached) $ECHO_C" >&6
14311 else
14312 cat >conftest.$ac_ext <<_ACEOF
14313 /* confdefs.h. */
14314 _ACEOF
14315 cat confdefs.h >>conftest.$ac_ext
14316 cat >>conftest.$ac_ext <<_ACEOF
14317 /* end confdefs.h. */
14318 #include <stdarg.h>
14320 main ()
14322 va_list ap1, ap2; __va_copy(ap1,ap2);
14324 return 0;
14326 _ACEOF
14327 rm -f conftest.$ac_objext conftest$ac_exeext
14328 if { (ac_try="$ac_link"
14329 case "(($ac_try" in
14330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14331 *) ac_try_echo=$ac_try;;
14332 esac
14333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14334 (eval "$ac_link") 2>conftest.er1
14335 ac_status=$?
14336 grep -v '^ *+' conftest.er1 >conftest.err
14337 rm -f conftest.er1
14338 cat conftest.err >&5
14339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14340 (exit $ac_status); } && {
14341 test -z "$ac_c_werror_flag" ||
14342 test ! -s conftest.err
14343 } && test -s conftest$ac_exeext &&
14344 $as_test_x conftest$ac_exeext; then
14345 ac_cv_c___va_copy="yes"
14346 else
14347 echo "$as_me: failed program was:" >&5
14348 sed 's/^/| /' conftest.$ac_ext >&5
14350 ac_cv_c___va_copy="no"
14353 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14354 conftest$ac_exeext conftest.$ac_ext
14357 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14358 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14359 if test "$ac_cv_c___va_copy" = "yes"
14360 then
14362 cat >>confdefs.h <<\_ACEOF
14363 #define HAVE___VA_COPY 1
14364 _ACEOF
14368 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14369 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14370 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14371 echo $ECHO_N "(cached) $ECHO_C" >&6
14372 else
14373 cat >conftest.$ac_ext <<_ACEOF
14374 /* confdefs.h. */
14375 _ACEOF
14376 cat confdefs.h >>conftest.$ac_ext
14377 cat >>conftest.$ac_ext <<_ACEOF
14378 /* end confdefs.h. */
14379 #define _GNU_SOURCE
14380 #include <pthread.h>
14382 typedef pthread_rwlock_t ac__type_new_;
14384 main ()
14386 if ((ac__type_new_ *) 0)
14387 return 0;
14388 if (sizeof (ac__type_new_))
14389 return 0;
14391 return 0;
14393 _ACEOF
14394 rm -f conftest.$ac_objext
14395 if { (ac_try="$ac_compile"
14396 case "(($ac_try" in
14397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14398 *) ac_try_echo=$ac_try;;
14399 esac
14400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14401 (eval "$ac_compile") 2>conftest.er1
14402 ac_status=$?
14403 grep -v '^ *+' conftest.er1 >conftest.err
14404 rm -f conftest.er1
14405 cat conftest.err >&5
14406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14407 (exit $ac_status); } && {
14408 test -z "$ac_c_werror_flag" ||
14409 test ! -s conftest.err
14410 } && test -s conftest.$ac_objext; then
14411 ac_cv_type_pthread_rwlock_t=yes
14412 else
14413 echo "$as_me: failed program was:" >&5
14414 sed 's/^/| /' conftest.$ac_ext >&5
14416 ac_cv_type_pthread_rwlock_t=no
14419 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14421 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14422 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14423 if test $ac_cv_type_pthread_rwlock_t = yes; then
14425 cat >>confdefs.h <<_ACEOF
14426 #define HAVE_PTHREAD_RWLOCK_T 1
14427 _ACEOF
14431 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14432 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14433 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14434 echo $ECHO_N "(cached) $ECHO_C" >&6
14435 else
14436 cat >conftest.$ac_ext <<_ACEOF
14437 /* confdefs.h. */
14438 _ACEOF
14439 cat confdefs.h >>conftest.$ac_ext
14440 cat >>conftest.$ac_ext <<_ACEOF
14441 /* end confdefs.h. */
14442 #define _GNU_SOURCE
14443 #include <pthread.h>
14445 typedef pthread_rwlockattr_t ac__type_new_;
14447 main ()
14449 if ((ac__type_new_ *) 0)
14450 return 0;
14451 if (sizeof (ac__type_new_))
14452 return 0;
14454 return 0;
14456 _ACEOF
14457 rm -f conftest.$ac_objext
14458 if { (ac_try="$ac_compile"
14459 case "(($ac_try" in
14460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14461 *) ac_try_echo=$ac_try;;
14462 esac
14463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14464 (eval "$ac_compile") 2>conftest.er1
14465 ac_status=$?
14466 grep -v '^ *+' conftest.er1 >conftest.err
14467 rm -f conftest.er1
14468 cat conftest.err >&5
14469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14470 (exit $ac_status); } && {
14471 test -z "$ac_c_werror_flag" ||
14472 test ! -s conftest.err
14473 } && test -s conftest.$ac_objext; then
14474 ac_cv_type_pthread_rwlockattr_t=yes
14475 else
14476 echo "$as_me: failed program was:" >&5
14477 sed 's/^/| /' conftest.$ac_ext >&5
14479 ac_cv_type_pthread_rwlockattr_t=no
14482 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14484 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14485 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14486 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14488 cat >>confdefs.h <<_ACEOF
14489 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14490 _ACEOF
14496 ac_wine_check_funcs_save_LIBS="$LIBS"
14497 LIBS="$LIBS $LIBPTHREAD"
14502 for ac_func in \
14503 pthread_attr_get_np \
14504 pthread_getattr_np \
14505 pthread_get_stackaddr_np \
14506 pthread_get_stacksize_np
14508 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14509 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14510 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14511 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14512 echo $ECHO_N "(cached) $ECHO_C" >&6
14513 else
14514 cat >conftest.$ac_ext <<_ACEOF
14515 /* confdefs.h. */
14516 _ACEOF
14517 cat confdefs.h >>conftest.$ac_ext
14518 cat >>conftest.$ac_ext <<_ACEOF
14519 /* end confdefs.h. */
14520 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14521 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14522 #define $ac_func innocuous_$ac_func
14524 /* System header to define __stub macros and hopefully few prototypes,
14525 which can conflict with char $ac_func (); below.
14526 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14527 <limits.h> exists even on freestanding compilers. */
14529 #ifdef __STDC__
14530 # include <limits.h>
14531 #else
14532 # include <assert.h>
14533 #endif
14535 #undef $ac_func
14537 /* Override any GCC internal prototype to avoid an error.
14538 Use char because int might match the return type of a GCC
14539 builtin and then its argument prototype would still apply. */
14540 #ifdef __cplusplus
14541 extern "C"
14542 #endif
14543 char $ac_func ();
14544 /* The GNU C library defines this for functions which it implements
14545 to always fail with ENOSYS. Some functions are actually named
14546 something starting with __ and the normal name is an alias. */
14547 #if defined __stub_$ac_func || defined __stub___$ac_func
14548 choke me
14549 #endif
14552 main ()
14554 return $ac_func ();
14556 return 0;
14558 _ACEOF
14559 rm -f conftest.$ac_objext conftest$ac_exeext
14560 if { (ac_try="$ac_link"
14561 case "(($ac_try" in
14562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14563 *) ac_try_echo=$ac_try;;
14564 esac
14565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14566 (eval "$ac_link") 2>conftest.er1
14567 ac_status=$?
14568 grep -v '^ *+' conftest.er1 >conftest.err
14569 rm -f conftest.er1
14570 cat conftest.err >&5
14571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14572 (exit $ac_status); } && {
14573 test -z "$ac_c_werror_flag" ||
14574 test ! -s conftest.err
14575 } && test -s conftest$ac_exeext &&
14576 $as_test_x conftest$ac_exeext; then
14577 eval "$as_ac_var=yes"
14578 else
14579 echo "$as_me: failed program was:" >&5
14580 sed 's/^/| /' conftest.$ac_ext >&5
14582 eval "$as_ac_var=no"
14585 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14586 conftest$ac_exeext conftest.$ac_ext
14588 ac_res=`eval echo '${'$as_ac_var'}'`
14589 { echo "$as_me:$LINENO: result: $ac_res" >&5
14590 echo "${ECHO_T}$ac_res" >&6; }
14591 if test `eval echo '${'$as_ac_var'}'` = yes; then
14592 cat >>confdefs.h <<_ACEOF
14593 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14594 _ACEOF
14597 done
14599 LIBS="$ac_wine_check_funcs_save_LIBS"
14601 # Extract the first word of "esd-config", so it can be a program name with args.
14602 set dummy esd-config; ac_word=$2
14603 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14604 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14605 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14606 echo $ECHO_N "(cached) $ECHO_C" >&6
14607 else
14608 case $ESDCONFIG in
14609 [\\/]* | ?:[\\/]*)
14610 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14613 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14614 for as_dir in $PATH
14616 IFS=$as_save_IFS
14617 test -z "$as_dir" && as_dir=.
14618 for ac_exec_ext in '' $ac_executable_extensions; do
14619 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14620 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14621 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14622 break 2
14624 done
14625 done
14626 IFS=$as_save_IFS
14629 esac
14631 ESDCONFIG=$ac_cv_path_ESDCONFIG
14632 if test -n "$ESDCONFIG"; then
14633 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14634 echo "${ECHO_T}$ESDCONFIG" >&6; }
14635 else
14636 { echo "$as_me:$LINENO: result: no" >&5
14637 echo "${ECHO_T}no" >&6; }
14641 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14642 then
14643 ac_esd_incl=""
14644 for i in `$ESDCONFIG --cflags`
14646 case "$i" in
14647 -I*) ac_esd_incl="$ac_esd_incl $i";;
14648 esac
14649 done
14650 ac_esd_libs=`$ESDCONFIG --libs`
14651 save_CFLAGS="$CFLAGS"
14652 CFLAGS="$CFLAGS $ac_esd_incl"
14653 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14654 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14655 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14656 echo $ECHO_N "(cached) $ECHO_C" >&6
14657 else
14658 ac_check_lib_save_LIBS=$LIBS
14659 LIBS="-lesd $ac_esd_libs $LIBS"
14660 cat >conftest.$ac_ext <<_ACEOF
14661 /* confdefs.h. */
14662 _ACEOF
14663 cat confdefs.h >>conftest.$ac_ext
14664 cat >>conftest.$ac_ext <<_ACEOF
14665 /* end confdefs.h. */
14667 /* Override any GCC internal prototype to avoid an error.
14668 Use char because int might match the return type of a GCC
14669 builtin and then its argument prototype would still apply. */
14670 #ifdef __cplusplus
14671 extern "C"
14672 #endif
14673 char esd_open_sound ();
14675 main ()
14677 return esd_open_sound ();
14679 return 0;
14681 _ACEOF
14682 rm -f conftest.$ac_objext conftest$ac_exeext
14683 if { (ac_try="$ac_link"
14684 case "(($ac_try" in
14685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14686 *) ac_try_echo=$ac_try;;
14687 esac
14688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14689 (eval "$ac_link") 2>conftest.er1
14690 ac_status=$?
14691 grep -v '^ *+' conftest.er1 >conftest.err
14692 rm -f conftest.er1
14693 cat conftest.err >&5
14694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14695 (exit $ac_status); } && {
14696 test -z "$ac_c_werror_flag" ||
14697 test ! -s conftest.err
14698 } && test -s conftest$ac_exeext &&
14699 $as_test_x conftest$ac_exeext; then
14700 ac_cv_lib_esd_esd_open_sound=yes
14701 else
14702 echo "$as_me: failed program was:" >&5
14703 sed 's/^/| /' conftest.$ac_ext >&5
14705 ac_cv_lib_esd_esd_open_sound=no
14708 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14709 conftest$ac_exeext conftest.$ac_ext
14710 LIBS=$ac_check_lib_save_LIBS
14712 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14713 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14714 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14715 ESDINCL="$ac_esd_incl"
14717 ESDLIBS="$ac_esd_libs"
14720 cat >>confdefs.h <<\_ACEOF
14721 #define HAVE_ESD 1
14722 _ACEOF
14726 CFLAGS="$save_CFLAGS"
14729 ALSALIBS=""
14731 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14732 then
14733 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14734 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14735 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14736 echo $ECHO_N "(cached) $ECHO_C" >&6
14737 else
14738 ac_check_lib_save_LIBS=$LIBS
14739 LIBS="-lasound $LIBS"
14740 cat >conftest.$ac_ext <<_ACEOF
14741 /* confdefs.h. */
14742 _ACEOF
14743 cat confdefs.h >>conftest.$ac_ext
14744 cat >>conftest.$ac_ext <<_ACEOF
14745 /* end confdefs.h. */
14747 /* Override any GCC internal prototype to avoid an error.
14748 Use char because int might match the return type of a GCC
14749 builtin and then its argument prototype would still apply. */
14750 #ifdef __cplusplus
14751 extern "C"
14752 #endif
14753 char snd_pcm_hw_params_get_access ();
14755 main ()
14757 return snd_pcm_hw_params_get_access ();
14759 return 0;
14761 _ACEOF
14762 rm -f conftest.$ac_objext conftest$ac_exeext
14763 if { (ac_try="$ac_link"
14764 case "(($ac_try" in
14765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14766 *) ac_try_echo=$ac_try;;
14767 esac
14768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14769 (eval "$ac_link") 2>conftest.er1
14770 ac_status=$?
14771 grep -v '^ *+' conftest.er1 >conftest.err
14772 rm -f conftest.er1
14773 cat conftest.err >&5
14774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14775 (exit $ac_status); } && {
14776 test -z "$ac_c_werror_flag" ||
14777 test ! -s conftest.err
14778 } && test -s conftest$ac_exeext &&
14779 $as_test_x conftest$ac_exeext; then
14780 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14781 else
14782 echo "$as_me: failed program was:" >&5
14783 sed 's/^/| /' conftest.$ac_ext >&5
14785 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14788 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14789 conftest$ac_exeext conftest.$ac_ext
14790 LIBS=$ac_check_lib_save_LIBS
14792 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14793 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14794 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14795 cat >conftest.$ac_ext <<_ACEOF
14796 /* confdefs.h. */
14797 _ACEOF
14798 cat confdefs.h >>conftest.$ac_ext
14799 cat >>conftest.$ac_ext <<_ACEOF
14800 /* end confdefs.h. */
14801 #ifdef HAVE_ALSA_ASOUNDLIB_H
14802 #include <alsa/asoundlib.h>
14803 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14804 #include <sys/asoundlib.h>
14805 #endif
14807 main ()
14809 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14811 return 0;
14813 _ACEOF
14814 rm -f conftest.$ac_objext
14815 if { (ac_try="$ac_compile"
14816 case "(($ac_try" in
14817 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14818 *) ac_try_echo=$ac_try;;
14819 esac
14820 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14821 (eval "$ac_compile") 2>conftest.er1
14822 ac_status=$?
14823 grep -v '^ *+' conftest.er1 >conftest.err
14824 rm -f conftest.er1
14825 cat conftest.err >&5
14826 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14827 (exit $ac_status); } && {
14828 test -z "$ac_c_werror_flag" ||
14829 test ! -s conftest.err
14830 } && test -s conftest.$ac_objext; then
14832 cat >>confdefs.h <<\_ACEOF
14833 #define HAVE_ALSA 1
14834 _ACEOF
14836 ALSALIBS="-lasound"
14837 else
14838 echo "$as_me: failed program was:" >&5
14839 sed 's/^/| /' conftest.$ac_ext >&5
14844 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14849 AUDIOIOLIBS=""
14851 if test "$ac_cv_header_libaudioio_h" = "yes"
14852 then
14853 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14854 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14855 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14856 echo $ECHO_N "(cached) $ECHO_C" >&6
14857 else
14858 ac_check_lib_save_LIBS=$LIBS
14859 LIBS="-laudioio $LIBS"
14860 cat >conftest.$ac_ext <<_ACEOF
14861 /* confdefs.h. */
14862 _ACEOF
14863 cat confdefs.h >>conftest.$ac_ext
14864 cat >>conftest.$ac_ext <<_ACEOF
14865 /* end confdefs.h. */
14867 /* Override any GCC internal prototype to avoid an error.
14868 Use char because int might match the return type of a GCC
14869 builtin and then its argument prototype would still apply. */
14870 #ifdef __cplusplus
14871 extern "C"
14872 #endif
14873 char AudioIOGetVersion ();
14875 main ()
14877 return AudioIOGetVersion ();
14879 return 0;
14881 _ACEOF
14882 rm -f conftest.$ac_objext conftest$ac_exeext
14883 if { (ac_try="$ac_link"
14884 case "(($ac_try" in
14885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14886 *) ac_try_echo=$ac_try;;
14887 esac
14888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14889 (eval "$ac_link") 2>conftest.er1
14890 ac_status=$?
14891 grep -v '^ *+' conftest.er1 >conftest.err
14892 rm -f conftest.er1
14893 cat conftest.err >&5
14894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14895 (exit $ac_status); } && {
14896 test -z "$ac_c_werror_flag" ||
14897 test ! -s conftest.err
14898 } && test -s conftest$ac_exeext &&
14899 $as_test_x conftest$ac_exeext; then
14900 ac_cv_lib_audioio_AudioIOGetVersion=yes
14901 else
14902 echo "$as_me: failed program was:" >&5
14903 sed 's/^/| /' conftest.$ac_ext >&5
14905 ac_cv_lib_audioio_AudioIOGetVersion=no
14908 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14909 conftest$ac_exeext conftest.$ac_ext
14910 LIBS=$ac_check_lib_save_LIBS
14912 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14913 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14914 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14915 AUDIOIOLIBS="-laudioio"
14917 cat >>confdefs.h <<\_ACEOF
14918 #define HAVE_LIBAUDIOIO 1
14919 _ACEOF
14926 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14927 then
14928 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14929 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14930 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14931 echo $ECHO_N "(cached) $ECHO_C" >&6
14932 else
14933 ac_check_soname_save_LIBS=$LIBS
14934 LIBS="-lcapi20 $LIBS"
14935 cat >conftest.$ac_ext <<_ACEOF
14936 /* confdefs.h. */
14937 _ACEOF
14938 cat confdefs.h >>conftest.$ac_ext
14939 cat >>conftest.$ac_ext <<_ACEOF
14940 /* end confdefs.h. */
14942 /* Override any GCC internal prototype to avoid an error.
14943 Use char because int might match the return type of a GCC
14944 builtin and then its argument prototype would still apply. */
14945 #ifdef __cplusplus
14946 extern "C"
14947 #endif
14948 char capi20_register ();
14950 main ()
14952 return capi20_register ();
14954 return 0;
14956 _ACEOF
14957 rm -f conftest.$ac_objext conftest$ac_exeext
14958 if { (ac_try="$ac_link"
14959 case "(($ac_try" in
14960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14961 *) ac_try_echo=$ac_try;;
14962 esac
14963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14964 (eval "$ac_link") 2>conftest.er1
14965 ac_status=$?
14966 grep -v '^ *+' conftest.er1 >conftest.err
14967 rm -f conftest.er1
14968 cat conftest.err >&5
14969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14970 (exit $ac_status); } && {
14971 test -z "$ac_c_werror_flag" ||
14972 test ! -s conftest.err
14973 } && test -s conftest$ac_exeext &&
14974 $as_test_x conftest$ac_exeext; then
14975 case "$LIBEXT" in
14976 dll) ;;
14977 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'` ;;
14978 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14979 esac
14980 else
14981 echo "$as_me: failed program was:" >&5
14982 sed 's/^/| /' conftest.$ac_ext >&5
14987 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14988 conftest$ac_exeext conftest.$ac_ext
14989 LIBS=$ac_check_soname_save_LIBS
14991 if test "x$ac_cv_lib_soname_capi20" = "x"; then
14992 { echo "$as_me:$LINENO: result: not found" >&5
14993 echo "${ECHO_T}not found" >&6; }
14995 else
14996 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
14997 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
14999 cat >>confdefs.h <<_ACEOF
15000 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15001 _ACEOF
15007 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15008 case "x$with_capi" in
15009 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15010 xno) ;;
15011 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15012 This is an error since --with-capi was requested." >&5
15013 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15014 This is an error since --with-capi was requested." >&2;}
15015 { (exit 1); exit 1; }; } ;;
15016 esac
15020 CUPSINCL=""
15022 if test "x$with_cups" != "xno"
15023 then
15024 ac_save_CPPFLAGS="$CPPFLAGS"
15025 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15026 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15027 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15029 for ac_header in cups/cups.h
15031 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15032 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15033 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15034 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15035 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15036 echo $ECHO_N "(cached) $ECHO_C" >&6
15038 ac_res=`eval echo '${'$as_ac_Header'}'`
15039 { echo "$as_me:$LINENO: result: $ac_res" >&5
15040 echo "${ECHO_T}$ac_res" >&6; }
15041 else
15042 # Is the header compilable?
15043 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15044 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15045 cat >conftest.$ac_ext <<_ACEOF
15046 /* confdefs.h. */
15047 _ACEOF
15048 cat confdefs.h >>conftest.$ac_ext
15049 cat >>conftest.$ac_ext <<_ACEOF
15050 /* end confdefs.h. */
15051 $ac_includes_default
15052 #include <$ac_header>
15053 _ACEOF
15054 rm -f conftest.$ac_objext
15055 if { (ac_try="$ac_compile"
15056 case "(($ac_try" in
15057 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15058 *) ac_try_echo=$ac_try;;
15059 esac
15060 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15061 (eval "$ac_compile") 2>conftest.er1
15062 ac_status=$?
15063 grep -v '^ *+' conftest.er1 >conftest.err
15064 rm -f conftest.er1
15065 cat conftest.err >&5
15066 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15067 (exit $ac_status); } && {
15068 test -z "$ac_c_werror_flag" ||
15069 test ! -s conftest.err
15070 } && test -s conftest.$ac_objext; then
15071 ac_header_compiler=yes
15072 else
15073 echo "$as_me: failed program was:" >&5
15074 sed 's/^/| /' conftest.$ac_ext >&5
15076 ac_header_compiler=no
15079 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15080 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15081 echo "${ECHO_T}$ac_header_compiler" >&6; }
15083 # Is the header present?
15084 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15085 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15086 cat >conftest.$ac_ext <<_ACEOF
15087 /* confdefs.h. */
15088 _ACEOF
15089 cat confdefs.h >>conftest.$ac_ext
15090 cat >>conftest.$ac_ext <<_ACEOF
15091 /* end confdefs.h. */
15092 #include <$ac_header>
15093 _ACEOF
15094 if { (ac_try="$ac_cpp conftest.$ac_ext"
15095 case "(($ac_try" in
15096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15097 *) ac_try_echo=$ac_try;;
15098 esac
15099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15100 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15101 ac_status=$?
15102 grep -v '^ *+' conftest.er1 >conftest.err
15103 rm -f conftest.er1
15104 cat conftest.err >&5
15105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15106 (exit $ac_status); } >/dev/null && {
15107 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15108 test ! -s conftest.err
15109 }; then
15110 ac_header_preproc=yes
15111 else
15112 echo "$as_me: failed program was:" >&5
15113 sed 's/^/| /' conftest.$ac_ext >&5
15115 ac_header_preproc=no
15118 rm -f conftest.err conftest.$ac_ext
15119 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15120 echo "${ECHO_T}$ac_header_preproc" >&6; }
15122 # So? What about this header?
15123 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15124 yes:no: )
15125 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15126 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15127 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15128 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15129 ac_header_preproc=yes
15131 no:yes:* )
15132 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15133 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15134 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15135 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15136 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15137 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15138 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15139 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15140 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15141 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15142 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15143 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15144 ( cat <<\_ASBOX
15145 ## ------------------------------------ ##
15146 ## Report this to wine-devel@winehq.org ##
15147 ## ------------------------------------ ##
15148 _ASBOX
15149 ) | sed "s/^/$as_me: WARNING: /" >&2
15151 esac
15152 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15153 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15154 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15155 echo $ECHO_N "(cached) $ECHO_C" >&6
15156 else
15157 eval "$as_ac_Header=\$ac_header_preproc"
15159 ac_res=`eval echo '${'$as_ac_Header'}'`
15160 { echo "$as_me:$LINENO: result: $ac_res" >&5
15161 echo "${ECHO_T}$ac_res" >&6; }
15164 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15165 cat >>confdefs.h <<_ACEOF
15166 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15167 _ACEOF
15168 { echo "$as_me:$LINENO: checking for -lcups" >&5
15169 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15170 if test "${ac_cv_lib_soname_cups+set}" = set; then
15171 echo $ECHO_N "(cached) $ECHO_C" >&6
15172 else
15173 ac_check_soname_save_LIBS=$LIBS
15174 LIBS="-lcups $ac_cups_libs $LIBS"
15175 cat >conftest.$ac_ext <<_ACEOF
15176 /* confdefs.h. */
15177 _ACEOF
15178 cat confdefs.h >>conftest.$ac_ext
15179 cat >>conftest.$ac_ext <<_ACEOF
15180 /* end confdefs.h. */
15182 /* Override any GCC internal prototype to avoid an error.
15183 Use char because int might match the return type of a GCC
15184 builtin and then its argument prototype would still apply. */
15185 #ifdef __cplusplus
15186 extern "C"
15187 #endif
15188 char cupsGetDefault ();
15190 main ()
15192 return cupsGetDefault ();
15194 return 0;
15196 _ACEOF
15197 rm -f conftest.$ac_objext conftest$ac_exeext
15198 if { (ac_try="$ac_link"
15199 case "(($ac_try" in
15200 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15201 *) ac_try_echo=$ac_try;;
15202 esac
15203 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15204 (eval "$ac_link") 2>conftest.er1
15205 ac_status=$?
15206 grep -v '^ *+' conftest.er1 >conftest.err
15207 rm -f conftest.er1
15208 cat conftest.err >&5
15209 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15210 (exit $ac_status); } && {
15211 test -z "$ac_c_werror_flag" ||
15212 test ! -s conftest.err
15213 } && test -s conftest$ac_exeext &&
15214 $as_test_x conftest$ac_exeext; then
15215 case "$LIBEXT" in
15216 dll) ;;
15217 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'` ;;
15218 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15219 esac
15220 else
15221 echo "$as_me: failed program was:" >&5
15222 sed 's/^/| /' conftest.$ac_ext >&5
15227 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15228 conftest$ac_exeext conftest.$ac_ext
15229 LIBS=$ac_check_soname_save_LIBS
15231 if test "x$ac_cv_lib_soname_cups" = "x"; then
15232 { echo "$as_me:$LINENO: result: not found" >&5
15233 echo "${ECHO_T}not found" >&6; }
15235 else
15236 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15237 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15239 cat >>confdefs.h <<_ACEOF
15240 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15241 _ACEOF
15243 CUPSINCL="$ac_cups_cflags"
15248 done
15250 CPPFLAGS="$ac_save_CPPFLAGS"
15252 if test "x$ac_cv_lib_soname_cups" = "x"; then
15253 case "x$with_cups" in
15254 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15255 xno) ;;
15256 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15257 This is an error since --with-cups was requested." >&5
15258 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15259 This is an error since --with-cups was requested." >&2;}
15260 { (exit 1); exit 1; }; } ;;
15261 esac
15265 if test "$ac_cv_header_jack_jack_h" = "yes"
15266 then
15267 { echo "$as_me:$LINENO: checking for -ljack" >&5
15268 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15269 if test "${ac_cv_lib_soname_jack+set}" = set; then
15270 echo $ECHO_N "(cached) $ECHO_C" >&6
15271 else
15272 ac_check_soname_save_LIBS=$LIBS
15273 LIBS="-ljack $LIBS"
15274 cat >conftest.$ac_ext <<_ACEOF
15275 /* confdefs.h. */
15276 _ACEOF
15277 cat confdefs.h >>conftest.$ac_ext
15278 cat >>conftest.$ac_ext <<_ACEOF
15279 /* end confdefs.h. */
15281 /* Override any GCC internal prototype to avoid an error.
15282 Use char because int might match the return type of a GCC
15283 builtin and then its argument prototype would still apply. */
15284 #ifdef __cplusplus
15285 extern "C"
15286 #endif
15287 char jack_client_new ();
15289 main ()
15291 return jack_client_new ();
15293 return 0;
15295 _ACEOF
15296 rm -f conftest.$ac_objext conftest$ac_exeext
15297 if { (ac_try="$ac_link"
15298 case "(($ac_try" in
15299 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15300 *) ac_try_echo=$ac_try;;
15301 esac
15302 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15303 (eval "$ac_link") 2>conftest.er1
15304 ac_status=$?
15305 grep -v '^ *+' conftest.er1 >conftest.err
15306 rm -f conftest.er1
15307 cat conftest.err >&5
15308 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15309 (exit $ac_status); } && {
15310 test -z "$ac_c_werror_flag" ||
15311 test ! -s conftest.err
15312 } && test -s conftest$ac_exeext &&
15313 $as_test_x conftest$ac_exeext; then
15314 case "$LIBEXT" in
15315 dll) ;;
15316 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'` ;;
15317 *) 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'` ;;
15318 esac
15319 else
15320 echo "$as_me: failed program was:" >&5
15321 sed 's/^/| /' conftest.$ac_ext >&5
15326 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15327 conftest$ac_exeext conftest.$ac_ext
15328 LIBS=$ac_check_soname_save_LIBS
15330 if test "x$ac_cv_lib_soname_jack" = "x"; then
15331 { echo "$as_me:$LINENO: result: not found" >&5
15332 echo "${ECHO_T}not found" >&6; }
15334 else
15335 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15336 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15338 cat >>confdefs.h <<_ACEOF
15339 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15340 _ACEOF
15347 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15348 then
15349 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15350 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15351 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15352 echo $ECHO_N "(cached) $ECHO_C" >&6
15353 else
15354 ac_check_soname_save_LIBS=$LIBS
15355 LIBS="-lfontconfig $LIBS"
15356 cat >conftest.$ac_ext <<_ACEOF
15357 /* confdefs.h. */
15358 _ACEOF
15359 cat confdefs.h >>conftest.$ac_ext
15360 cat >>conftest.$ac_ext <<_ACEOF
15361 /* end confdefs.h. */
15363 /* Override any GCC internal prototype to avoid an error.
15364 Use char because int might match the return type of a GCC
15365 builtin and then its argument prototype would still apply. */
15366 #ifdef __cplusplus
15367 extern "C"
15368 #endif
15369 char FcInit ();
15371 main ()
15373 return FcInit ();
15375 return 0;
15377 _ACEOF
15378 rm -f conftest.$ac_objext conftest$ac_exeext
15379 if { (ac_try="$ac_link"
15380 case "(($ac_try" in
15381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15382 *) ac_try_echo=$ac_try;;
15383 esac
15384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15385 (eval "$ac_link") 2>conftest.er1
15386 ac_status=$?
15387 grep -v '^ *+' conftest.er1 >conftest.err
15388 rm -f conftest.er1
15389 cat conftest.err >&5
15390 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15391 (exit $ac_status); } && {
15392 test -z "$ac_c_werror_flag" ||
15393 test ! -s conftest.err
15394 } && test -s conftest$ac_exeext &&
15395 $as_test_x conftest$ac_exeext; then
15396 case "$LIBEXT" in
15397 dll) ;;
15398 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'` ;;
15399 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15400 esac
15401 else
15402 echo "$as_me: failed program was:" >&5
15403 sed 's/^/| /' conftest.$ac_ext >&5
15408 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15409 conftest$ac_exeext conftest.$ac_ext
15410 LIBS=$ac_check_soname_save_LIBS
15412 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15413 { echo "$as_me:$LINENO: result: not found" >&5
15414 echo "${ECHO_T}not found" >&6; }
15416 else
15417 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15418 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15420 cat >>confdefs.h <<_ACEOF
15421 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15422 _ACEOF
15427 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15428 then
15429 ac_save_CPPFLAGS="$CPPFLAGS"
15430 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15431 $as_unset ac_cv_header_fontconfig_fontconfig_h
15433 for ac_header in fontconfig/fontconfig.h
15435 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15436 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15437 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15438 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15439 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15440 echo $ECHO_N "(cached) $ECHO_C" >&6
15442 ac_res=`eval echo '${'$as_ac_Header'}'`
15443 { echo "$as_me:$LINENO: result: $ac_res" >&5
15444 echo "${ECHO_T}$ac_res" >&6; }
15445 else
15446 # Is the header compilable?
15447 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15448 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15449 cat >conftest.$ac_ext <<_ACEOF
15450 /* confdefs.h. */
15451 _ACEOF
15452 cat confdefs.h >>conftest.$ac_ext
15453 cat >>conftest.$ac_ext <<_ACEOF
15454 /* end confdefs.h. */
15455 $ac_includes_default
15456 #include <$ac_header>
15457 _ACEOF
15458 rm -f conftest.$ac_objext
15459 if { (ac_try="$ac_compile"
15460 case "(($ac_try" in
15461 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15462 *) ac_try_echo=$ac_try;;
15463 esac
15464 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15465 (eval "$ac_compile") 2>conftest.er1
15466 ac_status=$?
15467 grep -v '^ *+' conftest.er1 >conftest.err
15468 rm -f conftest.er1
15469 cat conftest.err >&5
15470 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15471 (exit $ac_status); } && {
15472 test -z "$ac_c_werror_flag" ||
15473 test ! -s conftest.err
15474 } && test -s conftest.$ac_objext; then
15475 ac_header_compiler=yes
15476 else
15477 echo "$as_me: failed program was:" >&5
15478 sed 's/^/| /' conftest.$ac_ext >&5
15480 ac_header_compiler=no
15483 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15484 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15485 echo "${ECHO_T}$ac_header_compiler" >&6; }
15487 # Is the header present?
15488 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15489 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15490 cat >conftest.$ac_ext <<_ACEOF
15491 /* confdefs.h. */
15492 _ACEOF
15493 cat confdefs.h >>conftest.$ac_ext
15494 cat >>conftest.$ac_ext <<_ACEOF
15495 /* end confdefs.h. */
15496 #include <$ac_header>
15497 _ACEOF
15498 if { (ac_try="$ac_cpp conftest.$ac_ext"
15499 case "(($ac_try" in
15500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15501 *) ac_try_echo=$ac_try;;
15502 esac
15503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15504 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15505 ac_status=$?
15506 grep -v '^ *+' conftest.er1 >conftest.err
15507 rm -f conftest.er1
15508 cat conftest.err >&5
15509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15510 (exit $ac_status); } >/dev/null && {
15511 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15512 test ! -s conftest.err
15513 }; then
15514 ac_header_preproc=yes
15515 else
15516 echo "$as_me: failed program was:" >&5
15517 sed 's/^/| /' conftest.$ac_ext >&5
15519 ac_header_preproc=no
15522 rm -f conftest.err conftest.$ac_ext
15523 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15524 echo "${ECHO_T}$ac_header_preproc" >&6; }
15526 # So? What about this header?
15527 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15528 yes:no: )
15529 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15530 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15531 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15532 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15533 ac_header_preproc=yes
15535 no:yes:* )
15536 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15537 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15538 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15539 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15540 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15541 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15542 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15543 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15544 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15545 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15546 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15547 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15548 ( cat <<\_ASBOX
15549 ## ------------------------------------ ##
15550 ## Report this to wine-devel@winehq.org ##
15551 ## ------------------------------------ ##
15552 _ASBOX
15553 ) | sed "s/^/$as_me: WARNING: /" >&2
15555 esac
15556 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15557 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15558 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15559 echo $ECHO_N "(cached) $ECHO_C" >&6
15560 else
15561 eval "$as_ac_Header=\$ac_header_preproc"
15563 ac_res=`eval echo '${'$as_ac_Header'}'`
15564 { echo "$as_me:$LINENO: result: $ac_res" >&5
15565 echo "${ECHO_T}$ac_res" >&6; }
15568 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15569 cat >>confdefs.h <<_ACEOF
15570 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15571 _ACEOF
15575 done
15577 CPPFLAGS="$ac_save_CPPFLAGS"
15578 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15579 then
15580 FONTCONFIGINCL="$X_CFLAGS"
15582 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15583 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15584 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15585 echo $ECHO_N "(cached) $ECHO_C" >&6
15586 else
15587 ac_check_soname_save_LIBS=$LIBS
15588 LIBS="-lfontconfig $X_LIBS $LIBS"
15589 cat >conftest.$ac_ext <<_ACEOF
15590 /* confdefs.h. */
15591 _ACEOF
15592 cat confdefs.h >>conftest.$ac_ext
15593 cat >>conftest.$ac_ext <<_ACEOF
15594 /* end confdefs.h. */
15596 /* Override any GCC internal prototype to avoid an error.
15597 Use char because int might match the return type of a GCC
15598 builtin and then its argument prototype would still apply. */
15599 #ifdef __cplusplus
15600 extern "C"
15601 #endif
15602 char FcInit ();
15604 main ()
15606 return FcInit ();
15608 return 0;
15610 _ACEOF
15611 rm -f conftest.$ac_objext conftest$ac_exeext
15612 if { (ac_try="$ac_link"
15613 case "(($ac_try" in
15614 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15615 *) ac_try_echo=$ac_try;;
15616 esac
15617 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15618 (eval "$ac_link") 2>conftest.er1
15619 ac_status=$?
15620 grep -v '^ *+' conftest.er1 >conftest.err
15621 rm -f conftest.er1
15622 cat conftest.err >&5
15623 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15624 (exit $ac_status); } && {
15625 test -z "$ac_c_werror_flag" ||
15626 test ! -s conftest.err
15627 } && test -s conftest$ac_exeext &&
15628 $as_test_x conftest$ac_exeext; then
15629 case "$LIBEXT" in
15630 dll) ;;
15631 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'` ;;
15632 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15633 esac
15634 else
15635 echo "$as_me: failed program was:" >&5
15636 sed 's/^/| /' conftest.$ac_ext >&5
15641 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15642 conftest$ac_exeext conftest.$ac_ext
15643 LIBS=$ac_check_soname_save_LIBS
15645 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15646 { echo "$as_me:$LINENO: result: not found" >&5
15647 echo "${ECHO_T}not found" >&6; }
15649 else
15650 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15651 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15653 cat >>confdefs.h <<_ACEOF
15654 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15655 _ACEOF
15662 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15663 case "x$with_fontconfig" in
15664 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15665 xno) ;;
15666 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15667 This is an error since --with-fontconfig was requested." >&5
15668 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15669 This is an error since --with-fontconfig was requested." >&2;}
15670 { (exit 1); exit 1; }; } ;;
15671 esac
15675 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15676 then
15677 { echo "$as_me:$LINENO: checking for -lssl" >&5
15678 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15679 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15680 echo $ECHO_N "(cached) $ECHO_C" >&6
15681 else
15682 ac_check_soname_save_LIBS=$LIBS
15683 LIBS="-lssl $LIBS"
15684 cat >conftest.$ac_ext <<_ACEOF
15685 /* confdefs.h. */
15686 _ACEOF
15687 cat confdefs.h >>conftest.$ac_ext
15688 cat >>conftest.$ac_ext <<_ACEOF
15689 /* end confdefs.h. */
15691 /* Override any GCC internal prototype to avoid an error.
15692 Use char because int might match the return type of a GCC
15693 builtin and then its argument prototype would still apply. */
15694 #ifdef __cplusplus
15695 extern "C"
15696 #endif
15697 char SSL_library_init ();
15699 main ()
15701 return SSL_library_init ();
15703 return 0;
15705 _ACEOF
15706 rm -f conftest.$ac_objext conftest$ac_exeext
15707 if { (ac_try="$ac_link"
15708 case "(($ac_try" in
15709 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15710 *) ac_try_echo=$ac_try;;
15711 esac
15712 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15713 (eval "$ac_link") 2>conftest.er1
15714 ac_status=$?
15715 grep -v '^ *+' conftest.er1 >conftest.err
15716 rm -f conftest.er1
15717 cat conftest.err >&5
15718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15719 (exit $ac_status); } && {
15720 test -z "$ac_c_werror_flag" ||
15721 test ! -s conftest.err
15722 } && test -s conftest$ac_exeext &&
15723 $as_test_x conftest$ac_exeext; then
15724 case "$LIBEXT" in
15725 dll) ;;
15726 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'` ;;
15727 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15728 esac
15729 else
15730 echo "$as_me: failed program was:" >&5
15731 sed 's/^/| /' conftest.$ac_ext >&5
15736 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15737 conftest$ac_exeext conftest.$ac_ext
15738 LIBS=$ac_check_soname_save_LIBS
15740 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15741 { echo "$as_me:$LINENO: result: not found" >&5
15742 echo "${ECHO_T}not found" >&6; }
15744 else
15745 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15746 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15748 cat >>confdefs.h <<_ACEOF
15749 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15750 _ACEOF
15755 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15756 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15757 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15758 echo $ECHO_N "(cached) $ECHO_C" >&6
15759 else
15760 ac_check_soname_save_LIBS=$LIBS
15761 LIBS="-lcrypto $LIBS"
15762 cat >conftest.$ac_ext <<_ACEOF
15763 /* confdefs.h. */
15764 _ACEOF
15765 cat confdefs.h >>conftest.$ac_ext
15766 cat >>conftest.$ac_ext <<_ACEOF
15767 /* end confdefs.h. */
15769 /* Override any GCC internal prototype to avoid an error.
15770 Use char because int might match the return type of a GCC
15771 builtin and then its argument prototype would still apply. */
15772 #ifdef __cplusplus
15773 extern "C"
15774 #endif
15775 char BIO_new_socket ();
15777 main ()
15779 return BIO_new_socket ();
15781 return 0;
15783 _ACEOF
15784 rm -f conftest.$ac_objext conftest$ac_exeext
15785 if { (ac_try="$ac_link"
15786 case "(($ac_try" in
15787 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15788 *) ac_try_echo=$ac_try;;
15789 esac
15790 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15791 (eval "$ac_link") 2>conftest.er1
15792 ac_status=$?
15793 grep -v '^ *+' conftest.er1 >conftest.err
15794 rm -f conftest.er1
15795 cat conftest.err >&5
15796 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15797 (exit $ac_status); } && {
15798 test -z "$ac_c_werror_flag" ||
15799 test ! -s conftest.err
15800 } && test -s conftest$ac_exeext &&
15801 $as_test_x conftest$ac_exeext; then
15802 case "$LIBEXT" in
15803 dll) ;;
15804 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'` ;;
15805 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15806 esac
15807 else
15808 echo "$as_me: failed program was:" >&5
15809 sed 's/^/| /' conftest.$ac_ext >&5
15814 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15815 conftest$ac_exeext conftest.$ac_ext
15816 LIBS=$ac_check_soname_save_LIBS
15818 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15819 { echo "$as_me:$LINENO: result: not found" >&5
15820 echo "${ECHO_T}not found" >&6; }
15822 else
15823 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15824 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15826 cat >>confdefs.h <<_ACEOF
15827 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15828 _ACEOF
15834 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15835 case "x$with_openssl" in
15836 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15837 xno) ;;
15838 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15839 This is an error since --with-openssl was requested." >&5
15840 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15841 This is an error since --with-openssl was requested." >&2;}
15842 { (exit 1); exit 1; }; } ;;
15843 esac
15847 if test "$ac_cv_header_jpeglib_h" = "yes"
15848 then
15849 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15850 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15851 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15852 echo $ECHO_N "(cached) $ECHO_C" >&6
15853 else
15854 ac_check_soname_save_LIBS=$LIBS
15855 LIBS="-ljpeg $LIBS"
15856 cat >conftest.$ac_ext <<_ACEOF
15857 /* confdefs.h. */
15858 _ACEOF
15859 cat confdefs.h >>conftest.$ac_ext
15860 cat >>conftest.$ac_ext <<_ACEOF
15861 /* end confdefs.h. */
15863 /* Override any GCC internal prototype to avoid an error.
15864 Use char because int might match the return type of a GCC
15865 builtin and then its argument prototype would still apply. */
15866 #ifdef __cplusplus
15867 extern "C"
15868 #endif
15869 char jpeg_start_decompress ();
15871 main ()
15873 return jpeg_start_decompress ();
15875 return 0;
15877 _ACEOF
15878 rm -f conftest.$ac_objext conftest$ac_exeext
15879 if { (ac_try="$ac_link"
15880 case "(($ac_try" in
15881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15882 *) ac_try_echo=$ac_try;;
15883 esac
15884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15885 (eval "$ac_link") 2>conftest.er1
15886 ac_status=$?
15887 grep -v '^ *+' conftest.er1 >conftest.err
15888 rm -f conftest.er1
15889 cat conftest.err >&5
15890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15891 (exit $ac_status); } && {
15892 test -z "$ac_c_werror_flag" ||
15893 test ! -s conftest.err
15894 } && test -s conftest$ac_exeext &&
15895 $as_test_x conftest$ac_exeext; then
15896 case "$LIBEXT" in
15897 dll) ;;
15898 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'` ;;
15899 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15900 esac
15901 else
15902 echo "$as_me: failed program was:" >&5
15903 sed 's/^/| /' conftest.$ac_ext >&5
15908 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15909 conftest$ac_exeext conftest.$ac_ext
15910 LIBS=$ac_check_soname_save_LIBS
15912 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15913 { echo "$as_me:$LINENO: result: not found" >&5
15914 echo "${ECHO_T}not found" >&6; }
15916 else
15917 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15918 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15920 cat >>confdefs.h <<_ACEOF
15921 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15922 _ACEOF
15928 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15929 case "x$with_jpeg" in
15930 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15931 xno) ;;
15932 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15933 This is an error since --with-jpeg was requested." >&5
15934 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15935 This is an error since --with-jpeg was requested." >&2;}
15936 { (exit 1); exit 1; }; } ;;
15937 esac
15941 if test "$ac_cv_header_png_h" = "yes"
15942 then
15943 { echo "$as_me:$LINENO: checking for -lpng" >&5
15944 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15945 if test "${ac_cv_lib_soname_png+set}" = set; then
15946 echo $ECHO_N "(cached) $ECHO_C" >&6
15947 else
15948 ac_check_soname_save_LIBS=$LIBS
15949 LIBS="-lpng -lm $LIBS"
15950 cat >conftest.$ac_ext <<_ACEOF
15951 /* confdefs.h. */
15952 _ACEOF
15953 cat confdefs.h >>conftest.$ac_ext
15954 cat >>conftest.$ac_ext <<_ACEOF
15955 /* end confdefs.h. */
15957 /* Override any GCC internal prototype to avoid an error.
15958 Use char because int might match the return type of a GCC
15959 builtin and then its argument prototype would still apply. */
15960 #ifdef __cplusplus
15961 extern "C"
15962 #endif
15963 char png_create_read_struct ();
15965 main ()
15967 return png_create_read_struct ();
15969 return 0;
15971 _ACEOF
15972 rm -f conftest.$ac_objext conftest$ac_exeext
15973 if { (ac_try="$ac_link"
15974 case "(($ac_try" in
15975 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15976 *) ac_try_echo=$ac_try;;
15977 esac
15978 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15979 (eval "$ac_link") 2>conftest.er1
15980 ac_status=$?
15981 grep -v '^ *+' conftest.er1 >conftest.err
15982 rm -f conftest.er1
15983 cat conftest.err >&5
15984 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15985 (exit $ac_status); } && {
15986 test -z "$ac_c_werror_flag" ||
15987 test ! -s conftest.err
15988 } && test -s conftest$ac_exeext &&
15989 $as_test_x conftest$ac_exeext; then
15990 case "$LIBEXT" in
15991 dll) ;;
15992 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'` ;;
15993 *) 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'` ;;
15994 esac
15995 else
15996 echo "$as_me: failed program was:" >&5
15997 sed 's/^/| /' conftest.$ac_ext >&5
16002 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16003 conftest$ac_exeext conftest.$ac_ext
16004 LIBS=$ac_check_soname_save_LIBS
16006 if test "x$ac_cv_lib_soname_png" = "x"; then
16007 { echo "$as_me:$LINENO: result: not found" >&5
16008 echo "${ECHO_T}not found" >&6; }
16010 else
16011 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16012 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16014 cat >>confdefs.h <<_ACEOF
16015 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16016 _ACEOF
16022 if test "x$ac_cv_lib_soname_png" = "x"; then
16023 case "x$with_png" in
16024 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16025 xno) ;;
16026 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16027 This is an error since --with-png was requested." >&5
16028 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16029 This is an error since --with-png was requested." >&2;}
16030 { (exit 1); exit 1; }; } ;;
16031 esac
16035 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16036 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16037 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16038 echo $ECHO_N "(cached) $ECHO_C" >&6
16039 else
16040 ac_check_soname_save_LIBS=$LIBS
16041 LIBS="-lodbc $LIBS"
16042 cat >conftest.$ac_ext <<_ACEOF
16043 /* confdefs.h. */
16044 _ACEOF
16045 cat confdefs.h >>conftest.$ac_ext
16046 cat >>conftest.$ac_ext <<_ACEOF
16047 /* end confdefs.h. */
16049 /* Override any GCC internal prototype to avoid an error.
16050 Use char because int might match the return type of a GCC
16051 builtin and then its argument prototype would still apply. */
16052 #ifdef __cplusplus
16053 extern "C"
16054 #endif
16055 char SQLConnect ();
16057 main ()
16059 return SQLConnect ();
16061 return 0;
16063 _ACEOF
16064 rm -f conftest.$ac_objext conftest$ac_exeext
16065 if { (ac_try="$ac_link"
16066 case "(($ac_try" in
16067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16068 *) ac_try_echo=$ac_try;;
16069 esac
16070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16071 (eval "$ac_link") 2>conftest.er1
16072 ac_status=$?
16073 grep -v '^ *+' conftest.er1 >conftest.err
16074 rm -f conftest.er1
16075 cat conftest.err >&5
16076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16077 (exit $ac_status); } && {
16078 test -z "$ac_c_werror_flag" ||
16079 test ! -s conftest.err
16080 } && test -s conftest$ac_exeext &&
16081 $as_test_x conftest$ac_exeext; then
16082 case "$LIBEXT" in
16083 dll) ;;
16084 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'` ;;
16085 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16086 esac
16087 else
16088 echo "$as_me: failed program was:" >&5
16089 sed 's/^/| /' conftest.$ac_ext >&5
16094 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16095 conftest$ac_exeext conftest.$ac_ext
16096 LIBS=$ac_check_soname_save_LIBS
16098 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16099 { echo "$as_me:$LINENO: result: not found" >&5
16100 echo "${ECHO_T}not found" >&6; }
16101 cat >>confdefs.h <<_ACEOF
16102 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16103 _ACEOF
16105 else
16106 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16107 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16109 cat >>confdefs.h <<_ACEOF
16110 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16111 _ACEOF
16117 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16118 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16119 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16120 "$ac_cv_header_soundcard_h" != "yes" -a \
16121 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16122 then
16123 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16127 EXTRACFLAGS=""
16129 if test "x${GCC}" = "xyes"
16130 then
16131 EXTRACFLAGS="-Wall -pipe"
16133 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16134 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16135 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16136 echo $ECHO_N "(cached) $ECHO_C" >&6
16137 else
16138 if test "$cross_compiling" = yes; then
16139 ac_cv_c_gcc_strength_bug="yes"
16140 else
16141 cat >conftest.$ac_ext <<_ACEOF
16142 /* confdefs.h. */
16143 _ACEOF
16144 cat confdefs.h >>conftest.$ac_ext
16145 cat >>conftest.$ac_ext <<_ACEOF
16146 /* end confdefs.h. */
16147 int L[4] = {0,1,2,3};
16149 main ()
16151 static int Array[3];
16152 unsigned int B = 3;
16153 int i;
16154 for(i=0; i<B; i++) Array[i] = i - 3;
16155 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16156 L[i] = 4;
16157 exit( Array[1] != -2 || L[2] != 3)
16159 return 0;
16161 _ACEOF
16162 rm -f conftest$ac_exeext
16163 if { (ac_try="$ac_link"
16164 case "(($ac_try" in
16165 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16166 *) ac_try_echo=$ac_try;;
16167 esac
16168 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16169 (eval "$ac_link") 2>&5
16170 ac_status=$?
16171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16172 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16173 { (case "(($ac_try" in
16174 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16175 *) ac_try_echo=$ac_try;;
16176 esac
16177 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16178 (eval "$ac_try") 2>&5
16179 ac_status=$?
16180 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16181 (exit $ac_status); }; }; then
16182 ac_cv_c_gcc_strength_bug="no"
16183 else
16184 echo "$as_me: program exited with status $ac_status" >&5
16185 echo "$as_me: failed program was:" >&5
16186 sed 's/^/| /' conftest.$ac_ext >&5
16188 ( exit $ac_status )
16189 ac_cv_c_gcc_strength_bug="yes"
16191 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16196 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16197 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16198 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16199 then
16200 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16204 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16205 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16206 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16207 echo $ECHO_N "(cached) $ECHO_C" >&6
16208 else
16209 ac_wine_try_cflags_saved=$CFLAGS
16210 CFLAGS="$CFLAGS -fshort-wchar"
16211 cat >conftest.$ac_ext <<_ACEOF
16212 /* confdefs.h. */
16213 _ACEOF
16214 cat confdefs.h >>conftest.$ac_ext
16215 cat >>conftest.$ac_ext <<_ACEOF
16216 /* end confdefs.h. */
16219 main ()
16223 return 0;
16225 _ACEOF
16226 rm -f conftest.$ac_objext conftest$ac_exeext
16227 if { (ac_try="$ac_link"
16228 case "(($ac_try" in
16229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16230 *) ac_try_echo=$ac_try;;
16231 esac
16232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16233 (eval "$ac_link") 2>conftest.er1
16234 ac_status=$?
16235 grep -v '^ *+' conftest.er1 >conftest.err
16236 rm -f conftest.er1
16237 cat conftest.err >&5
16238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16239 (exit $ac_status); } && {
16240 test -z "$ac_c_werror_flag" ||
16241 test ! -s conftest.err
16242 } && test -s conftest$ac_exeext &&
16243 $as_test_x conftest$ac_exeext; then
16244 ac_cv_cflags__fshort_wchar=yes
16245 else
16246 echo "$as_me: failed program was:" >&5
16247 sed 's/^/| /' conftest.$ac_ext >&5
16249 ac_cv_cflags__fshort_wchar=no
16252 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16253 conftest$ac_exeext conftest.$ac_ext
16254 CFLAGS=$ac_wine_try_cflags_saved
16256 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16257 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16258 if test $ac_cv_cflags__fshort_wchar = yes; then
16260 cat >>confdefs.h <<\_ACEOF
16261 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16262 _ACEOF
16266 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16267 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16268 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16269 echo $ECHO_N "(cached) $ECHO_C" >&6
16270 else
16271 ac_wine_try_cflags_saved=$CFLAGS
16272 CFLAGS="$CFLAGS -fno-strict-aliasing"
16273 cat >conftest.$ac_ext <<_ACEOF
16274 /* confdefs.h. */
16275 _ACEOF
16276 cat confdefs.h >>conftest.$ac_ext
16277 cat >>conftest.$ac_ext <<_ACEOF
16278 /* end confdefs.h. */
16281 main ()
16285 return 0;
16287 _ACEOF
16288 rm -f conftest.$ac_objext conftest$ac_exeext
16289 if { (ac_try="$ac_link"
16290 case "(($ac_try" in
16291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16292 *) ac_try_echo=$ac_try;;
16293 esac
16294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16295 (eval "$ac_link") 2>conftest.er1
16296 ac_status=$?
16297 grep -v '^ *+' conftest.er1 >conftest.err
16298 rm -f conftest.er1
16299 cat conftest.err >&5
16300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16301 (exit $ac_status); } && {
16302 test -z "$ac_c_werror_flag" ||
16303 test ! -s conftest.err
16304 } && test -s conftest$ac_exeext &&
16305 $as_test_x conftest$ac_exeext; then
16306 ac_cv_cflags__fno_strict_aliasing=yes
16307 else
16308 echo "$as_me: failed program was:" >&5
16309 sed 's/^/| /' conftest.$ac_ext >&5
16311 ac_cv_cflags__fno_strict_aliasing=no
16314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16315 conftest$ac_exeext conftest.$ac_ext
16316 CFLAGS=$ac_wine_try_cflags_saved
16318 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16319 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16320 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16321 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16324 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16325 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16326 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16327 echo $ECHO_N "(cached) $ECHO_C" >&6
16328 else
16329 ac_wine_try_cflags_saved=$CFLAGS
16330 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16331 cat >conftest.$ac_ext <<_ACEOF
16332 /* confdefs.h. */
16333 _ACEOF
16334 cat confdefs.h >>conftest.$ac_ext
16335 cat >>conftest.$ac_ext <<_ACEOF
16336 /* end confdefs.h. */
16339 main ()
16343 return 0;
16345 _ACEOF
16346 rm -f conftest.$ac_objext conftest$ac_exeext
16347 if { (ac_try="$ac_link"
16348 case "(($ac_try" in
16349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16350 *) ac_try_echo=$ac_try;;
16351 esac
16352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16353 (eval "$ac_link") 2>conftest.er1
16354 ac_status=$?
16355 grep -v '^ *+' conftest.er1 >conftest.err
16356 rm -f conftest.er1
16357 cat conftest.err >&5
16358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16359 (exit $ac_status); } && {
16360 test -z "$ac_c_werror_flag" ||
16361 test ! -s conftest.err
16362 } && test -s conftest$ac_exeext &&
16363 $as_test_x conftest$ac_exeext; then
16364 ac_cv_cflags__Wdeclaration_after_statement=yes
16365 else
16366 echo "$as_me: failed program was:" >&5
16367 sed 's/^/| /' conftest.$ac_ext >&5
16369 ac_cv_cflags__Wdeclaration_after_statement=no
16372 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16373 conftest$ac_exeext conftest.$ac_ext
16374 CFLAGS=$ac_wine_try_cflags_saved
16376 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16377 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16378 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16379 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16382 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16383 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16384 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16385 echo $ECHO_N "(cached) $ECHO_C" >&6
16386 else
16387 ac_wine_try_cflags_saved=$CFLAGS
16388 CFLAGS="$CFLAGS -Wwrite-strings"
16389 cat >conftest.$ac_ext <<_ACEOF
16390 /* confdefs.h. */
16391 _ACEOF
16392 cat confdefs.h >>conftest.$ac_ext
16393 cat >>conftest.$ac_ext <<_ACEOF
16394 /* end confdefs.h. */
16397 main ()
16401 return 0;
16403 _ACEOF
16404 rm -f conftest.$ac_objext conftest$ac_exeext
16405 if { (ac_try="$ac_link"
16406 case "(($ac_try" in
16407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16408 *) ac_try_echo=$ac_try;;
16409 esac
16410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16411 (eval "$ac_link") 2>conftest.er1
16412 ac_status=$?
16413 grep -v '^ *+' conftest.er1 >conftest.err
16414 rm -f conftest.er1
16415 cat conftest.err >&5
16416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16417 (exit $ac_status); } && {
16418 test -z "$ac_c_werror_flag" ||
16419 test ! -s conftest.err
16420 } && test -s conftest$ac_exeext &&
16421 $as_test_x conftest$ac_exeext; then
16422 ac_cv_cflags__Wwrite_strings=yes
16423 else
16424 echo "$as_me: failed program was:" >&5
16425 sed 's/^/| /' conftest.$ac_ext >&5
16427 ac_cv_cflags__Wwrite_strings=no
16430 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16431 conftest$ac_exeext conftest.$ac_ext
16432 CFLAGS=$ac_wine_try_cflags_saved
16434 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16435 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16436 if test $ac_cv_cflags__Wwrite_strings = yes; then
16437 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16440 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16441 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16442 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16443 echo $ECHO_N "(cached) $ECHO_C" >&6
16444 else
16445 ac_wine_try_cflags_saved=$CFLAGS
16446 CFLAGS="$CFLAGS -Wtype-limits"
16447 cat >conftest.$ac_ext <<_ACEOF
16448 /* confdefs.h. */
16449 _ACEOF
16450 cat confdefs.h >>conftest.$ac_ext
16451 cat >>conftest.$ac_ext <<_ACEOF
16452 /* end confdefs.h. */
16455 main ()
16459 return 0;
16461 _ACEOF
16462 rm -f conftest.$ac_objext conftest$ac_exeext
16463 if { (ac_try="$ac_link"
16464 case "(($ac_try" in
16465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16466 *) ac_try_echo=$ac_try;;
16467 esac
16468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16469 (eval "$ac_link") 2>conftest.er1
16470 ac_status=$?
16471 grep -v '^ *+' conftest.er1 >conftest.err
16472 rm -f conftest.er1
16473 cat conftest.err >&5
16474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16475 (exit $ac_status); } && {
16476 test -z "$ac_c_werror_flag" ||
16477 test ! -s conftest.err
16478 } && test -s conftest$ac_exeext &&
16479 $as_test_x conftest$ac_exeext; then
16480 ac_cv_cflags__Wtype_limits=yes
16481 else
16482 echo "$as_me: failed program was:" >&5
16483 sed 's/^/| /' conftest.$ac_ext >&5
16485 ac_cv_cflags__Wtype_limits=no
16488 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16489 conftest$ac_exeext conftest.$ac_ext
16490 CFLAGS=$ac_wine_try_cflags_saved
16492 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16493 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16494 if test $ac_cv_cflags__Wtype_limits = yes; then
16495 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16499 saved_CFLAGS="$CFLAGS"
16500 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16501 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16502 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16503 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16504 echo $ECHO_N "(cached) $ECHO_C" >&6
16505 else
16506 cat >conftest.$ac_ext <<_ACEOF
16507 /* confdefs.h. */
16508 _ACEOF
16509 cat confdefs.h >>conftest.$ac_ext
16510 cat >>conftest.$ac_ext <<_ACEOF
16511 /* end confdefs.h. */
16512 #include <string.h>
16514 main ()
16518 return 0;
16520 _ACEOF
16521 rm -f conftest.$ac_objext
16522 if { (ac_try="$ac_compile"
16523 case "(($ac_try" in
16524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16525 *) ac_try_echo=$ac_try;;
16526 esac
16527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16528 (eval "$ac_compile") 2>conftest.er1
16529 ac_status=$?
16530 grep -v '^ *+' conftest.er1 >conftest.err
16531 rm -f conftest.er1
16532 cat conftest.err >&5
16533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16534 (exit $ac_status); } && {
16535 test -z "$ac_c_werror_flag" ||
16536 test ! -s conftest.err
16537 } && test -s conftest.$ac_objext; then
16538 ac_cv_c_string_h_warnings=no
16539 else
16540 echo "$as_me: failed program was:" >&5
16541 sed 's/^/| /' conftest.$ac_ext >&5
16543 ac_cv_c_string_h_warnings=yes
16546 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16548 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16549 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16550 CFLAGS="$saved_CFLAGS"
16551 if test "$ac_cv_c_string_h_warnings" = "no"
16552 then
16553 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16556 BUILTINFLAG=""
16558 saved_CFLAGS="$CFLAGS"
16559 CFLAGS="$CFLAGS -Werror"
16560 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16561 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16562 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16563 echo $ECHO_N "(cached) $ECHO_C" >&6
16564 else
16565 cat >conftest.$ac_ext <<_ACEOF
16566 /* confdefs.h. */
16567 _ACEOF
16568 cat confdefs.h >>conftest.$ac_ext
16569 cat >>conftest.$ac_ext <<_ACEOF
16570 /* end confdefs.h. */
16573 main ()
16575 int iswlower(unsigned short);
16577 return 0;
16579 _ACEOF
16580 rm -f conftest.$ac_objext
16581 if { (ac_try="$ac_compile"
16582 case "(($ac_try" in
16583 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16584 *) ac_try_echo=$ac_try;;
16585 esac
16586 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16587 (eval "$ac_compile") 2>conftest.er1
16588 ac_status=$?
16589 grep -v '^ *+' conftest.er1 >conftest.err
16590 rm -f conftest.er1
16591 cat conftest.err >&5
16592 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16593 (exit $ac_status); } && {
16594 test -z "$ac_c_werror_flag" ||
16595 test ! -s conftest.err
16596 } && test -s conftest.$ac_objext; then
16597 ac_cv_c_builtin_wchar_ctype=no
16598 else
16599 echo "$as_me: failed program was:" >&5
16600 sed 's/^/| /' conftest.$ac_ext >&5
16602 ac_cv_c_builtin_wchar_ctype=yes
16605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16607 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16608 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16609 CFLAGS="$saved_CFLAGS"
16610 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16611 then
16612 BUILTINFLAG="-fno-builtin"
16617 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16618 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16619 if test "${ac_cv_asm_func_def+set}" = set; then
16620 echo $ECHO_N "(cached) $ECHO_C" >&6
16621 else
16622 cat >conftest.$ac_ext <<_ACEOF
16623 /* confdefs.h. */
16624 _ACEOF
16625 cat confdefs.h >>conftest.$ac_ext
16626 cat >>conftest.$ac_ext <<_ACEOF
16627 /* end confdefs.h. */
16630 main ()
16632 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16634 return 0;
16636 _ACEOF
16637 rm -f conftest.$ac_objext conftest$ac_exeext
16638 if { (ac_try="$ac_link"
16639 case "(($ac_try" in
16640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16641 *) ac_try_echo=$ac_try;;
16642 esac
16643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16644 (eval "$ac_link") 2>conftest.er1
16645 ac_status=$?
16646 grep -v '^ *+' conftest.er1 >conftest.err
16647 rm -f conftest.er1
16648 cat conftest.err >&5
16649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16650 (exit $ac_status); } && {
16651 test -z "$ac_c_werror_flag" ||
16652 test ! -s conftest.err
16653 } && test -s conftest$ac_exeext &&
16654 $as_test_x conftest$ac_exeext; then
16655 ac_cv_asm_func_def=".def"
16656 else
16657 echo "$as_me: failed program was:" >&5
16658 sed 's/^/| /' conftest.$ac_ext >&5
16660 cat >conftest.$ac_ext <<_ACEOF
16661 /* confdefs.h. */
16662 _ACEOF
16663 cat confdefs.h >>conftest.$ac_ext
16664 cat >>conftest.$ac_ext <<_ACEOF
16665 /* end confdefs.h. */
16668 main ()
16670 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16672 return 0;
16674 _ACEOF
16675 rm -f conftest.$ac_objext conftest$ac_exeext
16676 if { (ac_try="$ac_link"
16677 case "(($ac_try" in
16678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16679 *) ac_try_echo=$ac_try;;
16680 esac
16681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16682 (eval "$ac_link") 2>conftest.er1
16683 ac_status=$?
16684 grep -v '^ *+' conftest.er1 >conftest.err
16685 rm -f conftest.er1
16686 cat conftest.err >&5
16687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16688 (exit $ac_status); } && {
16689 test -z "$ac_c_werror_flag" ||
16690 test ! -s conftest.err
16691 } && test -s conftest$ac_exeext &&
16692 $as_test_x conftest$ac_exeext; then
16693 ac_cv_asm_func_def=".type @function"
16694 else
16695 echo "$as_me: failed program was:" >&5
16696 sed 's/^/| /' conftest.$ac_ext >&5
16698 cat >conftest.$ac_ext <<_ACEOF
16699 /* confdefs.h. */
16700 _ACEOF
16701 cat confdefs.h >>conftest.$ac_ext
16702 cat >>conftest.$ac_ext <<_ACEOF
16703 /* end confdefs.h. */
16706 main ()
16708 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16710 return 0;
16712 _ACEOF
16713 rm -f conftest.$ac_objext conftest$ac_exeext
16714 if { (ac_try="$ac_link"
16715 case "(($ac_try" in
16716 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16717 *) ac_try_echo=$ac_try;;
16718 esac
16719 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16720 (eval "$ac_link") 2>conftest.er1
16721 ac_status=$?
16722 grep -v '^ *+' conftest.er1 >conftest.err
16723 rm -f conftest.er1
16724 cat conftest.err >&5
16725 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16726 (exit $ac_status); } && {
16727 test -z "$ac_c_werror_flag" ||
16728 test ! -s conftest.err
16729 } && test -s conftest$ac_exeext &&
16730 $as_test_x conftest$ac_exeext; then
16731 ac_cv_asm_func_def=".type 2"
16732 else
16733 echo "$as_me: failed program was:" >&5
16734 sed 's/^/| /' conftest.$ac_ext >&5
16736 ac_cv_asm_func_def="unknown"
16739 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16740 conftest$ac_exeext conftest.$ac_ext
16743 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16744 conftest$ac_exeext conftest.$ac_ext
16747 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16748 conftest$ac_exeext conftest.$ac_ext
16750 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16751 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16755 case "$ac_cv_asm_func_def" in
16756 ".def")
16757 cat >>confdefs.h <<\_ACEOF
16758 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16759 _ACEOF
16761 ".type @function")
16762 cat >>confdefs.h <<\_ACEOF
16763 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16764 _ACEOF
16766 ".type 2")
16767 cat >>confdefs.h <<\_ACEOF
16768 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16769 _ACEOF
16772 cat >>confdefs.h <<\_ACEOF
16773 #define __ASM_FUNC(name) ""
16774 _ACEOF
16776 esac
16779 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16780 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16781 if test "${ac_cv_c_extern_prefix+set}" = set; then
16782 echo $ECHO_N "(cached) $ECHO_C" >&6
16783 else
16784 cat >conftest.$ac_ext <<_ACEOF
16785 /* confdefs.h. */
16786 _ACEOF
16787 cat confdefs.h >>conftest.$ac_ext
16788 cat >>conftest.$ac_ext <<_ACEOF
16789 /* end confdefs.h. */
16790 extern int ac_test;
16792 main ()
16794 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16796 return 0;
16798 _ACEOF
16799 rm -f conftest.$ac_objext conftest$ac_exeext
16800 if { (ac_try="$ac_link"
16801 case "(($ac_try" in
16802 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16803 *) ac_try_echo=$ac_try;;
16804 esac
16805 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16806 (eval "$ac_link") 2>conftest.er1
16807 ac_status=$?
16808 grep -v '^ *+' conftest.er1 >conftest.err
16809 rm -f conftest.er1
16810 cat conftest.err >&5
16811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16812 (exit $ac_status); } && {
16813 test -z "$ac_c_werror_flag" ||
16814 test ! -s conftest.err
16815 } && test -s conftest$ac_exeext &&
16816 $as_test_x conftest$ac_exeext; then
16817 ac_cv_c_extern_prefix="yes"
16818 else
16819 echo "$as_me: failed program was:" >&5
16820 sed 's/^/| /' conftest.$ac_ext >&5
16822 ac_cv_c_extern_prefix="no"
16825 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16826 conftest$ac_exeext conftest.$ac_ext
16828 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16829 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16833 if test "$ac_cv_c_extern_prefix" = "yes"
16834 then
16835 cat >>confdefs.h <<\_ACEOF
16836 #define __ASM_NAME(name) "_" name
16837 _ACEOF
16839 else
16840 cat >>confdefs.h <<\_ACEOF
16841 #define __ASM_NAME(name) name
16842 _ACEOF
16847 LDPATH=""
16849 case $build_os in
16850 cygwin*|mingw32*)
16851 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16853 darwin*|macosx*)
16855 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
16856 then
16857 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16861 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16863 esac
16865 case $host_os in
16866 mingw32*)
16867 CRTLIBS="-lmsvcrt"
16869 SOCKETLIBS="-lws2_32"
16872 esac
16874 MAIN_BINARY="wine-pthread"
16875 case $host_cpu in
16876 *i[3456789]86*)
16877 case $host_os in
16878 linux* | k*bsd*-gnu)
16879 MAIN_BINARY="wine-glibc"
16881 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
16883 freebsd*)
16884 MAIN_BINARY="wine-freebsd"
16886 EXTRA_BINARIES="wine-pthread"
16888 esac
16890 esac
16962 for ac_func in \
16963 _pclose \
16964 _popen \
16965 _snprintf \
16966 _spawnvp \
16967 _strdup \
16968 _stricmp \
16969 _strnicmp \
16970 _strtoi64 \
16971 _strtoui64 \
16972 _vsnprintf \
16973 asctime_r \
16974 chsize \
16975 clone \
16976 dlopen \
16977 epoll_create \
16978 ffs \
16979 finite \
16980 fork \
16981 fpclass \
16982 fstatfs \
16983 fstatvfs \
16984 ftruncate \
16985 futimes \
16986 futimesat \
16987 getdirentries \
16988 getopt_long \
16989 getpagesize \
16990 getpwuid \
16991 gettid \
16992 gettimeofday \
16993 getuid \
16994 inet_pton \
16995 kqueue \
16996 lstat \
16997 memmove \
16998 mmap \
16999 pclose \
17000 poll \
17001 popen \
17002 prctl \
17003 pread \
17004 pwrite \
17005 readlink \
17006 rfork \
17007 sched_yield \
17008 select \
17009 setproctitle \
17010 setrlimit \
17011 settimeofday \
17012 sigaltstack \
17013 sigprocmask \
17014 snprintf \
17015 spawnvp \
17016 statfs \
17017 statvfs \
17018 strcasecmp \
17019 strdup \
17020 strerror \
17021 strncasecmp \
17022 strtold \
17023 strtoll \
17024 strtoull \
17025 tcgetattr \
17026 thr_kill2 \
17027 timegm \
17028 usleep \
17029 vsnprintf \
17030 wait4 \
17031 waitpid \
17034 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17035 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17036 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17037 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17038 echo $ECHO_N "(cached) $ECHO_C" >&6
17039 else
17040 cat >conftest.$ac_ext <<_ACEOF
17041 /* confdefs.h. */
17042 _ACEOF
17043 cat confdefs.h >>conftest.$ac_ext
17044 cat >>conftest.$ac_ext <<_ACEOF
17045 /* end confdefs.h. */
17046 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17047 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17048 #define $ac_func innocuous_$ac_func
17050 /* System header to define __stub macros and hopefully few prototypes,
17051 which can conflict with char $ac_func (); below.
17052 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17053 <limits.h> exists even on freestanding compilers. */
17055 #ifdef __STDC__
17056 # include <limits.h>
17057 #else
17058 # include <assert.h>
17059 #endif
17061 #undef $ac_func
17063 /* Override any GCC internal prototype to avoid an error.
17064 Use char because int might match the return type of a GCC
17065 builtin and then its argument prototype would still apply. */
17066 #ifdef __cplusplus
17067 extern "C"
17068 #endif
17069 char $ac_func ();
17070 /* The GNU C library defines this for functions which it implements
17071 to always fail with ENOSYS. Some functions are actually named
17072 something starting with __ and the normal name is an alias. */
17073 #if defined __stub_$ac_func || defined __stub___$ac_func
17074 choke me
17075 #endif
17078 main ()
17080 return $ac_func ();
17082 return 0;
17084 _ACEOF
17085 rm -f conftest.$ac_objext conftest$ac_exeext
17086 if { (ac_try="$ac_link"
17087 case "(($ac_try" in
17088 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17089 *) ac_try_echo=$ac_try;;
17090 esac
17091 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17092 (eval "$ac_link") 2>conftest.er1
17093 ac_status=$?
17094 grep -v '^ *+' conftest.er1 >conftest.err
17095 rm -f conftest.er1
17096 cat conftest.err >&5
17097 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17098 (exit $ac_status); } && {
17099 test -z "$ac_c_werror_flag" ||
17100 test ! -s conftest.err
17101 } && test -s conftest$ac_exeext &&
17102 $as_test_x conftest$ac_exeext; then
17103 eval "$as_ac_var=yes"
17104 else
17105 echo "$as_me: failed program was:" >&5
17106 sed 's/^/| /' conftest.$ac_ext >&5
17108 eval "$as_ac_var=no"
17111 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17112 conftest$ac_exeext conftest.$ac_ext
17114 ac_res=`eval echo '${'$as_ac_var'}'`
17115 { echo "$as_me:$LINENO: result: $ac_res" >&5
17116 echo "${ECHO_T}$ac_res" >&6; }
17117 if test `eval echo '${'$as_ac_var'}'` = yes; then
17118 cat >>confdefs.h <<_ACEOF
17119 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17120 _ACEOF
17123 done
17126 if test "$ac_cv_func_dlopen" = no
17127 then
17128 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17129 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17130 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17131 echo $ECHO_N "(cached) $ECHO_C" >&6
17132 else
17133 ac_check_lib_save_LIBS=$LIBS
17134 LIBS="-ldl $LIBS"
17135 cat >conftest.$ac_ext <<_ACEOF
17136 /* confdefs.h. */
17137 _ACEOF
17138 cat confdefs.h >>conftest.$ac_ext
17139 cat >>conftest.$ac_ext <<_ACEOF
17140 /* end confdefs.h. */
17142 /* Override any GCC internal prototype to avoid an error.
17143 Use char because int might match the return type of a GCC
17144 builtin and then its argument prototype would still apply. */
17145 #ifdef __cplusplus
17146 extern "C"
17147 #endif
17148 char dlopen ();
17150 main ()
17152 return dlopen ();
17154 return 0;
17156 _ACEOF
17157 rm -f conftest.$ac_objext conftest$ac_exeext
17158 if { (ac_try="$ac_link"
17159 case "(($ac_try" in
17160 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17161 *) ac_try_echo=$ac_try;;
17162 esac
17163 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17164 (eval "$ac_link") 2>conftest.er1
17165 ac_status=$?
17166 grep -v '^ *+' conftest.er1 >conftest.err
17167 rm -f conftest.er1
17168 cat conftest.err >&5
17169 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17170 (exit $ac_status); } && {
17171 test -z "$ac_c_werror_flag" ||
17172 test ! -s conftest.err
17173 } && test -s conftest$ac_exeext &&
17174 $as_test_x conftest$ac_exeext; then
17175 ac_cv_lib_dl_dlopen=yes
17176 else
17177 echo "$as_me: failed program was:" >&5
17178 sed 's/^/| /' conftest.$ac_ext >&5
17180 ac_cv_lib_dl_dlopen=no
17183 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17184 conftest$ac_exeext conftest.$ac_ext
17185 LIBS=$ac_check_lib_save_LIBS
17187 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17188 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17189 if test $ac_cv_lib_dl_dlopen = yes; then
17190 cat >>confdefs.h <<\_ACEOF
17191 #define HAVE_DLOPEN 1
17192 _ACEOF
17193 LIBDL="-ldl"
17198 ac_wine_check_funcs_save_LIBS="$LIBS"
17199 LIBS="$LIBS $LIBDL"
17201 for ac_func in dladdr
17203 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17204 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17205 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17206 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17207 echo $ECHO_N "(cached) $ECHO_C" >&6
17208 else
17209 cat >conftest.$ac_ext <<_ACEOF
17210 /* confdefs.h. */
17211 _ACEOF
17212 cat confdefs.h >>conftest.$ac_ext
17213 cat >>conftest.$ac_ext <<_ACEOF
17214 /* end confdefs.h. */
17215 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17216 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17217 #define $ac_func innocuous_$ac_func
17219 /* System header to define __stub macros and hopefully few prototypes,
17220 which can conflict with char $ac_func (); below.
17221 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17222 <limits.h> exists even on freestanding compilers. */
17224 #ifdef __STDC__
17225 # include <limits.h>
17226 #else
17227 # include <assert.h>
17228 #endif
17230 #undef $ac_func
17232 /* Override any GCC internal prototype to avoid an error.
17233 Use char because int might match the return type of a GCC
17234 builtin and then its argument prototype would still apply. */
17235 #ifdef __cplusplus
17236 extern "C"
17237 #endif
17238 char $ac_func ();
17239 /* The GNU C library defines this for functions which it implements
17240 to always fail with ENOSYS. Some functions are actually named
17241 something starting with __ and the normal name is an alias. */
17242 #if defined __stub_$ac_func || defined __stub___$ac_func
17243 choke me
17244 #endif
17247 main ()
17249 return $ac_func ();
17251 return 0;
17253 _ACEOF
17254 rm -f conftest.$ac_objext conftest$ac_exeext
17255 if { (ac_try="$ac_link"
17256 case "(($ac_try" in
17257 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17258 *) ac_try_echo=$ac_try;;
17259 esac
17260 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17261 (eval "$ac_link") 2>conftest.er1
17262 ac_status=$?
17263 grep -v '^ *+' conftest.er1 >conftest.err
17264 rm -f conftest.er1
17265 cat conftest.err >&5
17266 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17267 (exit $ac_status); } && {
17268 test -z "$ac_c_werror_flag" ||
17269 test ! -s conftest.err
17270 } && test -s conftest$ac_exeext &&
17271 $as_test_x conftest$ac_exeext; then
17272 eval "$as_ac_var=yes"
17273 else
17274 echo "$as_me: failed program was:" >&5
17275 sed 's/^/| /' conftest.$ac_ext >&5
17277 eval "$as_ac_var=no"
17280 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17281 conftest$ac_exeext conftest.$ac_ext
17283 ac_res=`eval echo '${'$as_ac_var'}'`
17284 { echo "$as_me:$LINENO: result: $ac_res" >&5
17285 echo "${ECHO_T}$ac_res" >&6; }
17286 if test `eval echo '${'$as_ac_var'}'` = yes; then
17287 cat >>confdefs.h <<_ACEOF
17288 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17289 _ACEOF
17292 done
17294 LIBS="$ac_wine_check_funcs_save_LIBS"
17296 if test "$ac_cv_func_poll" = no
17297 then
17298 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17299 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17300 if test "${ac_cv_lib_poll_poll+set}" = set; then
17301 echo $ECHO_N "(cached) $ECHO_C" >&6
17302 else
17303 ac_check_lib_save_LIBS=$LIBS
17304 LIBS="-lpoll $LIBS"
17305 cat >conftest.$ac_ext <<_ACEOF
17306 /* confdefs.h. */
17307 _ACEOF
17308 cat confdefs.h >>conftest.$ac_ext
17309 cat >>conftest.$ac_ext <<_ACEOF
17310 /* end confdefs.h. */
17312 /* Override any GCC internal prototype to avoid an error.
17313 Use char because int might match the return type of a GCC
17314 builtin and then its argument prototype would still apply. */
17315 #ifdef __cplusplus
17316 extern "C"
17317 #endif
17318 char poll ();
17320 main ()
17322 return poll ();
17324 return 0;
17326 _ACEOF
17327 rm -f conftest.$ac_objext conftest$ac_exeext
17328 if { (ac_try="$ac_link"
17329 case "(($ac_try" in
17330 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17331 *) ac_try_echo=$ac_try;;
17332 esac
17333 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17334 (eval "$ac_link") 2>conftest.er1
17335 ac_status=$?
17336 grep -v '^ *+' conftest.er1 >conftest.err
17337 rm -f conftest.er1
17338 cat conftest.err >&5
17339 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17340 (exit $ac_status); } && {
17341 test -z "$ac_c_werror_flag" ||
17342 test ! -s conftest.err
17343 } && test -s conftest$ac_exeext &&
17344 $as_test_x conftest$ac_exeext; then
17345 ac_cv_lib_poll_poll=yes
17346 else
17347 echo "$as_me: failed program was:" >&5
17348 sed 's/^/| /' conftest.$ac_ext >&5
17350 ac_cv_lib_poll_poll=no
17353 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17354 conftest$ac_exeext conftest.$ac_ext
17355 LIBS=$ac_check_lib_save_LIBS
17357 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17358 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17359 if test $ac_cv_lib_poll_poll = yes; then
17360 cat >>confdefs.h <<\_ACEOF
17361 #define HAVE_POLL 1
17362 _ACEOF
17363 LIBPOLL="-lpoll"
17369 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17370 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17371 if test "${ac_cv_search_gethostbyname+set}" = set; then
17372 echo $ECHO_N "(cached) $ECHO_C" >&6
17373 else
17374 ac_func_search_save_LIBS=$LIBS
17375 cat >conftest.$ac_ext <<_ACEOF
17376 /* confdefs.h. */
17377 _ACEOF
17378 cat confdefs.h >>conftest.$ac_ext
17379 cat >>conftest.$ac_ext <<_ACEOF
17380 /* end confdefs.h. */
17382 /* Override any GCC internal prototype to avoid an error.
17383 Use char because int might match the return type of a GCC
17384 builtin and then its argument prototype would still apply. */
17385 #ifdef __cplusplus
17386 extern "C"
17387 #endif
17388 char gethostbyname ();
17390 main ()
17392 return gethostbyname ();
17394 return 0;
17396 _ACEOF
17397 for ac_lib in '' nsl; do
17398 if test -z "$ac_lib"; then
17399 ac_res="none required"
17400 else
17401 ac_res=-l$ac_lib
17402 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17404 rm -f conftest.$ac_objext conftest$ac_exeext
17405 if { (ac_try="$ac_link"
17406 case "(($ac_try" in
17407 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17408 *) ac_try_echo=$ac_try;;
17409 esac
17410 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17411 (eval "$ac_link") 2>conftest.er1
17412 ac_status=$?
17413 grep -v '^ *+' conftest.er1 >conftest.err
17414 rm -f conftest.er1
17415 cat conftest.err >&5
17416 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17417 (exit $ac_status); } && {
17418 test -z "$ac_c_werror_flag" ||
17419 test ! -s conftest.err
17420 } && test -s conftest$ac_exeext &&
17421 $as_test_x conftest$ac_exeext; then
17422 ac_cv_search_gethostbyname=$ac_res
17423 else
17424 echo "$as_me: failed program was:" >&5
17425 sed 's/^/| /' conftest.$ac_ext >&5
17430 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17431 conftest$ac_exeext
17432 if test "${ac_cv_search_gethostbyname+set}" = set; then
17433 break
17435 done
17436 if test "${ac_cv_search_gethostbyname+set}" = set; then
17438 else
17439 ac_cv_search_gethostbyname=no
17441 rm conftest.$ac_ext
17442 LIBS=$ac_func_search_save_LIBS
17444 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17445 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17446 ac_res=$ac_cv_search_gethostbyname
17447 if test "$ac_res" != no; then
17448 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17453 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17454 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17455 if test "${ac_cv_search_connect+set}" = set; then
17456 echo $ECHO_N "(cached) $ECHO_C" >&6
17457 else
17458 ac_func_search_save_LIBS=$LIBS
17459 cat >conftest.$ac_ext <<_ACEOF
17460 /* confdefs.h. */
17461 _ACEOF
17462 cat confdefs.h >>conftest.$ac_ext
17463 cat >>conftest.$ac_ext <<_ACEOF
17464 /* end confdefs.h. */
17466 /* Override any GCC internal prototype to avoid an error.
17467 Use char because int might match the return type of a GCC
17468 builtin and then its argument prototype would still apply. */
17469 #ifdef __cplusplus
17470 extern "C"
17471 #endif
17472 char connect ();
17474 main ()
17476 return connect ();
17478 return 0;
17480 _ACEOF
17481 for ac_lib in '' socket; do
17482 if test -z "$ac_lib"; then
17483 ac_res="none required"
17484 else
17485 ac_res=-l$ac_lib
17486 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17488 rm -f conftest.$ac_objext conftest$ac_exeext
17489 if { (ac_try="$ac_link"
17490 case "(($ac_try" in
17491 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17492 *) ac_try_echo=$ac_try;;
17493 esac
17494 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17495 (eval "$ac_link") 2>conftest.er1
17496 ac_status=$?
17497 grep -v '^ *+' conftest.er1 >conftest.err
17498 rm -f conftest.er1
17499 cat conftest.err >&5
17500 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17501 (exit $ac_status); } && {
17502 test -z "$ac_c_werror_flag" ||
17503 test ! -s conftest.err
17504 } && test -s conftest$ac_exeext &&
17505 $as_test_x conftest$ac_exeext; then
17506 ac_cv_search_connect=$ac_res
17507 else
17508 echo "$as_me: failed program was:" >&5
17509 sed 's/^/| /' conftest.$ac_ext >&5
17514 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17515 conftest$ac_exeext
17516 if test "${ac_cv_search_connect+set}" = set; then
17517 break
17519 done
17520 if test "${ac_cv_search_connect+set}" = set; then
17522 else
17523 ac_cv_search_connect=no
17525 rm conftest.$ac_ext
17526 LIBS=$ac_func_search_save_LIBS
17528 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17529 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17530 ac_res=$ac_cv_search_connect
17531 if test "$ac_res" != no; then
17532 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17537 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17538 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17539 if test "${ac_cv_search_inet_aton+set}" = set; then
17540 echo $ECHO_N "(cached) $ECHO_C" >&6
17541 else
17542 ac_func_search_save_LIBS=$LIBS
17543 cat >conftest.$ac_ext <<_ACEOF
17544 /* confdefs.h. */
17545 _ACEOF
17546 cat confdefs.h >>conftest.$ac_ext
17547 cat >>conftest.$ac_ext <<_ACEOF
17548 /* end confdefs.h. */
17550 /* Override any GCC internal prototype to avoid an error.
17551 Use char because int might match the return type of a GCC
17552 builtin and then its argument prototype would still apply. */
17553 #ifdef __cplusplus
17554 extern "C"
17555 #endif
17556 char inet_aton ();
17558 main ()
17560 return inet_aton ();
17562 return 0;
17564 _ACEOF
17565 for ac_lib in '' resolv; do
17566 if test -z "$ac_lib"; then
17567 ac_res="none required"
17568 else
17569 ac_res=-l$ac_lib
17570 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17572 rm -f conftest.$ac_objext conftest$ac_exeext
17573 if { (ac_try="$ac_link"
17574 case "(($ac_try" in
17575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17576 *) ac_try_echo=$ac_try;;
17577 esac
17578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17579 (eval "$ac_link") 2>conftest.er1
17580 ac_status=$?
17581 grep -v '^ *+' conftest.er1 >conftest.err
17582 rm -f conftest.er1
17583 cat conftest.err >&5
17584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17585 (exit $ac_status); } && {
17586 test -z "$ac_c_werror_flag" ||
17587 test ! -s conftest.err
17588 } && test -s conftest$ac_exeext &&
17589 $as_test_x conftest$ac_exeext; then
17590 ac_cv_search_inet_aton=$ac_res
17591 else
17592 echo "$as_me: failed program was:" >&5
17593 sed 's/^/| /' conftest.$ac_ext >&5
17598 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17599 conftest$ac_exeext
17600 if test "${ac_cv_search_inet_aton+set}" = set; then
17601 break
17603 done
17604 if test "${ac_cv_search_inet_aton+set}" = set; then
17606 else
17607 ac_cv_search_inet_aton=no
17609 rm conftest.$ac_ext
17610 LIBS=$ac_func_search_save_LIBS
17612 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17613 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17614 ac_res=$ac_cv_search_inet_aton
17615 if test "$ac_res" != no; then
17616 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17629 for ac_func in \
17630 getaddrinfo \
17631 getnameinfo \
17632 getnetbyname \
17633 getprotobyname \
17634 getprotobynumber \
17635 getservbyport \
17636 inet_network \
17637 sendmsg \
17640 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17641 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17642 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17643 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17644 echo $ECHO_N "(cached) $ECHO_C" >&6
17645 else
17646 cat >conftest.$ac_ext <<_ACEOF
17647 /* confdefs.h. */
17648 _ACEOF
17649 cat confdefs.h >>conftest.$ac_ext
17650 cat >>conftest.$ac_ext <<_ACEOF
17651 /* end confdefs.h. */
17652 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17653 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17654 #define $ac_func innocuous_$ac_func
17656 /* System header to define __stub macros and hopefully few prototypes,
17657 which can conflict with char $ac_func (); below.
17658 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17659 <limits.h> exists even on freestanding compilers. */
17661 #ifdef __STDC__
17662 # include <limits.h>
17663 #else
17664 # include <assert.h>
17665 #endif
17667 #undef $ac_func
17669 /* Override any GCC internal prototype to avoid an error.
17670 Use char because int might match the return type of a GCC
17671 builtin and then its argument prototype would still apply. */
17672 #ifdef __cplusplus
17673 extern "C"
17674 #endif
17675 char $ac_func ();
17676 /* The GNU C library defines this for functions which it implements
17677 to always fail with ENOSYS. Some functions are actually named
17678 something starting with __ and the normal name is an alias. */
17679 #if defined __stub_$ac_func || defined __stub___$ac_func
17680 choke me
17681 #endif
17684 main ()
17686 return $ac_func ();
17688 return 0;
17690 _ACEOF
17691 rm -f conftest.$ac_objext conftest$ac_exeext
17692 if { (ac_try="$ac_link"
17693 case "(($ac_try" in
17694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17695 *) ac_try_echo=$ac_try;;
17696 esac
17697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17698 (eval "$ac_link") 2>conftest.er1
17699 ac_status=$?
17700 grep -v '^ *+' conftest.er1 >conftest.err
17701 rm -f conftest.er1
17702 cat conftest.err >&5
17703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17704 (exit $ac_status); } && {
17705 test -z "$ac_c_werror_flag" ||
17706 test ! -s conftest.err
17707 } && test -s conftest$ac_exeext &&
17708 $as_test_x conftest$ac_exeext; then
17709 eval "$as_ac_var=yes"
17710 else
17711 echo "$as_me: failed program was:" >&5
17712 sed 's/^/| /' conftest.$ac_ext >&5
17714 eval "$as_ac_var=no"
17717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17718 conftest$ac_exeext conftest.$ac_ext
17720 ac_res=`eval echo '${'$as_ac_var'}'`
17721 { echo "$as_me:$LINENO: result: $ac_res" >&5
17722 echo "${ECHO_T}$ac_res" >&6; }
17723 if test `eval echo '${'$as_ac_var'}'` = yes; then
17724 cat >>confdefs.h <<_ACEOF
17725 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17726 _ACEOF
17729 done
17732 LDAPLIBS=""
17734 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17735 then
17736 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17737 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17738 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17739 echo $ECHO_N "(cached) $ECHO_C" >&6
17740 else
17741 cat >conftest.$ac_ext <<_ACEOF
17742 /* confdefs.h. */
17743 _ACEOF
17744 cat confdefs.h >>conftest.$ac_ext
17745 cat >>conftest.$ac_ext <<_ACEOF
17746 /* end confdefs.h. */
17747 #include <ldap.h>
17749 typedef LDAPSortKey ac__type_new_;
17751 main ()
17753 if ((ac__type_new_ *) 0)
17754 return 0;
17755 if (sizeof (ac__type_new_))
17756 return 0;
17758 return 0;
17760 _ACEOF
17761 rm -f conftest.$ac_objext
17762 if { (ac_try="$ac_compile"
17763 case "(($ac_try" in
17764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17765 *) ac_try_echo=$ac_try;;
17766 esac
17767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17768 (eval "$ac_compile") 2>conftest.er1
17769 ac_status=$?
17770 grep -v '^ *+' conftest.er1 >conftest.err
17771 rm -f conftest.er1
17772 cat conftest.err >&5
17773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17774 (exit $ac_status); } && {
17775 test -z "$ac_c_werror_flag" ||
17776 test ! -s conftest.err
17777 } && test -s conftest.$ac_objext; then
17778 ac_cv_type_LDAPSortKey=yes
17779 else
17780 echo "$as_me: failed program was:" >&5
17781 sed 's/^/| /' conftest.$ac_ext >&5
17783 ac_cv_type_LDAPSortKey=no
17786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17788 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17789 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17790 if test $ac_cv_type_LDAPSortKey = yes; then
17791 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17792 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17793 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17794 echo $ECHO_N "(cached) $ECHO_C" >&6
17795 else
17796 ac_check_lib_save_LIBS=$LIBS
17797 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17798 cat >conftest.$ac_ext <<_ACEOF
17799 /* confdefs.h. */
17800 _ACEOF
17801 cat confdefs.h >>conftest.$ac_ext
17802 cat >>conftest.$ac_ext <<_ACEOF
17803 /* end confdefs.h. */
17805 /* Override any GCC internal prototype to avoid an error.
17806 Use char because int might match the return type of a GCC
17807 builtin and then its argument prototype would still apply. */
17808 #ifdef __cplusplus
17809 extern "C"
17810 #endif
17811 char ldap_initialize ();
17813 main ()
17815 return ldap_initialize ();
17817 return 0;
17819 _ACEOF
17820 rm -f conftest.$ac_objext conftest$ac_exeext
17821 if { (ac_try="$ac_link"
17822 case "(($ac_try" in
17823 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17824 *) ac_try_echo=$ac_try;;
17825 esac
17826 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17827 (eval "$ac_link") 2>conftest.er1
17828 ac_status=$?
17829 grep -v '^ *+' conftest.er1 >conftest.err
17830 rm -f conftest.er1
17831 cat conftest.err >&5
17832 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17833 (exit $ac_status); } && {
17834 test -z "$ac_c_werror_flag" ||
17835 test ! -s conftest.err
17836 } && test -s conftest$ac_exeext &&
17837 $as_test_x conftest$ac_exeext; then
17838 ac_cv_lib_ldap_r_ldap_initialize=yes
17839 else
17840 echo "$as_me: failed program was:" >&5
17841 sed 's/^/| /' conftest.$ac_ext >&5
17843 ac_cv_lib_ldap_r_ldap_initialize=no
17846 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17847 conftest$ac_exeext conftest.$ac_ext
17848 LIBS=$ac_check_lib_save_LIBS
17850 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17851 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17852 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17853 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17854 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17855 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17856 echo $ECHO_N "(cached) $ECHO_C" >&6
17857 else
17858 ac_check_lib_save_LIBS=$LIBS
17859 LIBS="-llber $LIBPTHREAD $LIBS"
17860 cat >conftest.$ac_ext <<_ACEOF
17861 /* confdefs.h. */
17862 _ACEOF
17863 cat confdefs.h >>conftest.$ac_ext
17864 cat >>conftest.$ac_ext <<_ACEOF
17865 /* end confdefs.h. */
17867 /* Override any GCC internal prototype to avoid an error.
17868 Use char because int might match the return type of a GCC
17869 builtin and then its argument prototype would still apply. */
17870 #ifdef __cplusplus
17871 extern "C"
17872 #endif
17873 char ber_init ();
17875 main ()
17877 return ber_init ();
17879 return 0;
17881 _ACEOF
17882 rm -f conftest.$ac_objext conftest$ac_exeext
17883 if { (ac_try="$ac_link"
17884 case "(($ac_try" in
17885 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17886 *) ac_try_echo=$ac_try;;
17887 esac
17888 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17889 (eval "$ac_link") 2>conftest.er1
17890 ac_status=$?
17891 grep -v '^ *+' conftest.er1 >conftest.err
17892 rm -f conftest.er1
17893 cat conftest.err >&5
17894 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17895 (exit $ac_status); } && {
17896 test -z "$ac_c_werror_flag" ||
17897 test ! -s conftest.err
17898 } && test -s conftest$ac_exeext &&
17899 $as_test_x conftest$ac_exeext; then
17900 ac_cv_lib_lber_ber_init=yes
17901 else
17902 echo "$as_me: failed program was:" >&5
17903 sed 's/^/| /' conftest.$ac_ext >&5
17905 ac_cv_lib_lber_ber_init=no
17908 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17909 conftest$ac_exeext conftest.$ac_ext
17910 LIBS=$ac_check_lib_save_LIBS
17912 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17913 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17914 if test $ac_cv_lib_lber_ber_init = yes; then
17916 cat >>confdefs.h <<\_ACEOF
17917 #define HAVE_LDAP 1
17918 _ACEOF
17920 LDAPLIBS="-lldap_r -llber"
17927 ac_wine_check_funcs_save_LIBS="$LIBS"
17928 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17937 for ac_func in \
17938 ldap_count_references \
17939 ldap_first_reference \
17940 ldap_next_reference \
17941 ldap_parse_reference \
17942 ldap_parse_sort_control \
17943 ldap_parse_sortresponse_control \
17944 ldap_parse_vlv_control \
17945 ldap_parse_vlvresponse_control
17947 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17948 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17949 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17950 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17951 echo $ECHO_N "(cached) $ECHO_C" >&6
17952 else
17953 cat >conftest.$ac_ext <<_ACEOF
17954 /* confdefs.h. */
17955 _ACEOF
17956 cat confdefs.h >>conftest.$ac_ext
17957 cat >>conftest.$ac_ext <<_ACEOF
17958 /* end confdefs.h. */
17959 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17960 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17961 #define $ac_func innocuous_$ac_func
17963 /* System header to define __stub macros and hopefully few prototypes,
17964 which can conflict with char $ac_func (); below.
17965 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17966 <limits.h> exists even on freestanding compilers. */
17968 #ifdef __STDC__
17969 # include <limits.h>
17970 #else
17971 # include <assert.h>
17972 #endif
17974 #undef $ac_func
17976 /* Override any GCC internal prototype to avoid an error.
17977 Use char because int might match the return type of a GCC
17978 builtin and then its argument prototype would still apply. */
17979 #ifdef __cplusplus
17980 extern "C"
17981 #endif
17982 char $ac_func ();
17983 /* The GNU C library defines this for functions which it implements
17984 to always fail with ENOSYS. Some functions are actually named
17985 something starting with __ and the normal name is an alias. */
17986 #if defined __stub_$ac_func || defined __stub___$ac_func
17987 choke me
17988 #endif
17991 main ()
17993 return $ac_func ();
17995 return 0;
17997 _ACEOF
17998 rm -f conftest.$ac_objext conftest$ac_exeext
17999 if { (ac_try="$ac_link"
18000 case "(($ac_try" in
18001 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18002 *) ac_try_echo=$ac_try;;
18003 esac
18004 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18005 (eval "$ac_link") 2>conftest.er1
18006 ac_status=$?
18007 grep -v '^ *+' conftest.er1 >conftest.err
18008 rm -f conftest.er1
18009 cat conftest.err >&5
18010 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18011 (exit $ac_status); } && {
18012 test -z "$ac_c_werror_flag" ||
18013 test ! -s conftest.err
18014 } && test -s conftest$ac_exeext &&
18015 $as_test_x conftest$ac_exeext; then
18016 eval "$as_ac_var=yes"
18017 else
18018 echo "$as_me: failed program was:" >&5
18019 sed 's/^/| /' conftest.$ac_ext >&5
18021 eval "$as_ac_var=no"
18024 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18025 conftest$ac_exeext conftest.$ac_ext
18027 ac_res=`eval echo '${'$as_ac_var'}'`
18028 { echo "$as_me:$LINENO: result: $ac_res" >&5
18029 echo "${ECHO_T}$ac_res" >&6; }
18030 if test `eval echo '${'$as_ac_var'}'` = yes; then
18031 cat >>confdefs.h <<_ACEOF
18032 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18033 _ACEOF
18036 done
18038 LIBS="$ac_wine_check_funcs_save_LIBS"
18040 if test "x$LDAPLIBS" = "x"; then
18041 case "x$with_ldap" in
18042 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18043 xno) ;;
18044 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18045 This is an error since --with-ldap was requested." >&5
18046 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18047 This is an error since --with-ldap was requested." >&2;}
18048 { (exit 1); exit 1; }; } ;;
18049 esac
18054 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18055 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18056 if test "${ac_cv_c_const+set}" = set; then
18057 echo $ECHO_N "(cached) $ECHO_C" >&6
18058 else
18059 cat >conftest.$ac_ext <<_ACEOF
18060 /* confdefs.h. */
18061 _ACEOF
18062 cat confdefs.h >>conftest.$ac_ext
18063 cat >>conftest.$ac_ext <<_ACEOF
18064 /* end confdefs.h. */
18067 main ()
18069 /* FIXME: Include the comments suggested by Paul. */
18070 #ifndef __cplusplus
18071 /* Ultrix mips cc rejects this. */
18072 typedef int charset[2];
18073 const charset cs;
18074 /* SunOS 4.1.1 cc rejects this. */
18075 char const *const *pcpcc;
18076 char **ppc;
18077 /* NEC SVR4.0.2 mips cc rejects this. */
18078 struct point {int x, y;};
18079 static struct point const zero = {0,0};
18080 /* AIX XL C 1.02.0.0 rejects this.
18081 It does not let you subtract one const X* pointer from another in
18082 an arm of an if-expression whose if-part is not a constant
18083 expression */
18084 const char *g = "string";
18085 pcpcc = &g + (g ? g-g : 0);
18086 /* HPUX 7.0 cc rejects these. */
18087 ++pcpcc;
18088 ppc = (char**) pcpcc;
18089 pcpcc = (char const *const *) ppc;
18090 { /* SCO 3.2v4 cc rejects this. */
18091 char *t;
18092 char const *s = 0 ? (char *) 0 : (char const *) 0;
18094 *t++ = 0;
18095 if (s) return 0;
18097 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18098 int x[] = {25, 17};
18099 const int *foo = &x[0];
18100 ++foo;
18102 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18103 typedef const int *iptr;
18104 iptr p = 0;
18105 ++p;
18107 { /* AIX XL C 1.02.0.0 rejects this saying
18108 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18109 struct s { int j; const int *ap[3]; };
18110 struct s *b; b->j = 5;
18112 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18113 const int foo = 10;
18114 if (!foo) return 0;
18116 return !cs[0] && !zero.x;
18117 #endif
18120 return 0;
18122 _ACEOF
18123 rm -f conftest.$ac_objext
18124 if { (ac_try="$ac_compile"
18125 case "(($ac_try" in
18126 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18127 *) ac_try_echo=$ac_try;;
18128 esac
18129 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18130 (eval "$ac_compile") 2>conftest.er1
18131 ac_status=$?
18132 grep -v '^ *+' conftest.er1 >conftest.err
18133 rm -f conftest.er1
18134 cat conftest.err >&5
18135 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18136 (exit $ac_status); } && {
18137 test -z "$ac_c_werror_flag" ||
18138 test ! -s conftest.err
18139 } && test -s conftest.$ac_objext; then
18140 ac_cv_c_const=yes
18141 else
18142 echo "$as_me: failed program was:" >&5
18143 sed 's/^/| /' conftest.$ac_ext >&5
18145 ac_cv_c_const=no
18148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18150 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18151 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18152 if test $ac_cv_c_const = no; then
18154 cat >>confdefs.h <<\_ACEOF
18155 #define const
18156 _ACEOF
18160 { echo "$as_me:$LINENO: checking for inline" >&5
18161 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18162 if test "${ac_cv_c_inline+set}" = set; then
18163 echo $ECHO_N "(cached) $ECHO_C" >&6
18164 else
18165 ac_cv_c_inline=no
18166 for ac_kw in inline __inline__ __inline; do
18167 cat >conftest.$ac_ext <<_ACEOF
18168 /* confdefs.h. */
18169 _ACEOF
18170 cat confdefs.h >>conftest.$ac_ext
18171 cat >>conftest.$ac_ext <<_ACEOF
18172 /* end confdefs.h. */
18173 #ifndef __cplusplus
18174 typedef int foo_t;
18175 static $ac_kw foo_t static_foo () {return 0; }
18176 $ac_kw foo_t foo () {return 0; }
18177 #endif
18179 _ACEOF
18180 rm -f conftest.$ac_objext
18181 if { (ac_try="$ac_compile"
18182 case "(($ac_try" in
18183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18184 *) ac_try_echo=$ac_try;;
18185 esac
18186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18187 (eval "$ac_compile") 2>conftest.er1
18188 ac_status=$?
18189 grep -v '^ *+' conftest.er1 >conftest.err
18190 rm -f conftest.er1
18191 cat conftest.err >&5
18192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18193 (exit $ac_status); } && {
18194 test -z "$ac_c_werror_flag" ||
18195 test ! -s conftest.err
18196 } && test -s conftest.$ac_objext; then
18197 ac_cv_c_inline=$ac_kw
18198 else
18199 echo "$as_me: failed program was:" >&5
18200 sed 's/^/| /' conftest.$ac_ext >&5
18205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18206 test "$ac_cv_c_inline" != no && break
18207 done
18210 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18211 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18214 case $ac_cv_c_inline in
18215 inline | yes) ;;
18217 case $ac_cv_c_inline in
18218 no) ac_val=;;
18219 *) ac_val=$ac_cv_c_inline;;
18220 esac
18221 cat >>confdefs.h <<_ACEOF
18222 #ifndef __cplusplus
18223 #define inline $ac_val
18224 #endif
18225 _ACEOF
18227 esac
18229 { echo "$as_me:$LINENO: checking for mode_t" >&5
18230 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18231 if test "${ac_cv_type_mode_t+set}" = set; then
18232 echo $ECHO_N "(cached) $ECHO_C" >&6
18233 else
18234 cat >conftest.$ac_ext <<_ACEOF
18235 /* confdefs.h. */
18236 _ACEOF
18237 cat confdefs.h >>conftest.$ac_ext
18238 cat >>conftest.$ac_ext <<_ACEOF
18239 /* end confdefs.h. */
18240 $ac_includes_default
18241 typedef mode_t ac__type_new_;
18243 main ()
18245 if ((ac__type_new_ *) 0)
18246 return 0;
18247 if (sizeof (ac__type_new_))
18248 return 0;
18250 return 0;
18252 _ACEOF
18253 rm -f conftest.$ac_objext
18254 if { (ac_try="$ac_compile"
18255 case "(($ac_try" in
18256 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18257 *) ac_try_echo=$ac_try;;
18258 esac
18259 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18260 (eval "$ac_compile") 2>conftest.er1
18261 ac_status=$?
18262 grep -v '^ *+' conftest.er1 >conftest.err
18263 rm -f conftest.er1
18264 cat conftest.err >&5
18265 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18266 (exit $ac_status); } && {
18267 test -z "$ac_c_werror_flag" ||
18268 test ! -s conftest.err
18269 } && test -s conftest.$ac_objext; then
18270 ac_cv_type_mode_t=yes
18271 else
18272 echo "$as_me: failed program was:" >&5
18273 sed 's/^/| /' conftest.$ac_ext >&5
18275 ac_cv_type_mode_t=no
18278 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18280 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18281 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18282 if test $ac_cv_type_mode_t = yes; then
18284 cat >>confdefs.h <<_ACEOF
18285 #define HAVE_MODE_T 1
18286 _ACEOF
18290 { echo "$as_me:$LINENO: checking for off_t" >&5
18291 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18292 if test "${ac_cv_type_off_t+set}" = set; then
18293 echo $ECHO_N "(cached) $ECHO_C" >&6
18294 else
18295 cat >conftest.$ac_ext <<_ACEOF
18296 /* confdefs.h. */
18297 _ACEOF
18298 cat confdefs.h >>conftest.$ac_ext
18299 cat >>conftest.$ac_ext <<_ACEOF
18300 /* end confdefs.h. */
18301 $ac_includes_default
18302 typedef off_t ac__type_new_;
18304 main ()
18306 if ((ac__type_new_ *) 0)
18307 return 0;
18308 if (sizeof (ac__type_new_))
18309 return 0;
18311 return 0;
18313 _ACEOF
18314 rm -f conftest.$ac_objext
18315 if { (ac_try="$ac_compile"
18316 case "(($ac_try" in
18317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18318 *) ac_try_echo=$ac_try;;
18319 esac
18320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18321 (eval "$ac_compile") 2>conftest.er1
18322 ac_status=$?
18323 grep -v '^ *+' conftest.er1 >conftest.err
18324 rm -f conftest.er1
18325 cat conftest.err >&5
18326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18327 (exit $ac_status); } && {
18328 test -z "$ac_c_werror_flag" ||
18329 test ! -s conftest.err
18330 } && test -s conftest.$ac_objext; then
18331 ac_cv_type_off_t=yes
18332 else
18333 echo "$as_me: failed program was:" >&5
18334 sed 's/^/| /' conftest.$ac_ext >&5
18336 ac_cv_type_off_t=no
18339 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18341 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18342 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18343 if test $ac_cv_type_off_t = yes; then
18345 cat >>confdefs.h <<_ACEOF
18346 #define HAVE_OFF_T 1
18347 _ACEOF
18351 { echo "$as_me:$LINENO: checking for pid_t" >&5
18352 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18353 if test "${ac_cv_type_pid_t+set}" = set; then
18354 echo $ECHO_N "(cached) $ECHO_C" >&6
18355 else
18356 cat >conftest.$ac_ext <<_ACEOF
18357 /* confdefs.h. */
18358 _ACEOF
18359 cat confdefs.h >>conftest.$ac_ext
18360 cat >>conftest.$ac_ext <<_ACEOF
18361 /* end confdefs.h. */
18362 $ac_includes_default
18363 typedef pid_t ac__type_new_;
18365 main ()
18367 if ((ac__type_new_ *) 0)
18368 return 0;
18369 if (sizeof (ac__type_new_))
18370 return 0;
18372 return 0;
18374 _ACEOF
18375 rm -f conftest.$ac_objext
18376 if { (ac_try="$ac_compile"
18377 case "(($ac_try" in
18378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18379 *) ac_try_echo=$ac_try;;
18380 esac
18381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18382 (eval "$ac_compile") 2>conftest.er1
18383 ac_status=$?
18384 grep -v '^ *+' conftest.er1 >conftest.err
18385 rm -f conftest.er1
18386 cat conftest.err >&5
18387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18388 (exit $ac_status); } && {
18389 test -z "$ac_c_werror_flag" ||
18390 test ! -s conftest.err
18391 } && test -s conftest.$ac_objext; then
18392 ac_cv_type_pid_t=yes
18393 else
18394 echo "$as_me: failed program was:" >&5
18395 sed 's/^/| /' conftest.$ac_ext >&5
18397 ac_cv_type_pid_t=no
18400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18402 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18403 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18404 if test $ac_cv_type_pid_t = yes; then
18406 cat >>confdefs.h <<_ACEOF
18407 #define HAVE_PID_T 1
18408 _ACEOF
18412 { echo "$as_me:$LINENO: checking for size_t" >&5
18413 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18414 if test "${ac_cv_type_size_t+set}" = set; then
18415 echo $ECHO_N "(cached) $ECHO_C" >&6
18416 else
18417 cat >conftest.$ac_ext <<_ACEOF
18418 /* confdefs.h. */
18419 _ACEOF
18420 cat confdefs.h >>conftest.$ac_ext
18421 cat >>conftest.$ac_ext <<_ACEOF
18422 /* end confdefs.h. */
18423 $ac_includes_default
18424 typedef size_t ac__type_new_;
18426 main ()
18428 if ((ac__type_new_ *) 0)
18429 return 0;
18430 if (sizeof (ac__type_new_))
18431 return 0;
18433 return 0;
18435 _ACEOF
18436 rm -f conftest.$ac_objext
18437 if { (ac_try="$ac_compile"
18438 case "(($ac_try" in
18439 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18440 *) ac_try_echo=$ac_try;;
18441 esac
18442 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18443 (eval "$ac_compile") 2>conftest.er1
18444 ac_status=$?
18445 grep -v '^ *+' conftest.er1 >conftest.err
18446 rm -f conftest.er1
18447 cat conftest.err >&5
18448 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18449 (exit $ac_status); } && {
18450 test -z "$ac_c_werror_flag" ||
18451 test ! -s conftest.err
18452 } && test -s conftest.$ac_objext; then
18453 ac_cv_type_size_t=yes
18454 else
18455 echo "$as_me: failed program was:" >&5
18456 sed 's/^/| /' conftest.$ac_ext >&5
18458 ac_cv_type_size_t=no
18461 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18463 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18464 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18465 if test $ac_cv_type_size_t = yes; then
18467 cat >>confdefs.h <<_ACEOF
18468 #define HAVE_SIZE_T 1
18469 _ACEOF
18473 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18474 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18475 if test "${ac_cv_type_ssize_t+set}" = set; then
18476 echo $ECHO_N "(cached) $ECHO_C" >&6
18477 else
18478 cat >conftest.$ac_ext <<_ACEOF
18479 /* confdefs.h. */
18480 _ACEOF
18481 cat confdefs.h >>conftest.$ac_ext
18482 cat >>conftest.$ac_ext <<_ACEOF
18483 /* end confdefs.h. */
18484 $ac_includes_default
18485 typedef ssize_t ac__type_new_;
18487 main ()
18489 if ((ac__type_new_ *) 0)
18490 return 0;
18491 if (sizeof (ac__type_new_))
18492 return 0;
18494 return 0;
18496 _ACEOF
18497 rm -f conftest.$ac_objext
18498 if { (ac_try="$ac_compile"
18499 case "(($ac_try" in
18500 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18501 *) ac_try_echo=$ac_try;;
18502 esac
18503 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18504 (eval "$ac_compile") 2>conftest.er1
18505 ac_status=$?
18506 grep -v '^ *+' conftest.er1 >conftest.err
18507 rm -f conftest.er1
18508 cat conftest.err >&5
18509 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18510 (exit $ac_status); } && {
18511 test -z "$ac_c_werror_flag" ||
18512 test ! -s conftest.err
18513 } && test -s conftest.$ac_objext; then
18514 ac_cv_type_ssize_t=yes
18515 else
18516 echo "$as_me: failed program was:" >&5
18517 sed 's/^/| /' conftest.$ac_ext >&5
18519 ac_cv_type_ssize_t=no
18522 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18524 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18525 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18526 if test $ac_cv_type_ssize_t = yes; then
18528 cat >>confdefs.h <<_ACEOF
18529 #define HAVE_SSIZE_T 1
18530 _ACEOF
18534 { echo "$as_me:$LINENO: checking for long long" >&5
18535 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18536 if test "${ac_cv_type_long_long+set}" = set; then
18537 echo $ECHO_N "(cached) $ECHO_C" >&6
18538 else
18539 cat >conftest.$ac_ext <<_ACEOF
18540 /* confdefs.h. */
18541 _ACEOF
18542 cat confdefs.h >>conftest.$ac_ext
18543 cat >>conftest.$ac_ext <<_ACEOF
18544 /* end confdefs.h. */
18545 $ac_includes_default
18546 typedef long long ac__type_new_;
18548 main ()
18550 if ((ac__type_new_ *) 0)
18551 return 0;
18552 if (sizeof (ac__type_new_))
18553 return 0;
18555 return 0;
18557 _ACEOF
18558 rm -f conftest.$ac_objext
18559 if { (ac_try="$ac_compile"
18560 case "(($ac_try" in
18561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18562 *) ac_try_echo=$ac_try;;
18563 esac
18564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18565 (eval "$ac_compile") 2>conftest.er1
18566 ac_status=$?
18567 grep -v '^ *+' conftest.er1 >conftest.err
18568 rm -f conftest.er1
18569 cat conftest.err >&5
18570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18571 (exit $ac_status); } && {
18572 test -z "$ac_c_werror_flag" ||
18573 test ! -s conftest.err
18574 } && test -s conftest.$ac_objext; then
18575 ac_cv_type_long_long=yes
18576 else
18577 echo "$as_me: failed program was:" >&5
18578 sed 's/^/| /' conftest.$ac_ext >&5
18580 ac_cv_type_long_long=no
18583 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18585 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18586 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18587 if test $ac_cv_type_long_long = yes; then
18589 cat >>confdefs.h <<_ACEOF
18590 #define HAVE_LONG_LONG 1
18591 _ACEOF
18595 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18596 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18597 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18598 echo $ECHO_N "(cached) $ECHO_C" >&6
18599 else
18600 cat >conftest.$ac_ext <<_ACEOF
18601 /* confdefs.h. */
18602 _ACEOF
18603 cat confdefs.h >>conftest.$ac_ext
18604 cat >>conftest.$ac_ext <<_ACEOF
18605 /* end confdefs.h. */
18606 $ac_includes_default
18607 typedef fsblkcnt_t ac__type_new_;
18609 main ()
18611 if ((ac__type_new_ *) 0)
18612 return 0;
18613 if (sizeof (ac__type_new_))
18614 return 0;
18616 return 0;
18618 _ACEOF
18619 rm -f conftest.$ac_objext
18620 if { (ac_try="$ac_compile"
18621 case "(($ac_try" in
18622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18623 *) ac_try_echo=$ac_try;;
18624 esac
18625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18626 (eval "$ac_compile") 2>conftest.er1
18627 ac_status=$?
18628 grep -v '^ *+' conftest.er1 >conftest.err
18629 rm -f conftest.er1
18630 cat conftest.err >&5
18631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18632 (exit $ac_status); } && {
18633 test -z "$ac_c_werror_flag" ||
18634 test ! -s conftest.err
18635 } && test -s conftest.$ac_objext; then
18636 ac_cv_type_fsblkcnt_t=yes
18637 else
18638 echo "$as_me: failed program was:" >&5
18639 sed 's/^/| /' conftest.$ac_ext >&5
18641 ac_cv_type_fsblkcnt_t=no
18644 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18646 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18647 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18648 if test $ac_cv_type_fsblkcnt_t = yes; then
18650 cat >>confdefs.h <<_ACEOF
18651 #define HAVE_FSBLKCNT_T 1
18652 _ACEOF
18656 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18657 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18658 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18659 echo $ECHO_N "(cached) $ECHO_C" >&6
18660 else
18661 cat >conftest.$ac_ext <<_ACEOF
18662 /* confdefs.h. */
18663 _ACEOF
18664 cat confdefs.h >>conftest.$ac_ext
18665 cat >>conftest.$ac_ext <<_ACEOF
18666 /* end confdefs.h. */
18667 $ac_includes_default
18668 typedef fsfilcnt_t ac__type_new_;
18670 main ()
18672 if ((ac__type_new_ *) 0)
18673 return 0;
18674 if (sizeof (ac__type_new_))
18675 return 0;
18677 return 0;
18679 _ACEOF
18680 rm -f conftest.$ac_objext
18681 if { (ac_try="$ac_compile"
18682 case "(($ac_try" in
18683 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18684 *) ac_try_echo=$ac_try;;
18685 esac
18686 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18687 (eval "$ac_compile") 2>conftest.er1
18688 ac_status=$?
18689 grep -v '^ *+' conftest.er1 >conftest.err
18690 rm -f conftest.er1
18691 cat conftest.err >&5
18692 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18693 (exit $ac_status); } && {
18694 test -z "$ac_c_werror_flag" ||
18695 test ! -s conftest.err
18696 } && test -s conftest.$ac_objext; then
18697 ac_cv_type_fsfilcnt_t=yes
18698 else
18699 echo "$as_me: failed program was:" >&5
18700 sed 's/^/| /' conftest.$ac_ext >&5
18702 ac_cv_type_fsfilcnt_t=no
18705 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18707 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18708 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18709 if test $ac_cv_type_fsfilcnt_t = yes; then
18711 cat >>confdefs.h <<_ACEOF
18712 #define HAVE_FSFILCNT_T 1
18713 _ACEOF
18718 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18719 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18720 if test "${ac_cv_type_sigset_t+set}" = set; then
18721 echo $ECHO_N "(cached) $ECHO_C" >&6
18722 else
18723 cat >conftest.$ac_ext <<_ACEOF
18724 /* confdefs.h. */
18725 _ACEOF
18726 cat confdefs.h >>conftest.$ac_ext
18727 cat >>conftest.$ac_ext <<_ACEOF
18728 /* end confdefs.h. */
18729 #include <signal.h>
18731 typedef sigset_t ac__type_new_;
18733 main ()
18735 if ((ac__type_new_ *) 0)
18736 return 0;
18737 if (sizeof (ac__type_new_))
18738 return 0;
18740 return 0;
18742 _ACEOF
18743 rm -f conftest.$ac_objext
18744 if { (ac_try="$ac_compile"
18745 case "(($ac_try" in
18746 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18747 *) ac_try_echo=$ac_try;;
18748 esac
18749 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18750 (eval "$ac_compile") 2>conftest.er1
18751 ac_status=$?
18752 grep -v '^ *+' conftest.er1 >conftest.err
18753 rm -f conftest.er1
18754 cat conftest.err >&5
18755 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18756 (exit $ac_status); } && {
18757 test -z "$ac_c_werror_flag" ||
18758 test ! -s conftest.err
18759 } && test -s conftest.$ac_objext; then
18760 ac_cv_type_sigset_t=yes
18761 else
18762 echo "$as_me: failed program was:" >&5
18763 sed 's/^/| /' conftest.$ac_ext >&5
18765 ac_cv_type_sigset_t=no
18768 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18770 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18771 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18772 if test $ac_cv_type_sigset_t = yes; then
18774 cat >>confdefs.h <<_ACEOF
18775 #define HAVE_SIGSET_T 1
18776 _ACEOF
18781 { echo "$as_me:$LINENO: checking for request_sense" >&5
18782 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18783 if test "${ac_cv_type_request_sense+set}" = set; then
18784 echo $ECHO_N "(cached) $ECHO_C" >&6
18785 else
18786 cat >conftest.$ac_ext <<_ACEOF
18787 /* confdefs.h. */
18788 _ACEOF
18789 cat confdefs.h >>conftest.$ac_ext
18790 cat >>conftest.$ac_ext <<_ACEOF
18791 /* end confdefs.h. */
18792 #include <linux/cdrom.h>
18794 typedef request_sense ac__type_new_;
18796 main ()
18798 if ((ac__type_new_ *) 0)
18799 return 0;
18800 if (sizeof (ac__type_new_))
18801 return 0;
18803 return 0;
18805 _ACEOF
18806 rm -f conftest.$ac_objext
18807 if { (ac_try="$ac_compile"
18808 case "(($ac_try" in
18809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18810 *) ac_try_echo=$ac_try;;
18811 esac
18812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18813 (eval "$ac_compile") 2>conftest.er1
18814 ac_status=$?
18815 grep -v '^ *+' conftest.er1 >conftest.err
18816 rm -f conftest.er1
18817 cat conftest.err >&5
18818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18819 (exit $ac_status); } && {
18820 test -z "$ac_c_werror_flag" ||
18821 test ! -s conftest.err
18822 } && test -s conftest.$ac_objext; then
18823 ac_cv_type_request_sense=yes
18824 else
18825 echo "$as_me: failed program was:" >&5
18826 sed 's/^/| /' conftest.$ac_ext >&5
18828 ac_cv_type_request_sense=no
18831 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18833 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18834 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18835 if test $ac_cv_type_request_sense = yes; then
18837 cat >>confdefs.h <<_ACEOF
18838 #define HAVE_REQUEST_SENSE 1
18839 _ACEOF
18845 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18846 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18847 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18848 echo $ECHO_N "(cached) $ECHO_C" >&6
18849 else
18850 cat >conftest.$ac_ext <<_ACEOF
18851 /* confdefs.h. */
18852 _ACEOF
18853 cat confdefs.h >>conftest.$ac_ext
18854 cat >>conftest.$ac_ext <<_ACEOF
18855 /* end confdefs.h. */
18856 #ifdef HAVE_LINUX_INPUT_H
18857 #include <linux/input.h>
18858 #endif
18861 main ()
18863 static struct ff_effect ac_aggr;
18864 if (ac_aggr.direction)
18865 return 0;
18867 return 0;
18869 _ACEOF
18870 rm -f conftest.$ac_objext
18871 if { (ac_try="$ac_compile"
18872 case "(($ac_try" in
18873 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18874 *) ac_try_echo=$ac_try;;
18875 esac
18876 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18877 (eval "$ac_compile") 2>conftest.er1
18878 ac_status=$?
18879 grep -v '^ *+' conftest.er1 >conftest.err
18880 rm -f conftest.er1
18881 cat conftest.err >&5
18882 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18883 (exit $ac_status); } && {
18884 test -z "$ac_c_werror_flag" ||
18885 test ! -s conftest.err
18886 } && test -s conftest.$ac_objext; then
18887 ac_cv_member_struct_ff_effect_direction=yes
18888 else
18889 echo "$as_me: failed program was:" >&5
18890 sed 's/^/| /' conftest.$ac_ext >&5
18892 cat >conftest.$ac_ext <<_ACEOF
18893 /* confdefs.h. */
18894 _ACEOF
18895 cat confdefs.h >>conftest.$ac_ext
18896 cat >>conftest.$ac_ext <<_ACEOF
18897 /* end confdefs.h. */
18898 #ifdef HAVE_LINUX_INPUT_H
18899 #include <linux/input.h>
18900 #endif
18903 main ()
18905 static struct ff_effect ac_aggr;
18906 if (sizeof ac_aggr.direction)
18907 return 0;
18909 return 0;
18911 _ACEOF
18912 rm -f conftest.$ac_objext
18913 if { (ac_try="$ac_compile"
18914 case "(($ac_try" in
18915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18916 *) ac_try_echo=$ac_try;;
18917 esac
18918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18919 (eval "$ac_compile") 2>conftest.er1
18920 ac_status=$?
18921 grep -v '^ *+' conftest.er1 >conftest.err
18922 rm -f conftest.er1
18923 cat conftest.err >&5
18924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18925 (exit $ac_status); } && {
18926 test -z "$ac_c_werror_flag" ||
18927 test ! -s conftest.err
18928 } && test -s conftest.$ac_objext; then
18929 ac_cv_member_struct_ff_effect_direction=yes
18930 else
18931 echo "$as_me: failed program was:" >&5
18932 sed 's/^/| /' conftest.$ac_ext >&5
18934 ac_cv_member_struct_ff_effect_direction=no
18937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18940 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18942 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18943 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18944 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18946 cat >>confdefs.h <<_ACEOF
18947 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18948 _ACEOF
18954 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18955 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18956 if test "${wine_cv_have_sigaddset+set}" = set; then
18957 echo $ECHO_N "(cached) $ECHO_C" >&6
18958 else
18959 cat >conftest.$ac_ext <<_ACEOF
18960 /* confdefs.h. */
18961 _ACEOF
18962 cat confdefs.h >>conftest.$ac_ext
18963 cat >>conftest.$ac_ext <<_ACEOF
18964 /* end confdefs.h. */
18965 #include <signal.h>
18967 main ()
18969 sigset_t set; sigaddset(&set,SIGTERM);
18971 return 0;
18973 _ACEOF
18974 rm -f conftest.$ac_objext conftest$ac_exeext
18975 if { (ac_try="$ac_link"
18976 case "(($ac_try" in
18977 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18978 *) ac_try_echo=$ac_try;;
18979 esac
18980 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18981 (eval "$ac_link") 2>conftest.er1
18982 ac_status=$?
18983 grep -v '^ *+' conftest.er1 >conftest.err
18984 rm -f conftest.er1
18985 cat conftest.err >&5
18986 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18987 (exit $ac_status); } && {
18988 test -z "$ac_c_werror_flag" ||
18989 test ! -s conftest.err
18990 } && test -s conftest$ac_exeext &&
18991 $as_test_x conftest$ac_exeext; then
18992 wine_cv_have_sigaddset=yes
18993 else
18994 echo "$as_me: failed program was:" >&5
18995 sed 's/^/| /' conftest.$ac_ext >&5
18997 wine_cv_have_sigaddset=no
19000 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19001 conftest$ac_exeext conftest.$ac_ext
19003 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19004 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19005 if test "$wine_cv_have_sigaddset" = "yes"
19006 then
19008 cat >>confdefs.h <<\_ACEOF
19009 #define HAVE_SIGADDSET 1
19010 _ACEOF
19015 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19016 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19017 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19018 echo $ECHO_N "(cached) $ECHO_C" >&6
19019 else
19020 cat >conftest.$ac_ext <<_ACEOF
19021 /* confdefs.h. */
19022 _ACEOF
19023 cat confdefs.h >>conftest.$ac_ext
19024 cat >>conftest.$ac_ext <<_ACEOF
19025 /* end confdefs.h. */
19026 #include <netdb.h>
19028 main ()
19031 char *name=0;
19032 struct hostent he;
19033 struct hostent *result;
19034 char *buf=0;
19035 int bufsize=0;
19036 int res,errnr;
19037 char *addr=0;
19038 int addrlen=0;
19039 int addrtype=0;
19040 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19041 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19044 return 0;
19046 _ACEOF
19047 rm -f conftest.$ac_objext conftest$ac_exeext
19048 if { (ac_try="$ac_link"
19049 case "(($ac_try" in
19050 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19051 *) ac_try_echo=$ac_try;;
19052 esac
19053 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19054 (eval "$ac_link") 2>conftest.er1
19055 ac_status=$?
19056 grep -v '^ *+' conftest.er1 >conftest.err
19057 rm -f conftest.er1
19058 cat conftest.err >&5
19059 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19060 (exit $ac_status); } && {
19061 test -z "$ac_c_werror_flag" ||
19062 test ! -s conftest.err
19063 } && test -s conftest$ac_exeext &&
19064 $as_test_x conftest$ac_exeext; then
19065 wine_cv_linux_gethostbyname_r_6=yes
19066 else
19067 echo "$as_me: failed program was:" >&5
19068 sed 's/^/| /' conftest.$ac_ext >&5
19070 wine_cv_linux_gethostbyname_r_6=no
19074 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19075 conftest$ac_exeext conftest.$ac_ext
19078 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19079 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19080 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19081 then
19083 cat >>confdefs.h <<\_ACEOF
19084 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19085 _ACEOF
19089 if test "$ac_cv_header_linux_joystick_h" = "yes"
19090 then
19091 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19092 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19093 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19094 echo $ECHO_N "(cached) $ECHO_C" >&6
19095 else
19096 cat >conftest.$ac_ext <<_ACEOF
19097 /* confdefs.h. */
19098 _ACEOF
19099 cat confdefs.h >>conftest.$ac_ext
19100 cat >>conftest.$ac_ext <<_ACEOF
19101 /* end confdefs.h. */
19103 #include <sys/ioctl.h>
19104 #include <sys/types.h>
19105 #include <linux/joystick.h>
19107 struct js_event blub;
19108 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19109 #error "no 2.2 header"
19110 #endif
19113 main ()
19115 /*empty*/
19117 return 0;
19119 _ACEOF
19120 rm -f conftest.$ac_objext
19121 if { (ac_try="$ac_compile"
19122 case "(($ac_try" in
19123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19124 *) ac_try_echo=$ac_try;;
19125 esac
19126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19127 (eval "$ac_compile") 2>conftest.er1
19128 ac_status=$?
19129 grep -v '^ *+' conftest.er1 >conftest.err
19130 rm -f conftest.er1
19131 cat conftest.err >&5
19132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19133 (exit $ac_status); } && {
19134 test -z "$ac_c_werror_flag" ||
19135 test ! -s conftest.err
19136 } && test -s conftest.$ac_objext; then
19137 wine_cv_linux_joystick_22_api=yes
19138 else
19139 echo "$as_me: failed program was:" >&5
19140 sed 's/^/| /' conftest.$ac_ext >&5
19142 wine_cv_linux_joystick_22_api=no
19145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19148 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19149 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19150 if test "$wine_cv_linux_joystick_22_api" = "yes"
19151 then
19153 cat >>confdefs.h <<\_ACEOF
19154 #define HAVE_LINUX_22_JOYSTICK_API 1
19155 _ACEOF
19161 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19162 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19163 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19164 echo $ECHO_N "(cached) $ECHO_C" >&6
19165 else
19166 cat >conftest.$ac_ext <<_ACEOF
19167 /* confdefs.h. */
19168 _ACEOF
19169 cat confdefs.h >>conftest.$ac_ext
19170 cat >>conftest.$ac_ext <<_ACEOF
19171 /* end confdefs.h. */
19172 #include <sys/types.h>
19173 #ifdef HAVE_SYS_PARAM_H
19174 # include <sys/param.h>
19175 #endif
19176 #ifdef HAVE_SYS_MOUNT_H
19177 # include <sys/mount.h>
19178 #endif
19179 #ifdef HAVE_SYS_VFS_H
19180 # include <sys/vfs.h>
19181 #endif
19182 #ifdef HAVE_SYS_STATFS_H
19183 # include <sys/statfs.h>
19184 #endif
19187 main ()
19189 static struct statfs ac_aggr;
19190 if (ac_aggr.f_bfree)
19191 return 0;
19193 return 0;
19195 _ACEOF
19196 rm -f conftest.$ac_objext
19197 if { (ac_try="$ac_compile"
19198 case "(($ac_try" in
19199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19200 *) ac_try_echo=$ac_try;;
19201 esac
19202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19203 (eval "$ac_compile") 2>conftest.er1
19204 ac_status=$?
19205 grep -v '^ *+' conftest.er1 >conftest.err
19206 rm -f conftest.er1
19207 cat conftest.err >&5
19208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19209 (exit $ac_status); } && {
19210 test -z "$ac_c_werror_flag" ||
19211 test ! -s conftest.err
19212 } && test -s conftest.$ac_objext; then
19213 ac_cv_member_struct_statfs_f_bfree=yes
19214 else
19215 echo "$as_me: failed program was:" >&5
19216 sed 's/^/| /' conftest.$ac_ext >&5
19218 cat >conftest.$ac_ext <<_ACEOF
19219 /* confdefs.h. */
19220 _ACEOF
19221 cat confdefs.h >>conftest.$ac_ext
19222 cat >>conftest.$ac_ext <<_ACEOF
19223 /* end confdefs.h. */
19224 #include <sys/types.h>
19225 #ifdef HAVE_SYS_PARAM_H
19226 # include <sys/param.h>
19227 #endif
19228 #ifdef HAVE_SYS_MOUNT_H
19229 # include <sys/mount.h>
19230 #endif
19231 #ifdef HAVE_SYS_VFS_H
19232 # include <sys/vfs.h>
19233 #endif
19234 #ifdef HAVE_SYS_STATFS_H
19235 # include <sys/statfs.h>
19236 #endif
19239 main ()
19241 static struct statfs ac_aggr;
19242 if (sizeof ac_aggr.f_bfree)
19243 return 0;
19245 return 0;
19247 _ACEOF
19248 rm -f conftest.$ac_objext
19249 if { (ac_try="$ac_compile"
19250 case "(($ac_try" in
19251 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19252 *) ac_try_echo=$ac_try;;
19253 esac
19254 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19255 (eval "$ac_compile") 2>conftest.er1
19256 ac_status=$?
19257 grep -v '^ *+' conftest.er1 >conftest.err
19258 rm -f conftest.er1
19259 cat conftest.err >&5
19260 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19261 (exit $ac_status); } && {
19262 test -z "$ac_c_werror_flag" ||
19263 test ! -s conftest.err
19264 } && test -s conftest.$ac_objext; then
19265 ac_cv_member_struct_statfs_f_bfree=yes
19266 else
19267 echo "$as_me: failed program was:" >&5
19268 sed 's/^/| /' conftest.$ac_ext >&5
19270 ac_cv_member_struct_statfs_f_bfree=no
19273 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19276 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19278 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19279 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19280 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19282 cat >>confdefs.h <<_ACEOF
19283 #define HAVE_STRUCT_STATFS_F_BFREE 1
19284 _ACEOF
19288 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19289 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19290 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19291 echo $ECHO_N "(cached) $ECHO_C" >&6
19292 else
19293 cat >conftest.$ac_ext <<_ACEOF
19294 /* confdefs.h. */
19295 _ACEOF
19296 cat confdefs.h >>conftest.$ac_ext
19297 cat >>conftest.$ac_ext <<_ACEOF
19298 /* end confdefs.h. */
19299 #include <sys/types.h>
19300 #ifdef HAVE_SYS_PARAM_H
19301 # include <sys/param.h>
19302 #endif
19303 #ifdef HAVE_SYS_MOUNT_H
19304 # include <sys/mount.h>
19305 #endif
19306 #ifdef HAVE_SYS_VFS_H
19307 # include <sys/vfs.h>
19308 #endif
19309 #ifdef HAVE_SYS_STATFS_H
19310 # include <sys/statfs.h>
19311 #endif
19314 main ()
19316 static struct statfs ac_aggr;
19317 if (ac_aggr.f_bavail)
19318 return 0;
19320 return 0;
19322 _ACEOF
19323 rm -f conftest.$ac_objext
19324 if { (ac_try="$ac_compile"
19325 case "(($ac_try" in
19326 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19327 *) ac_try_echo=$ac_try;;
19328 esac
19329 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19330 (eval "$ac_compile") 2>conftest.er1
19331 ac_status=$?
19332 grep -v '^ *+' conftest.er1 >conftest.err
19333 rm -f conftest.er1
19334 cat conftest.err >&5
19335 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19336 (exit $ac_status); } && {
19337 test -z "$ac_c_werror_flag" ||
19338 test ! -s conftest.err
19339 } && test -s conftest.$ac_objext; then
19340 ac_cv_member_struct_statfs_f_bavail=yes
19341 else
19342 echo "$as_me: failed program was:" >&5
19343 sed 's/^/| /' conftest.$ac_ext >&5
19345 cat >conftest.$ac_ext <<_ACEOF
19346 /* confdefs.h. */
19347 _ACEOF
19348 cat confdefs.h >>conftest.$ac_ext
19349 cat >>conftest.$ac_ext <<_ACEOF
19350 /* end confdefs.h. */
19351 #include <sys/types.h>
19352 #ifdef HAVE_SYS_PARAM_H
19353 # include <sys/param.h>
19354 #endif
19355 #ifdef HAVE_SYS_MOUNT_H
19356 # include <sys/mount.h>
19357 #endif
19358 #ifdef HAVE_SYS_VFS_H
19359 # include <sys/vfs.h>
19360 #endif
19361 #ifdef HAVE_SYS_STATFS_H
19362 # include <sys/statfs.h>
19363 #endif
19366 main ()
19368 static struct statfs ac_aggr;
19369 if (sizeof ac_aggr.f_bavail)
19370 return 0;
19372 return 0;
19374 _ACEOF
19375 rm -f conftest.$ac_objext
19376 if { (ac_try="$ac_compile"
19377 case "(($ac_try" in
19378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19379 *) ac_try_echo=$ac_try;;
19380 esac
19381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19382 (eval "$ac_compile") 2>conftest.er1
19383 ac_status=$?
19384 grep -v '^ *+' conftest.er1 >conftest.err
19385 rm -f conftest.er1
19386 cat conftest.err >&5
19387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19388 (exit $ac_status); } && {
19389 test -z "$ac_c_werror_flag" ||
19390 test ! -s conftest.err
19391 } && test -s conftest.$ac_objext; then
19392 ac_cv_member_struct_statfs_f_bavail=yes
19393 else
19394 echo "$as_me: failed program was:" >&5
19395 sed 's/^/| /' conftest.$ac_ext >&5
19397 ac_cv_member_struct_statfs_f_bavail=no
19400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19403 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19405 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19406 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19407 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19409 cat >>confdefs.h <<_ACEOF
19410 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19411 _ACEOF
19415 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19416 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19417 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19418 echo $ECHO_N "(cached) $ECHO_C" >&6
19419 else
19420 cat >conftest.$ac_ext <<_ACEOF
19421 /* confdefs.h. */
19422 _ACEOF
19423 cat confdefs.h >>conftest.$ac_ext
19424 cat >>conftest.$ac_ext <<_ACEOF
19425 /* end confdefs.h. */
19426 #include <sys/types.h>
19427 #ifdef HAVE_SYS_PARAM_H
19428 # include <sys/param.h>
19429 #endif
19430 #ifdef HAVE_SYS_MOUNT_H
19431 # include <sys/mount.h>
19432 #endif
19433 #ifdef HAVE_SYS_VFS_H
19434 # include <sys/vfs.h>
19435 #endif
19436 #ifdef HAVE_SYS_STATFS_H
19437 # include <sys/statfs.h>
19438 #endif
19441 main ()
19443 static struct statfs ac_aggr;
19444 if (ac_aggr.f_frsize)
19445 return 0;
19447 return 0;
19449 _ACEOF
19450 rm -f conftest.$ac_objext
19451 if { (ac_try="$ac_compile"
19452 case "(($ac_try" in
19453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19454 *) ac_try_echo=$ac_try;;
19455 esac
19456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19457 (eval "$ac_compile") 2>conftest.er1
19458 ac_status=$?
19459 grep -v '^ *+' conftest.er1 >conftest.err
19460 rm -f conftest.er1
19461 cat conftest.err >&5
19462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19463 (exit $ac_status); } && {
19464 test -z "$ac_c_werror_flag" ||
19465 test ! -s conftest.err
19466 } && test -s conftest.$ac_objext; then
19467 ac_cv_member_struct_statfs_f_frsize=yes
19468 else
19469 echo "$as_me: failed program was:" >&5
19470 sed 's/^/| /' conftest.$ac_ext >&5
19472 cat >conftest.$ac_ext <<_ACEOF
19473 /* confdefs.h. */
19474 _ACEOF
19475 cat confdefs.h >>conftest.$ac_ext
19476 cat >>conftest.$ac_ext <<_ACEOF
19477 /* end confdefs.h. */
19478 #include <sys/types.h>
19479 #ifdef HAVE_SYS_PARAM_H
19480 # include <sys/param.h>
19481 #endif
19482 #ifdef HAVE_SYS_MOUNT_H
19483 # include <sys/mount.h>
19484 #endif
19485 #ifdef HAVE_SYS_VFS_H
19486 # include <sys/vfs.h>
19487 #endif
19488 #ifdef HAVE_SYS_STATFS_H
19489 # include <sys/statfs.h>
19490 #endif
19493 main ()
19495 static struct statfs ac_aggr;
19496 if (sizeof ac_aggr.f_frsize)
19497 return 0;
19499 return 0;
19501 _ACEOF
19502 rm -f conftest.$ac_objext
19503 if { (ac_try="$ac_compile"
19504 case "(($ac_try" in
19505 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19506 *) ac_try_echo=$ac_try;;
19507 esac
19508 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19509 (eval "$ac_compile") 2>conftest.er1
19510 ac_status=$?
19511 grep -v '^ *+' conftest.er1 >conftest.err
19512 rm -f conftest.er1
19513 cat conftest.err >&5
19514 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19515 (exit $ac_status); } && {
19516 test -z "$ac_c_werror_flag" ||
19517 test ! -s conftest.err
19518 } && test -s conftest.$ac_objext; then
19519 ac_cv_member_struct_statfs_f_frsize=yes
19520 else
19521 echo "$as_me: failed program was:" >&5
19522 sed 's/^/| /' conftest.$ac_ext >&5
19524 ac_cv_member_struct_statfs_f_frsize=no
19527 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19530 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19532 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19533 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19534 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19536 cat >>confdefs.h <<_ACEOF
19537 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19538 _ACEOF
19542 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19543 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19544 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19545 echo $ECHO_N "(cached) $ECHO_C" >&6
19546 else
19547 cat >conftest.$ac_ext <<_ACEOF
19548 /* confdefs.h. */
19549 _ACEOF
19550 cat confdefs.h >>conftest.$ac_ext
19551 cat >>conftest.$ac_ext <<_ACEOF
19552 /* end confdefs.h. */
19553 #include <sys/types.h>
19554 #ifdef HAVE_SYS_PARAM_H
19555 # include <sys/param.h>
19556 #endif
19557 #ifdef HAVE_SYS_MOUNT_H
19558 # include <sys/mount.h>
19559 #endif
19560 #ifdef HAVE_SYS_VFS_H
19561 # include <sys/vfs.h>
19562 #endif
19563 #ifdef HAVE_SYS_STATFS_H
19564 # include <sys/statfs.h>
19565 #endif
19568 main ()
19570 static struct statfs ac_aggr;
19571 if (ac_aggr.f_ffree)
19572 return 0;
19574 return 0;
19576 _ACEOF
19577 rm -f conftest.$ac_objext
19578 if { (ac_try="$ac_compile"
19579 case "(($ac_try" in
19580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19581 *) ac_try_echo=$ac_try;;
19582 esac
19583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19584 (eval "$ac_compile") 2>conftest.er1
19585 ac_status=$?
19586 grep -v '^ *+' conftest.er1 >conftest.err
19587 rm -f conftest.er1
19588 cat conftest.err >&5
19589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19590 (exit $ac_status); } && {
19591 test -z "$ac_c_werror_flag" ||
19592 test ! -s conftest.err
19593 } && test -s conftest.$ac_objext; then
19594 ac_cv_member_struct_statfs_f_ffree=yes
19595 else
19596 echo "$as_me: failed program was:" >&5
19597 sed 's/^/| /' conftest.$ac_ext >&5
19599 cat >conftest.$ac_ext <<_ACEOF
19600 /* confdefs.h. */
19601 _ACEOF
19602 cat confdefs.h >>conftest.$ac_ext
19603 cat >>conftest.$ac_ext <<_ACEOF
19604 /* end confdefs.h. */
19605 #include <sys/types.h>
19606 #ifdef HAVE_SYS_PARAM_H
19607 # include <sys/param.h>
19608 #endif
19609 #ifdef HAVE_SYS_MOUNT_H
19610 # include <sys/mount.h>
19611 #endif
19612 #ifdef HAVE_SYS_VFS_H
19613 # include <sys/vfs.h>
19614 #endif
19615 #ifdef HAVE_SYS_STATFS_H
19616 # include <sys/statfs.h>
19617 #endif
19620 main ()
19622 static struct statfs ac_aggr;
19623 if (sizeof ac_aggr.f_ffree)
19624 return 0;
19626 return 0;
19628 _ACEOF
19629 rm -f conftest.$ac_objext
19630 if { (ac_try="$ac_compile"
19631 case "(($ac_try" in
19632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19633 *) ac_try_echo=$ac_try;;
19634 esac
19635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19636 (eval "$ac_compile") 2>conftest.er1
19637 ac_status=$?
19638 grep -v '^ *+' conftest.er1 >conftest.err
19639 rm -f conftest.er1
19640 cat conftest.err >&5
19641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19642 (exit $ac_status); } && {
19643 test -z "$ac_c_werror_flag" ||
19644 test ! -s conftest.err
19645 } && test -s conftest.$ac_objext; then
19646 ac_cv_member_struct_statfs_f_ffree=yes
19647 else
19648 echo "$as_me: failed program was:" >&5
19649 sed 's/^/| /' conftest.$ac_ext >&5
19651 ac_cv_member_struct_statfs_f_ffree=no
19654 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19657 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19659 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19660 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19661 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19663 cat >>confdefs.h <<_ACEOF
19664 #define HAVE_STRUCT_STATFS_F_FFREE 1
19665 _ACEOF
19669 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19670 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19671 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19672 echo $ECHO_N "(cached) $ECHO_C" >&6
19673 else
19674 cat >conftest.$ac_ext <<_ACEOF
19675 /* confdefs.h. */
19676 _ACEOF
19677 cat confdefs.h >>conftest.$ac_ext
19678 cat >>conftest.$ac_ext <<_ACEOF
19679 /* end confdefs.h. */
19680 #include <sys/types.h>
19681 #ifdef HAVE_SYS_PARAM_H
19682 # include <sys/param.h>
19683 #endif
19684 #ifdef HAVE_SYS_MOUNT_H
19685 # include <sys/mount.h>
19686 #endif
19687 #ifdef HAVE_SYS_VFS_H
19688 # include <sys/vfs.h>
19689 #endif
19690 #ifdef HAVE_SYS_STATFS_H
19691 # include <sys/statfs.h>
19692 #endif
19695 main ()
19697 static struct statfs ac_aggr;
19698 if (ac_aggr.f_favail)
19699 return 0;
19701 return 0;
19703 _ACEOF
19704 rm -f conftest.$ac_objext
19705 if { (ac_try="$ac_compile"
19706 case "(($ac_try" in
19707 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19708 *) ac_try_echo=$ac_try;;
19709 esac
19710 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19711 (eval "$ac_compile") 2>conftest.er1
19712 ac_status=$?
19713 grep -v '^ *+' conftest.er1 >conftest.err
19714 rm -f conftest.er1
19715 cat conftest.err >&5
19716 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19717 (exit $ac_status); } && {
19718 test -z "$ac_c_werror_flag" ||
19719 test ! -s conftest.err
19720 } && test -s conftest.$ac_objext; then
19721 ac_cv_member_struct_statfs_f_favail=yes
19722 else
19723 echo "$as_me: failed program was:" >&5
19724 sed 's/^/| /' conftest.$ac_ext >&5
19726 cat >conftest.$ac_ext <<_ACEOF
19727 /* confdefs.h. */
19728 _ACEOF
19729 cat confdefs.h >>conftest.$ac_ext
19730 cat >>conftest.$ac_ext <<_ACEOF
19731 /* end confdefs.h. */
19732 #include <sys/types.h>
19733 #ifdef HAVE_SYS_PARAM_H
19734 # include <sys/param.h>
19735 #endif
19736 #ifdef HAVE_SYS_MOUNT_H
19737 # include <sys/mount.h>
19738 #endif
19739 #ifdef HAVE_SYS_VFS_H
19740 # include <sys/vfs.h>
19741 #endif
19742 #ifdef HAVE_SYS_STATFS_H
19743 # include <sys/statfs.h>
19744 #endif
19747 main ()
19749 static struct statfs ac_aggr;
19750 if (sizeof ac_aggr.f_favail)
19751 return 0;
19753 return 0;
19755 _ACEOF
19756 rm -f conftest.$ac_objext
19757 if { (ac_try="$ac_compile"
19758 case "(($ac_try" in
19759 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19760 *) ac_try_echo=$ac_try;;
19761 esac
19762 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19763 (eval "$ac_compile") 2>conftest.er1
19764 ac_status=$?
19765 grep -v '^ *+' conftest.er1 >conftest.err
19766 rm -f conftest.er1
19767 cat conftest.err >&5
19768 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19769 (exit $ac_status); } && {
19770 test -z "$ac_c_werror_flag" ||
19771 test ! -s conftest.err
19772 } && test -s conftest.$ac_objext; then
19773 ac_cv_member_struct_statfs_f_favail=yes
19774 else
19775 echo "$as_me: failed program was:" >&5
19776 sed 's/^/| /' conftest.$ac_ext >&5
19778 ac_cv_member_struct_statfs_f_favail=no
19781 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19784 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19786 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19787 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19788 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19790 cat >>confdefs.h <<_ACEOF
19791 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19792 _ACEOF
19796 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19797 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19798 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19799 echo $ECHO_N "(cached) $ECHO_C" >&6
19800 else
19801 cat >conftest.$ac_ext <<_ACEOF
19802 /* confdefs.h. */
19803 _ACEOF
19804 cat confdefs.h >>conftest.$ac_ext
19805 cat >>conftest.$ac_ext <<_ACEOF
19806 /* end confdefs.h. */
19807 #include <sys/types.h>
19808 #ifdef HAVE_SYS_PARAM_H
19809 # include <sys/param.h>
19810 #endif
19811 #ifdef HAVE_SYS_MOUNT_H
19812 # include <sys/mount.h>
19813 #endif
19814 #ifdef HAVE_SYS_VFS_H
19815 # include <sys/vfs.h>
19816 #endif
19817 #ifdef HAVE_SYS_STATFS_H
19818 # include <sys/statfs.h>
19819 #endif
19822 main ()
19824 static struct statfs ac_aggr;
19825 if (ac_aggr.f_namelen)
19826 return 0;
19828 return 0;
19830 _ACEOF
19831 rm -f conftest.$ac_objext
19832 if { (ac_try="$ac_compile"
19833 case "(($ac_try" in
19834 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19835 *) ac_try_echo=$ac_try;;
19836 esac
19837 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19838 (eval "$ac_compile") 2>conftest.er1
19839 ac_status=$?
19840 grep -v '^ *+' conftest.er1 >conftest.err
19841 rm -f conftest.er1
19842 cat conftest.err >&5
19843 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19844 (exit $ac_status); } && {
19845 test -z "$ac_c_werror_flag" ||
19846 test ! -s conftest.err
19847 } && test -s conftest.$ac_objext; then
19848 ac_cv_member_struct_statfs_f_namelen=yes
19849 else
19850 echo "$as_me: failed program was:" >&5
19851 sed 's/^/| /' conftest.$ac_ext >&5
19853 cat >conftest.$ac_ext <<_ACEOF
19854 /* confdefs.h. */
19855 _ACEOF
19856 cat confdefs.h >>conftest.$ac_ext
19857 cat >>conftest.$ac_ext <<_ACEOF
19858 /* end confdefs.h. */
19859 #include <sys/types.h>
19860 #ifdef HAVE_SYS_PARAM_H
19861 # include <sys/param.h>
19862 #endif
19863 #ifdef HAVE_SYS_MOUNT_H
19864 # include <sys/mount.h>
19865 #endif
19866 #ifdef HAVE_SYS_VFS_H
19867 # include <sys/vfs.h>
19868 #endif
19869 #ifdef HAVE_SYS_STATFS_H
19870 # include <sys/statfs.h>
19871 #endif
19874 main ()
19876 static struct statfs ac_aggr;
19877 if (sizeof ac_aggr.f_namelen)
19878 return 0;
19880 return 0;
19882 _ACEOF
19883 rm -f conftest.$ac_objext
19884 if { (ac_try="$ac_compile"
19885 case "(($ac_try" in
19886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19887 *) ac_try_echo=$ac_try;;
19888 esac
19889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19890 (eval "$ac_compile") 2>conftest.er1
19891 ac_status=$?
19892 grep -v '^ *+' conftest.er1 >conftest.err
19893 rm -f conftest.er1
19894 cat conftest.err >&5
19895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19896 (exit $ac_status); } && {
19897 test -z "$ac_c_werror_flag" ||
19898 test ! -s conftest.err
19899 } && test -s conftest.$ac_objext; then
19900 ac_cv_member_struct_statfs_f_namelen=yes
19901 else
19902 echo "$as_me: failed program was:" >&5
19903 sed 's/^/| /' conftest.$ac_ext >&5
19905 ac_cv_member_struct_statfs_f_namelen=no
19908 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19911 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19913 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19914 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19915 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19917 cat >>confdefs.h <<_ACEOF
19918 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19919 _ACEOF
19925 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19926 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19927 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19928 echo $ECHO_N "(cached) $ECHO_C" >&6
19929 else
19930 cat >conftest.$ac_ext <<_ACEOF
19931 /* confdefs.h. */
19932 _ACEOF
19933 cat confdefs.h >>conftest.$ac_ext
19934 cat >>conftest.$ac_ext <<_ACEOF
19935 /* end confdefs.h. */
19936 #ifdef HAVE_SYS_STATVFS_H
19937 #include <sys/statvfs.h>
19938 #endif
19941 main ()
19943 static struct statvfs ac_aggr;
19944 if (ac_aggr.f_blocks)
19945 return 0;
19947 return 0;
19949 _ACEOF
19950 rm -f conftest.$ac_objext
19951 if { (ac_try="$ac_compile"
19952 case "(($ac_try" in
19953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19954 *) ac_try_echo=$ac_try;;
19955 esac
19956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19957 (eval "$ac_compile") 2>conftest.er1
19958 ac_status=$?
19959 grep -v '^ *+' conftest.er1 >conftest.err
19960 rm -f conftest.er1
19961 cat conftest.err >&5
19962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19963 (exit $ac_status); } && {
19964 test -z "$ac_c_werror_flag" ||
19965 test ! -s conftest.err
19966 } && test -s conftest.$ac_objext; then
19967 ac_cv_member_struct_statvfs_f_blocks=yes
19968 else
19969 echo "$as_me: failed program was:" >&5
19970 sed 's/^/| /' conftest.$ac_ext >&5
19972 cat >conftest.$ac_ext <<_ACEOF
19973 /* confdefs.h. */
19974 _ACEOF
19975 cat confdefs.h >>conftest.$ac_ext
19976 cat >>conftest.$ac_ext <<_ACEOF
19977 /* end confdefs.h. */
19978 #ifdef HAVE_SYS_STATVFS_H
19979 #include <sys/statvfs.h>
19980 #endif
19983 main ()
19985 static struct statvfs ac_aggr;
19986 if (sizeof ac_aggr.f_blocks)
19987 return 0;
19989 return 0;
19991 _ACEOF
19992 rm -f conftest.$ac_objext
19993 if { (ac_try="$ac_compile"
19994 case "(($ac_try" in
19995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19996 *) ac_try_echo=$ac_try;;
19997 esac
19998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19999 (eval "$ac_compile") 2>conftest.er1
20000 ac_status=$?
20001 grep -v '^ *+' conftest.er1 >conftest.err
20002 rm -f conftest.er1
20003 cat conftest.err >&5
20004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20005 (exit $ac_status); } && {
20006 test -z "$ac_c_werror_flag" ||
20007 test ! -s conftest.err
20008 } && test -s conftest.$ac_objext; then
20009 ac_cv_member_struct_statvfs_f_blocks=yes
20010 else
20011 echo "$as_me: failed program was:" >&5
20012 sed 's/^/| /' conftest.$ac_ext >&5
20014 ac_cv_member_struct_statvfs_f_blocks=no
20017 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20020 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20022 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20023 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20024 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20026 cat >>confdefs.h <<_ACEOF
20027 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20028 _ACEOF
20034 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20035 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20036 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20037 echo $ECHO_N "(cached) $ECHO_C" >&6
20038 else
20039 cat >conftest.$ac_ext <<_ACEOF
20040 /* confdefs.h. */
20041 _ACEOF
20042 cat confdefs.h >>conftest.$ac_ext
20043 cat >>conftest.$ac_ext <<_ACEOF
20044 /* end confdefs.h. */
20045 #include <sys/types.h>
20046 #ifdef HAVE_SYS_SOCKET_H
20047 # include <sys/socket.h>
20048 #endif
20049 #ifdef HAVE_SYS_UN_H
20050 # include <sys/un.h>
20051 #endif
20054 main ()
20056 static struct msghdr ac_aggr;
20057 if (ac_aggr.msg_accrights)
20058 return 0;
20060 return 0;
20062 _ACEOF
20063 rm -f conftest.$ac_objext
20064 if { (ac_try="$ac_compile"
20065 case "(($ac_try" in
20066 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20067 *) ac_try_echo=$ac_try;;
20068 esac
20069 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20070 (eval "$ac_compile") 2>conftest.er1
20071 ac_status=$?
20072 grep -v '^ *+' conftest.er1 >conftest.err
20073 rm -f conftest.er1
20074 cat conftest.err >&5
20075 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20076 (exit $ac_status); } && {
20077 test -z "$ac_c_werror_flag" ||
20078 test ! -s conftest.err
20079 } && test -s conftest.$ac_objext; then
20080 ac_cv_member_struct_msghdr_msg_accrights=yes
20081 else
20082 echo "$as_me: failed program was:" >&5
20083 sed 's/^/| /' conftest.$ac_ext >&5
20085 cat >conftest.$ac_ext <<_ACEOF
20086 /* confdefs.h. */
20087 _ACEOF
20088 cat confdefs.h >>conftest.$ac_ext
20089 cat >>conftest.$ac_ext <<_ACEOF
20090 /* end confdefs.h. */
20091 #include <sys/types.h>
20092 #ifdef HAVE_SYS_SOCKET_H
20093 # include <sys/socket.h>
20094 #endif
20095 #ifdef HAVE_SYS_UN_H
20096 # include <sys/un.h>
20097 #endif
20100 main ()
20102 static struct msghdr ac_aggr;
20103 if (sizeof ac_aggr.msg_accrights)
20104 return 0;
20106 return 0;
20108 _ACEOF
20109 rm -f conftest.$ac_objext
20110 if { (ac_try="$ac_compile"
20111 case "(($ac_try" in
20112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20113 *) ac_try_echo=$ac_try;;
20114 esac
20115 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20116 (eval "$ac_compile") 2>conftest.er1
20117 ac_status=$?
20118 grep -v '^ *+' conftest.er1 >conftest.err
20119 rm -f conftest.er1
20120 cat conftest.err >&5
20121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20122 (exit $ac_status); } && {
20123 test -z "$ac_c_werror_flag" ||
20124 test ! -s conftest.err
20125 } && test -s conftest.$ac_objext; then
20126 ac_cv_member_struct_msghdr_msg_accrights=yes
20127 else
20128 echo "$as_me: failed program was:" >&5
20129 sed 's/^/| /' conftest.$ac_ext >&5
20131 ac_cv_member_struct_msghdr_msg_accrights=no
20134 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20139 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20140 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20141 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20143 cat >>confdefs.h <<_ACEOF
20144 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20145 _ACEOF
20149 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20150 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20151 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20152 echo $ECHO_N "(cached) $ECHO_C" >&6
20153 else
20154 cat >conftest.$ac_ext <<_ACEOF
20155 /* confdefs.h. */
20156 _ACEOF
20157 cat confdefs.h >>conftest.$ac_ext
20158 cat >>conftest.$ac_ext <<_ACEOF
20159 /* end confdefs.h. */
20160 #include <sys/types.h>
20161 #ifdef HAVE_SYS_SOCKET_H
20162 # include <sys/socket.h>
20163 #endif
20164 #ifdef HAVE_SYS_UN_H
20165 # include <sys/un.h>
20166 #endif
20169 main ()
20171 static struct sockaddr ac_aggr;
20172 if (ac_aggr.sa_len)
20173 return 0;
20175 return 0;
20177 _ACEOF
20178 rm -f conftest.$ac_objext
20179 if { (ac_try="$ac_compile"
20180 case "(($ac_try" in
20181 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20182 *) ac_try_echo=$ac_try;;
20183 esac
20184 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20185 (eval "$ac_compile") 2>conftest.er1
20186 ac_status=$?
20187 grep -v '^ *+' conftest.er1 >conftest.err
20188 rm -f conftest.er1
20189 cat conftest.err >&5
20190 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20191 (exit $ac_status); } && {
20192 test -z "$ac_c_werror_flag" ||
20193 test ! -s conftest.err
20194 } && test -s conftest.$ac_objext; then
20195 ac_cv_member_struct_sockaddr_sa_len=yes
20196 else
20197 echo "$as_me: failed program was:" >&5
20198 sed 's/^/| /' conftest.$ac_ext >&5
20200 cat >conftest.$ac_ext <<_ACEOF
20201 /* confdefs.h. */
20202 _ACEOF
20203 cat confdefs.h >>conftest.$ac_ext
20204 cat >>conftest.$ac_ext <<_ACEOF
20205 /* end confdefs.h. */
20206 #include <sys/types.h>
20207 #ifdef HAVE_SYS_SOCKET_H
20208 # include <sys/socket.h>
20209 #endif
20210 #ifdef HAVE_SYS_UN_H
20211 # include <sys/un.h>
20212 #endif
20215 main ()
20217 static struct sockaddr ac_aggr;
20218 if (sizeof ac_aggr.sa_len)
20219 return 0;
20221 return 0;
20223 _ACEOF
20224 rm -f conftest.$ac_objext
20225 if { (ac_try="$ac_compile"
20226 case "(($ac_try" in
20227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20228 *) ac_try_echo=$ac_try;;
20229 esac
20230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20231 (eval "$ac_compile") 2>conftest.er1
20232 ac_status=$?
20233 grep -v '^ *+' conftest.er1 >conftest.err
20234 rm -f conftest.er1
20235 cat conftest.err >&5
20236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20237 (exit $ac_status); } && {
20238 test -z "$ac_c_werror_flag" ||
20239 test ! -s conftest.err
20240 } && test -s conftest.$ac_objext; then
20241 ac_cv_member_struct_sockaddr_sa_len=yes
20242 else
20243 echo "$as_me: failed program was:" >&5
20244 sed 's/^/| /' conftest.$ac_ext >&5
20246 ac_cv_member_struct_sockaddr_sa_len=no
20249 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20254 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20255 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20256 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20258 cat >>confdefs.h <<_ACEOF
20259 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20260 _ACEOF
20264 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20265 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20266 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20267 echo $ECHO_N "(cached) $ECHO_C" >&6
20268 else
20269 cat >conftest.$ac_ext <<_ACEOF
20270 /* confdefs.h. */
20271 _ACEOF
20272 cat confdefs.h >>conftest.$ac_ext
20273 cat >>conftest.$ac_ext <<_ACEOF
20274 /* end confdefs.h. */
20275 #include <sys/types.h>
20276 #ifdef HAVE_SYS_SOCKET_H
20277 # include <sys/socket.h>
20278 #endif
20279 #ifdef HAVE_SYS_UN_H
20280 # include <sys/un.h>
20281 #endif
20284 main ()
20286 static struct sockaddr_un ac_aggr;
20287 if (ac_aggr.sun_len)
20288 return 0;
20290 return 0;
20292 _ACEOF
20293 rm -f conftest.$ac_objext
20294 if { (ac_try="$ac_compile"
20295 case "(($ac_try" in
20296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20297 *) ac_try_echo=$ac_try;;
20298 esac
20299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20300 (eval "$ac_compile") 2>conftest.er1
20301 ac_status=$?
20302 grep -v '^ *+' conftest.er1 >conftest.err
20303 rm -f conftest.er1
20304 cat conftest.err >&5
20305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20306 (exit $ac_status); } && {
20307 test -z "$ac_c_werror_flag" ||
20308 test ! -s conftest.err
20309 } && test -s conftest.$ac_objext; then
20310 ac_cv_member_struct_sockaddr_un_sun_len=yes
20311 else
20312 echo "$as_me: failed program was:" >&5
20313 sed 's/^/| /' conftest.$ac_ext >&5
20315 cat >conftest.$ac_ext <<_ACEOF
20316 /* confdefs.h. */
20317 _ACEOF
20318 cat confdefs.h >>conftest.$ac_ext
20319 cat >>conftest.$ac_ext <<_ACEOF
20320 /* end confdefs.h. */
20321 #include <sys/types.h>
20322 #ifdef HAVE_SYS_SOCKET_H
20323 # include <sys/socket.h>
20324 #endif
20325 #ifdef HAVE_SYS_UN_H
20326 # include <sys/un.h>
20327 #endif
20330 main ()
20332 static struct sockaddr_un ac_aggr;
20333 if (sizeof ac_aggr.sun_len)
20334 return 0;
20336 return 0;
20338 _ACEOF
20339 rm -f conftest.$ac_objext
20340 if { (ac_try="$ac_compile"
20341 case "(($ac_try" in
20342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20343 *) ac_try_echo=$ac_try;;
20344 esac
20345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20346 (eval "$ac_compile") 2>conftest.er1
20347 ac_status=$?
20348 grep -v '^ *+' conftest.er1 >conftest.err
20349 rm -f conftest.er1
20350 cat conftest.err >&5
20351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20352 (exit $ac_status); } && {
20353 test -z "$ac_c_werror_flag" ||
20354 test ! -s conftest.err
20355 } && test -s conftest.$ac_objext; then
20356 ac_cv_member_struct_sockaddr_un_sun_len=yes
20357 else
20358 echo "$as_me: failed program was:" >&5
20359 sed 's/^/| /' conftest.$ac_ext >&5
20361 ac_cv_member_struct_sockaddr_un_sun_len=no
20364 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20367 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20369 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20370 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20371 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20373 cat >>confdefs.h <<_ACEOF
20374 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20375 _ACEOF
20381 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20382 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20383 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20384 echo $ECHO_N "(cached) $ECHO_C" >&6
20385 else
20386 cat >conftest.$ac_ext <<_ACEOF
20387 /* confdefs.h. */
20388 _ACEOF
20389 cat confdefs.h >>conftest.$ac_ext
20390 cat >>conftest.$ac_ext <<_ACEOF
20391 /* end confdefs.h. */
20392 #include <sys/types.h>
20393 #ifdef HAVE_SCSI_SG_H
20394 #include <scsi/sg.h>
20395 #endif
20398 main ()
20400 static scsireq_t ac_aggr;
20401 if (ac_aggr.cmd)
20402 return 0;
20404 return 0;
20406 _ACEOF
20407 rm -f conftest.$ac_objext
20408 if { (ac_try="$ac_compile"
20409 case "(($ac_try" in
20410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20411 *) ac_try_echo=$ac_try;;
20412 esac
20413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20414 (eval "$ac_compile") 2>conftest.er1
20415 ac_status=$?
20416 grep -v '^ *+' conftest.er1 >conftest.err
20417 rm -f conftest.er1
20418 cat conftest.err >&5
20419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20420 (exit $ac_status); } && {
20421 test -z "$ac_c_werror_flag" ||
20422 test ! -s conftest.err
20423 } && test -s conftest.$ac_objext; then
20424 ac_cv_member_scsireq_t_cmd=yes
20425 else
20426 echo "$as_me: failed program was:" >&5
20427 sed 's/^/| /' conftest.$ac_ext >&5
20429 cat >conftest.$ac_ext <<_ACEOF
20430 /* confdefs.h. */
20431 _ACEOF
20432 cat confdefs.h >>conftest.$ac_ext
20433 cat >>conftest.$ac_ext <<_ACEOF
20434 /* end confdefs.h. */
20435 #include <sys/types.h>
20436 #ifdef HAVE_SCSI_SG_H
20437 #include <scsi/sg.h>
20438 #endif
20441 main ()
20443 static scsireq_t ac_aggr;
20444 if (sizeof ac_aggr.cmd)
20445 return 0;
20447 return 0;
20449 _ACEOF
20450 rm -f conftest.$ac_objext
20451 if { (ac_try="$ac_compile"
20452 case "(($ac_try" in
20453 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20454 *) ac_try_echo=$ac_try;;
20455 esac
20456 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20457 (eval "$ac_compile") 2>conftest.er1
20458 ac_status=$?
20459 grep -v '^ *+' conftest.er1 >conftest.err
20460 rm -f conftest.er1
20461 cat conftest.err >&5
20462 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20463 (exit $ac_status); } && {
20464 test -z "$ac_c_werror_flag" ||
20465 test ! -s conftest.err
20466 } && test -s conftest.$ac_objext; then
20467 ac_cv_member_scsireq_t_cmd=yes
20468 else
20469 echo "$as_me: failed program was:" >&5
20470 sed 's/^/| /' conftest.$ac_ext >&5
20472 ac_cv_member_scsireq_t_cmd=no
20475 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20478 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20480 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20481 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20482 if test $ac_cv_member_scsireq_t_cmd = yes; then
20484 cat >>confdefs.h <<_ACEOF
20485 #define HAVE_SCSIREQ_T_CMD 1
20486 _ACEOF
20490 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20491 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20492 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20493 echo $ECHO_N "(cached) $ECHO_C" >&6
20494 else
20495 cat >conftest.$ac_ext <<_ACEOF
20496 /* confdefs.h. */
20497 _ACEOF
20498 cat confdefs.h >>conftest.$ac_ext
20499 cat >>conftest.$ac_ext <<_ACEOF
20500 /* end confdefs.h. */
20501 #include <sys/types.h>
20502 #ifdef HAVE_SCSI_SG_H
20503 #include <scsi/sg.h>
20504 #endif
20507 main ()
20509 static sg_io_hdr_t ac_aggr;
20510 if (ac_aggr.interface_id)
20511 return 0;
20513 return 0;
20515 _ACEOF
20516 rm -f conftest.$ac_objext
20517 if { (ac_try="$ac_compile"
20518 case "(($ac_try" in
20519 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20520 *) ac_try_echo=$ac_try;;
20521 esac
20522 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20523 (eval "$ac_compile") 2>conftest.er1
20524 ac_status=$?
20525 grep -v '^ *+' conftest.er1 >conftest.err
20526 rm -f conftest.er1
20527 cat conftest.err >&5
20528 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20529 (exit $ac_status); } && {
20530 test -z "$ac_c_werror_flag" ||
20531 test ! -s conftest.err
20532 } && test -s conftest.$ac_objext; then
20533 ac_cv_member_sg_io_hdr_t_interface_id=yes
20534 else
20535 echo "$as_me: failed program was:" >&5
20536 sed 's/^/| /' conftest.$ac_ext >&5
20538 cat >conftest.$ac_ext <<_ACEOF
20539 /* confdefs.h. */
20540 _ACEOF
20541 cat confdefs.h >>conftest.$ac_ext
20542 cat >>conftest.$ac_ext <<_ACEOF
20543 /* end confdefs.h. */
20544 #include <sys/types.h>
20545 #ifdef HAVE_SCSI_SG_H
20546 #include <scsi/sg.h>
20547 #endif
20550 main ()
20552 static sg_io_hdr_t ac_aggr;
20553 if (sizeof ac_aggr.interface_id)
20554 return 0;
20556 return 0;
20558 _ACEOF
20559 rm -f conftest.$ac_objext
20560 if { (ac_try="$ac_compile"
20561 case "(($ac_try" in
20562 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20563 *) ac_try_echo=$ac_try;;
20564 esac
20565 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20566 (eval "$ac_compile") 2>conftest.er1
20567 ac_status=$?
20568 grep -v '^ *+' conftest.er1 >conftest.err
20569 rm -f conftest.er1
20570 cat conftest.err >&5
20571 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20572 (exit $ac_status); } && {
20573 test -z "$ac_c_werror_flag" ||
20574 test ! -s conftest.err
20575 } && test -s conftest.$ac_objext; then
20576 ac_cv_member_sg_io_hdr_t_interface_id=yes
20577 else
20578 echo "$as_me: failed program was:" >&5
20579 sed 's/^/| /' conftest.$ac_ext >&5
20581 ac_cv_member_sg_io_hdr_t_interface_id=no
20584 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20587 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20589 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20590 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20591 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20593 cat >>confdefs.h <<_ACEOF
20594 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20595 _ACEOF
20601 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20602 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20603 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20604 echo $ECHO_N "(cached) $ECHO_C" >&6
20605 else
20606 cat >conftest.$ac_ext <<_ACEOF
20607 /* confdefs.h. */
20608 _ACEOF
20609 cat confdefs.h >>conftest.$ac_ext
20610 cat >>conftest.$ac_ext <<_ACEOF
20611 /* end confdefs.h. */
20612 #include <signal.h>
20615 main ()
20617 static siginfo_t ac_aggr;
20618 if (ac_aggr.si_fd)
20619 return 0;
20621 return 0;
20623 _ACEOF
20624 rm -f conftest.$ac_objext
20625 if { (ac_try="$ac_compile"
20626 case "(($ac_try" in
20627 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20628 *) ac_try_echo=$ac_try;;
20629 esac
20630 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20631 (eval "$ac_compile") 2>conftest.er1
20632 ac_status=$?
20633 grep -v '^ *+' conftest.er1 >conftest.err
20634 rm -f conftest.er1
20635 cat conftest.err >&5
20636 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20637 (exit $ac_status); } && {
20638 test -z "$ac_c_werror_flag" ||
20639 test ! -s conftest.err
20640 } && test -s conftest.$ac_objext; then
20641 ac_cv_member_siginfo_t_si_fd=yes
20642 else
20643 echo "$as_me: failed program was:" >&5
20644 sed 's/^/| /' conftest.$ac_ext >&5
20646 cat >conftest.$ac_ext <<_ACEOF
20647 /* confdefs.h. */
20648 _ACEOF
20649 cat confdefs.h >>conftest.$ac_ext
20650 cat >>conftest.$ac_ext <<_ACEOF
20651 /* end confdefs.h. */
20652 #include <signal.h>
20655 main ()
20657 static siginfo_t ac_aggr;
20658 if (sizeof ac_aggr.si_fd)
20659 return 0;
20661 return 0;
20663 _ACEOF
20664 rm -f conftest.$ac_objext
20665 if { (ac_try="$ac_compile"
20666 case "(($ac_try" in
20667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20668 *) ac_try_echo=$ac_try;;
20669 esac
20670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20671 (eval "$ac_compile") 2>conftest.er1
20672 ac_status=$?
20673 grep -v '^ *+' conftest.er1 >conftest.err
20674 rm -f conftest.er1
20675 cat conftest.err >&5
20676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20677 (exit $ac_status); } && {
20678 test -z "$ac_c_werror_flag" ||
20679 test ! -s conftest.err
20680 } && test -s conftest.$ac_objext; then
20681 ac_cv_member_siginfo_t_si_fd=yes
20682 else
20683 echo "$as_me: failed program was:" >&5
20684 sed 's/^/| /' conftest.$ac_ext >&5
20686 ac_cv_member_siginfo_t_si_fd=no
20689 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20692 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20694 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20695 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20696 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20698 cat >>confdefs.h <<_ACEOF
20699 #define HAVE_SIGINFO_T_SI_FD 1
20700 _ACEOF
20706 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20707 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20708 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20709 echo $ECHO_N "(cached) $ECHO_C" >&6
20710 else
20711 cat >conftest.$ac_ext <<_ACEOF
20712 /* confdefs.h. */
20713 _ACEOF
20714 cat confdefs.h >>conftest.$ac_ext
20715 cat >>conftest.$ac_ext <<_ACEOF
20716 /* end confdefs.h. */
20717 #include <sys/types.h>
20718 #ifdef HAVE_SYS_MTIO_H
20719 #include <sys/mtio.h>
20720 #endif
20723 main ()
20725 static struct mtget ac_aggr;
20726 if (ac_aggr.mt_blksiz)
20727 return 0;
20729 return 0;
20731 _ACEOF
20732 rm -f conftest.$ac_objext
20733 if { (ac_try="$ac_compile"
20734 case "(($ac_try" in
20735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20736 *) ac_try_echo=$ac_try;;
20737 esac
20738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20739 (eval "$ac_compile") 2>conftest.er1
20740 ac_status=$?
20741 grep -v '^ *+' conftest.er1 >conftest.err
20742 rm -f conftest.er1
20743 cat conftest.err >&5
20744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20745 (exit $ac_status); } && {
20746 test -z "$ac_c_werror_flag" ||
20747 test ! -s conftest.err
20748 } && test -s conftest.$ac_objext; then
20749 ac_cv_member_struct_mtget_mt_blksiz=yes
20750 else
20751 echo "$as_me: failed program was:" >&5
20752 sed 's/^/| /' conftest.$ac_ext >&5
20754 cat >conftest.$ac_ext <<_ACEOF
20755 /* confdefs.h. */
20756 _ACEOF
20757 cat confdefs.h >>conftest.$ac_ext
20758 cat >>conftest.$ac_ext <<_ACEOF
20759 /* end confdefs.h. */
20760 #include <sys/types.h>
20761 #ifdef HAVE_SYS_MTIO_H
20762 #include <sys/mtio.h>
20763 #endif
20766 main ()
20768 static struct mtget ac_aggr;
20769 if (sizeof ac_aggr.mt_blksiz)
20770 return 0;
20772 return 0;
20774 _ACEOF
20775 rm -f conftest.$ac_objext
20776 if { (ac_try="$ac_compile"
20777 case "(($ac_try" in
20778 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20779 *) ac_try_echo=$ac_try;;
20780 esac
20781 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20782 (eval "$ac_compile") 2>conftest.er1
20783 ac_status=$?
20784 grep -v '^ *+' conftest.er1 >conftest.err
20785 rm -f conftest.er1
20786 cat conftest.err >&5
20787 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20788 (exit $ac_status); } && {
20789 test -z "$ac_c_werror_flag" ||
20790 test ! -s conftest.err
20791 } && test -s conftest.$ac_objext; then
20792 ac_cv_member_struct_mtget_mt_blksiz=yes
20793 else
20794 echo "$as_me: failed program was:" >&5
20795 sed 's/^/| /' conftest.$ac_ext >&5
20797 ac_cv_member_struct_mtget_mt_blksiz=no
20800 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20803 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20805 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20806 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20807 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20809 cat >>confdefs.h <<_ACEOF
20810 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20811 _ACEOF
20815 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20816 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20817 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20818 echo $ECHO_N "(cached) $ECHO_C" >&6
20819 else
20820 cat >conftest.$ac_ext <<_ACEOF
20821 /* confdefs.h. */
20822 _ACEOF
20823 cat confdefs.h >>conftest.$ac_ext
20824 cat >>conftest.$ac_ext <<_ACEOF
20825 /* end confdefs.h. */
20826 #include <sys/types.h>
20827 #ifdef HAVE_SYS_MTIO_H
20828 #include <sys/mtio.h>
20829 #endif
20832 main ()
20834 static struct mtget ac_aggr;
20835 if (ac_aggr.mt_gstat)
20836 return 0;
20838 return 0;
20840 _ACEOF
20841 rm -f conftest.$ac_objext
20842 if { (ac_try="$ac_compile"
20843 case "(($ac_try" in
20844 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20845 *) ac_try_echo=$ac_try;;
20846 esac
20847 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20848 (eval "$ac_compile") 2>conftest.er1
20849 ac_status=$?
20850 grep -v '^ *+' conftest.er1 >conftest.err
20851 rm -f conftest.er1
20852 cat conftest.err >&5
20853 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20854 (exit $ac_status); } && {
20855 test -z "$ac_c_werror_flag" ||
20856 test ! -s conftest.err
20857 } && test -s conftest.$ac_objext; then
20858 ac_cv_member_struct_mtget_mt_gstat=yes
20859 else
20860 echo "$as_me: failed program was:" >&5
20861 sed 's/^/| /' conftest.$ac_ext >&5
20863 cat >conftest.$ac_ext <<_ACEOF
20864 /* confdefs.h. */
20865 _ACEOF
20866 cat confdefs.h >>conftest.$ac_ext
20867 cat >>conftest.$ac_ext <<_ACEOF
20868 /* end confdefs.h. */
20869 #include <sys/types.h>
20870 #ifdef HAVE_SYS_MTIO_H
20871 #include <sys/mtio.h>
20872 #endif
20875 main ()
20877 static struct mtget ac_aggr;
20878 if (sizeof ac_aggr.mt_gstat)
20879 return 0;
20881 return 0;
20883 _ACEOF
20884 rm -f conftest.$ac_objext
20885 if { (ac_try="$ac_compile"
20886 case "(($ac_try" in
20887 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20888 *) ac_try_echo=$ac_try;;
20889 esac
20890 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20891 (eval "$ac_compile") 2>conftest.er1
20892 ac_status=$?
20893 grep -v '^ *+' conftest.er1 >conftest.err
20894 rm -f conftest.er1
20895 cat conftest.err >&5
20896 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20897 (exit $ac_status); } && {
20898 test -z "$ac_c_werror_flag" ||
20899 test ! -s conftest.err
20900 } && test -s conftest.$ac_objext; then
20901 ac_cv_member_struct_mtget_mt_gstat=yes
20902 else
20903 echo "$as_me: failed program was:" >&5
20904 sed 's/^/| /' conftest.$ac_ext >&5
20906 ac_cv_member_struct_mtget_mt_gstat=no
20909 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20912 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20914 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20915 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20916 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20918 cat >>confdefs.h <<_ACEOF
20919 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20920 _ACEOF
20924 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20925 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20926 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20927 echo $ECHO_N "(cached) $ECHO_C" >&6
20928 else
20929 cat >conftest.$ac_ext <<_ACEOF
20930 /* confdefs.h. */
20931 _ACEOF
20932 cat confdefs.h >>conftest.$ac_ext
20933 cat >>conftest.$ac_ext <<_ACEOF
20934 /* end confdefs.h. */
20935 #include <sys/types.h>
20936 #ifdef HAVE_SYS_MTIO_H
20937 #include <sys/mtio.h>
20938 #endif
20941 main ()
20943 static struct mtget ac_aggr;
20944 if (ac_aggr.mt_blkno)
20945 return 0;
20947 return 0;
20949 _ACEOF
20950 rm -f conftest.$ac_objext
20951 if { (ac_try="$ac_compile"
20952 case "(($ac_try" in
20953 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20954 *) ac_try_echo=$ac_try;;
20955 esac
20956 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20957 (eval "$ac_compile") 2>conftest.er1
20958 ac_status=$?
20959 grep -v '^ *+' conftest.er1 >conftest.err
20960 rm -f conftest.er1
20961 cat conftest.err >&5
20962 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20963 (exit $ac_status); } && {
20964 test -z "$ac_c_werror_flag" ||
20965 test ! -s conftest.err
20966 } && test -s conftest.$ac_objext; then
20967 ac_cv_member_struct_mtget_mt_blkno=yes
20968 else
20969 echo "$as_me: failed program was:" >&5
20970 sed 's/^/| /' conftest.$ac_ext >&5
20972 cat >conftest.$ac_ext <<_ACEOF
20973 /* confdefs.h. */
20974 _ACEOF
20975 cat confdefs.h >>conftest.$ac_ext
20976 cat >>conftest.$ac_ext <<_ACEOF
20977 /* end confdefs.h. */
20978 #include <sys/types.h>
20979 #ifdef HAVE_SYS_MTIO_H
20980 #include <sys/mtio.h>
20981 #endif
20984 main ()
20986 static struct mtget ac_aggr;
20987 if (sizeof ac_aggr.mt_blkno)
20988 return 0;
20990 return 0;
20992 _ACEOF
20993 rm -f conftest.$ac_objext
20994 if { (ac_try="$ac_compile"
20995 case "(($ac_try" in
20996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20997 *) ac_try_echo=$ac_try;;
20998 esac
20999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21000 (eval "$ac_compile") 2>conftest.er1
21001 ac_status=$?
21002 grep -v '^ *+' conftest.er1 >conftest.err
21003 rm -f conftest.er1
21004 cat conftest.err >&5
21005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21006 (exit $ac_status); } && {
21007 test -z "$ac_c_werror_flag" ||
21008 test ! -s conftest.err
21009 } && test -s conftest.$ac_objext; then
21010 ac_cv_member_struct_mtget_mt_blkno=yes
21011 else
21012 echo "$as_me: failed program was:" >&5
21013 sed 's/^/| /' conftest.$ac_ext >&5
21015 ac_cv_member_struct_mtget_mt_blkno=no
21018 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21021 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21023 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21024 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21025 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21027 cat >>confdefs.h <<_ACEOF
21028 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21029 _ACEOF
21035 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21036 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21037 if test "${ac_cv_member_struct_option_name+set}" = set; then
21038 echo $ECHO_N "(cached) $ECHO_C" >&6
21039 else
21040 cat >conftest.$ac_ext <<_ACEOF
21041 /* confdefs.h. */
21042 _ACEOF
21043 cat confdefs.h >>conftest.$ac_ext
21044 cat >>conftest.$ac_ext <<_ACEOF
21045 /* end confdefs.h. */
21046 #ifdef HAVE_GETOPT_H
21047 #include <getopt.h>
21048 #endif
21051 main ()
21053 static struct option ac_aggr;
21054 if (ac_aggr.name)
21055 return 0;
21057 return 0;
21059 _ACEOF
21060 rm -f conftest.$ac_objext
21061 if { (ac_try="$ac_compile"
21062 case "(($ac_try" in
21063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21064 *) ac_try_echo=$ac_try;;
21065 esac
21066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21067 (eval "$ac_compile") 2>conftest.er1
21068 ac_status=$?
21069 grep -v '^ *+' conftest.er1 >conftest.err
21070 rm -f conftest.er1
21071 cat conftest.err >&5
21072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21073 (exit $ac_status); } && {
21074 test -z "$ac_c_werror_flag" ||
21075 test ! -s conftest.err
21076 } && test -s conftest.$ac_objext; then
21077 ac_cv_member_struct_option_name=yes
21078 else
21079 echo "$as_me: failed program was:" >&5
21080 sed 's/^/| /' conftest.$ac_ext >&5
21082 cat >conftest.$ac_ext <<_ACEOF
21083 /* confdefs.h. */
21084 _ACEOF
21085 cat confdefs.h >>conftest.$ac_ext
21086 cat >>conftest.$ac_ext <<_ACEOF
21087 /* end confdefs.h. */
21088 #ifdef HAVE_GETOPT_H
21089 #include <getopt.h>
21090 #endif
21093 main ()
21095 static struct option ac_aggr;
21096 if (sizeof ac_aggr.name)
21097 return 0;
21099 return 0;
21101 _ACEOF
21102 rm -f conftest.$ac_objext
21103 if { (ac_try="$ac_compile"
21104 case "(($ac_try" in
21105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21106 *) ac_try_echo=$ac_try;;
21107 esac
21108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21109 (eval "$ac_compile") 2>conftest.er1
21110 ac_status=$?
21111 grep -v '^ *+' conftest.er1 >conftest.err
21112 rm -f conftest.er1
21113 cat conftest.err >&5
21114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21115 (exit $ac_status); } && {
21116 test -z "$ac_c_werror_flag" ||
21117 test ! -s conftest.err
21118 } && test -s conftest.$ac_objext; then
21119 ac_cv_member_struct_option_name=yes
21120 else
21121 echo "$as_me: failed program was:" >&5
21122 sed 's/^/| /' conftest.$ac_ext >&5
21124 ac_cv_member_struct_option_name=no
21127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21130 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21132 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21133 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21134 if test $ac_cv_member_struct_option_name = yes; then
21136 cat >>confdefs.h <<_ACEOF
21137 #define HAVE_STRUCT_OPTION_NAME 1
21138 _ACEOF
21144 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21145 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21146 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21147 echo $ECHO_N "(cached) $ECHO_C" >&6
21148 else
21149 cat >conftest.$ac_ext <<_ACEOF
21150 /* confdefs.h. */
21151 _ACEOF
21152 cat confdefs.h >>conftest.$ac_ext
21153 cat >>conftest.$ac_ext <<_ACEOF
21154 /* end confdefs.h. */
21155 $ac_includes_default
21157 main ()
21159 static struct stat ac_aggr;
21160 if (ac_aggr.st_blocks)
21161 return 0;
21163 return 0;
21165 _ACEOF
21166 rm -f conftest.$ac_objext
21167 if { (ac_try="$ac_compile"
21168 case "(($ac_try" in
21169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21170 *) ac_try_echo=$ac_try;;
21171 esac
21172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21173 (eval "$ac_compile") 2>conftest.er1
21174 ac_status=$?
21175 grep -v '^ *+' conftest.er1 >conftest.err
21176 rm -f conftest.er1
21177 cat conftest.err >&5
21178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21179 (exit $ac_status); } && {
21180 test -z "$ac_c_werror_flag" ||
21181 test ! -s conftest.err
21182 } && test -s conftest.$ac_objext; then
21183 ac_cv_member_struct_stat_st_blocks=yes
21184 else
21185 echo "$as_me: failed program was:" >&5
21186 sed 's/^/| /' conftest.$ac_ext >&5
21188 cat >conftest.$ac_ext <<_ACEOF
21189 /* confdefs.h. */
21190 _ACEOF
21191 cat confdefs.h >>conftest.$ac_ext
21192 cat >>conftest.$ac_ext <<_ACEOF
21193 /* end confdefs.h. */
21194 $ac_includes_default
21196 main ()
21198 static struct stat ac_aggr;
21199 if (sizeof ac_aggr.st_blocks)
21200 return 0;
21202 return 0;
21204 _ACEOF
21205 rm -f conftest.$ac_objext
21206 if { (ac_try="$ac_compile"
21207 case "(($ac_try" in
21208 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21209 *) ac_try_echo=$ac_try;;
21210 esac
21211 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21212 (eval "$ac_compile") 2>conftest.er1
21213 ac_status=$?
21214 grep -v '^ *+' conftest.er1 >conftest.err
21215 rm -f conftest.er1
21216 cat conftest.err >&5
21217 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21218 (exit $ac_status); } && {
21219 test -z "$ac_c_werror_flag" ||
21220 test ! -s conftest.err
21221 } && test -s conftest.$ac_objext; then
21222 ac_cv_member_struct_stat_st_blocks=yes
21223 else
21224 echo "$as_me: failed program was:" >&5
21225 sed 's/^/| /' conftest.$ac_ext >&5
21227 ac_cv_member_struct_stat_st_blocks=no
21230 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21235 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21236 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21237 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21239 cat >>confdefs.h <<_ACEOF
21240 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21241 _ACEOF
21245 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21246 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21247 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21248 echo $ECHO_N "(cached) $ECHO_C" >&6
21249 else
21250 cat >conftest.$ac_ext <<_ACEOF
21251 /* confdefs.h. */
21252 _ACEOF
21253 cat confdefs.h >>conftest.$ac_ext
21254 cat >>conftest.$ac_ext <<_ACEOF
21255 /* end confdefs.h. */
21256 $ac_includes_default
21258 main ()
21260 static struct stat ac_aggr;
21261 if (ac_aggr.st_mtim)
21262 return 0;
21264 return 0;
21266 _ACEOF
21267 rm -f conftest.$ac_objext
21268 if { (ac_try="$ac_compile"
21269 case "(($ac_try" in
21270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21271 *) ac_try_echo=$ac_try;;
21272 esac
21273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21274 (eval "$ac_compile") 2>conftest.er1
21275 ac_status=$?
21276 grep -v '^ *+' conftest.er1 >conftest.err
21277 rm -f conftest.er1
21278 cat conftest.err >&5
21279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21280 (exit $ac_status); } && {
21281 test -z "$ac_c_werror_flag" ||
21282 test ! -s conftest.err
21283 } && test -s conftest.$ac_objext; then
21284 ac_cv_member_struct_stat_st_mtim=yes
21285 else
21286 echo "$as_me: failed program was:" >&5
21287 sed 's/^/| /' conftest.$ac_ext >&5
21289 cat >conftest.$ac_ext <<_ACEOF
21290 /* confdefs.h. */
21291 _ACEOF
21292 cat confdefs.h >>conftest.$ac_ext
21293 cat >>conftest.$ac_ext <<_ACEOF
21294 /* end confdefs.h. */
21295 $ac_includes_default
21297 main ()
21299 static struct stat ac_aggr;
21300 if (sizeof ac_aggr.st_mtim)
21301 return 0;
21303 return 0;
21305 _ACEOF
21306 rm -f conftest.$ac_objext
21307 if { (ac_try="$ac_compile"
21308 case "(($ac_try" in
21309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21310 *) ac_try_echo=$ac_try;;
21311 esac
21312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21313 (eval "$ac_compile") 2>conftest.er1
21314 ac_status=$?
21315 grep -v '^ *+' conftest.er1 >conftest.err
21316 rm -f conftest.er1
21317 cat conftest.err >&5
21318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21319 (exit $ac_status); } && {
21320 test -z "$ac_c_werror_flag" ||
21321 test ! -s conftest.err
21322 } && test -s conftest.$ac_objext; then
21323 ac_cv_member_struct_stat_st_mtim=yes
21324 else
21325 echo "$as_me: failed program was:" >&5
21326 sed 's/^/| /' conftest.$ac_ext >&5
21328 ac_cv_member_struct_stat_st_mtim=no
21331 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21334 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21336 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21337 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21338 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21340 cat >>confdefs.h <<_ACEOF
21341 #define HAVE_STRUCT_STAT_ST_MTIM 1
21342 _ACEOF
21346 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21347 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21348 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21349 echo $ECHO_N "(cached) $ECHO_C" >&6
21350 else
21351 cat >conftest.$ac_ext <<_ACEOF
21352 /* confdefs.h. */
21353 _ACEOF
21354 cat confdefs.h >>conftest.$ac_ext
21355 cat >>conftest.$ac_ext <<_ACEOF
21356 /* end confdefs.h. */
21357 $ac_includes_default
21359 main ()
21361 static struct stat ac_aggr;
21362 if (ac_aggr.st_ctim)
21363 return 0;
21365 return 0;
21367 _ACEOF
21368 rm -f conftest.$ac_objext
21369 if { (ac_try="$ac_compile"
21370 case "(($ac_try" in
21371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21372 *) ac_try_echo=$ac_try;;
21373 esac
21374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21375 (eval "$ac_compile") 2>conftest.er1
21376 ac_status=$?
21377 grep -v '^ *+' conftest.er1 >conftest.err
21378 rm -f conftest.er1
21379 cat conftest.err >&5
21380 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21381 (exit $ac_status); } && {
21382 test -z "$ac_c_werror_flag" ||
21383 test ! -s conftest.err
21384 } && test -s conftest.$ac_objext; then
21385 ac_cv_member_struct_stat_st_ctim=yes
21386 else
21387 echo "$as_me: failed program was:" >&5
21388 sed 's/^/| /' conftest.$ac_ext >&5
21390 cat >conftest.$ac_ext <<_ACEOF
21391 /* confdefs.h. */
21392 _ACEOF
21393 cat confdefs.h >>conftest.$ac_ext
21394 cat >>conftest.$ac_ext <<_ACEOF
21395 /* end confdefs.h. */
21396 $ac_includes_default
21398 main ()
21400 static struct stat ac_aggr;
21401 if (sizeof ac_aggr.st_ctim)
21402 return 0;
21404 return 0;
21406 _ACEOF
21407 rm -f conftest.$ac_objext
21408 if { (ac_try="$ac_compile"
21409 case "(($ac_try" in
21410 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21411 *) ac_try_echo=$ac_try;;
21412 esac
21413 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21414 (eval "$ac_compile") 2>conftest.er1
21415 ac_status=$?
21416 grep -v '^ *+' conftest.er1 >conftest.err
21417 rm -f conftest.er1
21418 cat conftest.err >&5
21419 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21420 (exit $ac_status); } && {
21421 test -z "$ac_c_werror_flag" ||
21422 test ! -s conftest.err
21423 } && test -s conftest.$ac_objext; then
21424 ac_cv_member_struct_stat_st_ctim=yes
21425 else
21426 echo "$as_me: failed program was:" >&5
21427 sed 's/^/| /' conftest.$ac_ext >&5
21429 ac_cv_member_struct_stat_st_ctim=no
21432 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21435 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21437 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21438 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21439 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21441 cat >>confdefs.h <<_ACEOF
21442 #define HAVE_STRUCT_STAT_ST_CTIM 1
21443 _ACEOF
21447 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21448 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21449 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21450 echo $ECHO_N "(cached) $ECHO_C" >&6
21451 else
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 (ac_aggr.st_atim)
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_atim=yes
21487 else
21488 echo "$as_me: failed program was:" >&5
21489 sed 's/^/| /' conftest.$ac_ext >&5
21491 cat >conftest.$ac_ext <<_ACEOF
21492 /* confdefs.h. */
21493 _ACEOF
21494 cat confdefs.h >>conftest.$ac_ext
21495 cat >>conftest.$ac_ext <<_ACEOF
21496 /* end confdefs.h. */
21497 $ac_includes_default
21499 main ()
21501 static struct stat ac_aggr;
21502 if (sizeof ac_aggr.st_atim)
21503 return 0;
21505 return 0;
21507 _ACEOF
21508 rm -f conftest.$ac_objext
21509 if { (ac_try="$ac_compile"
21510 case "(($ac_try" in
21511 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21512 *) ac_try_echo=$ac_try;;
21513 esac
21514 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21515 (eval "$ac_compile") 2>conftest.er1
21516 ac_status=$?
21517 grep -v '^ *+' conftest.er1 >conftest.err
21518 rm -f conftest.er1
21519 cat conftest.err >&5
21520 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21521 (exit $ac_status); } && {
21522 test -z "$ac_c_werror_flag" ||
21523 test ! -s conftest.err
21524 } && test -s conftest.$ac_objext; then
21525 ac_cv_member_struct_stat_st_atim=yes
21526 else
21527 echo "$as_me: failed program was:" >&5
21528 sed 's/^/| /' conftest.$ac_ext >&5
21530 ac_cv_member_struct_stat_st_atim=no
21533 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21536 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21538 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21539 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21540 if test $ac_cv_member_struct_stat_st_atim = yes; then
21542 cat >>confdefs.h <<_ACEOF
21543 #define HAVE_STRUCT_STAT_ST_ATIM 1
21544 _ACEOF
21550 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21551 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21552 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21553 echo $ECHO_N "(cached) $ECHO_C" >&6
21554 else
21555 cat >conftest.$ac_ext <<_ACEOF
21556 /* confdefs.h. */
21557 _ACEOF
21558 cat confdefs.h >>conftest.$ac_ext
21559 cat >>conftest.$ac_ext <<_ACEOF
21560 /* end confdefs.h. */
21561 #ifdef HAVE_SYS_TYPES_H
21562 #include <sys/types.h>
21563 #endif
21564 #ifdef HAVE_NETINET_IN_H
21565 #include <netinet/in.h>
21566 #endif
21569 main ()
21571 static struct sockaddr_in6 ac_aggr;
21572 if (ac_aggr.sin6_scope_id)
21573 return 0;
21575 return 0;
21577 _ACEOF
21578 rm -f conftest.$ac_objext
21579 if { (ac_try="$ac_compile"
21580 case "(($ac_try" in
21581 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21582 *) ac_try_echo=$ac_try;;
21583 esac
21584 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21585 (eval "$ac_compile") 2>conftest.er1
21586 ac_status=$?
21587 grep -v '^ *+' conftest.er1 >conftest.err
21588 rm -f conftest.er1
21589 cat conftest.err >&5
21590 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21591 (exit $ac_status); } && {
21592 test -z "$ac_c_werror_flag" ||
21593 test ! -s conftest.err
21594 } && test -s conftest.$ac_objext; then
21595 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21596 else
21597 echo "$as_me: failed program was:" >&5
21598 sed 's/^/| /' conftest.$ac_ext >&5
21600 cat >conftest.$ac_ext <<_ACEOF
21601 /* confdefs.h. */
21602 _ACEOF
21603 cat confdefs.h >>conftest.$ac_ext
21604 cat >>conftest.$ac_ext <<_ACEOF
21605 /* end confdefs.h. */
21606 #ifdef HAVE_SYS_TYPES_H
21607 #include <sys/types.h>
21608 #endif
21609 #ifdef HAVE_NETINET_IN_H
21610 #include <netinet/in.h>
21611 #endif
21614 main ()
21616 static struct sockaddr_in6 ac_aggr;
21617 if (sizeof ac_aggr.sin6_scope_id)
21618 return 0;
21620 return 0;
21622 _ACEOF
21623 rm -f conftest.$ac_objext
21624 if { (ac_try="$ac_compile"
21625 case "(($ac_try" in
21626 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21627 *) ac_try_echo=$ac_try;;
21628 esac
21629 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21630 (eval "$ac_compile") 2>conftest.er1
21631 ac_status=$?
21632 grep -v '^ *+' conftest.er1 >conftest.err
21633 rm -f conftest.er1
21634 cat conftest.err >&5
21635 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21636 (exit $ac_status); } && {
21637 test -z "$ac_c_werror_flag" ||
21638 test ! -s conftest.err
21639 } && test -s conftest.$ac_objext; then
21640 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21641 else
21642 echo "$as_me: failed program was:" >&5
21643 sed 's/^/| /' conftest.$ac_ext >&5
21645 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21648 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21651 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21653 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21654 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21655 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21657 cat >>confdefs.h <<_ACEOF
21658 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21659 _ACEOF
21665 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21666 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21667 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21668 echo $ECHO_N "(cached) $ECHO_C" >&6
21669 else
21670 cat >conftest.$ac_ext <<_ACEOF
21671 /* confdefs.h. */
21672 _ACEOF
21673 cat confdefs.h >>conftest.$ac_ext
21674 cat >>conftest.$ac_ext <<_ACEOF
21675 /* end confdefs.h. */
21676 #ifdef HAVE_SYS_TYPES_H
21677 #include <sys/types.h>
21678 #endif
21679 #ifdef HAVE_NETINET_IN_H
21680 # include <netinet/in.h>
21681 #endif
21682 #ifdef HAVE_ARPA_NAMESER_H
21683 # include <arpa/nameser.h>
21684 #endif
21687 main ()
21689 static ns_msg ac_aggr;
21690 if (ac_aggr._msg_ptr)
21691 return 0;
21693 return 0;
21695 _ACEOF
21696 rm -f conftest.$ac_objext
21697 if { (ac_try="$ac_compile"
21698 case "(($ac_try" in
21699 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21700 *) ac_try_echo=$ac_try;;
21701 esac
21702 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21703 (eval "$ac_compile") 2>conftest.er1
21704 ac_status=$?
21705 grep -v '^ *+' conftest.er1 >conftest.err
21706 rm -f conftest.er1
21707 cat conftest.err >&5
21708 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21709 (exit $ac_status); } && {
21710 test -z "$ac_c_werror_flag" ||
21711 test ! -s conftest.err
21712 } && test -s conftest.$ac_objext; then
21713 ac_cv_member_ns_msg__msg_ptr=yes
21714 else
21715 echo "$as_me: failed program was:" >&5
21716 sed 's/^/| /' conftest.$ac_ext >&5
21718 cat >conftest.$ac_ext <<_ACEOF
21719 /* confdefs.h. */
21720 _ACEOF
21721 cat confdefs.h >>conftest.$ac_ext
21722 cat >>conftest.$ac_ext <<_ACEOF
21723 /* end confdefs.h. */
21724 #ifdef HAVE_SYS_TYPES_H
21725 #include <sys/types.h>
21726 #endif
21727 #ifdef HAVE_NETINET_IN_H
21728 # include <netinet/in.h>
21729 #endif
21730 #ifdef HAVE_ARPA_NAMESER_H
21731 # include <arpa/nameser.h>
21732 #endif
21735 main ()
21737 static ns_msg ac_aggr;
21738 if (sizeof ac_aggr._msg_ptr)
21739 return 0;
21741 return 0;
21743 _ACEOF
21744 rm -f conftest.$ac_objext
21745 if { (ac_try="$ac_compile"
21746 case "(($ac_try" in
21747 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21748 *) ac_try_echo=$ac_try;;
21749 esac
21750 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21751 (eval "$ac_compile") 2>conftest.er1
21752 ac_status=$?
21753 grep -v '^ *+' conftest.er1 >conftest.err
21754 rm -f conftest.er1
21755 cat conftest.err >&5
21756 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21757 (exit $ac_status); } && {
21758 test -z "$ac_c_werror_flag" ||
21759 test ! -s conftest.err
21760 } && test -s conftest.$ac_objext; then
21761 ac_cv_member_ns_msg__msg_ptr=yes
21762 else
21763 echo "$as_me: failed program was:" >&5
21764 sed 's/^/| /' conftest.$ac_ext >&5
21766 ac_cv_member_ns_msg__msg_ptr=no
21769 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21772 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21774 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21775 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21776 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21778 cat >>confdefs.h <<_ACEOF
21779 #define HAVE_NS_MSG__MSG_PTR 1
21780 _ACEOF
21786 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21787 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21788 if test "${ac_cv_have_timezone+set}" = set; then
21789 echo $ECHO_N "(cached) $ECHO_C" >&6
21790 else
21791 cat >conftest.$ac_ext <<_ACEOF
21792 /* confdefs.h. */
21793 _ACEOF
21794 cat confdefs.h >>conftest.$ac_ext
21795 cat >>conftest.$ac_ext <<_ACEOF
21796 /* end confdefs.h. */
21797 #include <time.h>
21799 main ()
21801 timezone = 1
21803 return 0;
21805 _ACEOF
21806 rm -f conftest.$ac_objext conftest$ac_exeext
21807 if { (ac_try="$ac_link"
21808 case "(($ac_try" in
21809 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21810 *) ac_try_echo=$ac_try;;
21811 esac
21812 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21813 (eval "$ac_link") 2>conftest.er1
21814 ac_status=$?
21815 grep -v '^ *+' conftest.er1 >conftest.err
21816 rm -f conftest.er1
21817 cat conftest.err >&5
21818 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21819 (exit $ac_status); } && {
21820 test -z "$ac_c_werror_flag" ||
21821 test ! -s conftest.err
21822 } && test -s conftest$ac_exeext &&
21823 $as_test_x conftest$ac_exeext; then
21824 ac_cv_have_timezone="yes"
21825 else
21826 echo "$as_me: failed program was:" >&5
21827 sed 's/^/| /' conftest.$ac_ext >&5
21829 ac_cv_have_timezone="no"
21832 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21833 conftest$ac_exeext conftest.$ac_ext
21835 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21836 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21837 if test "$ac_cv_have_timezone" = "yes"
21838 then
21840 cat >>confdefs.h <<\_ACEOF
21841 #define HAVE_TIMEZONE 1
21842 _ACEOF
21845 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21846 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21847 if test "${ac_cv_have_daylight+set}" = set; then
21848 echo $ECHO_N "(cached) $ECHO_C" >&6
21849 else
21850 cat >conftest.$ac_ext <<_ACEOF
21851 /* confdefs.h. */
21852 _ACEOF
21853 cat confdefs.h >>conftest.$ac_ext
21854 cat >>conftest.$ac_ext <<_ACEOF
21855 /* end confdefs.h. */
21856 #include <time.h>
21858 main ()
21860 daylight = 1
21862 return 0;
21864 _ACEOF
21865 rm -f conftest.$ac_objext conftest$ac_exeext
21866 if { (ac_try="$ac_link"
21867 case "(($ac_try" in
21868 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21869 *) ac_try_echo=$ac_try;;
21870 esac
21871 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21872 (eval "$ac_link") 2>conftest.er1
21873 ac_status=$?
21874 grep -v '^ *+' conftest.er1 >conftest.err
21875 rm -f conftest.er1
21876 cat conftest.err >&5
21877 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21878 (exit $ac_status); } && {
21879 test -z "$ac_c_werror_flag" ||
21880 test ! -s conftest.err
21881 } && test -s conftest$ac_exeext &&
21882 $as_test_x conftest$ac_exeext; then
21883 ac_cv_have_daylight="yes"
21884 else
21885 echo "$as_me: failed program was:" >&5
21886 sed 's/^/| /' conftest.$ac_ext >&5
21888 ac_cv_have_daylight="no"
21891 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21892 conftest$ac_exeext conftest.$ac_ext
21894 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21895 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21896 if test "$ac_cv_have_daylight" = "yes"
21897 then
21899 cat >>confdefs.h <<\_ACEOF
21900 #define HAVE_DAYLIGHT 1
21901 _ACEOF
21905 { echo "$as_me:$LINENO: checking for isinf" >&5
21906 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21907 if test "${ac_cv_have_isinf+set}" = set; then
21908 echo $ECHO_N "(cached) $ECHO_C" >&6
21909 else
21910 cat >conftest.$ac_ext <<_ACEOF
21911 /* confdefs.h. */
21912 _ACEOF
21913 cat confdefs.h >>conftest.$ac_ext
21914 cat >>conftest.$ac_ext <<_ACEOF
21915 /* end confdefs.h. */
21916 #include <math.h>
21918 main ()
21920 float f = 0.0; int i=isinf(f)
21922 return 0;
21924 _ACEOF
21925 rm -f conftest.$ac_objext conftest$ac_exeext
21926 if { (ac_try="$ac_link"
21927 case "(($ac_try" in
21928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21929 *) ac_try_echo=$ac_try;;
21930 esac
21931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21932 (eval "$ac_link") 2>conftest.er1
21933 ac_status=$?
21934 grep -v '^ *+' conftest.er1 >conftest.err
21935 rm -f conftest.er1
21936 cat conftest.err >&5
21937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21938 (exit $ac_status); } && {
21939 test -z "$ac_c_werror_flag" ||
21940 test ! -s conftest.err
21941 } && test -s conftest$ac_exeext &&
21942 $as_test_x conftest$ac_exeext; then
21943 ac_cv_have_isinf="yes"
21944 else
21945 echo "$as_me: failed program was:" >&5
21946 sed 's/^/| /' conftest.$ac_ext >&5
21948 ac_cv_have_isinf="no"
21951 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21952 conftest$ac_exeext conftest.$ac_ext
21954 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21955 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21956 if test "$ac_cv_have_isinf" = "yes"
21957 then
21959 cat >>confdefs.h <<\_ACEOF
21960 #define HAVE_ISINF 1
21961 _ACEOF
21966 case $host_cpu in
21967 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21968 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21969 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21970 echo $ECHO_N "(cached) $ECHO_C" >&6
21971 else
21972 cat >conftest.$ac_ext <<_ACEOF
21973 /* confdefs.h. */
21974 _ACEOF
21975 cat confdefs.h >>conftest.$ac_ext
21976 cat >>conftest.$ac_ext <<_ACEOF
21977 /* end confdefs.h. */
21978 #ifndef __i386__
21980 #endif
21981 _ACEOF
21982 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
21983 $EGREP "yes" >/dev/null 2>&1; then
21984 ac_cv_cpp_def___i386__=yes
21985 else
21986 ac_cv_cpp_def___i386__=no
21988 rm -f conftest*
21991 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
21992 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
21993 if test $ac_cv_cpp_def___i386__ = yes; then
21994 CFLAGS="$CFLAGS -D__i386__"
21995 LINTFLAGS="$LINTFLAGS -D__i386__"
21998 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
21999 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22000 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22001 echo $ECHO_N "(cached) $ECHO_C" >&6
22002 else
22003 cat >conftest.$ac_ext <<_ACEOF
22004 /* confdefs.h. */
22005 _ACEOF
22006 cat confdefs.h >>conftest.$ac_ext
22007 cat >>conftest.$ac_ext <<_ACEOF
22008 /* end confdefs.h. */
22009 #ifndef __x86_64__
22011 #endif
22012 _ACEOF
22013 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22014 $EGREP "yes" >/dev/null 2>&1; then
22015 ac_cv_cpp_def___x86_64__=yes
22016 else
22017 ac_cv_cpp_def___x86_64__=no
22019 rm -f conftest*
22022 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22023 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22024 if test $ac_cv_cpp_def___x86_64__ = yes; then
22025 CFLAGS="$CFLAGS -D__x86_64__"
22026 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22029 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22030 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22031 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22032 echo $ECHO_N "(cached) $ECHO_C" >&6
22033 else
22034 cat >conftest.$ac_ext <<_ACEOF
22035 /* confdefs.h. */
22036 _ACEOF
22037 cat confdefs.h >>conftest.$ac_ext
22038 cat >>conftest.$ac_ext <<_ACEOF
22039 /* end confdefs.h. */
22040 #ifndef __ALPHA__
22042 #endif
22043 _ACEOF
22044 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22045 $EGREP "yes" >/dev/null 2>&1; then
22046 ac_cv_cpp_def___ALPHA__=yes
22047 else
22048 ac_cv_cpp_def___ALPHA__=no
22050 rm -f conftest*
22053 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22054 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22055 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22056 CFLAGS="$CFLAGS -D__ALPHA__"
22057 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22060 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22061 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22062 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22063 echo $ECHO_N "(cached) $ECHO_C" >&6
22064 else
22065 cat >conftest.$ac_ext <<_ACEOF
22066 /* confdefs.h. */
22067 _ACEOF
22068 cat confdefs.h >>conftest.$ac_ext
22069 cat >>conftest.$ac_ext <<_ACEOF
22070 /* end confdefs.h. */
22071 #ifndef __sparc__
22073 #endif
22074 _ACEOF
22075 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22076 $EGREP "yes" >/dev/null 2>&1; then
22077 ac_cv_cpp_def___sparc__=yes
22078 else
22079 ac_cv_cpp_def___sparc__=no
22081 rm -f conftest*
22084 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22085 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22086 if test $ac_cv_cpp_def___sparc__ = yes; then
22087 CFLAGS="$CFLAGS -D__sparc__"
22088 LINTFLAGS="$LINTFLAGS -D__sparc__"
22091 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22092 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22093 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22094 echo $ECHO_N "(cached) $ECHO_C" >&6
22095 else
22096 cat >conftest.$ac_ext <<_ACEOF
22097 /* confdefs.h. */
22098 _ACEOF
22099 cat confdefs.h >>conftest.$ac_ext
22100 cat >>conftest.$ac_ext <<_ACEOF
22101 /* end confdefs.h. */
22102 #ifndef __powerpc__
22104 #endif
22105 _ACEOF
22106 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22107 $EGREP "yes" >/dev/null 2>&1; then
22108 ac_cv_cpp_def___powerpc__=yes
22109 else
22110 ac_cv_cpp_def___powerpc__=no
22112 rm -f conftest*
22115 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22116 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22117 if test $ac_cv_cpp_def___powerpc__ = yes; then
22118 CFLAGS="$CFLAGS -D__powerpc__"
22119 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22122 esac
22124 case $host_vendor in
22125 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22126 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22127 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22128 echo $ECHO_N "(cached) $ECHO_C" >&6
22129 else
22130 cat >conftest.$ac_ext <<_ACEOF
22131 /* confdefs.h. */
22132 _ACEOF
22133 cat confdefs.h >>conftest.$ac_ext
22134 cat >>conftest.$ac_ext <<_ACEOF
22135 /* end confdefs.h. */
22136 #ifndef __sun__
22138 #endif
22139 _ACEOF
22140 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22141 $EGREP "yes" >/dev/null 2>&1; then
22142 ac_cv_cpp_def___sun__=yes
22143 else
22144 ac_cv_cpp_def___sun__=no
22146 rm -f conftest*
22149 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22150 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22151 if test $ac_cv_cpp_def___sun__ = yes; then
22152 CFLAGS="$CFLAGS -D__sun__"
22153 LINTFLAGS="$LINTFLAGS -D__sun__"
22156 esac
22159 DEPENDENCIES="### Dependencies:
22161 .INIT: Makefile
22162 .BEGIN: Makefile
22163 Makefile: dummy
22164 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22166 \$(OBJS): \$(IDL_GEN_HEADERS)
22167 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22168 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22169 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22170 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22173 ALL_MAKERULES=""
22175 ALL_MAKEFILES=""
22177 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22180 ALL_DLL_DIRS=""
22182 ALL_IMPLIB_DIRS=""
22184 ALL_TEST_DIRS=""
22190 ac_config_commands="$ac_config_commands include/stamp-h"
22193 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22195 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22197 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22199 ac_config_commands="$ac_config_commands dlls/user32/resources"
22201 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22203 ac_config_commands="$ac_config_commands include/wine"
22206 ALL_MAKERULES="$ALL_MAKERULES \\
22207 Make.rules"
22208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22209 Make.rules: Make.rules.in"
22210 MAKE_RULES=Make.rules
22211 ac_config_files="$ac_config_files Make.rules"
22213 ALL_MAKERULES="$ALL_MAKERULES \\
22214 dlls/Makedll.rules"
22215 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22216 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22217 MAKE_DLL_RULES=dlls/Makedll.rules
22218 ac_config_files="$ac_config_files dlls/Makedll.rules"
22220 ALL_MAKERULES="$ALL_MAKERULES \\
22221 dlls/Makeimplib.rules"
22222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22223 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22224 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22225 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22227 ALL_MAKERULES="$ALL_MAKERULES \\
22228 dlls/Maketest.rules"
22229 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22230 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22231 MAKE_TEST_RULES=dlls/Maketest.rules
22232 ac_config_files="$ac_config_files dlls/Maketest.rules"
22234 ALL_MAKERULES="$ALL_MAKERULES \\
22235 programs/Makeprog.rules"
22236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22237 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22238 MAKE_PROG_RULES=programs/Makeprog.rules
22239 ac_config_files="$ac_config_files programs/Makeprog.rules"
22244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22245 Makefile: Makefile.in Make.rules"
22246 ac_config_files="$ac_config_files Makefile"
22248 ALL_MAKEFILES="$ALL_MAKEFILES \\
22249 dlls/Makefile"
22251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22252 dlls/Makefile: dlls/Makefile.in Make.rules"
22253 ac_config_files="$ac_config_files dlls/Makefile"
22255 ALL_MAKEFILES="$ALL_MAKEFILES \\
22256 dlls/acledit/Makefile"
22257 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22258 acledit"
22259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22260 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22261 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22263 ALL_MAKEFILES="$ALL_MAKEFILES \\
22264 dlls/activeds/Makefile"
22265 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22266 activeds"
22267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22268 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22269 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22271 ALL_MAKEFILES="$ALL_MAKEFILES \\
22272 dlls/actxprxy/Makefile"
22273 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22274 actxprxy"
22275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22276 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22277 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22279 ALL_MAKEFILES="$ALL_MAKEFILES \\
22280 dlls/adsiid/Makefile"
22281 ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22282 adsiid"
22283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22284 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22285 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22287 ALL_MAKEFILES="$ALL_MAKEFILES \\
22288 dlls/advapi32/Makefile"
22289 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22290 advapi32"
22291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22292 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22293 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22295 ALL_MAKEFILES="$ALL_MAKEFILES \\
22296 dlls/advapi32/tests/Makefile"
22297 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22298 advapi32/tests"
22299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22300 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22301 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22303 ALL_MAKEFILES="$ALL_MAKEFILES \\
22304 dlls/advpack/Makefile"
22305 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22306 advpack"
22307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22308 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22309 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22311 ALL_MAKEFILES="$ALL_MAKEFILES \\
22312 dlls/advpack/tests/Makefile"
22313 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22314 advpack/tests"
22315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22316 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22317 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22319 ALL_MAKEFILES="$ALL_MAKEFILES \\
22320 dlls/amstream/Makefile"
22321 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22322 amstream"
22323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22324 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22325 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22327 ALL_MAKEFILES="$ALL_MAKEFILES \\
22328 dlls/appwiz.cpl/Makefile"
22329 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22330 appwiz.cpl"
22331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22332 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22333 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22335 ALL_MAKEFILES="$ALL_MAKEFILES \\
22336 dlls/atl/Makefile"
22337 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22338 atl"
22339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22340 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22341 ac_config_files="$ac_config_files dlls/atl/Makefile"
22343 ALL_MAKEFILES="$ALL_MAKEFILES \\
22344 dlls/avicap32/Makefile"
22345 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22346 avicap32"
22347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22348 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22349 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22351 ALL_MAKEFILES="$ALL_MAKEFILES \\
22352 dlls/avifil32/Makefile"
22353 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22354 avifil32"
22355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22356 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22357 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22359 ALL_MAKEFILES="$ALL_MAKEFILES \\
22360 dlls/browseui/Makefile"
22361 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22362 browseui"
22363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22364 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22365 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22367 ALL_MAKEFILES="$ALL_MAKEFILES \\
22368 dlls/browseui/tests/Makefile"
22369 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22370 browseui/tests"
22371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22372 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22373 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22375 ALL_MAKEFILES="$ALL_MAKEFILES \\
22376 dlls/cabinet/Makefile"
22377 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22378 cabinet"
22379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22380 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22381 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22383 ALL_MAKEFILES="$ALL_MAKEFILES \\
22384 dlls/cabinet/tests/Makefile"
22385 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22386 cabinet/tests"
22387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22388 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22389 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22391 ALL_MAKEFILES="$ALL_MAKEFILES \\
22392 dlls/capi2032/Makefile"
22393 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22394 capi2032"
22395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22396 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22397 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22399 ALL_MAKEFILES="$ALL_MAKEFILES \\
22400 dlls/cards/Makefile"
22401 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22402 cards"
22403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22404 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22405 ac_config_files="$ac_config_files dlls/cards/Makefile"
22407 ALL_MAKEFILES="$ALL_MAKEFILES \\
22408 dlls/cfgmgr32/Makefile"
22409 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22410 cfgmgr32"
22411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22412 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22413 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22415 ALL_MAKEFILES="$ALL_MAKEFILES \\
22416 dlls/clusapi/Makefile"
22417 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22418 clusapi"
22419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22420 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22421 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22423 ALL_MAKEFILES="$ALL_MAKEFILES \\
22424 dlls/comcat/Makefile"
22425 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22426 comcat"
22427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22428 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22429 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22431 ALL_MAKEFILES="$ALL_MAKEFILES \\
22432 dlls/comcat/tests/Makefile"
22433 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22434 comcat/tests"
22435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22436 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22437 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22439 ALL_MAKEFILES="$ALL_MAKEFILES \\
22440 dlls/comctl32/Makefile"
22441 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22442 comctl32"
22443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22444 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22445 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22447 ALL_MAKEFILES="$ALL_MAKEFILES \\
22448 dlls/comctl32/tests/Makefile"
22449 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22450 comctl32/tests"
22451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22452 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22453 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22455 ALL_MAKEFILES="$ALL_MAKEFILES \\
22456 dlls/comdlg32/Makefile"
22457 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22458 comdlg32"
22459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22460 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22461 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22463 ALL_MAKEFILES="$ALL_MAKEFILES \\
22464 dlls/comdlg32/tests/Makefile"
22465 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22466 comdlg32/tests"
22467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22468 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22469 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22471 ALL_MAKEFILES="$ALL_MAKEFILES \\
22472 dlls/compstui/Makefile"
22473 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22474 compstui"
22475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22476 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22477 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22479 ALL_MAKEFILES="$ALL_MAKEFILES \\
22480 dlls/credui/Makefile"
22481 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22482 credui"
22483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22484 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22485 ac_config_files="$ac_config_files dlls/credui/Makefile"
22487 ALL_MAKEFILES="$ALL_MAKEFILES \\
22488 dlls/credui/tests/Makefile"
22489 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22490 credui/tests"
22491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22492 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22493 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22495 ALL_MAKEFILES="$ALL_MAKEFILES \\
22496 dlls/crtdll/Makefile"
22497 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22498 crtdll"
22499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22500 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22501 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22503 ALL_MAKEFILES="$ALL_MAKEFILES \\
22504 dlls/crypt32/Makefile"
22505 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22506 crypt32"
22507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22508 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22509 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22511 ALL_MAKEFILES="$ALL_MAKEFILES \\
22512 dlls/crypt32/tests/Makefile"
22513 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22514 crypt32/tests"
22515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22516 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22517 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22519 ALL_MAKEFILES="$ALL_MAKEFILES \\
22520 dlls/cryptdlg/Makefile"
22521 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22522 cryptdlg"
22523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22524 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22525 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22527 ALL_MAKEFILES="$ALL_MAKEFILES \\
22528 dlls/cryptdll/Makefile"
22529 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22530 cryptdll"
22531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22532 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22533 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22535 ALL_MAKEFILES="$ALL_MAKEFILES \\
22536 dlls/cryptnet/Makefile"
22537 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22538 cryptnet"
22539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22540 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22541 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22543 ALL_MAKEFILES="$ALL_MAKEFILES \\
22544 dlls/cryptnet/tests/Makefile"
22545 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22546 cryptnet/tests"
22547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22548 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22549 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22551 ALL_MAKEFILES="$ALL_MAKEFILES \\
22552 dlls/cryptui/Makefile"
22553 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22554 cryptui"
22555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22556 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22557 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22559 ALL_MAKEFILES="$ALL_MAKEFILES \\
22560 dlls/ctapi32/Makefile"
22561 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22562 ctapi32"
22563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22564 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22565 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22567 ALL_MAKEFILES="$ALL_MAKEFILES \\
22568 dlls/ctl3d32/Makefile"
22569 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22570 ctl3d32"
22571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22572 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22573 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22575 ALL_MAKEFILES="$ALL_MAKEFILES \\
22576 dlls/d3d10/Makefile"
22577 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22578 d3d10"
22579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22580 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22581 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22583 ALL_MAKEFILES="$ALL_MAKEFILES \\
22584 dlls/d3d8/Makefile"
22585 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22586 d3d8"
22587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22588 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22589 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22591 ALL_MAKEFILES="$ALL_MAKEFILES \\
22592 dlls/d3d8/tests/Makefile"
22593 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22594 d3d8/tests"
22595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22596 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22597 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22599 ALL_MAKEFILES="$ALL_MAKEFILES \\
22600 dlls/d3d9/Makefile"
22601 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22602 d3d9"
22603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22604 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22605 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22607 ALL_MAKEFILES="$ALL_MAKEFILES \\
22608 dlls/d3d9/tests/Makefile"
22609 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22610 d3d9/tests"
22611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22612 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22613 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22615 ALL_MAKEFILES="$ALL_MAKEFILES \\
22616 dlls/d3dim/Makefile"
22617 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22618 d3dim"
22619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22620 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22621 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22623 ALL_MAKEFILES="$ALL_MAKEFILES \\
22624 dlls/d3drm/Makefile"
22625 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22626 d3drm"
22627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22628 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22629 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22631 ALL_MAKEFILES="$ALL_MAKEFILES \\
22632 dlls/d3drm/tests/Makefile"
22633 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22634 d3drm/tests"
22635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22636 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22637 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22639 ALL_MAKEFILES="$ALL_MAKEFILES \\
22640 dlls/d3dx8/Makefile"
22641 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22642 d3dx8"
22643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22644 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22645 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22647 ALL_MAKEFILES="$ALL_MAKEFILES \\
22648 dlls/d3dx8/tests/Makefile"
22649 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22650 d3dx8/tests"
22651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22652 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22653 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22655 ALL_MAKEFILES="$ALL_MAKEFILES \\
22656 dlls/d3dx9_24/Makefile"
22657 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22658 d3dx9_24"
22659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22660 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22661 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22663 ALL_MAKEFILES="$ALL_MAKEFILES \\
22664 dlls/d3dx9_25/Makefile"
22665 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22666 d3dx9_25"
22667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22668 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22669 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22671 ALL_MAKEFILES="$ALL_MAKEFILES \\
22672 dlls/d3dx9_26/Makefile"
22673 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22674 d3dx9_26"
22675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22676 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22677 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22679 ALL_MAKEFILES="$ALL_MAKEFILES \\
22680 dlls/d3dx9_27/Makefile"
22681 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22682 d3dx9_27"
22683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22684 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22685 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22687 ALL_MAKEFILES="$ALL_MAKEFILES \\
22688 dlls/d3dx9_28/Makefile"
22689 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22690 d3dx9_28"
22691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22692 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22693 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22695 ALL_MAKEFILES="$ALL_MAKEFILES \\
22696 dlls/d3dx9_29/Makefile"
22697 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22698 d3dx9_29"
22699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22700 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22701 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22703 ALL_MAKEFILES="$ALL_MAKEFILES \\
22704 dlls/d3dx9_30/Makefile"
22705 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22706 d3dx9_30"
22707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22708 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22709 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22711 ALL_MAKEFILES="$ALL_MAKEFILES \\
22712 dlls/d3dx9_31/Makefile"
22713 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22714 d3dx9_31"
22715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22716 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22717 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22719 ALL_MAKEFILES="$ALL_MAKEFILES \\
22720 dlls/d3dx9_32/Makefile"
22721 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22722 d3dx9_32"
22723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22724 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22725 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22727 ALL_MAKEFILES="$ALL_MAKEFILES \\
22728 dlls/d3dx9_33/Makefile"
22729 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22730 d3dx9_33"
22731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22732 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22733 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22735 ALL_MAKEFILES="$ALL_MAKEFILES \\
22736 dlls/d3dx9_34/Makefile"
22737 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22738 d3dx9_34"
22739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22740 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22741 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
22743 ALL_MAKEFILES="$ALL_MAKEFILES \\
22744 dlls/d3dx9_35/Makefile"
22745 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22746 d3dx9_35"
22747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22748 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22749 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
22751 ALL_MAKEFILES="$ALL_MAKEFILES \\
22752 dlls/d3dx9_36/Makefile"
22753 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22754 d3dx9_36"
22755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22756 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22757 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
22759 ALL_MAKEFILES="$ALL_MAKEFILES \\
22760 dlls/d3dx9_36/tests/Makefile"
22761 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22762 d3dx9_36/tests"
22763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22764 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22765 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22767 ALL_MAKEFILES="$ALL_MAKEFILES \\
22768 dlls/d3dx9_37/Makefile"
22769 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22770 d3dx9_37"
22771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22772 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22773 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
22775 ALL_MAKEFILES="$ALL_MAKEFILES \\
22776 dlls/d3dxof/Makefile"
22777 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22778 d3dxof"
22779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22780 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22781 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
22783 ALL_MAKEFILES="$ALL_MAKEFILES \\
22784 dlls/d3dxof/tests/Makefile"
22785 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22786 d3dxof/tests"
22787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22788 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22789 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
22791 ALL_MAKEFILES="$ALL_MAKEFILES \\
22792 dlls/dbghelp/Makefile"
22793 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22794 dbghelp"
22795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22796 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22797 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
22799 ALL_MAKEFILES="$ALL_MAKEFILES \\
22800 dlls/dciman32/Makefile"
22801 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22802 dciman32"
22803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22804 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22805 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
22807 ALL_MAKEFILES="$ALL_MAKEFILES \\
22808 dlls/ddraw/Makefile"
22809 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22810 ddraw"
22811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22812 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22813 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
22815 ALL_MAKEFILES="$ALL_MAKEFILES \\
22816 dlls/ddraw/tests/Makefile"
22817 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22818 ddraw/tests"
22819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22820 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22821 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
22823 ALL_MAKEFILES="$ALL_MAKEFILES \\
22824 dlls/ddrawex/Makefile"
22825 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22826 ddrawex"
22827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22828 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22829 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
22831 ALL_MAKEFILES="$ALL_MAKEFILES \\
22832 dlls/devenum/Makefile"
22833 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22834 devenum"
22835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22836 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22837 ac_config_files="$ac_config_files dlls/devenum/Makefile"
22839 ALL_MAKEFILES="$ALL_MAKEFILES \\
22840 dlls/dinput/Makefile"
22841 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22842 dinput"
22843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22844 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22845 ac_config_files="$ac_config_files dlls/dinput/Makefile"
22847 ALL_MAKEFILES="$ALL_MAKEFILES \\
22848 dlls/dinput/tests/Makefile"
22849 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22850 dinput/tests"
22851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22852 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22853 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
22855 ALL_MAKEFILES="$ALL_MAKEFILES \\
22856 dlls/dinput8/Makefile"
22857 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22858 dinput8"
22859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22860 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22861 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
22863 ALL_MAKEFILES="$ALL_MAKEFILES \\
22864 dlls/dmband/Makefile"
22865 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22866 dmband"
22867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22868 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22869 ac_config_files="$ac_config_files dlls/dmband/Makefile"
22871 ALL_MAKEFILES="$ALL_MAKEFILES \\
22872 dlls/dmcompos/Makefile"
22873 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22874 dmcompos"
22875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22876 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22877 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
22879 ALL_MAKEFILES="$ALL_MAKEFILES \\
22880 dlls/dmime/Makefile"
22881 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22882 dmime"
22883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22884 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22885 ac_config_files="$ac_config_files dlls/dmime/Makefile"
22887 ALL_MAKEFILES="$ALL_MAKEFILES \\
22888 dlls/dmloader/Makefile"
22889 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22890 dmloader"
22891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22892 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22893 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
22895 ALL_MAKEFILES="$ALL_MAKEFILES \\
22896 dlls/dmscript/Makefile"
22897 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22898 dmscript"
22899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22900 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22901 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
22903 ALL_MAKEFILES="$ALL_MAKEFILES \\
22904 dlls/dmstyle/Makefile"
22905 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22906 dmstyle"
22907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22908 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22909 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
22911 ALL_MAKEFILES="$ALL_MAKEFILES \\
22912 dlls/dmsynth/Makefile"
22913 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22914 dmsynth"
22915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22916 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22917 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
22919 ALL_MAKEFILES="$ALL_MAKEFILES \\
22920 dlls/dmusic/Makefile"
22921 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22922 dmusic"
22923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22924 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22925 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
22927 ALL_MAKEFILES="$ALL_MAKEFILES \\
22928 dlls/dmusic32/Makefile"
22929 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22930 dmusic32"
22931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22932 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22933 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
22935 ALL_MAKEFILES="$ALL_MAKEFILES \\
22936 dlls/dnsapi/Makefile"
22937 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22938 dnsapi"
22939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22940 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22941 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
22943 ALL_MAKEFILES="$ALL_MAKEFILES \\
22944 dlls/dnsapi/tests/Makefile"
22945 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22946 dnsapi/tests"
22947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22948 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22949 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
22951 ALL_MAKEFILES="$ALL_MAKEFILES \\
22952 dlls/dplay/Makefile"
22953 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22954 dplay"
22955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22956 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22957 ac_config_files="$ac_config_files dlls/dplay/Makefile"
22959 ALL_MAKEFILES="$ALL_MAKEFILES \\
22960 dlls/dplayx/Makefile"
22961 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22962 dplayx"
22963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22964 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22965 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
22967 ALL_MAKEFILES="$ALL_MAKEFILES \\
22968 dlls/dplayx/tests/Makefile"
22969 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22970 dplayx/tests"
22971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22972 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22973 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
22975 ALL_MAKEFILES="$ALL_MAKEFILES \\
22976 dlls/dpnaddr/Makefile"
22977 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22978 dpnaddr"
22979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22980 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
22981 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
22983 ALL_MAKEFILES="$ALL_MAKEFILES \\
22984 dlls/dpnet/Makefile"
22985 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22986 dpnet"
22987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22988 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
22989 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
22991 ALL_MAKEFILES="$ALL_MAKEFILES \\
22992 dlls/dpnhpast/Makefile"
22993 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22994 dpnhpast"
22995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22996 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
22997 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
22999 ALL_MAKEFILES="$ALL_MAKEFILES \\
23000 dlls/dpnlobby/Makefile"
23001 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23002 dpnlobby"
23003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23004 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23005 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23007 ALL_MAKEFILES="$ALL_MAKEFILES \\
23008 dlls/dpwsockx/Makefile"
23009 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23010 dpwsockx"
23011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23012 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23013 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23015 ALL_MAKEFILES="$ALL_MAKEFILES \\
23016 dlls/dsound/Makefile"
23017 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23018 dsound"
23019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23020 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23021 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23023 ALL_MAKEFILES="$ALL_MAKEFILES \\
23024 dlls/dsound/tests/Makefile"
23025 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23026 dsound/tests"
23027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23028 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23029 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23031 ALL_MAKEFILES="$ALL_MAKEFILES \\
23032 dlls/dssenh/Makefile"
23033 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23034 dssenh"
23035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23036 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23037 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23039 ALL_MAKEFILES="$ALL_MAKEFILES \\
23040 dlls/dswave/Makefile"
23041 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23042 dswave"
23043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23044 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23045 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23047 ALL_MAKEFILES="$ALL_MAKEFILES \\
23048 dlls/dwmapi/Makefile"
23049 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23050 dwmapi"
23051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23052 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23053 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23055 ALL_MAKEFILES="$ALL_MAKEFILES \\
23056 dlls/dxdiagn/Makefile"
23057 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23058 dxdiagn"
23059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23060 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23061 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23063 ALL_MAKEFILES="$ALL_MAKEFILES \\
23064 dlls/dxerr8/Makefile"
23065 ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23066 dxerr8"
23067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23068 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23069 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23071 ALL_MAKEFILES="$ALL_MAKEFILES \\
23072 dlls/dxerr9/Makefile"
23073 ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23074 dxerr9"
23075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23076 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23077 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23079 ALL_MAKEFILES="$ALL_MAKEFILES \\
23080 dlls/dxguid/Makefile"
23081 ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23082 dxguid"
23083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23084 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23085 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23087 ALL_MAKEFILES="$ALL_MAKEFILES \\
23088 dlls/faultrep/Makefile"
23089 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23090 faultrep"
23091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23092 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23093 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23095 ALL_MAKEFILES="$ALL_MAKEFILES \\
23096 dlls/fusion/Makefile"
23097 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23098 fusion"
23099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23100 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23101 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23103 ALL_MAKEFILES="$ALL_MAKEFILES \\
23104 dlls/fusion/tests/Makefile"
23105 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23106 fusion/tests"
23107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23108 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23109 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23111 ALL_MAKEFILES="$ALL_MAKEFILES \\
23112 dlls/gdi32/Makefile"
23113 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23114 gdi32"
23115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23116 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23117 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23119 ALL_MAKEFILES="$ALL_MAKEFILES \\
23120 dlls/gdi32/tests/Makefile"
23121 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23122 gdi32/tests"
23123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23124 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23125 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23127 ALL_MAKEFILES="$ALL_MAKEFILES \\
23128 dlls/gdiplus/Makefile"
23129 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23130 gdiplus"
23131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23132 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23133 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23135 ALL_MAKEFILES="$ALL_MAKEFILES \\
23136 dlls/gdiplus/tests/Makefile"
23137 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23138 gdiplus/tests"
23139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23140 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23141 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23143 ALL_MAKEFILES="$ALL_MAKEFILES \\
23144 dlls/glu32/Makefile"
23145 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23146 glu32"
23147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23148 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23149 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23151 ALL_MAKEFILES="$ALL_MAKEFILES \\
23152 dlls/gphoto2.ds/Makefile"
23153 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23154 gphoto2.ds"
23155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23156 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23157 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23159 ALL_MAKEFILES="$ALL_MAKEFILES \\
23160 dlls/gpkcsp/Makefile"
23161 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23162 gpkcsp"
23163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23164 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23165 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23167 ALL_MAKEFILES="$ALL_MAKEFILES \\
23168 dlls/hal/Makefile"
23169 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23170 hal"
23171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23172 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23173 ac_config_files="$ac_config_files dlls/hal/Makefile"
23175 ALL_MAKEFILES="$ALL_MAKEFILES \\
23176 dlls/hhctrl.ocx/Makefile"
23177 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23178 hhctrl.ocx"
23179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23180 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23181 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23183 ALL_MAKEFILES="$ALL_MAKEFILES \\
23184 dlls/hid/Makefile"
23185 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23186 hid"
23187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23188 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23189 ac_config_files="$ac_config_files dlls/hid/Makefile"
23191 ALL_MAKEFILES="$ALL_MAKEFILES \\
23192 dlls/hlink/Makefile"
23193 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23194 hlink"
23195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23196 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23197 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23199 ALL_MAKEFILES="$ALL_MAKEFILES \\
23200 dlls/hlink/tests/Makefile"
23201 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23202 hlink/tests"
23203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23204 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23205 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23207 ALL_MAKEFILES="$ALL_MAKEFILES \\
23208 dlls/hnetcfg/Makefile"
23209 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23210 hnetcfg"
23211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23212 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23213 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23215 ALL_MAKEFILES="$ALL_MAKEFILES \\
23216 dlls/iccvid/Makefile"
23217 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23218 iccvid"
23219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23220 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23221 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23223 ALL_MAKEFILES="$ALL_MAKEFILES \\
23224 dlls/icmp/Makefile"
23225 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23226 icmp"
23227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23228 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23229 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23231 ALL_MAKEFILES="$ALL_MAKEFILES \\
23232 dlls/ifsmgr.vxd/Makefile"
23233 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23234 ifsmgr.vxd"
23235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23236 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23237 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23239 ALL_MAKEFILES="$ALL_MAKEFILES \\
23240 dlls/imaadp32.acm/Makefile"
23241 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23242 imaadp32.acm"
23243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23244 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23245 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23247 ALL_MAKEFILES="$ALL_MAKEFILES \\
23248 dlls/imagehlp/Makefile"
23249 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23250 imagehlp"
23251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23252 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23253 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23255 ALL_MAKEFILES="$ALL_MAKEFILES \\
23256 dlls/imm32/Makefile"
23257 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23258 imm32"
23259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23260 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23261 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23263 ALL_MAKEFILES="$ALL_MAKEFILES \\
23264 dlls/imm32/tests/Makefile"
23265 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23266 imm32/tests"
23267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23268 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23269 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23271 ALL_MAKEFILES="$ALL_MAKEFILES \\
23272 dlls/inetcomm/Makefile"
23273 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23274 inetcomm"
23275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23276 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23277 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23279 ALL_MAKEFILES="$ALL_MAKEFILES \\
23280 dlls/inetcomm/tests/Makefile"
23281 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23282 inetcomm/tests"
23283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23284 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23285 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23287 ALL_MAKEFILES="$ALL_MAKEFILES \\
23288 dlls/inetmib1/Makefile"
23289 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23290 inetmib1"
23291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23292 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23293 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23295 ALL_MAKEFILES="$ALL_MAKEFILES \\
23296 dlls/inetmib1/tests/Makefile"
23297 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23298 inetmib1/tests"
23299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23300 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23301 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23303 ALL_MAKEFILES="$ALL_MAKEFILES \\
23304 dlls/infosoft/Makefile"
23305 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23306 infosoft"
23307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23308 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23309 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23311 ALL_MAKEFILES="$ALL_MAKEFILES \\
23312 dlls/infosoft/tests/Makefile"
23313 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23314 infosoft/tests"
23315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23316 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23317 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23319 ALL_MAKEFILES="$ALL_MAKEFILES \\
23320 dlls/initpki/Makefile"
23321 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23322 initpki"
23323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23324 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23325 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23327 ALL_MAKEFILES="$ALL_MAKEFILES \\
23328 dlls/inkobj/Makefile"
23329 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23330 inkobj"
23331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23332 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23333 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23335 ALL_MAKEFILES="$ALL_MAKEFILES \\
23336 dlls/inseng/Makefile"
23337 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23338 inseng"
23339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23340 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23341 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23343 ALL_MAKEFILES="$ALL_MAKEFILES \\
23344 dlls/iphlpapi/Makefile"
23345 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23346 iphlpapi"
23347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23348 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23349 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23351 ALL_MAKEFILES="$ALL_MAKEFILES \\
23352 dlls/iphlpapi/tests/Makefile"
23353 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23354 iphlpapi/tests"
23355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23356 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23357 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23359 ALL_MAKEFILES="$ALL_MAKEFILES \\
23360 dlls/itircl/Makefile"
23361 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23362 itircl"
23363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23364 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23365 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23367 ALL_MAKEFILES="$ALL_MAKEFILES \\
23368 dlls/itss/Makefile"
23369 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23370 itss"
23371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23372 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23373 ac_config_files="$ac_config_files dlls/itss/Makefile"
23375 ALL_MAKEFILES="$ALL_MAKEFILES \\
23376 dlls/itss/tests/Makefile"
23377 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23378 itss/tests"
23379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23380 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23381 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23383 ALL_MAKEFILES="$ALL_MAKEFILES \\
23384 dlls/jscript/Makefile"
23385 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23386 jscript"
23387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23388 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23389 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23391 ALL_MAKEFILES="$ALL_MAKEFILES \\
23392 dlls/jscript/tests/Makefile"
23393 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23394 jscript/tests"
23395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23396 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23397 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23399 ALL_MAKEFILES="$ALL_MAKEFILES \\
23400 dlls/kernel32/Makefile"
23401 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23402 kernel32"
23403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23404 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23405 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23407 ALL_MAKEFILES="$ALL_MAKEFILES \\
23408 dlls/kernel32/tests/Makefile"
23409 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23410 kernel32/tests"
23411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23412 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23413 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23415 ALL_MAKEFILES="$ALL_MAKEFILES \\
23416 dlls/localspl/Makefile"
23417 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23418 localspl"
23419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23420 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23421 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23423 ALL_MAKEFILES="$ALL_MAKEFILES \\
23424 dlls/localspl/tests/Makefile"
23425 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23426 localspl/tests"
23427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23428 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23429 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23431 ALL_MAKEFILES="$ALL_MAKEFILES \\
23432 dlls/localui/Makefile"
23433 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23434 localui"
23435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23436 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23437 ac_config_files="$ac_config_files dlls/localui/Makefile"
23439 ALL_MAKEFILES="$ALL_MAKEFILES \\
23440 dlls/localui/tests/Makefile"
23441 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23442 localui/tests"
23443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23444 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23445 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23447 ALL_MAKEFILES="$ALL_MAKEFILES \\
23448 dlls/lz32/Makefile"
23449 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23450 lz32"
23451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23452 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23453 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23455 ALL_MAKEFILES="$ALL_MAKEFILES \\
23456 dlls/lz32/tests/Makefile"
23457 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23458 lz32/tests"
23459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23460 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23461 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23463 ALL_MAKEFILES="$ALL_MAKEFILES \\
23464 dlls/mapi32/Makefile"
23465 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23466 mapi32"
23467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23468 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23469 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23471 ALL_MAKEFILES="$ALL_MAKEFILES \\
23472 dlls/mapi32/tests/Makefile"
23473 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23474 mapi32/tests"
23475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23476 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23477 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23479 ALL_MAKEFILES="$ALL_MAKEFILES \\
23480 dlls/mciavi32/Makefile"
23481 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23482 mciavi32"
23483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23484 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23485 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23487 ALL_MAKEFILES="$ALL_MAKEFILES \\
23488 dlls/mcicda/Makefile"
23489 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23490 mcicda"
23491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23492 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23493 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23495 ALL_MAKEFILES="$ALL_MAKEFILES \\
23496 dlls/mciseq/Makefile"
23497 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23498 mciseq"
23499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23500 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23501 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23503 ALL_MAKEFILES="$ALL_MAKEFILES \\
23504 dlls/mciwave/Makefile"
23505 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23506 mciwave"
23507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23508 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23509 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23511 ALL_MAKEFILES="$ALL_MAKEFILES \\
23512 dlls/midimap/Makefile"
23513 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23514 midimap"
23515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23516 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23517 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23519 ALL_MAKEFILES="$ALL_MAKEFILES \\
23520 dlls/mlang/Makefile"
23521 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23522 mlang"
23523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23524 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23525 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23527 ALL_MAKEFILES="$ALL_MAKEFILES \\
23528 dlls/mlang/tests/Makefile"
23529 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23530 mlang/tests"
23531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23532 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23533 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23535 ALL_MAKEFILES="$ALL_MAKEFILES \\
23536 dlls/mmdevldr.vxd/Makefile"
23537 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23538 mmdevldr.vxd"
23539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23540 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23541 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23543 ALL_MAKEFILES="$ALL_MAKEFILES \\
23544 dlls/monodebg.vxd/Makefile"
23545 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23546 monodebg.vxd"
23547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23548 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23549 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23551 ALL_MAKEFILES="$ALL_MAKEFILES \\
23552 dlls/mountmgr.sys/Makefile"
23553 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23554 mountmgr.sys"
23555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23556 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23557 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23559 ALL_MAKEFILES="$ALL_MAKEFILES \\
23560 dlls/mpr/Makefile"
23561 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23562 mpr"
23563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23564 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23565 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23567 ALL_MAKEFILES="$ALL_MAKEFILES \\
23568 dlls/mprapi/Makefile"
23569 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23570 mprapi"
23571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23572 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23573 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23575 ALL_MAKEFILES="$ALL_MAKEFILES \\
23576 dlls/msacm32.drv/Makefile"
23577 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23578 msacm32.drv"
23579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23580 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23581 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23583 ALL_MAKEFILES="$ALL_MAKEFILES \\
23584 dlls/msacm32/Makefile"
23585 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23586 msacm32"
23587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23588 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23589 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23591 ALL_MAKEFILES="$ALL_MAKEFILES \\
23592 dlls/msacm32/tests/Makefile"
23593 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23594 msacm32/tests"
23595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23596 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23597 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23599 ALL_MAKEFILES="$ALL_MAKEFILES \\
23600 dlls/msadp32.acm/Makefile"
23601 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23602 msadp32.acm"
23603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23604 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23605 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23607 ALL_MAKEFILES="$ALL_MAKEFILES \\
23608 dlls/mscat32/Makefile"
23609 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23610 mscat32"
23611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23612 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23613 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23615 ALL_MAKEFILES="$ALL_MAKEFILES \\
23616 dlls/mscms/Makefile"
23617 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23618 mscms"
23619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23620 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23621 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23623 ALL_MAKEFILES="$ALL_MAKEFILES \\
23624 dlls/mscms/tests/Makefile"
23625 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23626 mscms/tests"
23627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23628 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23629 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23631 ALL_MAKEFILES="$ALL_MAKEFILES \\
23632 dlls/mscoree/Makefile"
23633 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23634 mscoree"
23635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23636 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23637 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23639 ALL_MAKEFILES="$ALL_MAKEFILES \\
23640 dlls/msdmo/Makefile"
23641 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23642 msdmo"
23643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23644 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23645 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23647 ALL_MAKEFILES="$ALL_MAKEFILES \\
23648 dlls/msftedit/Makefile"
23649 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23650 msftedit"
23651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23652 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23653 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23655 ALL_MAKEFILES="$ALL_MAKEFILES \\
23656 dlls/msg711.acm/Makefile"
23657 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23658 msg711.acm"
23659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23660 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23661 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23663 ALL_MAKEFILES="$ALL_MAKEFILES \\
23664 dlls/mshtml.tlb/Makefile"
23665 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23666 mshtml.tlb"
23667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23668 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23669 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23671 ALL_MAKEFILES="$ALL_MAKEFILES \\
23672 dlls/mshtml/Makefile"
23673 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23674 mshtml"
23675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23676 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23677 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23679 ALL_MAKEFILES="$ALL_MAKEFILES \\
23680 dlls/mshtml/tests/Makefile"
23681 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23682 mshtml/tests"
23683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23684 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23685 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23687 ALL_MAKEFILES="$ALL_MAKEFILES \\
23688 dlls/msi/Makefile"
23689 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23690 msi"
23691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23692 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23693 ac_config_files="$ac_config_files dlls/msi/Makefile"
23695 ALL_MAKEFILES="$ALL_MAKEFILES \\
23696 dlls/msi/tests/Makefile"
23697 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23698 msi/tests"
23699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23700 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23701 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23703 ALL_MAKEFILES="$ALL_MAKEFILES \\
23704 dlls/msimg32/Makefile"
23705 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23706 msimg32"
23707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23708 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23709 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23711 ALL_MAKEFILES="$ALL_MAKEFILES \\
23712 dlls/msimtf/Makefile"
23713 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23714 msimtf"
23715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23716 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23717 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23719 ALL_MAKEFILES="$ALL_MAKEFILES \\
23720 dlls/msisip/Makefile"
23721 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23722 msisip"
23723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23724 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23725 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23727 ALL_MAKEFILES="$ALL_MAKEFILES \\
23728 dlls/msisys.ocx/Makefile"
23729 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23730 msisys.ocx"
23731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23732 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23733 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23735 ALL_MAKEFILES="$ALL_MAKEFILES \\
23736 dlls/msnet32/Makefile"
23737 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23738 msnet32"
23739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23740 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23741 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
23743 ALL_MAKEFILES="$ALL_MAKEFILES \\
23744 dlls/msrle32/Makefile"
23745 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23746 msrle32"
23747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23748 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23749 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
23751 ALL_MAKEFILES="$ALL_MAKEFILES \\
23752 dlls/mssip32/Makefile"
23753 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23754 mssip32"
23755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23756 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23757 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
23759 ALL_MAKEFILES="$ALL_MAKEFILES \\
23760 dlls/mstask/Makefile"
23761 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23762 mstask"
23763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23764 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23765 ac_config_files="$ac_config_files dlls/mstask/Makefile"
23767 ALL_MAKEFILES="$ALL_MAKEFILES \\
23768 dlls/mstask/tests/Makefile"
23769 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23770 mstask/tests"
23771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23772 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23773 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
23775 ALL_MAKEFILES="$ALL_MAKEFILES \\
23776 dlls/msvcirt/Makefile"
23777 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23778 msvcirt"
23779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23780 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23781 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
23783 ALL_MAKEFILES="$ALL_MAKEFILES \\
23784 dlls/msvcr71/Makefile"
23785 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23786 msvcr71"
23787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23788 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23789 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
23791 ALL_MAKEFILES="$ALL_MAKEFILES \\
23792 dlls/msvcrt/Makefile"
23793 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23794 msvcrt"
23795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23796 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23797 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
23799 ALL_MAKEFILES="$ALL_MAKEFILES \\
23800 dlls/msvcrt/tests/Makefile"
23801 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23802 msvcrt/tests"
23803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23804 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23805 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
23807 ALL_MAKEFILES="$ALL_MAKEFILES \\
23808 dlls/msvcrt20/Makefile"
23809 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23810 msvcrt20"
23811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23812 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23813 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
23815 ALL_MAKEFILES="$ALL_MAKEFILES \\
23816 dlls/msvcrt40/Makefile"
23817 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23818 msvcrt40"
23819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23820 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23821 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
23823 ALL_MAKEFILES="$ALL_MAKEFILES \\
23824 dlls/msvcrtd/Makefile"
23825 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23826 msvcrtd"
23827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23828 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23829 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
23831 ALL_MAKEFILES="$ALL_MAKEFILES \\
23832 dlls/msvcrtd/tests/Makefile"
23833 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23834 msvcrtd/tests"
23835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23836 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23837 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
23839 ALL_MAKEFILES="$ALL_MAKEFILES \\
23840 dlls/msvfw32/Makefile"
23841 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23842 msvfw32"
23843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23844 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23845 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
23847 ALL_MAKEFILES="$ALL_MAKEFILES \\
23848 dlls/msvidc32/Makefile"
23849 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23850 msvidc32"
23851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23852 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23853 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
23855 ALL_MAKEFILES="$ALL_MAKEFILES \\
23856 dlls/mswsock/Makefile"
23857 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23858 mswsock"
23859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23860 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23861 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
23863 ALL_MAKEFILES="$ALL_MAKEFILES \\
23864 dlls/msxml3/Makefile"
23865 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23866 msxml3"
23867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23868 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23869 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
23871 ALL_MAKEFILES="$ALL_MAKEFILES \\
23872 dlls/msxml3/tests/Makefile"
23873 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23874 msxml3/tests"
23875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23876 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23877 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
23879 ALL_MAKEFILES="$ALL_MAKEFILES \\
23880 dlls/nddeapi/Makefile"
23881 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23882 nddeapi"
23883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23884 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23885 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
23887 ALL_MAKEFILES="$ALL_MAKEFILES \\
23888 dlls/netapi32/Makefile"
23889 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23890 netapi32"
23891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23892 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23893 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
23895 ALL_MAKEFILES="$ALL_MAKEFILES \\
23896 dlls/netapi32/tests/Makefile"
23897 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23898 netapi32/tests"
23899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23900 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23901 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
23903 ALL_MAKEFILES="$ALL_MAKEFILES \\
23904 dlls/newdev/Makefile"
23905 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23906 newdev"
23907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23908 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23909 ac_config_files="$ac_config_files dlls/newdev/Makefile"
23911 ALL_MAKEFILES="$ALL_MAKEFILES \\
23912 dlls/ntdll/Makefile"
23913 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23914 ntdll"
23915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23916 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23917 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
23919 ALL_MAKEFILES="$ALL_MAKEFILES \\
23920 dlls/ntdll/tests/Makefile"
23921 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23922 ntdll/tests"
23923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23924 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23925 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
23927 ALL_MAKEFILES="$ALL_MAKEFILES \\
23928 dlls/ntdsapi/Makefile"
23929 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23930 ntdsapi"
23931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23932 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23933 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
23935 ALL_MAKEFILES="$ALL_MAKEFILES \\
23936 dlls/ntdsapi/tests/Makefile"
23937 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23938 ntdsapi/tests"
23939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23940 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23941 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
23943 ALL_MAKEFILES="$ALL_MAKEFILES \\
23944 dlls/ntoskrnl.exe/Makefile"
23945 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23946 ntoskrnl.exe"
23947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23948 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23949 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23951 ALL_MAKEFILES="$ALL_MAKEFILES \\
23952 dlls/ntprint/Makefile"
23953 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23954 ntprint"
23955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23956 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23957 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
23959 ALL_MAKEFILES="$ALL_MAKEFILES \\
23960 dlls/ntprint/tests/Makefile"
23961 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23962 ntprint/tests"
23963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23964 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23965 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
23967 ALL_MAKEFILES="$ALL_MAKEFILES \\
23968 dlls/objsel/Makefile"
23969 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23970 objsel"
23971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23972 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23973 ac_config_files="$ac_config_files dlls/objsel/Makefile"
23975 ALL_MAKEFILES="$ALL_MAKEFILES \\
23976 dlls/odbc32/Makefile"
23977 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23978 odbc32"
23979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23980 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
23981 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
23983 ALL_MAKEFILES="$ALL_MAKEFILES \\
23984 dlls/odbccp32/Makefile"
23985 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23986 odbccp32"
23987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23988 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
23989 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
23991 ALL_MAKEFILES="$ALL_MAKEFILES \\
23992 dlls/odbccp32/tests/Makefile"
23993 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23994 odbccp32/tests"
23995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23996 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
23997 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
23999 ALL_MAKEFILES="$ALL_MAKEFILES \\
24000 dlls/ole32/Makefile"
24001 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24002 ole32"
24003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24004 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24005 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24007 ALL_MAKEFILES="$ALL_MAKEFILES \\
24008 dlls/ole32/tests/Makefile"
24009 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24010 ole32/tests"
24011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24012 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24013 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24015 ALL_MAKEFILES="$ALL_MAKEFILES \\
24016 dlls/oleacc/Makefile"
24017 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24018 oleacc"
24019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24020 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24021 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24023 ALL_MAKEFILES="$ALL_MAKEFILES \\
24024 dlls/oleaut32/Makefile"
24025 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24026 oleaut32"
24027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24028 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24029 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24031 ALL_MAKEFILES="$ALL_MAKEFILES \\
24032 dlls/oleaut32/tests/Makefile"
24033 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24034 oleaut32/tests"
24035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24036 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24037 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24039 ALL_MAKEFILES="$ALL_MAKEFILES \\
24040 dlls/olecli32/Makefile"
24041 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24042 olecli32"
24043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24044 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24045 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24047 ALL_MAKEFILES="$ALL_MAKEFILES \\
24048 dlls/oledlg/Makefile"
24049 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24050 oledlg"
24051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24052 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24053 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24055 ALL_MAKEFILES="$ALL_MAKEFILES \\
24056 dlls/olepro32/Makefile"
24057 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24058 olepro32"
24059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24060 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24061 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24063 ALL_MAKEFILES="$ALL_MAKEFILES \\
24064 dlls/olesvr32/Makefile"
24065 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24066 olesvr32"
24067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24068 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24069 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24071 ALL_MAKEFILES="$ALL_MAKEFILES \\
24072 dlls/olethk32/Makefile"
24073 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24074 olethk32"
24075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24076 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24077 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24079 ALL_MAKEFILES="$ALL_MAKEFILES \\
24080 dlls/opengl32/Makefile"
24081 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24082 opengl32"
24083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24084 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24085 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24087 ALL_MAKEFILES="$ALL_MAKEFILES \\
24088 dlls/opengl32/tests/Makefile"
24089 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24090 opengl32/tests"
24091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24092 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24093 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24095 ALL_MAKEFILES="$ALL_MAKEFILES \\
24096 dlls/pdh/Makefile"
24097 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24098 pdh"
24099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24100 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24101 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24103 ALL_MAKEFILES="$ALL_MAKEFILES \\
24104 dlls/pdh/tests/Makefile"
24105 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24106 pdh/tests"
24107 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24108 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24109 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24111 ALL_MAKEFILES="$ALL_MAKEFILES \\
24112 dlls/powrprof/Makefile"
24113 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24114 powrprof"
24115 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24116 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24117 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24119 ALL_MAKEFILES="$ALL_MAKEFILES \\
24120 dlls/printui/Makefile"
24121 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24122 printui"
24123 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24124 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24125 ac_config_files="$ac_config_files dlls/printui/Makefile"
24127 ALL_MAKEFILES="$ALL_MAKEFILES \\
24128 dlls/propsys/Makefile"
24129 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24130 propsys"
24131 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24132 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24133 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24135 ALL_MAKEFILES="$ALL_MAKEFILES \\
24136 dlls/psapi/Makefile"
24137 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24138 psapi"
24139 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24140 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24141 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24143 ALL_MAKEFILES="$ALL_MAKEFILES \\
24144 dlls/psapi/tests/Makefile"
24145 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24146 psapi/tests"
24147 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24148 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24149 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24151 ALL_MAKEFILES="$ALL_MAKEFILES \\
24152 dlls/pstorec/Makefile"
24153 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24154 pstorec"
24155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24156 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24157 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24159 ALL_MAKEFILES="$ALL_MAKEFILES \\
24160 dlls/qcap/Makefile"
24161 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24162 qcap"
24163 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24164 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24165 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24167 ALL_MAKEFILES="$ALL_MAKEFILES \\
24168 dlls/qedit/Makefile"
24169 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24170 qedit"
24171 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24172 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24173 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24175 ALL_MAKEFILES="$ALL_MAKEFILES \\
24176 dlls/qedit/tests/Makefile"
24177 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24178 qedit/tests"
24179 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24180 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24181 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24183 ALL_MAKEFILES="$ALL_MAKEFILES \\
24184 dlls/qmgr/Makefile"
24185 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24186 qmgr"
24187 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24188 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24189 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24191 ALL_MAKEFILES="$ALL_MAKEFILES \\
24192 dlls/qmgr/tests/Makefile"
24193 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24194 qmgr/tests"
24195 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24196 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24197 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24199 ALL_MAKEFILES="$ALL_MAKEFILES \\
24200 dlls/qmgrprxy/Makefile"
24201 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24202 qmgrprxy"
24203 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24204 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24205 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24207 ALL_MAKEFILES="$ALL_MAKEFILES \\
24208 dlls/quartz/Makefile"
24209 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24210 quartz"
24211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24212 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24213 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24215 ALL_MAKEFILES="$ALL_MAKEFILES \\
24216 dlls/quartz/tests/Makefile"
24217 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24218 quartz/tests"
24219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24220 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24221 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24223 ALL_MAKEFILES="$ALL_MAKEFILES \\
24224 dlls/query/Makefile"
24225 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24226 query"
24227 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24228 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24229 ac_config_files="$ac_config_files dlls/query/Makefile"
24231 ALL_MAKEFILES="$ALL_MAKEFILES \\
24232 dlls/rasapi32/Makefile"
24233 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24234 rasapi32"
24235 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24236 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24237 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24239 ALL_MAKEFILES="$ALL_MAKEFILES \\
24240 dlls/rasapi32/tests/Makefile"
24241 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24242 rasapi32/tests"
24243 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24244 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24245 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24247 ALL_MAKEFILES="$ALL_MAKEFILES \\
24248 dlls/resutils/Makefile"
24249 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24250 resutils"
24251 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24252 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24253 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24255 ALL_MAKEFILES="$ALL_MAKEFILES \\
24256 dlls/riched20/Makefile"
24257 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24258 riched20"
24259 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24260 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24261 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24263 ALL_MAKEFILES="$ALL_MAKEFILES \\
24264 dlls/riched20/tests/Makefile"
24265 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24266 riched20/tests"
24267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24268 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24269 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24271 ALL_MAKEFILES="$ALL_MAKEFILES \\
24272 dlls/riched32/Makefile"
24273 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24274 riched32"
24275 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24276 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24277 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24279 ALL_MAKEFILES="$ALL_MAKEFILES \\
24280 dlls/riched32/tests/Makefile"
24281 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24282 riched32/tests"
24283 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24284 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24285 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24287 ALL_MAKEFILES="$ALL_MAKEFILES \\
24288 dlls/rpcrt4/Makefile"
24289 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24290 rpcrt4"
24291 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24292 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24293 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24295 ALL_MAKEFILES="$ALL_MAKEFILES \\
24296 dlls/rpcrt4/tests/Makefile"
24297 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24298 rpcrt4/tests"
24299 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24300 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24301 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24303 ALL_MAKEFILES="$ALL_MAKEFILES \\
24304 dlls/rsabase/Makefile"
24305 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24306 rsabase"
24307 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24308 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24309 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24311 ALL_MAKEFILES="$ALL_MAKEFILES \\
24312 dlls/rsaenh/Makefile"
24313 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24314 rsaenh"
24315 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24316 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24317 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24319 ALL_MAKEFILES="$ALL_MAKEFILES \\
24320 dlls/rsaenh/tests/Makefile"
24321 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24322 rsaenh/tests"
24323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24324 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24325 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24327 ALL_MAKEFILES="$ALL_MAKEFILES \\
24328 dlls/sane.ds/Makefile"
24329 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24330 sane.ds"
24331 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24332 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24333 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24335 ALL_MAKEFILES="$ALL_MAKEFILES \\
24336 dlls/sccbase/Makefile"
24337 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24338 sccbase"
24339 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24340 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24341 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24343 ALL_MAKEFILES="$ALL_MAKEFILES \\
24344 dlls/schannel/Makefile"
24345 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24346 schannel"
24347 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24348 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24349 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24351 ALL_MAKEFILES="$ALL_MAKEFILES \\
24352 dlls/schannel/tests/Makefile"
24353 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24354 schannel/tests"
24355 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24356 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24357 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24359 ALL_MAKEFILES="$ALL_MAKEFILES \\
24360 dlls/secur32/Makefile"
24361 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24362 secur32"
24363 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24364 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24365 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24367 ALL_MAKEFILES="$ALL_MAKEFILES \\
24368 dlls/secur32/tests/Makefile"
24369 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24370 secur32/tests"
24371 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24372 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24373 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24375 ALL_MAKEFILES="$ALL_MAKEFILES \\
24376 dlls/security/Makefile"
24377 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24378 security"
24379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24380 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24381 ac_config_files="$ac_config_files dlls/security/Makefile"
24383 ALL_MAKEFILES="$ALL_MAKEFILES \\
24384 dlls/sensapi/Makefile"
24385 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24386 sensapi"
24387 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24388 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24389 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24391 ALL_MAKEFILES="$ALL_MAKEFILES \\
24392 dlls/serialui/Makefile"
24393 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24394 serialui"
24395 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24396 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24397 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24399 ALL_MAKEFILES="$ALL_MAKEFILES \\
24400 dlls/serialui/tests/Makefile"
24401 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24402 serialui/tests"
24403 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24404 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24405 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24407 ALL_MAKEFILES="$ALL_MAKEFILES \\
24408 dlls/setupapi/Makefile"
24409 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24410 setupapi"
24411 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24412 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24413 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24415 ALL_MAKEFILES="$ALL_MAKEFILES \\
24416 dlls/setupapi/tests/Makefile"
24417 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24418 setupapi/tests"
24419 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24420 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24421 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24423 ALL_MAKEFILES="$ALL_MAKEFILES \\
24424 dlls/sfc/Makefile"
24425 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24426 sfc"
24427 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24428 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24429 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24431 ALL_MAKEFILES="$ALL_MAKEFILES \\
24432 dlls/sfc_os/Makefile"
24433 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24434 sfc_os"
24435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24436 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24437 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24439 ALL_MAKEFILES="$ALL_MAKEFILES \\
24440 dlls/shdoclc/Makefile"
24441 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24442 shdoclc"
24443 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24444 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24445 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24447 ALL_MAKEFILES="$ALL_MAKEFILES \\
24448 dlls/shdocvw/Makefile"
24449 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24450 shdocvw"
24451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24452 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24453 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24455 ALL_MAKEFILES="$ALL_MAKEFILES \\
24456 dlls/shdocvw/tests/Makefile"
24457 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24458 shdocvw/tests"
24459 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24460 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24461 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24463 ALL_MAKEFILES="$ALL_MAKEFILES \\
24464 dlls/shell32/Makefile"
24465 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24466 shell32"
24467 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24468 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24469 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24471 ALL_MAKEFILES="$ALL_MAKEFILES \\
24472 dlls/shell32/tests/Makefile"
24473 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24474 shell32/tests"
24475 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24476 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24477 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24479 ALL_MAKEFILES="$ALL_MAKEFILES \\
24480 dlls/shfolder/Makefile"
24481 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24482 shfolder"
24483 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24484 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24485 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24487 ALL_MAKEFILES="$ALL_MAKEFILES \\
24488 dlls/shlwapi/Makefile"
24489 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24490 shlwapi"
24491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24492 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24493 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24495 ALL_MAKEFILES="$ALL_MAKEFILES \\
24496 dlls/shlwapi/tests/Makefile"
24497 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24498 shlwapi/tests"
24499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24500 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24501 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24503 ALL_MAKEFILES="$ALL_MAKEFILES \\
24504 dlls/slbcsp/Makefile"
24505 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24506 slbcsp"
24507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24508 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24509 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24511 ALL_MAKEFILES="$ALL_MAKEFILES \\
24512 dlls/slc/Makefile"
24513 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24514 slc"
24515 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24516 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24517 ac_config_files="$ac_config_files dlls/slc/Makefile"
24519 ALL_MAKEFILES="$ALL_MAKEFILES \\
24520 dlls/snmpapi/Makefile"
24521 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24522 snmpapi"
24523 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24524 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24525 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24527 ALL_MAKEFILES="$ALL_MAKEFILES \\
24528 dlls/snmpapi/tests/Makefile"
24529 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24530 snmpapi/tests"
24531 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24532 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24533 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24535 ALL_MAKEFILES="$ALL_MAKEFILES \\
24536 dlls/softpub/Makefile"
24537 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24538 softpub"
24539 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24540 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24541 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24543 ALL_MAKEFILES="$ALL_MAKEFILES \\
24544 dlls/spoolss/Makefile"
24545 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24546 spoolss"
24547 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24548 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24549 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24551 ALL_MAKEFILES="$ALL_MAKEFILES \\
24552 dlls/spoolss/tests/Makefile"
24553 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24554 spoolss/tests"
24555 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24556 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24557 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24559 ALL_MAKEFILES="$ALL_MAKEFILES \\
24560 dlls/stdole2.tlb/Makefile"
24561 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24562 stdole2.tlb"
24563 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24564 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24565 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24567 ALL_MAKEFILES="$ALL_MAKEFILES \\
24568 dlls/stdole32.tlb/Makefile"
24569 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24570 stdole32.tlb"
24571 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24572 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24573 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24575 ALL_MAKEFILES="$ALL_MAKEFILES \\
24576 dlls/sti/Makefile"
24577 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24578 sti"
24579 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24580 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24581 ac_config_files="$ac_config_files dlls/sti/Makefile"
24583 ALL_MAKEFILES="$ALL_MAKEFILES \\
24584 dlls/strmiids/Makefile"
24585 ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24586 strmiids"
24587 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24588 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24589 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24591 ALL_MAKEFILES="$ALL_MAKEFILES \\
24592 dlls/svrapi/Makefile"
24593 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24594 svrapi"
24595 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24596 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24597 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24599 ALL_MAKEFILES="$ALL_MAKEFILES \\
24600 dlls/sxs/Makefile"
24601 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24602 sxs"
24603 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24604 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24605 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24607 ALL_MAKEFILES="$ALL_MAKEFILES \\
24608 dlls/tapi32/Makefile"
24609 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24610 tapi32"
24611 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24612 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24613 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24615 ALL_MAKEFILES="$ALL_MAKEFILES \\
24616 dlls/twain_32/Makefile"
24617 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24618 twain_32"
24619 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24620 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24621 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24623 ALL_MAKEFILES="$ALL_MAKEFILES \\
24624 dlls/unicows/Makefile"
24625 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24626 unicows"
24627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24628 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24629 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24631 ALL_MAKEFILES="$ALL_MAKEFILES \\
24632 dlls/url/Makefile"
24633 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24634 url"
24635 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24636 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24637 ac_config_files="$ac_config_files dlls/url/Makefile"
24639 ALL_MAKEFILES="$ALL_MAKEFILES \\
24640 dlls/urlmon/Makefile"
24641 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24642 urlmon"
24643 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24644 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24645 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24647 ALL_MAKEFILES="$ALL_MAKEFILES \\
24648 dlls/urlmon/tests/Makefile"
24649 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24650 urlmon/tests"
24651 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24652 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24653 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24655 ALL_MAKEFILES="$ALL_MAKEFILES \\
24656 dlls/user32/Makefile"
24657 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24658 user32"
24659 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24660 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24661 ac_config_files="$ac_config_files dlls/user32/Makefile"
24663 ALL_MAKEFILES="$ALL_MAKEFILES \\
24664 dlls/user32/tests/Makefile"
24665 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24666 user32/tests"
24667 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24668 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24669 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24671 ALL_MAKEFILES="$ALL_MAKEFILES \\
24672 dlls/userenv/Makefile"
24673 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24674 userenv"
24675 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24676 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24677 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24679 ALL_MAKEFILES="$ALL_MAKEFILES \\
24680 dlls/userenv/tests/Makefile"
24681 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24682 userenv/tests"
24683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24684 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24685 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24687 ALL_MAKEFILES="$ALL_MAKEFILES \\
24688 dlls/usp10/Makefile"
24689 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24690 usp10"
24691 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24692 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24693 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24695 ALL_MAKEFILES="$ALL_MAKEFILES \\
24696 dlls/usp10/tests/Makefile"
24697 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24698 usp10/tests"
24699 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24700 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24701 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24703 ALL_MAKEFILES="$ALL_MAKEFILES \\
24704 dlls/uuid/Makefile"
24705 ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24706 uuid"
24707 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24708 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24709 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24711 ALL_MAKEFILES="$ALL_MAKEFILES \\
24712 dlls/uxtheme/Makefile"
24713 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24714 uxtheme"
24715 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24716 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24717 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24719 ALL_MAKEFILES="$ALL_MAKEFILES \\
24720 dlls/uxtheme/tests/Makefile"
24721 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24722 uxtheme/tests"
24723 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24724 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24725 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24727 ALL_MAKEFILES="$ALL_MAKEFILES \\
24728 dlls/vdhcp.vxd/Makefile"
24729 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24730 vdhcp.vxd"
24731 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24732 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24733 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24735 ALL_MAKEFILES="$ALL_MAKEFILES \\
24736 dlls/vdmdbg/Makefile"
24737 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24738 vdmdbg"
24739 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24740 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24741 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
24743 ALL_MAKEFILES="$ALL_MAKEFILES \\
24744 dlls/version/Makefile"
24745 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24746 version"
24747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24748 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24749 ac_config_files="$ac_config_files dlls/version/Makefile"
24751 ALL_MAKEFILES="$ALL_MAKEFILES \\
24752 dlls/version/tests/Makefile"
24753 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24754 version/tests"
24755 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24756 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24757 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
24759 ALL_MAKEFILES="$ALL_MAKEFILES \\
24760 dlls/vmm.vxd/Makefile"
24761 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24762 vmm.vxd"
24763 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24764 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24765 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
24767 ALL_MAKEFILES="$ALL_MAKEFILES \\
24768 dlls/vnbt.vxd/Makefile"
24769 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24770 vnbt.vxd"
24771 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24772 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24773 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
24775 ALL_MAKEFILES="$ALL_MAKEFILES \\
24776 dlls/vnetbios.vxd/Makefile"
24777 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24778 vnetbios.vxd"
24779 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24780 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24781 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
24783 ALL_MAKEFILES="$ALL_MAKEFILES \\
24784 dlls/vtdapi.vxd/Makefile"
24785 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24786 vtdapi.vxd"
24787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24788 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24789 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
24791 ALL_MAKEFILES="$ALL_MAKEFILES \\
24792 dlls/vwin32.vxd/Makefile"
24793 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24794 vwin32.vxd"
24795 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24796 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24797 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
24799 ALL_MAKEFILES="$ALL_MAKEFILES \\
24800 dlls/w32skrnl/Makefile"
24801 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24802 w32skrnl"
24803 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24804 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24805 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
24807 ALL_MAKEFILES="$ALL_MAKEFILES \\
24808 dlls/winealsa.drv/Makefile"
24809 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24810 winealsa.drv"
24811 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24812 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24813 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
24815 ALL_MAKEFILES="$ALL_MAKEFILES \\
24816 dlls/wineaudioio.drv/Makefile"
24817 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24818 wineaudioio.drv"
24819 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24820 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24821 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
24823 ALL_MAKEFILES="$ALL_MAKEFILES \\
24824 dlls/winecoreaudio.drv/Makefile"
24825 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24826 winecoreaudio.drv"
24827 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24828 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24829 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24831 ALL_MAKEFILES="$ALL_MAKEFILES \\
24832 dlls/winecrt0/Makefile"
24833 ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24834 winecrt0"
24835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24836 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24837 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
24839 ALL_MAKEFILES="$ALL_MAKEFILES \\
24840 dlls/wined3d/Makefile"
24841 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24842 wined3d"
24843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24844 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24845 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
24847 ALL_MAKEFILES="$ALL_MAKEFILES \\
24848 dlls/winedos/Makefile"
24849 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24850 winedos"
24851 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24852 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24853 ac_config_files="$ac_config_files dlls/winedos/Makefile"
24855 ALL_MAKEFILES="$ALL_MAKEFILES \\
24856 dlls/wineesd.drv/Makefile"
24857 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24858 wineesd.drv"
24859 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24860 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24861 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
24863 ALL_MAKEFILES="$ALL_MAKEFILES \\
24864 dlls/winejack.drv/Makefile"
24865 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24866 winejack.drv"
24867 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24868 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24869 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
24871 ALL_MAKEFILES="$ALL_MAKEFILES \\
24872 dlls/winejoystick.drv/Makefile"
24873 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24874 winejoystick.drv"
24875 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24876 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24877 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
24879 ALL_MAKEFILES="$ALL_MAKEFILES \\
24880 dlls/winemp3.acm/Makefile"
24881 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24882 winemp3.acm"
24883 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24884 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24885 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
24887 ALL_MAKEFILES="$ALL_MAKEFILES \\
24888 dlls/winenas.drv/Makefile"
24889 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24890 winenas.drv"
24891 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24892 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24893 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
24895 ALL_MAKEFILES="$ALL_MAKEFILES \\
24896 dlls/wineoss.drv/Makefile"
24897 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24898 wineoss.drv"
24899 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24900 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24901 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
24903 ALL_MAKEFILES="$ALL_MAKEFILES \\
24904 dlls/wineps.drv/Makefile"
24905 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24906 wineps.drv"
24907 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24908 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24909 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
24911 ALL_MAKEFILES="$ALL_MAKEFILES \\
24912 dlls/winequartz.drv/Makefile"
24913 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24914 winequartz.drv"
24915 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24916 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24917 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
24919 ALL_MAKEFILES="$ALL_MAKEFILES \\
24920 dlls/winex11.drv/Makefile"
24921 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24922 winex11.drv"
24923 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24924 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24925 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
24927 ALL_MAKEFILES="$ALL_MAKEFILES \\
24928 dlls/wing32/Makefile"
24929 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24930 wing32"
24931 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24932 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24933 ac_config_files="$ac_config_files dlls/wing32/Makefile"
24935 ALL_MAKEFILES="$ALL_MAKEFILES \\
24936 dlls/winhttp/Makefile"
24937 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24938 winhttp"
24939 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24940 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24941 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
24943 ALL_MAKEFILES="$ALL_MAKEFILES \\
24944 dlls/winhttp/tests/Makefile"
24945 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24946 winhttp/tests"
24947 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24948 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24949 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
24951 ALL_MAKEFILES="$ALL_MAKEFILES \\
24952 dlls/wininet/Makefile"
24953 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24954 wininet"
24955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24956 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24957 ac_config_files="$ac_config_files dlls/wininet/Makefile"
24959 ALL_MAKEFILES="$ALL_MAKEFILES \\
24960 dlls/wininet/tests/Makefile"
24961 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24962 wininet/tests"
24963 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24964 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24965 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
24967 ALL_MAKEFILES="$ALL_MAKEFILES \\
24968 dlls/winmm/Makefile"
24969 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24970 winmm"
24971 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24972 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24973 ac_config_files="$ac_config_files dlls/winmm/Makefile"
24975 ALL_MAKEFILES="$ALL_MAKEFILES \\
24976 dlls/winmm/tests/Makefile"
24977 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24978 winmm/tests"
24979 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24980 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
24981 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
24983 ALL_MAKEFILES="$ALL_MAKEFILES \\
24984 dlls/winnls32/Makefile"
24985 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24986 winnls32"
24987 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24988 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
24989 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
24991 ALL_MAKEFILES="$ALL_MAKEFILES \\
24992 dlls/winscard/Makefile"
24993 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24994 winscard"
24995 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24996 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
24997 ac_config_files="$ac_config_files dlls/winscard/Makefile"
24999 ALL_MAKEFILES="$ALL_MAKEFILES \\
25000 dlls/winspool.drv/Makefile"
25001 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25002 winspool.drv"
25003 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25004 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25005 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25007 ALL_MAKEFILES="$ALL_MAKEFILES \\
25008 dlls/winspool.drv/tests/Makefile"
25009 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25010 winspool.drv/tests"
25011 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25012 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25013 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25015 ALL_MAKEFILES="$ALL_MAKEFILES \\
25016 dlls/wintab32/Makefile"
25017 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25018 wintab32"
25019 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25020 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25021 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25023 ALL_MAKEFILES="$ALL_MAKEFILES \\
25024 dlls/wintrust/Makefile"
25025 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25026 wintrust"
25027 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25028 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25029 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25031 ALL_MAKEFILES="$ALL_MAKEFILES \\
25032 dlls/wintrust/tests/Makefile"
25033 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25034 wintrust/tests"
25035 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25036 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25037 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25039 ALL_MAKEFILES="$ALL_MAKEFILES \\
25040 dlls/wldap32/Makefile"
25041 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25042 wldap32"
25043 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25044 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25045 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25047 ALL_MAKEFILES="$ALL_MAKEFILES \\
25048 dlls/wmi/Makefile"
25049 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25050 wmi"
25051 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25052 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25053 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25055 ALL_MAKEFILES="$ALL_MAKEFILES \\
25056 dlls/wnaspi32/Makefile"
25057 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25058 wnaspi32"
25059 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25060 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25061 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25063 ALL_MAKEFILES="$ALL_MAKEFILES \\
25064 dlls/wow32/Makefile"
25065 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25066 wow32"
25067 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25068 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25069 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25071 ALL_MAKEFILES="$ALL_MAKEFILES \\
25072 dlls/ws2_32/Makefile"
25073 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25074 ws2_32"
25075 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25076 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25077 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25079 ALL_MAKEFILES="$ALL_MAKEFILES \\
25080 dlls/ws2_32/tests/Makefile"
25081 ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25082 ws2_32/tests"
25083 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25084 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25085 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25087 ALL_MAKEFILES="$ALL_MAKEFILES \\
25088 dlls/wsock32/Makefile"
25089 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25090 wsock32"
25091 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25092 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25093 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25095 ALL_MAKEFILES="$ALL_MAKEFILES \\
25096 dlls/wtsapi32/Makefile"
25097 ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25098 wtsapi32"
25099 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25100 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25101 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25103 ALL_MAKEFILES="$ALL_MAKEFILES \\
25104 documentation/Makefile"
25106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25107 documentation/Makefile: documentation/Makefile.in Make.rules"
25108 ac_config_files="$ac_config_files documentation/Makefile"
25110 ALL_MAKEFILES="$ALL_MAKEFILES \\
25111 fonts/Makefile"
25113 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25114 fonts/Makefile: fonts/Makefile.in Make.rules"
25115 ac_config_files="$ac_config_files fonts/Makefile"
25117 ALL_MAKEFILES="$ALL_MAKEFILES \\
25118 include/Makefile"
25120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25121 include/Makefile: include/Makefile.in Make.rules"
25122 ac_config_files="$ac_config_files include/Makefile"
25124 ALL_MAKEFILES="$ALL_MAKEFILES \\
25125 libs/Makefile"
25127 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25128 libs/Makefile: libs/Makefile.in Make.rules"
25129 ac_config_files="$ac_config_files libs/Makefile"
25131 ALL_MAKEFILES="$ALL_MAKEFILES \\
25132 libs/port/Makefile"
25134 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25135 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25136 ac_config_files="$ac_config_files libs/port/Makefile"
25138 ALL_MAKEFILES="$ALL_MAKEFILES \\
25139 libs/wine/Makefile"
25141 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25142 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25143 ac_config_files="$ac_config_files libs/wine/Makefile"
25145 ALL_MAKEFILES="$ALL_MAKEFILES \\
25146 libs/wpp/Makefile"
25148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25149 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25150 ac_config_files="$ac_config_files libs/wpp/Makefile"
25152 ALL_MAKEFILES="$ALL_MAKEFILES \\
25153 loader/Makefile"
25155 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25156 loader/Makefile: loader/Makefile.in Make.rules"
25157 ac_config_files="$ac_config_files loader/Makefile"
25159 ALL_MAKEFILES="$ALL_MAKEFILES \\
25160 programs/Makefile"
25162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25163 programs/Makefile: programs/Makefile.in Make.rules"
25164 ac_config_files="$ac_config_files programs/Makefile"
25166 ALL_MAKEFILES="$ALL_MAKEFILES \\
25167 programs/clock/Makefile"
25169 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25170 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25171 ac_config_files="$ac_config_files programs/clock/Makefile"
25173 ALL_MAKEFILES="$ALL_MAKEFILES \\
25174 programs/cmd/Makefile"
25176 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25177 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25178 ac_config_files="$ac_config_files programs/cmd/Makefile"
25180 ALL_MAKEFILES="$ALL_MAKEFILES \\
25181 programs/cmdlgtst/Makefile"
25183 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25184 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25185 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25187 ALL_MAKEFILES="$ALL_MAKEFILES \\
25188 programs/control/Makefile"
25190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25191 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25192 ac_config_files="$ac_config_files programs/control/Makefile"
25194 ALL_MAKEFILES="$ALL_MAKEFILES \\
25195 programs/eject/Makefile"
25197 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25198 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25199 ac_config_files="$ac_config_files programs/eject/Makefile"
25201 ALL_MAKEFILES="$ALL_MAKEFILES \\
25202 programs/expand/Makefile"
25204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25205 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25206 ac_config_files="$ac_config_files programs/expand/Makefile"
25208 ALL_MAKEFILES="$ALL_MAKEFILES \\
25209 programs/explorer/Makefile"
25211 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25212 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25213 ac_config_files="$ac_config_files programs/explorer/Makefile"
25215 ALL_MAKEFILES="$ALL_MAKEFILES \\
25216 programs/hh/Makefile"
25218 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25219 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25220 ac_config_files="$ac_config_files programs/hh/Makefile"
25222 ALL_MAKEFILES="$ALL_MAKEFILES \\
25223 programs/icinfo/Makefile"
25225 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25226 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25227 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25229 ALL_MAKEFILES="$ALL_MAKEFILES \\
25230 programs/iexplore/Makefile"
25232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25233 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25234 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25236 ALL_MAKEFILES="$ALL_MAKEFILES \\
25237 programs/msiexec/Makefile"
25239 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25240 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25241 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25243 ALL_MAKEFILES="$ALL_MAKEFILES \\
25244 programs/net/Makefile"
25246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25247 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25248 ac_config_files="$ac_config_files programs/net/Makefile"
25250 ALL_MAKEFILES="$ALL_MAKEFILES \\
25251 programs/notepad/Makefile"
25253 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25254 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25255 ac_config_files="$ac_config_files programs/notepad/Makefile"
25257 ALL_MAKEFILES="$ALL_MAKEFILES \\
25258 programs/oleview/Makefile"
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25262 ac_config_files="$ac_config_files programs/oleview/Makefile"
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265 programs/progman/Makefile"
25267 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25268 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25269 ac_config_files="$ac_config_files programs/progman/Makefile"
25271 ALL_MAKEFILES="$ALL_MAKEFILES \\
25272 programs/reg/Makefile"
25274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25275 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25276 ac_config_files="$ac_config_files programs/reg/Makefile"
25278 ALL_MAKEFILES="$ALL_MAKEFILES \\
25279 programs/regedit/Makefile"
25281 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25282 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25283 ac_config_files="$ac_config_files programs/regedit/Makefile"
25285 ALL_MAKEFILES="$ALL_MAKEFILES \\
25286 programs/regsvr32/Makefile"
25288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25289 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25290 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25292 ALL_MAKEFILES="$ALL_MAKEFILES \\
25293 programs/rpcss/Makefile"
25295 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25296 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25297 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25299 ALL_MAKEFILES="$ALL_MAKEFILES \\
25300 programs/rundll32/Makefile"
25302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25303 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25304 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25306 ALL_MAKEFILES="$ALL_MAKEFILES \\
25307 programs/secedit/Makefile"
25309 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25310 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25311 ac_config_files="$ac_config_files programs/secedit/Makefile"
25313 ALL_MAKEFILES="$ALL_MAKEFILES \\
25314 programs/services/Makefile"
25316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25317 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25318 ac_config_files="$ac_config_files programs/services/Makefile"
25320 ALL_MAKEFILES="$ALL_MAKEFILES \\
25321 programs/spoolsv/Makefile"
25323 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25324 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25325 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25327 ALL_MAKEFILES="$ALL_MAKEFILES \\
25328 programs/start/Makefile"
25330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25331 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25332 ac_config_files="$ac_config_files programs/start/Makefile"
25334 ALL_MAKEFILES="$ALL_MAKEFILES \\
25335 programs/svchost/Makefile"
25337 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25338 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25339 ac_config_files="$ac_config_files programs/svchost/Makefile"
25341 ALL_MAKEFILES="$ALL_MAKEFILES \\
25342 programs/taskmgr/Makefile"
25344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25345 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25346 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25348 ALL_MAKEFILES="$ALL_MAKEFILES \\
25349 programs/uninstaller/Makefile"
25351 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25352 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25353 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25355 ALL_MAKEFILES="$ALL_MAKEFILES \\
25356 programs/view/Makefile"
25358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25359 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25360 ac_config_files="$ac_config_files programs/view/Makefile"
25362 ALL_MAKEFILES="$ALL_MAKEFILES \\
25363 programs/wineboot/Makefile"
25365 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25366 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25367 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25369 ALL_MAKEFILES="$ALL_MAKEFILES \\
25370 programs/winebrowser/Makefile"
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25374 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25377 programs/winecfg/Makefile"
25379 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25380 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25381 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25383 ALL_MAKEFILES="$ALL_MAKEFILES \\
25384 programs/wineconsole/Makefile"
25386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25387 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25388 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25390 ALL_MAKEFILES="$ALL_MAKEFILES \\
25391 programs/winedbg/Makefile"
25393 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25394 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25395 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25397 ALL_MAKEFILES="$ALL_MAKEFILES \\
25398 programs/winedevice/Makefile"
25400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25401 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25402 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25404 ALL_MAKEFILES="$ALL_MAKEFILES \\
25405 programs/winefile/Makefile"
25407 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25408 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25409 ac_config_files="$ac_config_files programs/winefile/Makefile"
25411 ALL_MAKEFILES="$ALL_MAKEFILES \\
25412 programs/winemenubuilder/Makefile"
25414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25415 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25416 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25418 ALL_MAKEFILES="$ALL_MAKEFILES \\
25419 programs/winemine/Makefile"
25421 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25422 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25423 ac_config_files="$ac_config_files programs/winemine/Makefile"
25425 ALL_MAKEFILES="$ALL_MAKEFILES \\
25426 programs/winepath/Makefile"
25428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25429 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25430 ac_config_files="$ac_config_files programs/winepath/Makefile"
25432 ALL_MAKEFILES="$ALL_MAKEFILES \\
25433 programs/winetest/Makefile"
25435 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25436 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25437 ac_config_files="$ac_config_files programs/winetest/Makefile"
25439 ALL_MAKEFILES="$ALL_MAKEFILES \\
25440 programs/winevdm/Makefile"
25442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25443 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25444 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25446 ALL_MAKEFILES="$ALL_MAKEFILES \\
25447 programs/winhlp32/Makefile"
25449 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25450 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25451 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25453 ALL_MAKEFILES="$ALL_MAKEFILES \\
25454 programs/winver/Makefile"
25456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25457 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25458 ac_config_files="$ac_config_files programs/winver/Makefile"
25460 ALL_MAKEFILES="$ALL_MAKEFILES \\
25461 programs/wordpad/Makefile"
25463 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25464 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25465 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25467 ALL_MAKEFILES="$ALL_MAKEFILES \\
25468 programs/write/Makefile"
25470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25471 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25472 ac_config_files="$ac_config_files programs/write/Makefile"
25474 ALL_MAKEFILES="$ALL_MAKEFILES \\
25475 programs/xcopy/Makefile"
25477 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25478 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25479 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25481 ALL_MAKEFILES="$ALL_MAKEFILES \\
25482 server/Makefile"
25484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25485 server/Makefile: server/Makefile.in Make.rules"
25486 ac_config_files="$ac_config_files server/Makefile"
25488 ALL_MAKEFILES="$ALL_MAKEFILES \\
25489 tools/Makefile"
25491 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25492 tools/Makefile: tools/Makefile.in Make.rules"
25493 ac_config_files="$ac_config_files tools/Makefile"
25495 ALL_MAKEFILES="$ALL_MAKEFILES \\
25496 tools/widl/Makefile"
25498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25499 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25500 ac_config_files="$ac_config_files tools/widl/Makefile"
25502 ALL_MAKEFILES="$ALL_MAKEFILES \\
25503 tools/winebuild/Makefile"
25505 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25506 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25507 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25509 ALL_MAKEFILES="$ALL_MAKEFILES \\
25510 tools/winedump/Makefile"
25512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25513 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25514 ac_config_files="$ac_config_files tools/winedump/Makefile"
25516 ALL_MAKEFILES="$ALL_MAKEFILES \\
25517 tools/winegcc/Makefile"
25519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25520 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25521 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25523 ALL_MAKEFILES="$ALL_MAKEFILES \\
25524 tools/wmc/Makefile"
25526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25527 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25528 ac_config_files="$ac_config_files tools/wmc/Makefile"
25530 ALL_MAKEFILES="$ALL_MAKEFILES \\
25531 tools/wrc/Makefile"
25533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25534 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25535 ac_config_files="$ac_config_files tools/wrc/Makefile"
25538 cat >confcache <<\_ACEOF
25539 # This file is a shell script that caches the results of configure
25540 # tests run on this system so they can be shared between configure
25541 # scripts and configure runs, see configure's option --config-cache.
25542 # It is not useful on other systems. If it contains results you don't
25543 # want to keep, you may remove or edit it.
25545 # config.status only pays attention to the cache file if you give it
25546 # the --recheck option to rerun configure.
25548 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25549 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25550 # following values.
25552 _ACEOF
25554 # The following way of writing the cache mishandles newlines in values,
25555 # but we know of no workaround that is simple, portable, and efficient.
25556 # So, we kill variables containing newlines.
25557 # Ultrix sh set writes to stderr and can't be redirected directly,
25558 # and sets the high bit in the cache file unless we assign to the vars.
25560 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
25561 eval ac_val=\$$ac_var
25562 case $ac_val in #(
25563 *${as_nl}*)
25564 case $ac_var in #(
25565 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
25566 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
25567 esac
25568 case $ac_var in #(
25569 _ | IFS | as_nl) ;; #(
25570 *) $as_unset $ac_var ;;
25571 esac ;;
25572 esac
25573 done
25575 (set) 2>&1 |
25576 case $as_nl`(ac_space=' '; set) 2>&1` in #(
25577 *${as_nl}ac_space=\ *)
25578 # `set' does not quote correctly, so add quotes (double-quote
25579 # substitution turns \\\\ into \\, and sed turns \\ into \).
25580 sed -n \
25581 "s/'/'\\\\''/g;
25582 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
25583 ;; #(
25585 # `set' quotes correctly as required by POSIX, so do not add quotes.
25586 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
25588 esac |
25589 sort
25591 sed '
25592 /^ac_cv_env_/b end
25593 t clear
25594 :clear
25595 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
25596 t end
25597 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
25598 :end' >>confcache
25599 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
25600 if test -w "$cache_file"; then
25601 test "x$cache_file" != "x/dev/null" &&
25602 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
25603 echo "$as_me: updating cache $cache_file" >&6;}
25604 cat confcache >$cache_file
25605 else
25606 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
25607 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
25610 rm -f confcache
25612 test "x$prefix" = xNONE && prefix=$ac_default_prefix
25613 # Let make expand exec_prefix.
25614 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
25616 DEFS=-DHAVE_CONFIG_H
25618 ac_libobjs=
25619 ac_ltlibobjs=
25620 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
25621 # 1. Remove the extension, and $U if already installed.
25622 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
25623 ac_i=`echo "$ac_i" | sed "$ac_script"`
25624 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
25625 # will be set to the directory where LIBOBJS objects are built.
25626 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
25627 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
25628 done
25629 LIBOBJS=$ac_libobjs
25631 LTLIBOBJS=$ac_ltlibobjs
25635 : ${CONFIG_STATUS=./config.status}
25636 ac_clean_files_save=$ac_clean_files
25637 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
25638 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
25639 echo "$as_me: creating $CONFIG_STATUS" >&6;}
25640 cat >$CONFIG_STATUS <<_ACEOF
25641 #! $SHELL
25642 # Generated by $as_me.
25643 # Run this file to recreate the current configuration.
25644 # Compiler output produced by configure, useful for debugging
25645 # configure, is in config.log if it exists.
25647 debug=false
25648 ac_cs_recheck=false
25649 ac_cs_silent=false
25650 SHELL=\${CONFIG_SHELL-$SHELL}
25651 _ACEOF
25653 cat >>$CONFIG_STATUS <<\_ACEOF
25654 ## --------------------- ##
25655 ## M4sh Initialization. ##
25656 ## --------------------- ##
25658 # Be more Bourne compatible
25659 DUALCASE=1; export DUALCASE # for MKS sh
25660 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
25661 emulate sh
25662 NULLCMD=:
25663 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
25664 # is contrary to our usage. Disable this feature.
25665 alias -g '${1+"$@"}'='"$@"'
25666 setopt NO_GLOB_SUBST
25667 else
25668 case `(set -o) 2>/dev/null` in
25669 *posix*) set -o posix ;;
25670 esac
25677 # PATH needs CR
25678 # Avoid depending upon Character Ranges.
25679 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
25680 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
25681 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
25682 as_cr_digits='0123456789'
25683 as_cr_alnum=$as_cr_Letters$as_cr_digits
25685 # The user is always right.
25686 if test "${PATH_SEPARATOR+set}" != set; then
25687 echo "#! /bin/sh" >conf$$.sh
25688 echo "exit 0" >>conf$$.sh
25689 chmod +x conf$$.sh
25690 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
25691 PATH_SEPARATOR=';'
25692 else
25693 PATH_SEPARATOR=:
25695 rm -f conf$$.sh
25698 # Support unset when possible.
25699 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
25700 as_unset=unset
25701 else
25702 as_unset=false
25706 # IFS
25707 # We need space, tab and new line, in precisely that order. Quoting is
25708 # there to prevent editors from complaining about space-tab.
25709 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
25710 # splitting by setting IFS to empty value.)
25711 as_nl='
25713 IFS=" "" $as_nl"
25715 # Find who we are. Look in the path if we contain no directory separator.
25716 case $0 in
25717 *[\\/]* ) as_myself=$0 ;;
25718 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
25719 for as_dir in $PATH
25721 IFS=$as_save_IFS
25722 test -z "$as_dir" && as_dir=.
25723 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
25724 done
25725 IFS=$as_save_IFS
25728 esac
25729 # We did not find ourselves, most probably we were run as `sh COMMAND'
25730 # in which case we are not to be found in the path.
25731 if test "x$as_myself" = x; then
25732 as_myself=$0
25734 if test ! -f "$as_myself"; then
25735 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
25736 { (exit 1); exit 1; }
25739 # Work around bugs in pre-3.0 UWIN ksh.
25740 for as_var in ENV MAIL MAILPATH
25741 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25742 done
25743 PS1='$ '
25744 PS2='> '
25745 PS4='+ '
25747 # NLS nuisances.
25748 for as_var in \
25749 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
25750 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
25751 LC_TELEPHONE LC_TIME
25753 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
25754 eval $as_var=C; export $as_var
25755 else
25756 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
25758 done
25760 # Required to use basename.
25761 if expr a : '\(a\)' >/dev/null 2>&1 &&
25762 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25763 as_expr=expr
25764 else
25765 as_expr=false
25768 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25769 as_basename=basename
25770 else
25771 as_basename=false
25775 # Name of the executable.
25776 as_me=`$as_basename -- "$0" ||
25777 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25778 X"$0" : 'X\(//\)$' \| \
25779 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25780 echo X/"$0" |
25781 sed '/^.*\/\([^/][^/]*\)\/*$/{
25782 s//\1/
25785 /^X\/\(\/\/\)$/{
25786 s//\1/
25789 /^X\/\(\/\).*/{
25790 s//\1/
25793 s/.*/./; q'`
25795 # CDPATH.
25796 $as_unset CDPATH
25800 as_lineno_1=$LINENO
25801 as_lineno_2=$LINENO
25802 test "x$as_lineno_1" != "x$as_lineno_2" &&
25803 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
25805 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25806 # uniformly replaced by the line number. The first 'sed' inserts a
25807 # line-number line after each line using $LINENO; the second 'sed'
25808 # does the real work. The second script uses 'N' to pair each
25809 # line-number line with the line containing $LINENO, and appends
25810 # trailing '-' during substitution so that $LINENO is not a special
25811 # case at line end.
25812 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25813 # scripts with optimization help from Paolo Bonzini. Blame Lee
25814 # E. McMahon (1931-1989) for sed's syntax. :-)
25815 sed -n '
25817 /[$]LINENO/=
25818 ' <$as_myself |
25819 sed '
25820 s/[$]LINENO.*/&-/
25821 t lineno
25823 :lineno
25825 :loop
25826 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25827 t loop
25828 s/-\n.*//
25829 ' >$as_me.lineno &&
25830 chmod +x "$as_me.lineno" ||
25831 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25832 { (exit 1); exit 1; }; }
25834 # Don't try to exec as it changes $[0], causing all sort of problems
25835 # (the dirname of $[0] is not the place where we might find the
25836 # original and so on. Autoconf is especially sensitive to this).
25837 . "./$as_me.lineno"
25838 # Exit status is that of the last command.
25839 exit
25843 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
25844 as_dirname=dirname
25845 else
25846 as_dirname=false
25849 ECHO_C= ECHO_N= ECHO_T=
25850 case `echo -n x` in
25851 -n*)
25852 case `echo 'x\c'` in
25853 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
25854 *) ECHO_C='\c';;
25855 esac;;
25857 ECHO_N='-n';;
25858 esac
25860 if expr a : '\(a\)' >/dev/null 2>&1 &&
25861 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25862 as_expr=expr
25863 else
25864 as_expr=false
25867 rm -f conf$$ conf$$.exe conf$$.file
25868 if test -d conf$$.dir; then
25869 rm -f conf$$.dir/conf$$.file
25870 else
25871 rm -f conf$$.dir
25872 mkdir conf$$.dir
25874 echo >conf$$.file
25875 if ln -s conf$$.file conf$$ 2>/dev/null; then
25876 as_ln_s='ln -s'
25877 # ... but there are two gotchas:
25878 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
25879 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
25880 # In both cases, we have to default to `cp -p'.
25881 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
25882 as_ln_s='cp -p'
25883 elif ln conf$$.file conf$$ 2>/dev/null; then
25884 as_ln_s=ln
25885 else
25886 as_ln_s='cp -p'
25888 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
25889 rmdir conf$$.dir 2>/dev/null
25891 if mkdir -p . 2>/dev/null; then
25892 as_mkdir_p=:
25893 else
25894 test -d ./-p && rmdir ./-p
25895 as_mkdir_p=false
25898 if test -x / >/dev/null 2>&1; then
25899 as_test_x='test -x'
25900 else
25901 if ls -dL / >/dev/null 2>&1; then
25902 as_ls_L_option=L
25903 else
25904 as_ls_L_option=
25906 as_test_x='
25907 eval sh -c '\''
25908 if test -d "$1"; then
25909 test -d "$1/.";
25910 else
25911 case $1 in
25912 -*)set "./$1";;
25913 esac;
25914 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
25915 ???[sx]*):;;*)false;;esac;fi
25916 '\'' sh
25919 as_executable_p=$as_test_x
25921 # Sed expression to map a string onto a valid CPP name.
25922 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
25924 # Sed expression to map a string onto a valid variable name.
25925 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
25928 exec 6>&1
25930 # Save the log message, to keep $[0] and so on meaningful, and to
25931 # report actual input values of CONFIG_FILES etc. instead of their
25932 # values after options handling.
25933 ac_log="
25934 This file was extended by Wine $as_me 1.1.3, which was
25935 generated by GNU Autoconf 2.61. Invocation command line was
25937 CONFIG_FILES = $CONFIG_FILES
25938 CONFIG_HEADERS = $CONFIG_HEADERS
25939 CONFIG_LINKS = $CONFIG_LINKS
25940 CONFIG_COMMANDS = $CONFIG_COMMANDS
25941 $ $0 $@
25943 on `(hostname || uname -n) 2>/dev/null | sed 1q`
25946 _ACEOF
25948 cat >>$CONFIG_STATUS <<_ACEOF
25949 # Files that config.status was made for.
25950 config_files="$ac_config_files"
25951 config_headers="$ac_config_headers"
25952 config_commands="$ac_config_commands"
25954 _ACEOF
25956 cat >>$CONFIG_STATUS <<\_ACEOF
25957 ac_cs_usage="\
25958 \`$as_me' instantiates files from templates according to the
25959 current configuration.
25961 Usage: $0 [OPTIONS] [FILE]...
25963 -h, --help print this help, then exit
25964 -V, --version print version number and configuration settings, then exit
25965 -q, --quiet do not print progress messages
25966 -d, --debug don't remove temporary files
25967 --recheck update $as_me by reconfiguring in the same conditions
25968 --file=FILE[:TEMPLATE]
25969 instantiate the configuration file FILE
25970 --header=FILE[:TEMPLATE]
25971 instantiate the configuration header FILE
25973 Configuration files:
25974 $config_files
25976 Configuration headers:
25977 $config_headers
25979 Configuration commands:
25980 $config_commands
25982 Report bugs to <bug-autoconf@gnu.org>."
25984 _ACEOF
25985 cat >>$CONFIG_STATUS <<_ACEOF
25986 ac_cs_version="\\
25987 Wine config.status 1.1.3
25988 configured by $0, generated by GNU Autoconf 2.61,
25989 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
25991 Copyright (C) 2006 Free Software Foundation, Inc.
25992 This config.status script is free software; the Free Software Foundation
25993 gives unlimited permission to copy, distribute and modify it."
25995 ac_pwd='$ac_pwd'
25996 srcdir='$srcdir'
25997 INSTALL='$INSTALL'
25998 _ACEOF
26000 cat >>$CONFIG_STATUS <<\_ACEOF
26001 # If no file are specified by the user, then we need to provide default
26002 # value. By we need to know if files were specified by the user.
26003 ac_need_defaults=:
26004 while test $# != 0
26006 case $1 in
26007 --*=*)
26008 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26009 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26010 ac_shift=:
26013 ac_option=$1
26014 ac_optarg=$2
26015 ac_shift=shift
26017 esac
26019 case $ac_option in
26020 # Handling of the options.
26021 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26022 ac_cs_recheck=: ;;
26023 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26024 echo "$ac_cs_version"; exit ;;
26025 --debug | --debu | --deb | --de | --d | -d )
26026 debug=: ;;
26027 --file | --fil | --fi | --f )
26028 $ac_shift
26029 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26030 ac_need_defaults=false;;
26031 --header | --heade | --head | --hea )
26032 $ac_shift
26033 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26034 ac_need_defaults=false;;
26035 --he | --h)
26036 # Conflict between --help and --header
26037 { echo "$as_me: error: ambiguous option: $1
26038 Try \`$0 --help' for more information." >&2
26039 { (exit 1); exit 1; }; };;
26040 --help | --hel | -h )
26041 echo "$ac_cs_usage"; exit ;;
26042 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26043 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26044 ac_cs_silent=: ;;
26046 # This is an error.
26047 -*) { echo "$as_me: error: unrecognized option: $1
26048 Try \`$0 --help' for more information." >&2
26049 { (exit 1); exit 1; }; } ;;
26051 *) ac_config_targets="$ac_config_targets $1"
26052 ac_need_defaults=false ;;
26054 esac
26055 shift
26056 done
26058 ac_configure_extra_args=
26060 if $ac_cs_silent; then
26061 exec 6>/dev/null
26062 ac_configure_extra_args="$ac_configure_extra_args --silent"
26065 _ACEOF
26066 cat >>$CONFIG_STATUS <<_ACEOF
26067 if \$ac_cs_recheck; then
26068 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26069 CONFIG_SHELL=$SHELL
26070 export CONFIG_SHELL
26071 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26074 _ACEOF
26075 cat >>$CONFIG_STATUS <<\_ACEOF
26076 exec 5>>config.log
26078 echo
26079 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26080 ## Running $as_me. ##
26081 _ASBOX
26082 echo "$ac_log"
26083 } >&5
26085 _ACEOF
26086 cat >>$CONFIG_STATUS <<_ACEOF
26087 _ACEOF
26089 cat >>$CONFIG_STATUS <<\_ACEOF
26091 # Handling of arguments.
26092 for ac_config_target in $ac_config_targets
26094 case $ac_config_target in
26095 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26096 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26097 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26098 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26099 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26100 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26101 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26102 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26103 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26104 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26105 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26106 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26107 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26108 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26109 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26110 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26111 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26112 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26113 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26114 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26115 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26116 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26117 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26118 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26119 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26120 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26121 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26122 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26123 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26124 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26125 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26126 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26127 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26128 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26129 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26130 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26131 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26132 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26133 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26134 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26135 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26136 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26137 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26138 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26139 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26140 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26141 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26142 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26143 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26144 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26145 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26146 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26147 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26148 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26149 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26150 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26151 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26152 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26153 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26154 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26155 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26156 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26157 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26158 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26159 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26160 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26161 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26162 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26163 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26164 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26165 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26166 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26167 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26168 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26169 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26170 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26171 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26172 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26173 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26174 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26175 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26176 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26177 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26178 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26179 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26180 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26181 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26182 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26183 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26184 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26185 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26186 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26187 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26188 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26189 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26190 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26191 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26192 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26193 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26194 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26195 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26196 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26197 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26198 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26199 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26200 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26201 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26202 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26203 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26204 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26205 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26206 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26207 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26208 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26209 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26210 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26211 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26212 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26213 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26214 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26215 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26216 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26217 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26218 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26219 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26220 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26221 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26222 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26223 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26224 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26225 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26226 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26227 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26228 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26229 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26230 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26231 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26232 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26233 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26234 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26235 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26236 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26237 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26238 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26239 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26240 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26241 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26242 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26243 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26244 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26245 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26246 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26247 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26248 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26249 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26250 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26251 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26252 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26253 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26254 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26255 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26256 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26257 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26258 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26259 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26260 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26261 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26262 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26263 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26264 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26265 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26266 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26267 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26268 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26269 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26270 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26271 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26272 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26273 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26274 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26275 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26276 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26277 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26278 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26279 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26280 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26281 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26282 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26283 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26284 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26285 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26286 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26287 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26288 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26289 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26290 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26291 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26292 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26293 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26294 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26295 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26296 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26297 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26298 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26299 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26300 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26301 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26302 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26303 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26304 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26305 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26306 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26307 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26308 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26309 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26310 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26311 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26312 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26313 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26314 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26315 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26316 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26317 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26318 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26319 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26320 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26321 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26322 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26323 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26324 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26325 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26326 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26327 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26328 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26329 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26330 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26331 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26332 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26333 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26334 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26335 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26336 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26337 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26338 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26339 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26340 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26341 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26342 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26343 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26344 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26345 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26346 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26347 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26348 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26349 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26350 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26351 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26352 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26353 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26354 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26355 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26356 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26357 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26358 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26359 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26360 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26361 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26362 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26363 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26364 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26365 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26366 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26367 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26368 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26369 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26370 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26371 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26372 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26373 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26374 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26375 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26376 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26377 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26378 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26379 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26380 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26381 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26382 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26383 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26384 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26385 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26386 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26387 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26388 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26389 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26390 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26391 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26392 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26393 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26394 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26395 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26396 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26397 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26398 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26399 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26400 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26401 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26402 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26403 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26404 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26405 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26406 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26407 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26408 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26409 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26410 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26411 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26412 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26413 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26414 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26415 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26416 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26417 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26418 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26419 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26420 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26421 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26422 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26423 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26424 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26425 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26426 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26427 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26428 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26429 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26430 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26431 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26432 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26433 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26434 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26435 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26436 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26437 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26438 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26439 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26440 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26441 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26442 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26443 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26444 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26445 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26446 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26447 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26448 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26449 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26450 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26451 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26452 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26453 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26454 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26455 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26456 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26457 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26458 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26459 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26460 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26461 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26462 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26463 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26464 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26465 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26466 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26467 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26468 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26469 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26470 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26471 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26472 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26473 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26474 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26475 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26476 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26477 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26478 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26479 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26480 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26481 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26482 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26483 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26484 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26485 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26486 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26487 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26488 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26489 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26490 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26491 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26492 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26493 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26494 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26495 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26496 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26497 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26498 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26499 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26500 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26501 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26502 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26503 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26504 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26505 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26506 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26507 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26508 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26509 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26510 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26511 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26512 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26513 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26514 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26515 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26516 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26517 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26518 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26519 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26520 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26521 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26522 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26523 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26524 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26525 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26526 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26527 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26529 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26530 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26531 { (exit 1); exit 1; }; };;
26532 esac
26533 done
26536 # If the user did not use the arguments to specify the items to instantiate,
26537 # then the envvar interface is used. Set only those that are not.
26538 # We use the long form for the default assignment because of an extremely
26539 # bizarre bug on SunOS 4.1.3.
26540 if $ac_need_defaults; then
26541 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26542 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26543 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26546 # Have a temporary directory for convenience. Make it in the build tree
26547 # simply because there is no reason against having it here, and in addition,
26548 # creating and moving files from /tmp can sometimes cause problems.
26549 # Hook for its removal unless debugging.
26550 # Note that there is a small window in which the directory will not be cleaned:
26551 # after its creation but before its name has been assigned to `$tmp'.
26552 $debug ||
26554 tmp=
26555 trap 'exit_status=$?
26556 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
26558 trap '{ (exit 1); exit 1; }' 1 2 13 15
26560 # Create a (secure) tmp directory for tmp files.
26563 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
26564 test -n "$tmp" && test -d "$tmp"
26565 } ||
26567 tmp=./conf$$-$RANDOM
26568 (umask 077 && mkdir "$tmp")
26569 } ||
26571 echo "$me: cannot create a temporary directory in ." >&2
26572 { (exit 1); exit 1; }
26576 # Set up the sed scripts for CONFIG_FILES section.
26579 # No need to generate the scripts if there are no CONFIG_FILES.
26580 # This happens for instance when ./config.status config.h
26581 if test -n "$CONFIG_FILES"; then
26583 _ACEOF
26585 # Create sed commands to just substitute file output variables.
26587 # Remaining file output variables are in a fragment that also has non-file
26588 # output varibles.
26592 ac_delim='%!_!# '
26593 for ac_last_try in false false false false false :; do
26594 cat >conf$$subs.sed <<_ACEOF
26595 SHELL!$SHELL$ac_delim
26596 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
26597 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
26598 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
26599 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
26600 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
26601 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
26602 exec_prefix!$exec_prefix$ac_delim
26603 prefix!$prefix$ac_delim
26604 program_transform_name!$program_transform_name$ac_delim
26605 bindir!$bindir$ac_delim
26606 sbindir!$sbindir$ac_delim
26607 libexecdir!$libexecdir$ac_delim
26608 datarootdir!$datarootdir$ac_delim
26609 datadir!$datadir$ac_delim
26610 sysconfdir!$sysconfdir$ac_delim
26611 sharedstatedir!$sharedstatedir$ac_delim
26612 localstatedir!$localstatedir$ac_delim
26613 includedir!$includedir$ac_delim
26614 oldincludedir!$oldincludedir$ac_delim
26615 docdir!$docdir$ac_delim
26616 infodir!$infodir$ac_delim
26617 htmldir!$htmldir$ac_delim
26618 dvidir!$dvidir$ac_delim
26619 pdfdir!$pdfdir$ac_delim
26620 psdir!$psdir$ac_delim
26621 libdir!$libdir$ac_delim
26622 localedir!$localedir$ac_delim
26623 mandir!$mandir$ac_delim
26624 DEFS!$DEFS$ac_delim
26625 ECHO_C!$ECHO_C$ac_delim
26626 ECHO_N!$ECHO_N$ac_delim
26627 ECHO_T!$ECHO_T$ac_delim
26628 LIBS!$LIBS$ac_delim
26629 build_alias!$build_alias$ac_delim
26630 host_alias!$host_alias$ac_delim
26631 target_alias!$target_alias$ac_delim
26632 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
26633 build!$build$ac_delim
26634 build_cpu!$build_cpu$ac_delim
26635 build_vendor!$build_vendor$ac_delim
26636 build_os!$build_os$ac_delim
26637 host!$host$ac_delim
26638 host_cpu!$host_cpu$ac_delim
26639 host_vendor!$host_vendor$ac_delim
26640 host_os!$host_os$ac_delim
26641 WIN16_FILES!$WIN16_FILES$ac_delim
26642 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
26643 SET_MAKE!$SET_MAKE$ac_delim
26644 CC!$CC$ac_delim
26645 CFLAGS!$CFLAGS$ac_delim
26646 LDFLAGS!$LDFLAGS$ac_delim
26647 CPPFLAGS!$CPPFLAGS$ac_delim
26648 ac_ct_CC!$ac_ct_CC$ac_delim
26649 EXEEXT!$EXEEXT$ac_delim
26650 OBJEXT!$OBJEXT$ac_delim
26651 CXX!$CXX$ac_delim
26652 CXXFLAGS!$CXXFLAGS$ac_delim
26653 ac_ct_CXX!$ac_ct_CXX$ac_delim
26654 CPPBIN!$CPPBIN$ac_delim
26655 TOOLSDIR!$TOOLSDIR$ac_delim
26656 XMKMF!$XMKMF$ac_delim
26657 CPP!$CPP$ac_delim
26658 X_CFLAGS!$X_CFLAGS$ac_delim
26659 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
26660 X_LIBS!$X_LIBS$ac_delim
26661 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
26662 FLEX!$FLEX$ac_delim
26663 BISON!$BISON$ac_delim
26664 AS!$AS$ac_delim
26665 ac_ct_AS!$ac_ct_AS$ac_delim
26666 LD!$LD$ac_delim
26667 ac_ct_LD!$ac_ct_LD$ac_delim
26668 NM!$NM$ac_delim
26669 ac_ct_NM!$ac_ct_NM$ac_delim
26670 AR!$AR$ac_delim
26671 ac_ct_AR!$ac_ct_AR$ac_delim
26672 ARFLAGS!$ARFLAGS$ac_delim
26673 RANLIB!$RANLIB$ac_delim
26674 STRIP!$STRIP$ac_delim
26675 WINDRES!$WINDRES$ac_delim
26676 LN_S!$LN_S$ac_delim
26677 _ACEOF
26679 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
26680 break
26681 elif $ac_last_try; then
26682 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26683 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26684 { (exit 1); exit 1; }; }
26685 else
26686 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26688 done
26690 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26691 if test -n "$ac_eof"; then
26692 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26693 ac_eof=`expr $ac_eof + 1`
26696 cat >>$CONFIG_STATUS <<_ACEOF
26697 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
26698 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26699 /^[ ]*@MAKE_RULES@[ ]*$/{
26700 r $MAKE_RULES
26703 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
26704 r $MAKE_DLL_RULES
26707 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
26708 r $MAKE_IMPLIB_RULES
26711 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
26712 r $MAKE_TEST_RULES
26715 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
26716 r $MAKE_PROG_RULES
26719 _ACEOF
26720 sed '
26721 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26722 s/^/s,@/; s/!/@,|#_!!_#|/
26725 s/'"$ac_delim"'$/,g/; t
26726 s/$/\\/; p
26727 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26728 ' >>$CONFIG_STATUS <conf$$subs.sed
26729 rm -f conf$$subs.sed
26730 cat >>$CONFIG_STATUS <<_ACEOF
26731 CEOF$ac_eof
26732 _ACEOF
26735 ac_delim='%!_!# '
26736 for ac_last_try in false false false false false :; do
26737 cat >conf$$subs.sed <<_ACEOF
26738 LN!$LN$ac_delim
26739 GREP!$GREP$ac_delim
26740 EGREP!$EGREP$ac_delim
26741 LDCONFIG!$LDCONFIG$ac_delim
26742 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
26743 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
26744 INSTALL_DATA!$INSTALL_DATA$ac_delim
26745 LINT!$LINT$ac_delim
26746 LINTFLAGS!$LINTFLAGS$ac_delim
26747 FONTFORGE!$FONTFORGE$ac_delim
26748 PKG_CONFIG!$PKG_CONFIG$ac_delim
26749 RSVG!$RSVG$ac_delim
26750 ICOTOOL!$ICOTOOL$ac_delim
26751 PRELINK!$PRELINK$ac_delim
26752 LIBPTHREAD!$LIBPTHREAD$ac_delim
26753 XLIB!$XLIB$ac_delim
26754 XFILES!$XFILES$ac_delim
26755 OPENGLFILES!$OPENGLFILES$ac_delim
26756 GLU32FILES!$GLU32FILES$ac_delim
26757 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
26758 QUARTZFILES!$QUARTZFILES$ac_delim
26759 DLLEXT!$DLLEXT$ac_delim
26760 DLLFLAGS!$DLLFLAGS$ac_delim
26761 LDSHARED!$LDSHARED$ac_delim
26762 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26763 LIBEXT!$LIBEXT$ac_delim
26764 IMPLIBEXT!$IMPLIBEXT$ac_delim
26765 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26766 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26767 LDD!$LDD$ac_delim
26768 DLLTOOL!$DLLTOOL$ac_delim
26769 DLLWRAP!$DLLWRAP$ac_delim
26770 MINGWAR!$MINGWAR$ac_delim
26771 SECURITYLIB!$SECURITYLIB$ac_delim
26772 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26773 IOKITLIB!$IOKITLIB$ac_delim
26774 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26775 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26776 COREAUDIO!$COREAUDIO$ac_delim
26777 CARBONLIB!$CARBONLIB$ac_delim
26778 CROSSTEST!$CROSSTEST$ac_delim
26779 CROSSCC!$CROSSCC$ac_delim
26780 CROSSWINDRES!$CROSSWINDRES$ac_delim
26781 NASLIBS!$NASLIBS$ac_delim
26782 XML2LIBS!$XML2LIBS$ac_delim
26783 XML2INCL!$XML2INCL$ac_delim
26784 XSLTLIBS!$XSLTLIBS$ac_delim
26785 XSLTINCL!$XSLTINCL$ac_delim
26786 HALINCL!$HALINCL$ac_delim
26787 sane_devel!$sane_devel$ac_delim
26788 SANEINCL!$SANEINCL$ac_delim
26789 gphoto2_devel!$gphoto2_devel$ac_delim
26790 gphoto2port_devel!$gphoto2port_devel$ac_delim
26791 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26792 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26793 RESOLVLIBS!$RESOLVLIBS$ac_delim
26794 LCMSLIBS!$LCMSLIBS$ac_delim
26795 ft_devel!$ft_devel$ac_delim
26796 FREETYPELIBS!$FREETYPELIBS$ac_delim
26797 FREETYPEINCL!$FREETYPEINCL$ac_delim
26798 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
26799 ESDCONFIG!$ESDCONFIG$ac_delim
26800 ESDINCL!$ESDINCL$ac_delim
26801 ESDLIBS!$ESDLIBS$ac_delim
26802 ALSALIBS!$ALSALIBS$ac_delim
26803 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26804 CUPSINCL!$CUPSINCL$ac_delim
26805 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26806 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26807 BUILTINFLAG!$BUILTINFLAG$ac_delim
26808 LDPATH!$LDPATH$ac_delim
26809 CRTLIBS!$CRTLIBS$ac_delim
26810 SOCKETLIBS!$SOCKETLIBS$ac_delim
26811 MAIN_BINARY!$MAIN_BINARY$ac_delim
26812 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26813 LIBDL!$LIBDL$ac_delim
26814 LIBPOLL!$LIBPOLL$ac_delim
26815 LDAPLIBS!$LDAPLIBS$ac_delim
26816 DEPENDENCIES!$DEPENDENCIES$ac_delim
26817 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26818 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26819 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26820 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
26821 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
26822 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
26823 LIBOBJS!$LIBOBJS$ac_delim
26824 LTLIBOBJS!$LTLIBOBJS$ac_delim
26825 _ACEOF
26827 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 87; then
26828 break
26829 elif $ac_last_try; then
26830 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26831 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26832 { (exit 1); exit 1; }; }
26833 else
26834 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26836 done
26838 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26839 if test -n "$ac_eof"; then
26840 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26841 ac_eof=`expr $ac_eof + 1`
26844 cat >>$CONFIG_STATUS <<_ACEOF
26845 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26846 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
26847 _ACEOF
26848 sed '
26849 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26850 s/^/s,@/; s/!/@,|#_!!_#|/
26853 s/'"$ac_delim"'$/,g/; t
26854 s/$/\\/; p
26855 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26856 ' >>$CONFIG_STATUS <conf$$subs.sed
26857 rm -f conf$$subs.sed
26858 cat >>$CONFIG_STATUS <<_ACEOF
26859 :end
26860 s/|#_!!_#|//g
26861 CEOF$ac_eof
26862 _ACEOF
26865 # VPATH may cause trouble with some makes, so we remove $(srcdir),
26866 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
26867 # trailing colons and then remove the whole line if VPATH becomes empty
26868 # (actually we leave an empty line to preserve line numbers).
26869 if test "x$srcdir" = x.; then
26870 ac_vpsub='/^[ ]*VPATH[ ]*=/{
26871 s/:*\$(srcdir):*/:/
26872 s/:*\${srcdir}:*/:/
26873 s/:*@srcdir@:*/:/
26874 s/^\([^=]*=[ ]*\):*/\1/
26875 s/:*$//
26876 s/^[^=]*=[ ]*$//
26880 cat >>$CONFIG_STATUS <<\_ACEOF
26881 fi # test -n "$CONFIG_FILES"
26884 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
26886 case $ac_tag in
26887 :[FHLC]) ac_mode=$ac_tag; continue;;
26888 esac
26889 case $ac_mode$ac_tag in
26890 :[FHL]*:*);;
26891 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
26892 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
26893 { (exit 1); exit 1; }; };;
26894 :[FH]-) ac_tag=-:-;;
26895 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
26896 esac
26897 ac_save_IFS=$IFS
26898 IFS=:
26899 set x $ac_tag
26900 IFS=$ac_save_IFS
26901 shift
26902 ac_file=$1
26903 shift
26905 case $ac_mode in
26906 :L) ac_source=$1;;
26907 :[FH])
26908 ac_file_inputs=
26909 for ac_f
26911 case $ac_f in
26912 -) ac_f="$tmp/stdin";;
26913 *) # Look for the file first in the build tree, then in the source tree
26914 # (if the path is not absolute). The absolute path cannot be DOS-style,
26915 # because $ac_f cannot contain `:'.
26916 test -f "$ac_f" ||
26917 case $ac_f in
26918 [\\/$]*) false;;
26919 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
26920 esac ||
26921 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
26922 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
26923 { (exit 1); exit 1; }; };;
26924 esac
26925 ac_file_inputs="$ac_file_inputs $ac_f"
26926 done
26928 # Let's still pretend it is `configure' which instantiates (i.e., don't
26929 # use $as_me), people would be surprised to read:
26930 # /* config.h. Generated by config.status. */
26931 configure_input="Generated from "`IFS=:
26932 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
26933 if test x"$ac_file" != x-; then
26934 configure_input="$ac_file. $configure_input"
26935 { echo "$as_me:$LINENO: creating $ac_file" >&5
26936 echo "$as_me: creating $ac_file" >&6;}
26939 case $ac_tag in
26940 *:-:* | *:-) cat >"$tmp/stdin";;
26941 esac
26943 esac
26945 ac_dir=`$as_dirname -- "$ac_file" ||
26946 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26947 X"$ac_file" : 'X\(//\)[^/]' \| \
26948 X"$ac_file" : 'X\(//\)$' \| \
26949 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
26950 echo X"$ac_file" |
26951 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26952 s//\1/
26955 /^X\(\/\/\)[^/].*/{
26956 s//\1/
26959 /^X\(\/\/\)$/{
26960 s//\1/
26963 /^X\(\/\).*/{
26964 s//\1/
26967 s/.*/./; q'`
26968 { as_dir="$ac_dir"
26969 case $as_dir in #(
26970 -*) as_dir=./$as_dir;;
26971 esac
26972 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
26973 as_dirs=
26974 while :; do
26975 case $as_dir in #(
26976 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
26977 *) as_qdir=$as_dir;;
26978 esac
26979 as_dirs="'$as_qdir' $as_dirs"
26980 as_dir=`$as_dirname -- "$as_dir" ||
26981 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26982 X"$as_dir" : 'X\(//\)[^/]' \| \
26983 X"$as_dir" : 'X\(//\)$' \| \
26984 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
26985 echo X"$as_dir" |
26986 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26987 s//\1/
26990 /^X\(\/\/\)[^/].*/{
26991 s//\1/
26994 /^X\(\/\/\)$/{
26995 s//\1/
26998 /^X\(\/\).*/{
26999 s//\1/
27002 s/.*/./; q'`
27003 test -d "$as_dir" && break
27004 done
27005 test -z "$as_dirs" || eval "mkdir $as_dirs"
27006 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27007 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27008 { (exit 1); exit 1; }; }; }
27009 ac_builddir=.
27011 case "$ac_dir" in
27012 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27014 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27015 # A ".." for each directory in $ac_dir_suffix.
27016 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27017 case $ac_top_builddir_sub in
27018 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27019 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27020 esac ;;
27021 esac
27022 ac_abs_top_builddir=$ac_pwd
27023 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27024 # for backward compatibility:
27025 ac_top_builddir=$ac_top_build_prefix
27027 case $srcdir in
27028 .) # We are building in place.
27029 ac_srcdir=.
27030 ac_top_srcdir=$ac_top_builddir_sub
27031 ac_abs_top_srcdir=$ac_pwd ;;
27032 [\\/]* | ?:[\\/]* ) # Absolute name.
27033 ac_srcdir=$srcdir$ac_dir_suffix;
27034 ac_top_srcdir=$srcdir
27035 ac_abs_top_srcdir=$srcdir ;;
27036 *) # Relative name.
27037 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27038 ac_top_srcdir=$ac_top_build_prefix$srcdir
27039 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27040 esac
27041 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27044 case $ac_mode in
27047 # CONFIG_FILE
27050 case $INSTALL in
27051 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27052 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27053 esac
27054 _ACEOF
27056 cat >>$CONFIG_STATUS <<\_ACEOF
27057 # If the template does not know about datarootdir, expand it.
27058 # FIXME: This hack should be removed a few years after 2.60.
27059 ac_datarootdir_hack=; ac_datarootdir_seen=
27061 case `sed -n '/datarootdir/ {
27065 /@datadir@/p
27066 /@docdir@/p
27067 /@infodir@/p
27068 /@localedir@/p
27069 /@mandir@/p
27070 ' $ac_file_inputs` in
27071 *datarootdir*) ac_datarootdir_seen=yes;;
27072 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27073 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27074 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27075 _ACEOF
27076 cat >>$CONFIG_STATUS <<_ACEOF
27077 ac_datarootdir_hack='
27078 s&@datadir@&$datadir&g
27079 s&@docdir@&$docdir&g
27080 s&@infodir@&$infodir&g
27081 s&@localedir@&$localedir&g
27082 s&@mandir@&$mandir&g
27083 s&\\\${datarootdir}&$datarootdir&g' ;;
27084 esac
27085 _ACEOF
27087 # Neutralize VPATH when `$srcdir' = `.'.
27088 # Shell code in configure.ac might set extrasub.
27089 # FIXME: do we really want to maintain this feature?
27090 cat >>$CONFIG_STATUS <<_ACEOF
27091 sed "$ac_vpsub
27092 $extrasub
27093 _ACEOF
27094 cat >>$CONFIG_STATUS <<\_ACEOF
27096 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27097 s&@configure_input@&$configure_input&;t t
27098 s&@top_builddir@&$ac_top_builddir_sub&;t t
27099 s&@srcdir@&$ac_srcdir&;t t
27100 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27101 s&@top_srcdir@&$ac_top_srcdir&;t t
27102 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27103 s&@builddir@&$ac_builddir&;t t
27104 s&@abs_builddir@&$ac_abs_builddir&;t t
27105 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27106 s&@INSTALL@&$ac_INSTALL&;t t
27107 $ac_datarootdir_hack
27108 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27110 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27111 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27112 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27113 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27114 which seems to be undefined. Please make sure it is defined." >&5
27115 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27116 which seems to be undefined. Please make sure it is defined." >&2;}
27118 rm -f "$tmp/stdin"
27119 case $ac_file in
27120 -) cat "$tmp/out"; rm -f "$tmp/out";;
27121 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27122 esac
27126 # CONFIG_HEADER
27128 _ACEOF
27130 # Transform confdefs.h into a sed script `conftest.defines', that
27131 # substitutes the proper values into config.h.in to produce config.h.
27132 rm -f conftest.defines conftest.tail
27133 # First, append a space to every undef/define line, to ease matching.
27134 echo 's/$/ /' >conftest.defines
27135 # Then, protect against being on the right side of a sed subst, or in
27136 # an unquoted here document, in config.status. If some macros were
27137 # called several times there might be several #defines for the same
27138 # symbol, which is useless. But do not sort them, since the last
27139 # AC_DEFINE must be honored.
27140 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27141 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27142 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27143 # PARAMS is the parameter list in the macro definition--in most cases, it's
27144 # just an empty string.
27145 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27146 ac_dB='\\)[ (].*,\\1define\\2'
27147 ac_dC=' '
27148 ac_dD=' ,'
27150 uniq confdefs.h |
27151 sed -n '
27152 t rset
27153 :rset
27154 s/^[ ]*#[ ]*define[ ][ ]*//
27155 t ok
27158 s/[\\&,]/\\&/g
27159 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27160 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27161 ' >>conftest.defines
27163 # Remove the space that was appended to ease matching.
27164 # Then replace #undef with comments. This is necessary, for
27165 # example, in the case of _POSIX_SOURCE, which is predefined and required
27166 # on some systems where configure will not decide to define it.
27167 # (The regexp can be short, since the line contains either #define or #undef.)
27168 echo 's/ $//
27169 s,^[ #]*u.*,/* & */,' >>conftest.defines
27171 # Break up conftest.defines:
27172 ac_max_sed_lines=50
27174 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27175 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27176 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27177 # et cetera.
27178 ac_in='$ac_file_inputs'
27179 ac_out='"$tmp/out1"'
27180 ac_nxt='"$tmp/out2"'
27182 while :
27184 # Write a here document:
27185 cat >>$CONFIG_STATUS <<_ACEOF
27186 # First, check the format of the line:
27187 cat >"\$tmp/defines.sed" <<\\CEOF
27188 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27189 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27191 :def
27192 _ACEOF
27193 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27194 echo 'CEOF
27195 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27196 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27197 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27198 grep . conftest.tail >/dev/null || break
27199 rm -f conftest.defines
27200 mv conftest.tail conftest.defines
27201 done
27202 rm -f conftest.defines conftest.tail
27204 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27205 cat >>$CONFIG_STATUS <<\_ACEOF
27206 if test x"$ac_file" != x-; then
27207 echo "/* $configure_input */" >"$tmp/config.h"
27208 cat "$ac_result" >>"$tmp/config.h"
27209 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27210 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27211 echo "$as_me: $ac_file is unchanged" >&6;}
27212 else
27213 rm -f $ac_file
27214 mv "$tmp/config.h" $ac_file
27216 else
27217 echo "/* $configure_input */"
27218 cat "$ac_result"
27220 rm -f "$tmp/out12"
27223 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27224 echo "$as_me: executing $ac_file commands" >&6;}
27226 esac
27229 case $ac_file$ac_mode in
27230 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27231 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27232 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27233 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27234 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27235 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27236 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27237 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27238 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27239 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27240 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27241 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27242 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27244 esac
27245 done # for ac_tag
27248 { (exit 0); exit 0; }
27249 _ACEOF
27250 chmod +x $CONFIG_STATUS
27251 ac_clean_files=$ac_clean_files_save
27254 # configure is writing to config.log, and then calls config.status.
27255 # config.status does its own redirection, appending to config.log.
27256 # Unfortunately, on DOS this fails, as config.log is still kept open
27257 # by configure, so config.status won't be able to write to it; its
27258 # output is simply discarded. So we exec the FD to /dev/null,
27259 # effectively closing config.log, so it can be properly (re)opened and
27260 # appended to by config.status. When coming back to configure, we
27261 # need to make the FD available again.
27262 if test "$no_create" != yes; then
27263 ac_cs_success=:
27264 ac_config_status_args=
27265 test "$silent" = yes &&
27266 ac_config_status_args="$ac_config_status_args --quiet"
27267 exec 5>/dev/null
27268 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27269 exec 5>>config.log
27270 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27271 # would make configure fail if this is the last instruction.
27272 $ac_cs_success || { (exit 1); exit 1; }
27276 if test "$no_create" = "yes"
27277 then
27278 exit 0
27281 ac_save_IFS="$IFS"
27282 IFS="|"
27283 if test "x$wine_notices != "x; then
27284 echo >&6
27285 for msg in $wine_notices; do
27286 if test -n "$msg"; then
27287 { echo "$as_me:$LINENO: $msg" >&5
27288 echo "$as_me: $msg" >&6;}
27290 done
27292 for msg in $wine_warnings; do
27293 if test -n "$msg"; then
27294 echo >&2
27295 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27296 echo "$as_me: WARNING: $msg" >&2;}
27298 done
27299 IFS="$ac_save_IFS"
27301 echo "
27302 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27303 " >&6