push 0e883ac4a03c91e56787e1ec12e001b6558b4b62
[wine/hacks.git] / configure
blob4825dfc82b1cc3f6b1db85b0ff08be5e4f1a0215
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.2.
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.2'
578 PACKAGE_STRING='Wine 1.1.2'
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 TESTSUBDIRS
667 WINETEST
668 SET_MAKE
670 CFLAGS
671 LDFLAGS
672 CPPFLAGS
673 ac_ct_CC
674 EXEEXT
675 OBJEXT
677 CXXFLAGS
678 ac_ct_CXX
679 CPPBIN
680 TOOLSDIR
681 XMKMF
683 X_CFLAGS
684 X_PRE_LIBS
685 X_LIBS
686 X_EXTRA_LIBS
687 FLEX
688 BISON
690 ac_ct_AS
692 ac_ct_LD
694 ac_ct_NM
696 ac_ct_AR
697 ARFLAGS
698 RANLIB
699 STRIP
700 WINDRES
701 LN_S
703 GREP
704 EGREP
705 LDCONFIG
706 INSTALL_PROGRAM
707 INSTALL_SCRIPT
708 INSTALL_DATA
709 LINT
710 LINTFLAGS
711 FONTFORGE
712 PKG_CONFIG
713 RSVG
714 ICOTOOL
715 PRELINK
716 LIBPTHREAD
717 XLIB
718 XFILES
719 OPENGLFILES
720 GLU32FILES
721 OPENGL_LIBS
722 QUARTZFILES
723 DLLEXT
724 DLLFLAGS
725 LDSHARED
726 LDDLLFLAGS
727 LIBEXT
728 IMPLIBEXT
729 LDRPATH_INSTALL
730 LDRPATH_LOCAL
732 DLLTOOL
733 DLLWRAP
734 MINGWAR
735 SECURITYLIB
736 COREFOUNDATIONLIB
737 IOKITLIB
738 LDEXECFLAGS
739 DISKARBITRATIONLIB
740 COREAUDIO
741 CARBONLIB
742 CROSSTEST
743 CROSSCC
744 CROSSWINDRES
745 NASLIBS
746 XML2LIBS
747 XML2INCL
748 XSLTLIBS
749 XSLTINCL
750 HALINCL
751 sane_devel
752 SANEINCL
753 gphoto2_devel
754 gphoto2port_devel
755 GPHOTO2LIBS
756 GPHOTO2INCL
757 RESOLVLIBS
758 LCMSLIBS
759 ft_devel
760 FREETYPELIBS
761 FREETYPEINCL
762 FONTSSUBDIRS
763 ESDCONFIG
764 ESDINCL
765 ESDLIBS
766 ALSALIBS
767 AUDIOIOLIBS
768 CUPSINCL
769 FONTCONFIGINCL
770 EXTRACFLAGS
771 BUILTINFLAG
772 LDPATH
773 CRTLIBS
774 SOCKETLIBS
775 MAIN_BINARY
776 EXTRA_BINARIES
777 LIBDL
778 LIBPOLL
779 LDAPLIBS
780 DEPENDENCIES
781 ALL_MAKERULES
782 ALL_MAKEFILES
783 ALL_MAKEFILE_DEPENDS
784 LIBOBJS
785 LTLIBOBJS'
786 ac_subst_files='MAKE_RULES
787 MAKE_DLL_RULES
788 MAKE_IMPLIB_RULES
789 MAKE_TEST_RULES
790 MAKE_PROG_RULES'
791 ac_precious_vars='build_alias
792 host_alias
793 target_alias
795 CFLAGS
796 LDFLAGS
797 LIBS
798 CPPFLAGS
800 CXXFLAGS
802 XMKMF
803 CPP'
806 # Initialize some variables set by options.
807 ac_init_help=
808 ac_init_version=false
809 # The variables have the same names as the options, with
810 # dashes changed to underlines.
811 cache_file=/dev/null
812 exec_prefix=NONE
813 no_create=
814 no_recursion=
815 prefix=NONE
816 program_prefix=NONE
817 program_suffix=NONE
818 program_transform_name=s,x,x,
819 silent=
820 site=
821 srcdir=
822 verbose=
823 x_includes=NONE
824 x_libraries=NONE
826 # Installation directory options.
827 # These are left unexpanded so users can "make install exec_prefix=/foo"
828 # and all the variables that are supposed to be based on exec_prefix
829 # by default will actually change.
830 # Use braces instead of parens because sh, perl, etc. also accept them.
831 # (The list follows the same order as the GNU Coding Standards.)
832 bindir='${exec_prefix}/bin'
833 sbindir='${exec_prefix}/sbin'
834 libexecdir='${exec_prefix}/libexec'
835 datarootdir='${prefix}/share'
836 datadir='${datarootdir}'
837 sysconfdir='${prefix}/etc'
838 sharedstatedir='${prefix}/com'
839 localstatedir='${prefix}/var'
840 includedir='${prefix}/include'
841 oldincludedir='/usr/include'
842 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
843 infodir='${datarootdir}/info'
844 htmldir='${docdir}'
845 dvidir='${docdir}'
846 pdfdir='${docdir}'
847 psdir='${docdir}'
848 libdir='${exec_prefix}/lib'
849 localedir='${datarootdir}/locale'
850 mandir='${datarootdir}/man'
852 ac_prev=
853 ac_dashdash=
854 for ac_option
856 # If the previous option needs an argument, assign it.
857 if test -n "$ac_prev"; then
858 eval $ac_prev=\$ac_option
859 ac_prev=
860 continue
863 case $ac_option in
864 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
865 *) ac_optarg=yes ;;
866 esac
868 # Accept the important Cygnus configure options, so we can diagnose typos.
870 case $ac_dashdash$ac_option in
872 ac_dashdash=yes ;;
874 -bindir | --bindir | --bindi | --bind | --bin | --bi)
875 ac_prev=bindir ;;
876 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
877 bindir=$ac_optarg ;;
879 -build | --build | --buil | --bui | --bu)
880 ac_prev=build_alias ;;
881 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
882 build_alias=$ac_optarg ;;
884 -cache-file | --cache-file | --cache-fil | --cache-fi \
885 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
886 ac_prev=cache_file ;;
887 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
888 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
889 cache_file=$ac_optarg ;;
891 --config-cache | -C)
892 cache_file=config.cache ;;
894 -datadir | --datadir | --datadi | --datad)
895 ac_prev=datadir ;;
896 -datadir=* | --datadir=* | --datadi=* | --datad=*)
897 datadir=$ac_optarg ;;
899 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
900 | --dataroo | --dataro | --datar)
901 ac_prev=datarootdir ;;
902 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
903 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
904 datarootdir=$ac_optarg ;;
906 -disable-* | --disable-*)
907 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
908 # Reject names that are not valid shell variable names.
909 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
910 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
911 { (exit 1); exit 1; }; }
912 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
913 eval enable_$ac_feature=no ;;
915 -docdir | --docdir | --docdi | --doc | --do)
916 ac_prev=docdir ;;
917 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
918 docdir=$ac_optarg ;;
920 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
921 ac_prev=dvidir ;;
922 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
923 dvidir=$ac_optarg ;;
925 -enable-* | --enable-*)
926 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
927 # Reject names that are not valid shell variable names.
928 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
929 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
930 { (exit 1); exit 1; }; }
931 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
932 eval enable_$ac_feature=\$ac_optarg ;;
934 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
935 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
936 | --exec | --exe | --ex)
937 ac_prev=exec_prefix ;;
938 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
939 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
940 | --exec=* | --exe=* | --ex=*)
941 exec_prefix=$ac_optarg ;;
943 -gas | --gas | --ga | --g)
944 # Obsolete; use --with-gas.
945 with_gas=yes ;;
947 -help | --help | --hel | --he | -h)
948 ac_init_help=long ;;
949 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
950 ac_init_help=recursive ;;
951 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
952 ac_init_help=short ;;
954 -host | --host | --hos | --ho)
955 ac_prev=host_alias ;;
956 -host=* | --host=* | --hos=* | --ho=*)
957 host_alias=$ac_optarg ;;
959 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
960 ac_prev=htmldir ;;
961 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
962 | --ht=*)
963 htmldir=$ac_optarg ;;
965 -includedir | --includedir | --includedi | --included | --include \
966 | --includ | --inclu | --incl | --inc)
967 ac_prev=includedir ;;
968 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
969 | --includ=* | --inclu=* | --incl=* | --inc=*)
970 includedir=$ac_optarg ;;
972 -infodir | --infodir | --infodi | --infod | --info | --inf)
973 ac_prev=infodir ;;
974 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
975 infodir=$ac_optarg ;;
977 -libdir | --libdir | --libdi | --libd)
978 ac_prev=libdir ;;
979 -libdir=* | --libdir=* | --libdi=* | --libd=*)
980 libdir=$ac_optarg ;;
982 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
983 | --libexe | --libex | --libe)
984 ac_prev=libexecdir ;;
985 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
986 | --libexe=* | --libex=* | --libe=*)
987 libexecdir=$ac_optarg ;;
989 -localedir | --localedir | --localedi | --localed | --locale)
990 ac_prev=localedir ;;
991 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
992 localedir=$ac_optarg ;;
994 -localstatedir | --localstatedir | --localstatedi | --localstated \
995 | --localstate | --localstat | --localsta | --localst | --locals)
996 ac_prev=localstatedir ;;
997 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
998 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
999 localstatedir=$ac_optarg ;;
1001 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1002 ac_prev=mandir ;;
1003 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1004 mandir=$ac_optarg ;;
1006 -nfp | --nfp | --nf)
1007 # Obsolete; use --without-fp.
1008 with_fp=no ;;
1010 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1011 | --no-cr | --no-c | -n)
1012 no_create=yes ;;
1014 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1015 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1016 no_recursion=yes ;;
1018 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1019 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1020 | --oldin | --oldi | --old | --ol | --o)
1021 ac_prev=oldincludedir ;;
1022 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1023 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1024 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1025 oldincludedir=$ac_optarg ;;
1027 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1028 ac_prev=prefix ;;
1029 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1030 prefix=$ac_optarg ;;
1032 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1033 | --program-pre | --program-pr | --program-p)
1034 ac_prev=program_prefix ;;
1035 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1036 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1037 program_prefix=$ac_optarg ;;
1039 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1040 | --program-suf | --program-su | --program-s)
1041 ac_prev=program_suffix ;;
1042 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1043 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1044 program_suffix=$ac_optarg ;;
1046 -program-transform-name | --program-transform-name \
1047 | --program-transform-nam | --program-transform-na \
1048 | --program-transform-n | --program-transform- \
1049 | --program-transform | --program-transfor \
1050 | --program-transfo | --program-transf \
1051 | --program-trans | --program-tran \
1052 | --progr-tra | --program-tr | --program-t)
1053 ac_prev=program_transform_name ;;
1054 -program-transform-name=* | --program-transform-name=* \
1055 | --program-transform-nam=* | --program-transform-na=* \
1056 | --program-transform-n=* | --program-transform-=* \
1057 | --program-transform=* | --program-transfor=* \
1058 | --program-transfo=* | --program-transf=* \
1059 | --program-trans=* | --program-tran=* \
1060 | --progr-tra=* | --program-tr=* | --program-t=*)
1061 program_transform_name=$ac_optarg ;;
1063 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1064 ac_prev=pdfdir ;;
1065 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1066 pdfdir=$ac_optarg ;;
1068 -psdir | --psdir | --psdi | --psd | --ps)
1069 ac_prev=psdir ;;
1070 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1071 psdir=$ac_optarg ;;
1073 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1074 | -silent | --silent | --silen | --sile | --sil)
1075 silent=yes ;;
1077 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1078 ac_prev=sbindir ;;
1079 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1080 | --sbi=* | --sb=*)
1081 sbindir=$ac_optarg ;;
1083 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1084 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1085 | --sharedst | --shareds | --shared | --share | --shar \
1086 | --sha | --sh)
1087 ac_prev=sharedstatedir ;;
1088 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1089 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1090 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1091 | --sha=* | --sh=*)
1092 sharedstatedir=$ac_optarg ;;
1094 -site | --site | --sit)
1095 ac_prev=site ;;
1096 -site=* | --site=* | --sit=*)
1097 site=$ac_optarg ;;
1099 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1100 ac_prev=srcdir ;;
1101 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1102 srcdir=$ac_optarg ;;
1104 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1105 | --syscon | --sysco | --sysc | --sys | --sy)
1106 ac_prev=sysconfdir ;;
1107 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1108 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1109 sysconfdir=$ac_optarg ;;
1111 -target | --target | --targe | --targ | --tar | --ta | --t)
1112 ac_prev=target_alias ;;
1113 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1114 target_alias=$ac_optarg ;;
1116 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1117 verbose=yes ;;
1119 -version | --version | --versio | --versi | --vers | -V)
1120 ac_init_version=: ;;
1122 -with-* | --with-*)
1123 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1124 # Reject names that are not valid shell variable names.
1125 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1126 { echo "$as_me: error: invalid package name: $ac_package" >&2
1127 { (exit 1); exit 1; }; }
1128 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1129 eval with_$ac_package=\$ac_optarg ;;
1131 -without-* | --without-*)
1132 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1133 # Reject names that are not valid shell variable names.
1134 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1135 { echo "$as_me: error: invalid package name: $ac_package" >&2
1136 { (exit 1); exit 1; }; }
1137 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1138 eval with_$ac_package=no ;;
1140 --x)
1141 # Obsolete; use --with-x.
1142 with_x=yes ;;
1144 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1145 | --x-incl | --x-inc | --x-in | --x-i)
1146 ac_prev=x_includes ;;
1147 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1148 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1149 x_includes=$ac_optarg ;;
1151 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1152 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1153 ac_prev=x_libraries ;;
1154 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1155 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1156 x_libraries=$ac_optarg ;;
1158 -*) { echo "$as_me: error: unrecognized option: $ac_option
1159 Try \`$0 --help' for more information." >&2
1160 { (exit 1); exit 1; }; }
1163 *=*)
1164 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1165 # Reject names that are not valid shell variable names.
1166 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1167 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1168 { (exit 1); exit 1; }; }
1169 eval $ac_envvar=\$ac_optarg
1170 export $ac_envvar ;;
1173 # FIXME: should be removed in autoconf 3.0.
1174 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1175 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1176 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1177 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1180 esac
1181 done
1183 if test -n "$ac_prev"; then
1184 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1185 { echo "$as_me: error: missing argument to $ac_option" >&2
1186 { (exit 1); exit 1; }; }
1189 # Be sure to have absolute directory names.
1190 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1191 datadir sysconfdir sharedstatedir localstatedir includedir \
1192 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1193 libdir localedir mandir
1195 eval ac_val=\$$ac_var
1196 case $ac_val in
1197 [\\/$]* | ?:[\\/]* ) continue;;
1198 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1199 esac
1200 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1201 { (exit 1); exit 1; }; }
1202 done
1204 # There might be people who depend on the old broken behavior: `$host'
1205 # used to hold the argument of --host etc.
1206 # FIXME: To remove some day.
1207 build=$build_alias
1208 host=$host_alias
1209 target=$target_alias
1211 # FIXME: To remove some day.
1212 if test "x$host_alias" != x; then
1213 if test "x$build_alias" = x; then
1214 cross_compiling=maybe
1215 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1216 If a cross compiler is detected then cross compile mode will be used." >&2
1217 elif test "x$build_alias" != "x$host_alias"; then
1218 cross_compiling=yes
1222 ac_tool_prefix=
1223 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1225 test "$silent" = yes && exec 6>/dev/null
1228 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1229 ac_ls_di=`ls -di .` &&
1230 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1231 { echo "$as_me: error: Working directory cannot be determined" >&2
1232 { (exit 1); exit 1; }; }
1233 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1234 { echo "$as_me: error: pwd does not report name of working directory" >&2
1235 { (exit 1); exit 1; }; }
1238 # Find the source files, if location was not specified.
1239 if test -z "$srcdir"; then
1240 ac_srcdir_defaulted=yes
1241 # Try the directory containing this script, then the parent directory.
1242 ac_confdir=`$as_dirname -- "$0" ||
1243 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1244 X"$0" : 'X\(//\)[^/]' \| \
1245 X"$0" : 'X\(//\)$' \| \
1246 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1247 echo X"$0" |
1248 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1249 s//\1/
1252 /^X\(\/\/\)[^/].*/{
1253 s//\1/
1256 /^X\(\/\/\)$/{
1257 s//\1/
1260 /^X\(\/\).*/{
1261 s//\1/
1264 s/.*/./; q'`
1265 srcdir=$ac_confdir
1266 if test ! -r "$srcdir/$ac_unique_file"; then
1267 srcdir=..
1269 else
1270 ac_srcdir_defaulted=no
1272 if test ! -r "$srcdir/$ac_unique_file"; then
1273 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1274 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1275 { (exit 1); exit 1; }; }
1277 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1278 ac_abs_confdir=`(
1279 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1280 { (exit 1); exit 1; }; }
1281 pwd)`
1282 # When building in place, set srcdir=.
1283 if test "$ac_abs_confdir" = "$ac_pwd"; then
1284 srcdir=.
1286 # Remove unnecessary trailing slashes from srcdir.
1287 # Double slashes in file names in object file debugging info
1288 # mess up M-x gdb in Emacs.
1289 case $srcdir in
1290 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1291 esac
1292 for ac_var in $ac_precious_vars; do
1293 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1294 eval ac_env_${ac_var}_value=\$${ac_var}
1295 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1296 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1297 done
1300 # Report the --help message.
1302 if test "$ac_init_help" = "long"; then
1303 # Omit some internal or obsolete options to make the list less imposing.
1304 # This message is too long to be a string in the A/UX 3.1 sh.
1305 cat <<_ACEOF
1306 \`configure' configures Wine 1.1.2 to adapt to many kinds of systems.
1308 Usage: $0 [OPTION]... [VAR=VALUE]...
1310 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1311 VAR=VALUE. See below for descriptions of some of the useful variables.
1313 Defaults for the options are specified in brackets.
1315 Configuration:
1316 -h, --help display this help and exit
1317 --help=short display options specific to this package
1318 --help=recursive display the short help of all the included packages
1319 -V, --version display version information and exit
1320 -q, --quiet, --silent do not print \`checking...' messages
1321 --cache-file=FILE cache test results in FILE [disabled]
1322 -C, --config-cache alias for \`--cache-file=config.cache'
1323 -n, --no-create do not create output files
1324 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1326 Installation directories:
1327 --prefix=PREFIX install architecture-independent files in PREFIX
1328 [$ac_default_prefix]
1329 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1330 [PREFIX]
1332 By default, \`make install' will install all the files in
1333 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1334 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1335 for instance \`--prefix=\$HOME'.
1337 For better control, use the options below.
1339 Fine tuning of the installation directories:
1340 --bindir=DIR user executables [EPREFIX/bin]
1341 --sbindir=DIR system admin executables [EPREFIX/sbin]
1342 --libexecdir=DIR program executables [EPREFIX/libexec]
1343 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1344 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1345 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1346 --libdir=DIR object code libraries [EPREFIX/lib]
1347 --includedir=DIR C header files [PREFIX/include]
1348 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1349 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1350 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1351 --infodir=DIR info documentation [DATAROOTDIR/info]
1352 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1353 --mandir=DIR man documentation [DATAROOTDIR/man]
1354 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1355 --htmldir=DIR html documentation [DOCDIR]
1356 --dvidir=DIR dvi documentation [DOCDIR]
1357 --pdfdir=DIR pdf documentation [DOCDIR]
1358 --psdir=DIR ps documentation [DOCDIR]
1359 _ACEOF
1361 cat <<\_ACEOF
1363 X features:
1364 --x-includes=DIR X include files are in DIR
1365 --x-libraries=DIR X library files are in DIR
1367 System types:
1368 --build=BUILD configure for building on BUILD [guessed]
1369 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1370 _ACEOF
1373 if test -n "$ac_init_help"; then
1374 case $ac_init_help in
1375 short | recursive ) echo "Configuration of Wine 1.1.2:";;
1376 esac
1377 cat <<\_ACEOF
1379 Optional Features:
1380 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1381 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1382 --disable-win16 do not include Win16 support
1383 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1384 binaries)
1385 --enable-maintainer-mode
1386 enable maintainer-specific build rules
1387 --disable-tests do not build the testsuites
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.2
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.2, 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;
2132 # Check whether --enable-tests was given.
2133 if test "${enable_tests+set}" = set; then
2134 enableval=$enable_tests;
2138 # Make sure we can run config.sub.
2139 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2140 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2141 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2142 { (exit 1); exit 1; }; }
2144 { echo "$as_me:$LINENO: checking build system type" >&5
2145 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2146 if test "${ac_cv_build+set}" = set; then
2147 echo $ECHO_N "(cached) $ECHO_C" >&6
2148 else
2149 ac_build_alias=$build_alias
2150 test "x$ac_build_alias" = x &&
2151 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2152 test "x$ac_build_alias" = x &&
2153 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2154 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2155 { (exit 1); exit 1; }; }
2156 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2157 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2158 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2159 { (exit 1); exit 1; }; }
2162 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2163 echo "${ECHO_T}$ac_cv_build" >&6; }
2164 case $ac_cv_build in
2165 *-*-*) ;;
2166 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2167 echo "$as_me: error: invalid value of canonical build" >&2;}
2168 { (exit 1); exit 1; }; };;
2169 esac
2170 build=$ac_cv_build
2171 ac_save_IFS=$IFS; IFS='-'
2172 set x $ac_cv_build
2173 shift
2174 build_cpu=$1
2175 build_vendor=$2
2176 shift; shift
2177 # Remember, the first character of IFS is used to create $*,
2178 # except with old shells:
2179 build_os=$*
2180 IFS=$ac_save_IFS
2181 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2184 { echo "$as_me:$LINENO: checking host system type" >&5
2185 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2186 if test "${ac_cv_host+set}" = set; then
2187 echo $ECHO_N "(cached) $ECHO_C" >&6
2188 else
2189 if test "x$host_alias" = x; then
2190 ac_cv_host=$ac_cv_build
2191 else
2192 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2193 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2194 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2195 { (exit 1); exit 1; }; }
2199 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2200 echo "${ECHO_T}$ac_cv_host" >&6; }
2201 case $ac_cv_host in
2202 *-*-*) ;;
2203 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2204 echo "$as_me: error: invalid value of canonical host" >&2;}
2205 { (exit 1); exit 1; }; };;
2206 esac
2207 host=$ac_cv_host
2208 ac_save_IFS=$IFS; IFS='-'
2209 set x $ac_cv_host
2210 shift
2211 host_cpu=$1
2212 host_vendor=$2
2213 shift; shift
2214 # Remember, the first character of IFS is used to create $*,
2215 # except with old shells:
2216 host_os=$*
2217 IFS=$ac_save_IFS
2218 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2221 case $host in
2222 x86_64*linux*)
2223 if test "x$enable_win64" != "xyes"
2224 then
2225 test -n "$CC" || CC="gcc -m32"
2226 test -n "$CXX"|| CXX="g++ -m32"
2227 test -n "$LD" || LD="ld -m elf_i386"
2228 test -n "$AS" || AS="as --32"
2229 host_cpu="i386"
2232 esac
2234 case $host_cpu in
2235 *i[3456789]86*)
2236 if test "x$enable_win16" != "xno"
2237 then
2238 enable_win16="yes"
2241 esac
2243 WIN16_FILES="\$(WIN16_FILES)"
2245 WIN16_INSTALL="\$(WIN16_INSTALL)"
2247 if test "x$enable_win16" != "xyes"
2248 then
2249 WIN16_FILES=""
2250 WIN16_INSTALL=""
2253 if test "x$enable_tests" == "xno"
2254 then
2255 TESTSUBDIRS=""
2257 WINETEST=""
2259 else
2260 TESTSUBDIRS="\$(TESTSUBDIRS)"
2262 WINETEST="winetest"
2266 case "$srcdir" in
2267 .) ;;
2268 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2269 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2270 You need to run 'make distclean' in the source tree first." >&5
2271 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2272 You need to run 'make distclean' in the source tree first." >&2;}
2273 { (exit 1); exit 1; }; }
2274 fi ;;
2275 esac
2278 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2279 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2280 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2281 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2282 echo $ECHO_N "(cached) $ECHO_C" >&6
2283 else
2284 cat >conftest.make <<\_ACEOF
2285 SHELL = /bin/sh
2286 all:
2287 @echo '@@@%%%=$(MAKE)=@@@%%%'
2288 _ACEOF
2289 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2290 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2291 *@@@%%%=?*=@@@%%%*)
2292 eval ac_cv_prog_make_${ac_make}_set=yes;;
2294 eval ac_cv_prog_make_${ac_make}_set=no;;
2295 esac
2296 rm -f conftest.make
2298 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2299 { echo "$as_me:$LINENO: result: yes" >&5
2300 echo "${ECHO_T}yes" >&6; }
2301 SET_MAKE=
2302 else
2303 { echo "$as_me:$LINENO: result: no" >&5
2304 echo "${ECHO_T}no" >&6; }
2305 SET_MAKE="MAKE=${MAKE-make}"
2308 ac_ext=c
2309 ac_cpp='$CPP $CPPFLAGS'
2310 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2311 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2312 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2313 if test -n "$ac_tool_prefix"; then
2314 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2315 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2316 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2317 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2318 if test "${ac_cv_prog_CC+set}" = set; then
2319 echo $ECHO_N "(cached) $ECHO_C" >&6
2320 else
2321 if test -n "$CC"; then
2322 ac_cv_prog_CC="$CC" # Let the user override the test.
2323 else
2324 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2325 for as_dir in $PATH
2327 IFS=$as_save_IFS
2328 test -z "$as_dir" && as_dir=.
2329 for ac_exec_ext in '' $ac_executable_extensions; do
2330 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2331 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2332 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2333 break 2
2335 done
2336 done
2337 IFS=$as_save_IFS
2341 CC=$ac_cv_prog_CC
2342 if test -n "$CC"; then
2343 { echo "$as_me:$LINENO: result: $CC" >&5
2344 echo "${ECHO_T}$CC" >&6; }
2345 else
2346 { echo "$as_me:$LINENO: result: no" >&5
2347 echo "${ECHO_T}no" >&6; }
2352 if test -z "$ac_cv_prog_CC"; then
2353 ac_ct_CC=$CC
2354 # Extract the first word of "gcc", so it can be a program name with args.
2355 set dummy gcc; ac_word=$2
2356 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2357 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2358 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2359 echo $ECHO_N "(cached) $ECHO_C" >&6
2360 else
2361 if test -n "$ac_ct_CC"; then
2362 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2363 else
2364 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2365 for as_dir in $PATH
2367 IFS=$as_save_IFS
2368 test -z "$as_dir" && as_dir=.
2369 for ac_exec_ext in '' $ac_executable_extensions; do
2370 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2371 ac_cv_prog_ac_ct_CC="gcc"
2372 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2373 break 2
2375 done
2376 done
2377 IFS=$as_save_IFS
2381 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2382 if test -n "$ac_ct_CC"; then
2383 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2384 echo "${ECHO_T}$ac_ct_CC" >&6; }
2385 else
2386 { echo "$as_me:$LINENO: result: no" >&5
2387 echo "${ECHO_T}no" >&6; }
2390 if test "x$ac_ct_CC" = x; then
2391 CC=""
2392 else
2393 case $cross_compiling:$ac_tool_warned in
2394 yes:)
2395 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2396 whose name does not start with the host triplet. If you think this
2397 configuration is useful to you, please write to autoconf@gnu.org." >&5
2398 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2399 whose name does not start with the host triplet. If you think this
2400 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2401 ac_tool_warned=yes ;;
2402 esac
2403 CC=$ac_ct_CC
2405 else
2406 CC="$ac_cv_prog_CC"
2409 if test -z "$CC"; then
2410 if test -n "$ac_tool_prefix"; then
2411 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2412 set dummy ${ac_tool_prefix}cc; ac_word=$2
2413 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2414 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2415 if test "${ac_cv_prog_CC+set}" = set; then
2416 echo $ECHO_N "(cached) $ECHO_C" >&6
2417 else
2418 if test -n "$CC"; then
2419 ac_cv_prog_CC="$CC" # Let the user override the test.
2420 else
2421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2422 for as_dir in $PATH
2424 IFS=$as_save_IFS
2425 test -z "$as_dir" && as_dir=.
2426 for ac_exec_ext in '' $ac_executable_extensions; do
2427 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2428 ac_cv_prog_CC="${ac_tool_prefix}cc"
2429 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2430 break 2
2432 done
2433 done
2434 IFS=$as_save_IFS
2438 CC=$ac_cv_prog_CC
2439 if test -n "$CC"; then
2440 { echo "$as_me:$LINENO: result: $CC" >&5
2441 echo "${ECHO_T}$CC" >&6; }
2442 else
2443 { echo "$as_me:$LINENO: result: no" >&5
2444 echo "${ECHO_T}no" >&6; }
2450 if test -z "$CC"; then
2451 # Extract the first word of "cc", so it can be a program name with args.
2452 set dummy cc; ac_word=$2
2453 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2454 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2455 if test "${ac_cv_prog_CC+set}" = set; then
2456 echo $ECHO_N "(cached) $ECHO_C" >&6
2457 else
2458 if test -n "$CC"; then
2459 ac_cv_prog_CC="$CC" # Let the user override the test.
2460 else
2461 ac_prog_rejected=no
2462 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2463 for as_dir in $PATH
2465 IFS=$as_save_IFS
2466 test -z "$as_dir" && as_dir=.
2467 for ac_exec_ext in '' $ac_executable_extensions; do
2468 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2469 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2470 ac_prog_rejected=yes
2471 continue
2473 ac_cv_prog_CC="cc"
2474 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2475 break 2
2477 done
2478 done
2479 IFS=$as_save_IFS
2481 if test $ac_prog_rejected = yes; then
2482 # We found a bogon in the path, so make sure we never use it.
2483 set dummy $ac_cv_prog_CC
2484 shift
2485 if test $# != 0; then
2486 # We chose a different compiler from the bogus one.
2487 # However, it has the same basename, so the bogon will be chosen
2488 # first if we set CC to just the basename; use the full file name.
2489 shift
2490 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2495 CC=$ac_cv_prog_CC
2496 if test -n "$CC"; then
2497 { echo "$as_me:$LINENO: result: $CC" >&5
2498 echo "${ECHO_T}$CC" >&6; }
2499 else
2500 { echo "$as_me:$LINENO: result: no" >&5
2501 echo "${ECHO_T}no" >&6; }
2506 if test -z "$CC"; then
2507 if test -n "$ac_tool_prefix"; then
2508 for ac_prog in cl.exe
2510 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2511 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2512 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2513 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2514 if test "${ac_cv_prog_CC+set}" = set; then
2515 echo $ECHO_N "(cached) $ECHO_C" >&6
2516 else
2517 if test -n "$CC"; then
2518 ac_cv_prog_CC="$CC" # Let the user override the test.
2519 else
2520 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2521 for as_dir in $PATH
2523 IFS=$as_save_IFS
2524 test -z "$as_dir" && as_dir=.
2525 for ac_exec_ext in '' $ac_executable_extensions; do
2526 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2527 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2528 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2529 break 2
2531 done
2532 done
2533 IFS=$as_save_IFS
2537 CC=$ac_cv_prog_CC
2538 if test -n "$CC"; then
2539 { echo "$as_me:$LINENO: result: $CC" >&5
2540 echo "${ECHO_T}$CC" >&6; }
2541 else
2542 { echo "$as_me:$LINENO: result: no" >&5
2543 echo "${ECHO_T}no" >&6; }
2547 test -n "$CC" && break
2548 done
2550 if test -z "$CC"; then
2551 ac_ct_CC=$CC
2552 for ac_prog in cl.exe
2554 # Extract the first word of "$ac_prog", so it can be a program name with args.
2555 set dummy $ac_prog; ac_word=$2
2556 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2557 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2558 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2559 echo $ECHO_N "(cached) $ECHO_C" >&6
2560 else
2561 if test -n "$ac_ct_CC"; then
2562 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2563 else
2564 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2565 for as_dir in $PATH
2567 IFS=$as_save_IFS
2568 test -z "$as_dir" && as_dir=.
2569 for ac_exec_ext in '' $ac_executable_extensions; do
2570 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2571 ac_cv_prog_ac_ct_CC="$ac_prog"
2572 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2573 break 2
2575 done
2576 done
2577 IFS=$as_save_IFS
2581 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2582 if test -n "$ac_ct_CC"; then
2583 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2584 echo "${ECHO_T}$ac_ct_CC" >&6; }
2585 else
2586 { echo "$as_me:$LINENO: result: no" >&5
2587 echo "${ECHO_T}no" >&6; }
2591 test -n "$ac_ct_CC" && break
2592 done
2594 if test "x$ac_ct_CC" = x; then
2595 CC=""
2596 else
2597 case $cross_compiling:$ac_tool_warned in
2598 yes:)
2599 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2600 whose name does not start with the host triplet. If you think this
2601 configuration is useful to you, please write to autoconf@gnu.org." >&5
2602 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2603 whose name does not start with the host triplet. If you think this
2604 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2605 ac_tool_warned=yes ;;
2606 esac
2607 CC=$ac_ct_CC
2614 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2615 See \`config.log' for more details." >&5
2616 echo "$as_me: error: no acceptable C compiler found in \$PATH
2617 See \`config.log' for more details." >&2;}
2618 { (exit 1); exit 1; }; }
2620 # Provide some information about the compiler.
2621 echo "$as_me:$LINENO: checking for C compiler version" >&5
2622 ac_compiler=`set X $ac_compile; echo $2`
2623 { (ac_try="$ac_compiler --version >&5"
2624 case "(($ac_try" in
2625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2626 *) ac_try_echo=$ac_try;;
2627 esac
2628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2629 (eval "$ac_compiler --version >&5") 2>&5
2630 ac_status=$?
2631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2632 (exit $ac_status); }
2633 { (ac_try="$ac_compiler -v >&5"
2634 case "(($ac_try" in
2635 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2636 *) ac_try_echo=$ac_try;;
2637 esac
2638 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2639 (eval "$ac_compiler -v >&5") 2>&5
2640 ac_status=$?
2641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2642 (exit $ac_status); }
2643 { (ac_try="$ac_compiler -V >&5"
2644 case "(($ac_try" in
2645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2646 *) ac_try_echo=$ac_try;;
2647 esac
2648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2649 (eval "$ac_compiler -V >&5") 2>&5
2650 ac_status=$?
2651 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2652 (exit $ac_status); }
2654 cat >conftest.$ac_ext <<_ACEOF
2655 /* confdefs.h. */
2656 _ACEOF
2657 cat confdefs.h >>conftest.$ac_ext
2658 cat >>conftest.$ac_ext <<_ACEOF
2659 /* end confdefs.h. */
2662 main ()
2666 return 0;
2668 _ACEOF
2669 ac_clean_files_save=$ac_clean_files
2670 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2671 # Try to create an executable without -o first, disregard a.out.
2672 # It will help us diagnose broken compilers, and finding out an intuition
2673 # of exeext.
2674 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2675 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2676 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2678 # List of possible output files, starting from the most likely.
2679 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2680 # only as a last resort. b.out is created by i960 compilers.
2681 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2683 # The IRIX 6 linker writes into existing files which may not be
2684 # executable, retaining their permissions. Remove them first so a
2685 # subsequent execution test works.
2686 ac_rmfiles=
2687 for ac_file in $ac_files
2689 case $ac_file in
2690 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2691 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2692 esac
2693 done
2694 rm -f $ac_rmfiles
2696 if { (ac_try="$ac_link_default"
2697 case "(($ac_try" in
2698 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2699 *) ac_try_echo=$ac_try;;
2700 esac
2701 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2702 (eval "$ac_link_default") 2>&5
2703 ac_status=$?
2704 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2705 (exit $ac_status); }; then
2706 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2707 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2708 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2709 # so that the user can short-circuit this test for compilers unknown to
2710 # Autoconf.
2711 for ac_file in $ac_files ''
2713 test -f "$ac_file" || continue
2714 case $ac_file in
2715 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2717 [ab].out )
2718 # We found the default executable, but exeext='' is most
2719 # certainly right.
2720 break;;
2721 *.* )
2722 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2723 then :; else
2724 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2726 # We set ac_cv_exeext here because the later test for it is not
2727 # safe: cross compilers may not add the suffix if given an `-o'
2728 # argument, so we may need to know it at that point already.
2729 # Even if this section looks crufty: it has the advantage of
2730 # actually working.
2731 break;;
2733 break;;
2734 esac
2735 done
2736 test "$ac_cv_exeext" = no && ac_cv_exeext=
2738 else
2739 ac_file=''
2742 { echo "$as_me:$LINENO: result: $ac_file" >&5
2743 echo "${ECHO_T}$ac_file" >&6; }
2744 if test -z "$ac_file"; then
2745 echo "$as_me: failed program was:" >&5
2746 sed 's/^/| /' conftest.$ac_ext >&5
2748 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2749 See \`config.log' for more details." >&5
2750 echo "$as_me: error: C compiler cannot create executables
2751 See \`config.log' for more details." >&2;}
2752 { (exit 77); exit 77; }; }
2755 ac_exeext=$ac_cv_exeext
2757 # Check that the compiler produces executables we can run. If not, either
2758 # the compiler is broken, or we cross compile.
2759 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2760 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2761 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2762 # If not cross compiling, check that we can run a simple program.
2763 if test "$cross_compiling" != yes; then
2764 if { ac_try='./$ac_file'
2765 { (case "(($ac_try" in
2766 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2767 *) ac_try_echo=$ac_try;;
2768 esac
2769 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2770 (eval "$ac_try") 2>&5
2771 ac_status=$?
2772 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2773 (exit $ac_status); }; }; then
2774 cross_compiling=no
2775 else
2776 if test "$cross_compiling" = maybe; then
2777 cross_compiling=yes
2778 else
2779 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2780 If you meant to cross compile, use \`--host'.
2781 See \`config.log' for more details." >&5
2782 echo "$as_me: error: cannot run C compiled programs.
2783 If you meant to cross compile, use \`--host'.
2784 See \`config.log' for more details." >&2;}
2785 { (exit 1); exit 1; }; }
2789 { echo "$as_me:$LINENO: result: yes" >&5
2790 echo "${ECHO_T}yes" >&6; }
2792 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2793 ac_clean_files=$ac_clean_files_save
2794 # Check that the compiler produces executables we can run. If not, either
2795 # the compiler is broken, or we cross compile.
2796 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2797 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2798 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2799 echo "${ECHO_T}$cross_compiling" >&6; }
2801 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2802 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2803 if { (ac_try="$ac_link"
2804 case "(($ac_try" in
2805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2806 *) ac_try_echo=$ac_try;;
2807 esac
2808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2809 (eval "$ac_link") 2>&5
2810 ac_status=$?
2811 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2812 (exit $ac_status); }; then
2813 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2814 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2815 # work properly (i.e., refer to `conftest.exe'), while it won't with
2816 # `rm'.
2817 for ac_file in conftest.exe conftest conftest.*; do
2818 test -f "$ac_file" || continue
2819 case $ac_file in
2820 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2821 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2822 break;;
2823 * ) break;;
2824 esac
2825 done
2826 else
2827 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2828 See \`config.log' for more details." >&5
2829 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2830 See \`config.log' for more details." >&2;}
2831 { (exit 1); exit 1; }; }
2834 rm -f conftest$ac_cv_exeext
2835 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2836 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2838 rm -f conftest.$ac_ext
2839 EXEEXT=$ac_cv_exeext
2840 ac_exeext=$EXEEXT
2841 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2842 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2843 if test "${ac_cv_objext+set}" = set; then
2844 echo $ECHO_N "(cached) $ECHO_C" >&6
2845 else
2846 cat >conftest.$ac_ext <<_ACEOF
2847 /* confdefs.h. */
2848 _ACEOF
2849 cat confdefs.h >>conftest.$ac_ext
2850 cat >>conftest.$ac_ext <<_ACEOF
2851 /* end confdefs.h. */
2854 main ()
2858 return 0;
2860 _ACEOF
2861 rm -f conftest.o conftest.obj
2862 if { (ac_try="$ac_compile"
2863 case "(($ac_try" in
2864 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2865 *) ac_try_echo=$ac_try;;
2866 esac
2867 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2868 (eval "$ac_compile") 2>&5
2869 ac_status=$?
2870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2871 (exit $ac_status); }; then
2872 for ac_file in conftest.o conftest.obj conftest.*; do
2873 test -f "$ac_file" || continue;
2874 case $ac_file in
2875 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2876 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2877 break;;
2878 esac
2879 done
2880 else
2881 echo "$as_me: failed program was:" >&5
2882 sed 's/^/| /' conftest.$ac_ext >&5
2884 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2885 See \`config.log' for more details." >&5
2886 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2887 See \`config.log' for more details." >&2;}
2888 { (exit 1); exit 1; }; }
2891 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2893 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2894 echo "${ECHO_T}$ac_cv_objext" >&6; }
2895 OBJEXT=$ac_cv_objext
2896 ac_objext=$OBJEXT
2897 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2898 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2899 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2900 echo $ECHO_N "(cached) $ECHO_C" >&6
2901 else
2902 cat >conftest.$ac_ext <<_ACEOF
2903 /* confdefs.h. */
2904 _ACEOF
2905 cat confdefs.h >>conftest.$ac_ext
2906 cat >>conftest.$ac_ext <<_ACEOF
2907 /* end confdefs.h. */
2910 main ()
2912 #ifndef __GNUC__
2913 choke me
2914 #endif
2917 return 0;
2919 _ACEOF
2920 rm -f conftest.$ac_objext
2921 if { (ac_try="$ac_compile"
2922 case "(($ac_try" in
2923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2924 *) ac_try_echo=$ac_try;;
2925 esac
2926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2927 (eval "$ac_compile") 2>conftest.er1
2928 ac_status=$?
2929 grep -v '^ *+' conftest.er1 >conftest.err
2930 rm -f conftest.er1
2931 cat conftest.err >&5
2932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2933 (exit $ac_status); } && {
2934 test -z "$ac_c_werror_flag" ||
2935 test ! -s conftest.err
2936 } && test -s conftest.$ac_objext; then
2937 ac_compiler_gnu=yes
2938 else
2939 echo "$as_me: failed program was:" >&5
2940 sed 's/^/| /' conftest.$ac_ext >&5
2942 ac_compiler_gnu=no
2945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2946 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2949 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2950 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2951 GCC=`test $ac_compiler_gnu = yes && echo yes`
2952 ac_test_CFLAGS=${CFLAGS+set}
2953 ac_save_CFLAGS=$CFLAGS
2954 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2955 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2956 if test "${ac_cv_prog_cc_g+set}" = set; then
2957 echo $ECHO_N "(cached) $ECHO_C" >&6
2958 else
2959 ac_save_c_werror_flag=$ac_c_werror_flag
2960 ac_c_werror_flag=yes
2961 ac_cv_prog_cc_g=no
2962 CFLAGS="-g"
2963 cat >conftest.$ac_ext <<_ACEOF
2964 /* confdefs.h. */
2965 _ACEOF
2966 cat confdefs.h >>conftest.$ac_ext
2967 cat >>conftest.$ac_ext <<_ACEOF
2968 /* end confdefs.h. */
2971 main ()
2975 return 0;
2977 _ACEOF
2978 rm -f conftest.$ac_objext
2979 if { (ac_try="$ac_compile"
2980 case "(($ac_try" in
2981 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2982 *) ac_try_echo=$ac_try;;
2983 esac
2984 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2985 (eval "$ac_compile") 2>conftest.er1
2986 ac_status=$?
2987 grep -v '^ *+' conftest.er1 >conftest.err
2988 rm -f conftest.er1
2989 cat conftest.err >&5
2990 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2991 (exit $ac_status); } && {
2992 test -z "$ac_c_werror_flag" ||
2993 test ! -s conftest.err
2994 } && test -s conftest.$ac_objext; then
2995 ac_cv_prog_cc_g=yes
2996 else
2997 echo "$as_me: failed program was:" >&5
2998 sed 's/^/| /' conftest.$ac_ext >&5
3000 CFLAGS=""
3001 cat >conftest.$ac_ext <<_ACEOF
3002 /* confdefs.h. */
3003 _ACEOF
3004 cat confdefs.h >>conftest.$ac_ext
3005 cat >>conftest.$ac_ext <<_ACEOF
3006 /* end confdefs.h. */
3009 main ()
3013 return 0;
3015 _ACEOF
3016 rm -f conftest.$ac_objext
3017 if { (ac_try="$ac_compile"
3018 case "(($ac_try" in
3019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3020 *) ac_try_echo=$ac_try;;
3021 esac
3022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3023 (eval "$ac_compile") 2>conftest.er1
3024 ac_status=$?
3025 grep -v '^ *+' conftest.er1 >conftest.err
3026 rm -f conftest.er1
3027 cat conftest.err >&5
3028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3029 (exit $ac_status); } && {
3030 test -z "$ac_c_werror_flag" ||
3031 test ! -s conftest.err
3032 } && test -s conftest.$ac_objext; then
3034 else
3035 echo "$as_me: failed program was:" >&5
3036 sed 's/^/| /' conftest.$ac_ext >&5
3038 ac_c_werror_flag=$ac_save_c_werror_flag
3039 CFLAGS="-g"
3040 cat >conftest.$ac_ext <<_ACEOF
3041 /* confdefs.h. */
3042 _ACEOF
3043 cat confdefs.h >>conftest.$ac_ext
3044 cat >>conftest.$ac_ext <<_ACEOF
3045 /* end confdefs.h. */
3048 main ()
3052 return 0;
3054 _ACEOF
3055 rm -f conftest.$ac_objext
3056 if { (ac_try="$ac_compile"
3057 case "(($ac_try" in
3058 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3059 *) ac_try_echo=$ac_try;;
3060 esac
3061 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3062 (eval "$ac_compile") 2>conftest.er1
3063 ac_status=$?
3064 grep -v '^ *+' conftest.er1 >conftest.err
3065 rm -f conftest.er1
3066 cat conftest.err >&5
3067 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3068 (exit $ac_status); } && {
3069 test -z "$ac_c_werror_flag" ||
3070 test ! -s conftest.err
3071 } && test -s conftest.$ac_objext; then
3072 ac_cv_prog_cc_g=yes
3073 else
3074 echo "$as_me: failed program was:" >&5
3075 sed 's/^/| /' conftest.$ac_ext >&5
3080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3083 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3086 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3087 ac_c_werror_flag=$ac_save_c_werror_flag
3089 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3090 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3091 if test "$ac_test_CFLAGS" = set; then
3092 CFLAGS=$ac_save_CFLAGS
3093 elif test $ac_cv_prog_cc_g = yes; then
3094 if test "$GCC" = yes; then
3095 CFLAGS="-g -O2"
3096 else
3097 CFLAGS="-g"
3099 else
3100 if test "$GCC" = yes; then
3101 CFLAGS="-O2"
3102 else
3103 CFLAGS=
3106 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3107 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3108 if test "${ac_cv_prog_cc_c89+set}" = set; then
3109 echo $ECHO_N "(cached) $ECHO_C" >&6
3110 else
3111 ac_cv_prog_cc_c89=no
3112 ac_save_CC=$CC
3113 cat >conftest.$ac_ext <<_ACEOF
3114 /* confdefs.h. */
3115 _ACEOF
3116 cat confdefs.h >>conftest.$ac_ext
3117 cat >>conftest.$ac_ext <<_ACEOF
3118 /* end confdefs.h. */
3119 #include <stdarg.h>
3120 #include <stdio.h>
3121 #include <sys/types.h>
3122 #include <sys/stat.h>
3123 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3124 struct buf { int x; };
3125 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3126 static char *e (p, i)
3127 char **p;
3128 int i;
3130 return p[i];
3132 static char *f (char * (*g) (char **, int), char **p, ...)
3134 char *s;
3135 va_list v;
3136 va_start (v,p);
3137 s = g (p, va_arg (v,int));
3138 va_end (v);
3139 return s;
3142 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3143 function prototypes and stuff, but not '\xHH' hex character constants.
3144 These don't provoke an error unfortunately, instead are silently treated
3145 as 'x'. The following induces an error, until -std is added to get
3146 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3147 array size at least. It's necessary to write '\x00'==0 to get something
3148 that's true only with -std. */
3149 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3151 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3152 inside strings and character constants. */
3153 #define FOO(x) 'x'
3154 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3156 int test (int i, double x);
3157 struct s1 {int (*f) (int a);};
3158 struct s2 {int (*f) (double a);};
3159 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3160 int argc;
3161 char **argv;
3163 main ()
3165 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3167 return 0;
3169 _ACEOF
3170 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3171 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3173 CC="$ac_save_CC $ac_arg"
3174 rm -f conftest.$ac_objext
3175 if { (ac_try="$ac_compile"
3176 case "(($ac_try" in
3177 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3178 *) ac_try_echo=$ac_try;;
3179 esac
3180 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3181 (eval "$ac_compile") 2>conftest.er1
3182 ac_status=$?
3183 grep -v '^ *+' conftest.er1 >conftest.err
3184 rm -f conftest.er1
3185 cat conftest.err >&5
3186 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3187 (exit $ac_status); } && {
3188 test -z "$ac_c_werror_flag" ||
3189 test ! -s conftest.err
3190 } && test -s conftest.$ac_objext; then
3191 ac_cv_prog_cc_c89=$ac_arg
3192 else
3193 echo "$as_me: failed program was:" >&5
3194 sed 's/^/| /' conftest.$ac_ext >&5
3199 rm -f core conftest.err conftest.$ac_objext
3200 test "x$ac_cv_prog_cc_c89" != "xno" && break
3201 done
3202 rm -f conftest.$ac_ext
3203 CC=$ac_save_CC
3206 # AC_CACHE_VAL
3207 case "x$ac_cv_prog_cc_c89" in
3209 { echo "$as_me:$LINENO: result: none needed" >&5
3210 echo "${ECHO_T}none needed" >&6; } ;;
3211 xno)
3212 { echo "$as_me:$LINENO: result: unsupported" >&5
3213 echo "${ECHO_T}unsupported" >&6; } ;;
3215 CC="$CC $ac_cv_prog_cc_c89"
3216 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3217 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3218 esac
3221 ac_ext=c
3222 ac_cpp='$CPP $CPPFLAGS'
3223 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3224 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3225 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3227 ac_ext=cpp
3228 ac_cpp='$CXXCPP $CPPFLAGS'
3229 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3230 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3231 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3232 if test -z "$CXX"; then
3233 if test -n "$CCC"; then
3234 CXX=$CCC
3235 else
3236 if test -n "$ac_tool_prefix"; then
3237 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3239 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3240 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3241 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3242 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3243 if test "${ac_cv_prog_CXX+set}" = set; then
3244 echo $ECHO_N "(cached) $ECHO_C" >&6
3245 else
3246 if test -n "$CXX"; then
3247 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3248 else
3249 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3250 for as_dir in $PATH
3252 IFS=$as_save_IFS
3253 test -z "$as_dir" && as_dir=.
3254 for ac_exec_ext in '' $ac_executable_extensions; do
3255 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3256 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3257 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3258 break 2
3260 done
3261 done
3262 IFS=$as_save_IFS
3266 CXX=$ac_cv_prog_CXX
3267 if test -n "$CXX"; then
3268 { echo "$as_me:$LINENO: result: $CXX" >&5
3269 echo "${ECHO_T}$CXX" >&6; }
3270 else
3271 { echo "$as_me:$LINENO: result: no" >&5
3272 echo "${ECHO_T}no" >&6; }
3276 test -n "$CXX" && break
3277 done
3279 if test -z "$CXX"; then
3280 ac_ct_CXX=$CXX
3281 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3283 # Extract the first word of "$ac_prog", so it can be a program name with args.
3284 set dummy $ac_prog; ac_word=$2
3285 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3286 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3287 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3288 echo $ECHO_N "(cached) $ECHO_C" >&6
3289 else
3290 if test -n "$ac_ct_CXX"; then
3291 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3292 else
3293 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3294 for as_dir in $PATH
3296 IFS=$as_save_IFS
3297 test -z "$as_dir" && as_dir=.
3298 for ac_exec_ext in '' $ac_executable_extensions; do
3299 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3300 ac_cv_prog_ac_ct_CXX="$ac_prog"
3301 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3302 break 2
3304 done
3305 done
3306 IFS=$as_save_IFS
3310 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3311 if test -n "$ac_ct_CXX"; then
3312 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3313 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3314 else
3315 { echo "$as_me:$LINENO: result: no" >&5
3316 echo "${ECHO_T}no" >&6; }
3320 test -n "$ac_ct_CXX" && break
3321 done
3323 if test "x$ac_ct_CXX" = x; then
3324 CXX="g++"
3325 else
3326 case $cross_compiling:$ac_tool_warned in
3327 yes:)
3328 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3329 whose name does not start with the host triplet. If you think this
3330 configuration is useful to you, please write to autoconf@gnu.org." >&5
3331 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3332 whose name does not start with the host triplet. If you think this
3333 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3334 ac_tool_warned=yes ;;
3335 esac
3336 CXX=$ac_ct_CXX
3342 # Provide some information about the compiler.
3343 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3344 ac_compiler=`set X $ac_compile; echo $2`
3345 { (ac_try="$ac_compiler --version >&5"
3346 case "(($ac_try" in
3347 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3348 *) ac_try_echo=$ac_try;;
3349 esac
3350 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3351 (eval "$ac_compiler --version >&5") 2>&5
3352 ac_status=$?
3353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3354 (exit $ac_status); }
3355 { (ac_try="$ac_compiler -v >&5"
3356 case "(($ac_try" in
3357 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3358 *) ac_try_echo=$ac_try;;
3359 esac
3360 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3361 (eval "$ac_compiler -v >&5") 2>&5
3362 ac_status=$?
3363 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3364 (exit $ac_status); }
3365 { (ac_try="$ac_compiler -V >&5"
3366 case "(($ac_try" in
3367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3368 *) ac_try_echo=$ac_try;;
3369 esac
3370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3371 (eval "$ac_compiler -V >&5") 2>&5
3372 ac_status=$?
3373 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3374 (exit $ac_status); }
3376 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3377 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3378 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3379 echo $ECHO_N "(cached) $ECHO_C" >&6
3380 else
3381 cat >conftest.$ac_ext <<_ACEOF
3382 /* confdefs.h. */
3383 _ACEOF
3384 cat confdefs.h >>conftest.$ac_ext
3385 cat >>conftest.$ac_ext <<_ACEOF
3386 /* end confdefs.h. */
3389 main ()
3391 #ifndef __GNUC__
3392 choke me
3393 #endif
3396 return 0;
3398 _ACEOF
3399 rm -f conftest.$ac_objext
3400 if { (ac_try="$ac_compile"
3401 case "(($ac_try" in
3402 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3403 *) ac_try_echo=$ac_try;;
3404 esac
3405 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3406 (eval "$ac_compile") 2>conftest.er1
3407 ac_status=$?
3408 grep -v '^ *+' conftest.er1 >conftest.err
3409 rm -f conftest.er1
3410 cat conftest.err >&5
3411 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3412 (exit $ac_status); } && {
3413 test -z "$ac_cxx_werror_flag" ||
3414 test ! -s conftest.err
3415 } && test -s conftest.$ac_objext; then
3416 ac_compiler_gnu=yes
3417 else
3418 echo "$as_me: failed program was:" >&5
3419 sed 's/^/| /' conftest.$ac_ext >&5
3421 ac_compiler_gnu=no
3424 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3425 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3428 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3429 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3430 GXX=`test $ac_compiler_gnu = yes && echo yes`
3431 ac_test_CXXFLAGS=${CXXFLAGS+set}
3432 ac_save_CXXFLAGS=$CXXFLAGS
3433 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3434 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3435 if test "${ac_cv_prog_cxx_g+set}" = set; then
3436 echo $ECHO_N "(cached) $ECHO_C" >&6
3437 else
3438 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3439 ac_cxx_werror_flag=yes
3440 ac_cv_prog_cxx_g=no
3441 CXXFLAGS="-g"
3442 cat >conftest.$ac_ext <<_ACEOF
3443 /* confdefs.h. */
3444 _ACEOF
3445 cat confdefs.h >>conftest.$ac_ext
3446 cat >>conftest.$ac_ext <<_ACEOF
3447 /* end confdefs.h. */
3450 main ()
3454 return 0;
3456 _ACEOF
3457 rm -f conftest.$ac_objext
3458 if { (ac_try="$ac_compile"
3459 case "(($ac_try" in
3460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3461 *) ac_try_echo=$ac_try;;
3462 esac
3463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3464 (eval "$ac_compile") 2>conftest.er1
3465 ac_status=$?
3466 grep -v '^ *+' conftest.er1 >conftest.err
3467 rm -f conftest.er1
3468 cat conftest.err >&5
3469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3470 (exit $ac_status); } && {
3471 test -z "$ac_cxx_werror_flag" ||
3472 test ! -s conftest.err
3473 } && test -s conftest.$ac_objext; then
3474 ac_cv_prog_cxx_g=yes
3475 else
3476 echo "$as_me: failed program was:" >&5
3477 sed 's/^/| /' conftest.$ac_ext >&5
3479 CXXFLAGS=""
3480 cat >conftest.$ac_ext <<_ACEOF
3481 /* confdefs.h. */
3482 _ACEOF
3483 cat confdefs.h >>conftest.$ac_ext
3484 cat >>conftest.$ac_ext <<_ACEOF
3485 /* end confdefs.h. */
3488 main ()
3492 return 0;
3494 _ACEOF
3495 rm -f conftest.$ac_objext
3496 if { (ac_try="$ac_compile"
3497 case "(($ac_try" in
3498 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3499 *) ac_try_echo=$ac_try;;
3500 esac
3501 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3502 (eval "$ac_compile") 2>conftest.er1
3503 ac_status=$?
3504 grep -v '^ *+' conftest.er1 >conftest.err
3505 rm -f conftest.er1
3506 cat conftest.err >&5
3507 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3508 (exit $ac_status); } && {
3509 test -z "$ac_cxx_werror_flag" ||
3510 test ! -s conftest.err
3511 } && test -s conftest.$ac_objext; then
3513 else
3514 echo "$as_me: failed program was:" >&5
3515 sed 's/^/| /' conftest.$ac_ext >&5
3517 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3518 CXXFLAGS="-g"
3519 cat >conftest.$ac_ext <<_ACEOF
3520 /* confdefs.h. */
3521 _ACEOF
3522 cat confdefs.h >>conftest.$ac_ext
3523 cat >>conftest.$ac_ext <<_ACEOF
3524 /* end confdefs.h. */
3527 main ()
3531 return 0;
3533 _ACEOF
3534 rm -f conftest.$ac_objext
3535 if { (ac_try="$ac_compile"
3536 case "(($ac_try" in
3537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3538 *) ac_try_echo=$ac_try;;
3539 esac
3540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3541 (eval "$ac_compile") 2>conftest.er1
3542 ac_status=$?
3543 grep -v '^ *+' conftest.er1 >conftest.err
3544 rm -f conftest.er1
3545 cat conftest.err >&5
3546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3547 (exit $ac_status); } && {
3548 test -z "$ac_cxx_werror_flag" ||
3549 test ! -s conftest.err
3550 } && test -s conftest.$ac_objext; then
3551 ac_cv_prog_cxx_g=yes
3552 else
3553 echo "$as_me: failed program was:" >&5
3554 sed 's/^/| /' conftest.$ac_ext >&5
3559 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3562 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3565 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3566 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3568 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3569 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3570 if test "$ac_test_CXXFLAGS" = set; then
3571 CXXFLAGS=$ac_save_CXXFLAGS
3572 elif test $ac_cv_prog_cxx_g = yes; then
3573 if test "$GXX" = yes; then
3574 CXXFLAGS="-g -O2"
3575 else
3576 CXXFLAGS="-g"
3578 else
3579 if test "$GXX" = yes; then
3580 CXXFLAGS="-O2"
3581 else
3582 CXXFLAGS=
3585 ac_ext=c
3586 ac_cpp='$CPP $CPPFLAGS'
3587 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3588 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3589 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3591 if test -n "$ac_tool_prefix"; then
3592 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3593 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3594 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3595 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3596 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3597 echo $ECHO_N "(cached) $ECHO_C" >&6
3598 else
3599 if test -n "$CPPBIN"; then
3600 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3601 else
3602 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3603 for as_dir in $PATH
3605 IFS=$as_save_IFS
3606 test -z "$as_dir" && as_dir=.
3607 for ac_exec_ext in '' $ac_executable_extensions; do
3608 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3609 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3610 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3611 break 2
3613 done
3614 done
3615 IFS=$as_save_IFS
3619 CPPBIN=$ac_cv_prog_CPPBIN
3620 if test -n "$CPPBIN"; then
3621 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3622 echo "${ECHO_T}$CPPBIN" >&6; }
3623 else
3624 { echo "$as_me:$LINENO: result: no" >&5
3625 echo "${ECHO_T}no" >&6; }
3630 if test -z "$ac_cv_prog_CPPBIN"; then
3631 ac_ct_CPPBIN=$CPPBIN
3632 # Extract the first word of "cpp", so it can be a program name with args.
3633 set dummy cpp; ac_word=$2
3634 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3635 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3636 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3637 echo $ECHO_N "(cached) $ECHO_C" >&6
3638 else
3639 if test -n "$ac_ct_CPPBIN"; then
3640 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3641 else
3642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3643 for as_dir in $PATH
3645 IFS=$as_save_IFS
3646 test -z "$as_dir" && as_dir=.
3647 for ac_exec_ext in '' $ac_executable_extensions; do
3648 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3649 ac_cv_prog_ac_ct_CPPBIN="cpp"
3650 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3651 break 2
3653 done
3654 done
3655 IFS=$as_save_IFS
3659 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3660 if test -n "$ac_ct_CPPBIN"; then
3661 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3662 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3663 else
3664 { echo "$as_me:$LINENO: result: no" >&5
3665 echo "${ECHO_T}no" >&6; }
3668 if test "x$ac_ct_CPPBIN" = x; then
3669 CPPBIN="cpp"
3670 else
3671 case $cross_compiling:$ac_tool_warned in
3672 yes:)
3673 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3674 whose name does not start with the host triplet. If you think this
3675 configuration is useful to you, please write to autoconf@gnu.org." >&5
3676 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3677 whose name does not start with the host triplet. If you think this
3678 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3679 ac_tool_warned=yes ;;
3680 esac
3681 CPPBIN=$ac_ct_CPPBIN
3683 else
3684 CPPBIN="$ac_cv_prog_CPPBIN"
3688 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3689 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3690 if test "${wine_cv_toolsdir+set}" = set; then
3691 echo $ECHO_N "(cached) $ECHO_C" >&6
3692 else
3693 if test -z "$with_wine_tools"; then
3694 if test "$cross_compiling" = "yes"; then
3695 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3696 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3697 { (exit 1); exit 1; }; }
3698 else
3699 wine_cv_toolsdir="\$(TOPOBJDIR)"
3701 elif test -d "$with_wine_tools/tools/winebuild"; then
3702 case $with_wine_tools in
3703 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3704 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3705 esac
3706 else
3707 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3708 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3709 { (exit 1); exit 1; }; }
3712 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3713 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3714 TOOLSDIR=$wine_cv_toolsdir
3718 ac_ext=c
3719 ac_cpp='$CPP $CPPFLAGS'
3720 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3721 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3722 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3723 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3724 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3725 # On Suns, sometimes $CPP names a directory.
3726 if test -n "$CPP" && test -d "$CPP"; then
3727 CPP=
3729 if test -z "$CPP"; then
3730 if test "${ac_cv_prog_CPP+set}" = set; then
3731 echo $ECHO_N "(cached) $ECHO_C" >&6
3732 else
3733 # Double quotes because CPP needs to be expanded
3734 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3736 ac_preproc_ok=false
3737 for ac_c_preproc_warn_flag in '' yes
3739 # Use a header file that comes with gcc, so configuring glibc
3740 # with a fresh cross-compiler works.
3741 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3742 # <limits.h> exists even on freestanding compilers.
3743 # On the NeXT, cc -E runs the code through the compiler's parser,
3744 # not just through cpp. "Syntax error" is here to catch this case.
3745 cat >conftest.$ac_ext <<_ACEOF
3746 /* confdefs.h. */
3747 _ACEOF
3748 cat confdefs.h >>conftest.$ac_ext
3749 cat >>conftest.$ac_ext <<_ACEOF
3750 /* end confdefs.h. */
3751 #ifdef __STDC__
3752 # include <limits.h>
3753 #else
3754 # include <assert.h>
3755 #endif
3756 Syntax error
3757 _ACEOF
3758 if { (ac_try="$ac_cpp conftest.$ac_ext"
3759 case "(($ac_try" in
3760 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3761 *) ac_try_echo=$ac_try;;
3762 esac
3763 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3764 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3765 ac_status=$?
3766 grep -v '^ *+' conftest.er1 >conftest.err
3767 rm -f conftest.er1
3768 cat conftest.err >&5
3769 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3770 (exit $ac_status); } >/dev/null && {
3771 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3772 test ! -s conftest.err
3773 }; then
3775 else
3776 echo "$as_me: failed program was:" >&5
3777 sed 's/^/| /' conftest.$ac_ext >&5
3779 # Broken: fails on valid input.
3780 continue
3783 rm -f conftest.err conftest.$ac_ext
3785 # OK, works on sane cases. Now check whether nonexistent headers
3786 # can be detected and how.
3787 cat >conftest.$ac_ext <<_ACEOF
3788 /* confdefs.h. */
3789 _ACEOF
3790 cat confdefs.h >>conftest.$ac_ext
3791 cat >>conftest.$ac_ext <<_ACEOF
3792 /* end confdefs.h. */
3793 #include <ac_nonexistent.h>
3794 _ACEOF
3795 if { (ac_try="$ac_cpp conftest.$ac_ext"
3796 case "(($ac_try" in
3797 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3798 *) ac_try_echo=$ac_try;;
3799 esac
3800 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3801 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3802 ac_status=$?
3803 grep -v '^ *+' conftest.er1 >conftest.err
3804 rm -f conftest.er1
3805 cat conftest.err >&5
3806 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3807 (exit $ac_status); } >/dev/null && {
3808 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3809 test ! -s conftest.err
3810 }; then
3811 # Broken: success on invalid input.
3812 continue
3813 else
3814 echo "$as_me: failed program was:" >&5
3815 sed 's/^/| /' conftest.$ac_ext >&5
3817 # Passes both tests.
3818 ac_preproc_ok=:
3819 break
3822 rm -f conftest.err conftest.$ac_ext
3824 done
3825 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3826 rm -f conftest.err conftest.$ac_ext
3827 if $ac_preproc_ok; then
3828 break
3831 done
3832 ac_cv_prog_CPP=$CPP
3835 CPP=$ac_cv_prog_CPP
3836 else
3837 ac_cv_prog_CPP=$CPP
3839 { echo "$as_me:$LINENO: result: $CPP" >&5
3840 echo "${ECHO_T}$CPP" >&6; }
3841 ac_preproc_ok=false
3842 for ac_c_preproc_warn_flag in '' yes
3844 # Use a header file that comes with gcc, so configuring glibc
3845 # with a fresh cross-compiler works.
3846 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3847 # <limits.h> exists even on freestanding compilers.
3848 # On the NeXT, cc -E runs the code through the compiler's parser,
3849 # not just through cpp. "Syntax error" is here to catch this case.
3850 cat >conftest.$ac_ext <<_ACEOF
3851 /* confdefs.h. */
3852 _ACEOF
3853 cat confdefs.h >>conftest.$ac_ext
3854 cat >>conftest.$ac_ext <<_ACEOF
3855 /* end confdefs.h. */
3856 #ifdef __STDC__
3857 # include <limits.h>
3858 #else
3859 # include <assert.h>
3860 #endif
3861 Syntax error
3862 _ACEOF
3863 if { (ac_try="$ac_cpp conftest.$ac_ext"
3864 case "(($ac_try" in
3865 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3866 *) ac_try_echo=$ac_try;;
3867 esac
3868 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3869 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3870 ac_status=$?
3871 grep -v '^ *+' conftest.er1 >conftest.err
3872 rm -f conftest.er1
3873 cat conftest.err >&5
3874 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3875 (exit $ac_status); } >/dev/null && {
3876 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3877 test ! -s conftest.err
3878 }; then
3880 else
3881 echo "$as_me: failed program was:" >&5
3882 sed 's/^/| /' conftest.$ac_ext >&5
3884 # Broken: fails on valid input.
3885 continue
3888 rm -f conftest.err conftest.$ac_ext
3890 # OK, works on sane cases. Now check whether nonexistent headers
3891 # can be detected and how.
3892 cat >conftest.$ac_ext <<_ACEOF
3893 /* confdefs.h. */
3894 _ACEOF
3895 cat confdefs.h >>conftest.$ac_ext
3896 cat >>conftest.$ac_ext <<_ACEOF
3897 /* end confdefs.h. */
3898 #include <ac_nonexistent.h>
3899 _ACEOF
3900 if { (ac_try="$ac_cpp conftest.$ac_ext"
3901 case "(($ac_try" in
3902 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3903 *) ac_try_echo=$ac_try;;
3904 esac
3905 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3906 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3907 ac_status=$?
3908 grep -v '^ *+' conftest.er1 >conftest.err
3909 rm -f conftest.er1
3910 cat conftest.err >&5
3911 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3912 (exit $ac_status); } >/dev/null && {
3913 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3914 test ! -s conftest.err
3915 }; then
3916 # Broken: success on invalid input.
3917 continue
3918 else
3919 echo "$as_me: failed program was:" >&5
3920 sed 's/^/| /' conftest.$ac_ext >&5
3922 # Passes both tests.
3923 ac_preproc_ok=:
3924 break
3927 rm -f conftest.err conftest.$ac_ext
3929 done
3930 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3931 rm -f conftest.err conftest.$ac_ext
3932 if $ac_preproc_ok; then
3934 else
3935 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3936 See \`config.log' for more details." >&5
3937 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3938 See \`config.log' for more details." >&2;}
3939 { (exit 1); exit 1; }; }
3942 ac_ext=c
3943 ac_cpp='$CPP $CPPFLAGS'
3944 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3945 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3946 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3949 { echo "$as_me:$LINENO: checking for X" >&5
3950 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3953 # Check whether --with-x was given.
3954 if test "${with_x+set}" = set; then
3955 withval=$with_x;
3958 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3959 if test "x$with_x" = xno; then
3960 # The user explicitly disabled X.
3961 have_x=disabled
3962 else
3963 case $x_includes,$x_libraries in #(
3964 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3965 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3966 { (exit 1); exit 1; }; };; #(
3967 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3968 echo $ECHO_N "(cached) $ECHO_C" >&6
3969 else
3970 # One or both of the vars are not set, and there is no cached value.
3971 ac_x_includes=no ac_x_libraries=no
3972 rm -f -r conftest.dir
3973 if mkdir conftest.dir; then
3974 cd conftest.dir
3975 cat >Imakefile <<'_ACEOF'
3976 incroot:
3977 @echo incroot='${INCROOT}'
3978 usrlibdir:
3979 @echo usrlibdir='${USRLIBDIR}'
3980 libdir:
3981 @echo libdir='${LIBDIR}'
3982 _ACEOF
3983 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3984 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3985 for ac_var in incroot usrlibdir libdir; do
3986 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
3987 done
3988 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
3989 for ac_extension in a so sl; do
3990 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
3991 test -f "$ac_im_libdir/libX11.$ac_extension"; then
3992 ac_im_usrlibdir=$ac_im_libdir; break
3994 done
3995 # Screen out bogus values from the imake configuration. They are
3996 # bogus both because they are the default anyway, and because
3997 # using them would break gcc on systems where it needs fixed includes.
3998 case $ac_im_incroot in
3999 /usr/include) ac_x_includes= ;;
4000 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4001 esac
4002 case $ac_im_usrlibdir in
4003 /usr/lib | /lib) ;;
4004 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4005 esac
4007 cd ..
4008 rm -f -r conftest.dir
4011 # Standard set of common directories for X headers.
4012 # Check X11 before X11Rn because it is often a symlink to the current release.
4013 ac_x_header_dirs='
4014 /usr/X11/include
4015 /usr/X11R6/include
4016 /usr/X11R5/include
4017 /usr/X11R4/include
4019 /usr/include/X11
4020 /usr/include/X11R6
4021 /usr/include/X11R5
4022 /usr/include/X11R4
4024 /usr/local/X11/include
4025 /usr/local/X11R6/include
4026 /usr/local/X11R5/include
4027 /usr/local/X11R4/include
4029 /usr/local/include/X11
4030 /usr/local/include/X11R6
4031 /usr/local/include/X11R5
4032 /usr/local/include/X11R4
4034 /usr/X386/include
4035 /usr/x386/include
4036 /usr/XFree86/include/X11
4038 /usr/include
4039 /usr/local/include
4040 /usr/unsupported/include
4041 /usr/athena/include
4042 /usr/local/x11r5/include
4043 /usr/lpp/Xamples/include
4045 /usr/openwin/include
4046 /usr/openwin/share/include'
4048 if test "$ac_x_includes" = no; then
4049 # Guess where to find include files, by looking for Xlib.h.
4050 # First, try using that file with no special directory specified.
4051 cat >conftest.$ac_ext <<_ACEOF
4052 /* confdefs.h. */
4053 _ACEOF
4054 cat confdefs.h >>conftest.$ac_ext
4055 cat >>conftest.$ac_ext <<_ACEOF
4056 /* end confdefs.h. */
4057 #include <X11/Xlib.h>
4058 _ACEOF
4059 if { (ac_try="$ac_cpp conftest.$ac_ext"
4060 case "(($ac_try" in
4061 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4062 *) ac_try_echo=$ac_try;;
4063 esac
4064 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4065 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4066 ac_status=$?
4067 grep -v '^ *+' conftest.er1 >conftest.err
4068 rm -f conftest.er1
4069 cat conftest.err >&5
4070 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4071 (exit $ac_status); } >/dev/null && {
4072 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4073 test ! -s conftest.err
4074 }; then
4075 # We can compile using X headers with no special include directory.
4076 ac_x_includes=
4077 else
4078 echo "$as_me: failed program was:" >&5
4079 sed 's/^/| /' conftest.$ac_ext >&5
4081 for ac_dir in $ac_x_header_dirs; do
4082 if test -r "$ac_dir/X11/Xlib.h"; then
4083 ac_x_includes=$ac_dir
4084 break
4086 done
4089 rm -f conftest.err conftest.$ac_ext
4090 fi # $ac_x_includes = no
4092 if test "$ac_x_libraries" = no; then
4093 # Check for the libraries.
4094 # See if we find them without any special options.
4095 # Don't add to $LIBS permanently.
4096 ac_save_LIBS=$LIBS
4097 LIBS="-lX11 $LIBS"
4098 cat >conftest.$ac_ext <<_ACEOF
4099 /* confdefs.h. */
4100 _ACEOF
4101 cat confdefs.h >>conftest.$ac_ext
4102 cat >>conftest.$ac_ext <<_ACEOF
4103 /* end confdefs.h. */
4104 #include <X11/Xlib.h>
4106 main ()
4108 XrmInitialize ()
4110 return 0;
4112 _ACEOF
4113 rm -f conftest.$ac_objext conftest$ac_exeext
4114 if { (ac_try="$ac_link"
4115 case "(($ac_try" in
4116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4117 *) ac_try_echo=$ac_try;;
4118 esac
4119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4120 (eval "$ac_link") 2>conftest.er1
4121 ac_status=$?
4122 grep -v '^ *+' conftest.er1 >conftest.err
4123 rm -f conftest.er1
4124 cat conftest.err >&5
4125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4126 (exit $ac_status); } && {
4127 test -z "$ac_c_werror_flag" ||
4128 test ! -s conftest.err
4129 } && test -s conftest$ac_exeext &&
4130 $as_test_x conftest$ac_exeext; then
4131 LIBS=$ac_save_LIBS
4132 # We can link X programs with no special library path.
4133 ac_x_libraries=
4134 else
4135 echo "$as_me: failed program was:" >&5
4136 sed 's/^/| /' conftest.$ac_ext >&5
4138 LIBS=$ac_save_LIBS
4139 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4141 # Don't even attempt the hair of trying to link an X program!
4142 for ac_extension in a so sl; do
4143 if test -r "$ac_dir/libX11.$ac_extension"; then
4144 ac_x_libraries=$ac_dir
4145 break 2
4147 done
4148 done
4151 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4152 conftest$ac_exeext conftest.$ac_ext
4153 fi # $ac_x_libraries = no
4155 case $ac_x_includes,$ac_x_libraries in #(
4156 no,* | *,no | *\'*)
4157 # Didn't find X, or a directory has "'" in its name.
4158 ac_cv_have_x="have_x=no";; #(
4160 # Record where we found X for the cache.
4161 ac_cv_have_x="have_x=yes\
4162 ac_x_includes='$ac_x_includes'\
4163 ac_x_libraries='$ac_x_libraries'"
4164 esac
4166 ;; #(
4167 *) have_x=yes;;
4168 esac
4169 eval "$ac_cv_have_x"
4170 fi # $with_x != no
4172 if test "$have_x" != yes; then
4173 { echo "$as_me:$LINENO: result: $have_x" >&5
4174 echo "${ECHO_T}$have_x" >&6; }
4175 no_x=yes
4176 else
4177 # If each of the values was on the command line, it overrides each guess.
4178 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4179 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4180 # Update the cache value to reflect the command line values.
4181 ac_cv_have_x="have_x=yes\
4182 ac_x_includes='$x_includes'\
4183 ac_x_libraries='$x_libraries'"
4184 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4185 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4188 if test "$no_x" = yes; then
4189 # Not all programs may use this symbol, but it does not hurt to define it.
4191 cat >>confdefs.h <<\_ACEOF
4192 #define X_DISPLAY_MISSING 1
4193 _ACEOF
4195 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4196 else
4197 if test -n "$x_includes"; then
4198 X_CFLAGS="$X_CFLAGS -I$x_includes"
4201 # It would also be nice to do this for all -L options, not just this one.
4202 if test -n "$x_libraries"; then
4203 X_LIBS="$X_LIBS -L$x_libraries"
4204 # For Solaris; some versions of Sun CC require a space after -R and
4205 # others require no space. Words are not sufficient . . . .
4206 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4207 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4208 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4209 ac_xsave_c_werror_flag=$ac_c_werror_flag
4210 ac_c_werror_flag=yes
4211 cat >conftest.$ac_ext <<_ACEOF
4212 /* confdefs.h. */
4213 _ACEOF
4214 cat confdefs.h >>conftest.$ac_ext
4215 cat >>conftest.$ac_ext <<_ACEOF
4216 /* end confdefs.h. */
4219 main ()
4223 return 0;
4225 _ACEOF
4226 rm -f conftest.$ac_objext conftest$ac_exeext
4227 if { (ac_try="$ac_link"
4228 case "(($ac_try" in
4229 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4230 *) ac_try_echo=$ac_try;;
4231 esac
4232 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4233 (eval "$ac_link") 2>conftest.er1
4234 ac_status=$?
4235 grep -v '^ *+' conftest.er1 >conftest.err
4236 rm -f conftest.er1
4237 cat conftest.err >&5
4238 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4239 (exit $ac_status); } && {
4240 test -z "$ac_c_werror_flag" ||
4241 test ! -s conftest.err
4242 } && test -s conftest$ac_exeext &&
4243 $as_test_x conftest$ac_exeext; then
4244 { echo "$as_me:$LINENO: result: no" >&5
4245 echo "${ECHO_T}no" >&6; }
4246 X_LIBS="$X_LIBS -R$x_libraries"
4247 else
4248 echo "$as_me: failed program was:" >&5
4249 sed 's/^/| /' conftest.$ac_ext >&5
4251 LIBS="$ac_xsave_LIBS -R $x_libraries"
4252 cat >conftest.$ac_ext <<_ACEOF
4253 /* confdefs.h. */
4254 _ACEOF
4255 cat confdefs.h >>conftest.$ac_ext
4256 cat >>conftest.$ac_ext <<_ACEOF
4257 /* end confdefs.h. */
4260 main ()
4264 return 0;
4266 _ACEOF
4267 rm -f conftest.$ac_objext conftest$ac_exeext
4268 if { (ac_try="$ac_link"
4269 case "(($ac_try" in
4270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4271 *) ac_try_echo=$ac_try;;
4272 esac
4273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4274 (eval "$ac_link") 2>conftest.er1
4275 ac_status=$?
4276 grep -v '^ *+' conftest.er1 >conftest.err
4277 rm -f conftest.er1
4278 cat conftest.err >&5
4279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4280 (exit $ac_status); } && {
4281 test -z "$ac_c_werror_flag" ||
4282 test ! -s conftest.err
4283 } && test -s conftest$ac_exeext &&
4284 $as_test_x conftest$ac_exeext; then
4285 { echo "$as_me:$LINENO: result: yes" >&5
4286 echo "${ECHO_T}yes" >&6; }
4287 X_LIBS="$X_LIBS -R $x_libraries"
4288 else
4289 echo "$as_me: failed program was:" >&5
4290 sed 's/^/| /' conftest.$ac_ext >&5
4292 { echo "$as_me:$LINENO: result: neither works" >&5
4293 echo "${ECHO_T}neither works" >&6; }
4296 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4297 conftest$ac_exeext conftest.$ac_ext
4300 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4301 conftest$ac_exeext conftest.$ac_ext
4302 ac_c_werror_flag=$ac_xsave_c_werror_flag
4303 LIBS=$ac_xsave_LIBS
4306 # Check for system-dependent libraries X programs must link with.
4307 # Do this before checking for the system-independent R6 libraries
4308 # (-lICE), since we may need -lsocket or whatever for X linking.
4310 if test "$ISC" = yes; then
4311 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4312 else
4313 # Martyn Johnson says this is needed for Ultrix, if the X
4314 # libraries were built with DECnet support. And Karl Berry says
4315 # the Alpha needs dnet_stub (dnet does not exist).
4316 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4317 cat >conftest.$ac_ext <<_ACEOF
4318 /* confdefs.h. */
4319 _ACEOF
4320 cat confdefs.h >>conftest.$ac_ext
4321 cat >>conftest.$ac_ext <<_ACEOF
4322 /* end confdefs.h. */
4324 /* Override any GCC internal prototype to avoid an error.
4325 Use char because int might match the return type of a GCC
4326 builtin and then its argument prototype would still apply. */
4327 #ifdef __cplusplus
4328 extern "C"
4329 #endif
4330 char XOpenDisplay ();
4332 main ()
4334 return XOpenDisplay ();
4336 return 0;
4338 _ACEOF
4339 rm -f conftest.$ac_objext conftest$ac_exeext
4340 if { (ac_try="$ac_link"
4341 case "(($ac_try" in
4342 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4343 *) ac_try_echo=$ac_try;;
4344 esac
4345 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4346 (eval "$ac_link") 2>conftest.er1
4347 ac_status=$?
4348 grep -v '^ *+' conftest.er1 >conftest.err
4349 rm -f conftest.er1
4350 cat conftest.err >&5
4351 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4352 (exit $ac_status); } && {
4353 test -z "$ac_c_werror_flag" ||
4354 test ! -s conftest.err
4355 } && test -s conftest$ac_exeext &&
4356 $as_test_x conftest$ac_exeext; then
4358 else
4359 echo "$as_me: failed program was:" >&5
4360 sed 's/^/| /' conftest.$ac_ext >&5
4362 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4363 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4364 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4365 echo $ECHO_N "(cached) $ECHO_C" >&6
4366 else
4367 ac_check_lib_save_LIBS=$LIBS
4368 LIBS="-ldnet $LIBS"
4369 cat >conftest.$ac_ext <<_ACEOF
4370 /* confdefs.h. */
4371 _ACEOF
4372 cat confdefs.h >>conftest.$ac_ext
4373 cat >>conftest.$ac_ext <<_ACEOF
4374 /* end confdefs.h. */
4376 /* Override any GCC internal prototype to avoid an error.
4377 Use char because int might match the return type of a GCC
4378 builtin and then its argument prototype would still apply. */
4379 #ifdef __cplusplus
4380 extern "C"
4381 #endif
4382 char dnet_ntoa ();
4384 main ()
4386 return dnet_ntoa ();
4388 return 0;
4390 _ACEOF
4391 rm -f conftest.$ac_objext conftest$ac_exeext
4392 if { (ac_try="$ac_link"
4393 case "(($ac_try" in
4394 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4395 *) ac_try_echo=$ac_try;;
4396 esac
4397 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4398 (eval "$ac_link") 2>conftest.er1
4399 ac_status=$?
4400 grep -v '^ *+' conftest.er1 >conftest.err
4401 rm -f conftest.er1
4402 cat conftest.err >&5
4403 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4404 (exit $ac_status); } && {
4405 test -z "$ac_c_werror_flag" ||
4406 test ! -s conftest.err
4407 } && test -s conftest$ac_exeext &&
4408 $as_test_x conftest$ac_exeext; then
4409 ac_cv_lib_dnet_dnet_ntoa=yes
4410 else
4411 echo "$as_me: failed program was:" >&5
4412 sed 's/^/| /' conftest.$ac_ext >&5
4414 ac_cv_lib_dnet_dnet_ntoa=no
4417 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4418 conftest$ac_exeext conftest.$ac_ext
4419 LIBS=$ac_check_lib_save_LIBS
4421 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4422 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4423 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4424 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4427 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4428 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4429 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4430 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4431 echo $ECHO_N "(cached) $ECHO_C" >&6
4432 else
4433 ac_check_lib_save_LIBS=$LIBS
4434 LIBS="-ldnet_stub $LIBS"
4435 cat >conftest.$ac_ext <<_ACEOF
4436 /* confdefs.h. */
4437 _ACEOF
4438 cat confdefs.h >>conftest.$ac_ext
4439 cat >>conftest.$ac_ext <<_ACEOF
4440 /* end confdefs.h. */
4442 /* Override any GCC internal prototype to avoid an error.
4443 Use char because int might match the return type of a GCC
4444 builtin and then its argument prototype would still apply. */
4445 #ifdef __cplusplus
4446 extern "C"
4447 #endif
4448 char dnet_ntoa ();
4450 main ()
4452 return dnet_ntoa ();
4454 return 0;
4456 _ACEOF
4457 rm -f conftest.$ac_objext conftest$ac_exeext
4458 if { (ac_try="$ac_link"
4459 case "(($ac_try" in
4460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4461 *) ac_try_echo=$ac_try;;
4462 esac
4463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4464 (eval "$ac_link") 2>conftest.er1
4465 ac_status=$?
4466 grep -v '^ *+' conftest.er1 >conftest.err
4467 rm -f conftest.er1
4468 cat conftest.err >&5
4469 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4470 (exit $ac_status); } && {
4471 test -z "$ac_c_werror_flag" ||
4472 test ! -s conftest.err
4473 } && test -s conftest$ac_exeext &&
4474 $as_test_x conftest$ac_exeext; then
4475 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4476 else
4477 echo "$as_me: failed program was:" >&5
4478 sed 's/^/| /' conftest.$ac_ext >&5
4480 ac_cv_lib_dnet_stub_dnet_ntoa=no
4483 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4484 conftest$ac_exeext conftest.$ac_ext
4485 LIBS=$ac_check_lib_save_LIBS
4487 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4488 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4489 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4490 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4496 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4497 conftest$ac_exeext conftest.$ac_ext
4498 LIBS="$ac_xsave_LIBS"
4500 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4501 # to get the SysV transport functions.
4502 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4503 # needs -lnsl.
4504 # The nsl library prevents programs from opening the X display
4505 # on Irix 5.2, according to T.E. Dickey.
4506 # The functions gethostbyname, getservbyname, and inet_addr are
4507 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4508 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4509 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4510 if test "${ac_cv_func_gethostbyname+set}" = set; then
4511 echo $ECHO_N "(cached) $ECHO_C" >&6
4512 else
4513 cat >conftest.$ac_ext <<_ACEOF
4514 /* confdefs.h. */
4515 _ACEOF
4516 cat confdefs.h >>conftest.$ac_ext
4517 cat >>conftest.$ac_ext <<_ACEOF
4518 /* end confdefs.h. */
4519 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4520 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4521 #define gethostbyname innocuous_gethostbyname
4523 /* System header to define __stub macros and hopefully few prototypes,
4524 which can conflict with char gethostbyname (); below.
4525 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4526 <limits.h> exists even on freestanding compilers. */
4528 #ifdef __STDC__
4529 # include <limits.h>
4530 #else
4531 # include <assert.h>
4532 #endif
4534 #undef gethostbyname
4536 /* Override any GCC internal prototype to avoid an error.
4537 Use char because int might match the return type of a GCC
4538 builtin and then its argument prototype would still apply. */
4539 #ifdef __cplusplus
4540 extern "C"
4541 #endif
4542 char gethostbyname ();
4543 /* The GNU C library defines this for functions which it implements
4544 to always fail with ENOSYS. Some functions are actually named
4545 something starting with __ and the normal name is an alias. */
4546 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4547 choke me
4548 #endif
4551 main ()
4553 return gethostbyname ();
4555 return 0;
4557 _ACEOF
4558 rm -f conftest.$ac_objext conftest$ac_exeext
4559 if { (ac_try="$ac_link"
4560 case "(($ac_try" in
4561 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4562 *) ac_try_echo=$ac_try;;
4563 esac
4564 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4565 (eval "$ac_link") 2>conftest.er1
4566 ac_status=$?
4567 grep -v '^ *+' conftest.er1 >conftest.err
4568 rm -f conftest.er1
4569 cat conftest.err >&5
4570 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4571 (exit $ac_status); } && {
4572 test -z "$ac_c_werror_flag" ||
4573 test ! -s conftest.err
4574 } && test -s conftest$ac_exeext &&
4575 $as_test_x conftest$ac_exeext; then
4576 ac_cv_func_gethostbyname=yes
4577 else
4578 echo "$as_me: failed program was:" >&5
4579 sed 's/^/| /' conftest.$ac_ext >&5
4581 ac_cv_func_gethostbyname=no
4584 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4585 conftest$ac_exeext conftest.$ac_ext
4587 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4588 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4590 if test $ac_cv_func_gethostbyname = no; then
4591 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4592 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4593 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4594 echo $ECHO_N "(cached) $ECHO_C" >&6
4595 else
4596 ac_check_lib_save_LIBS=$LIBS
4597 LIBS="-lnsl $LIBS"
4598 cat >conftest.$ac_ext <<_ACEOF
4599 /* confdefs.h. */
4600 _ACEOF
4601 cat confdefs.h >>conftest.$ac_ext
4602 cat >>conftest.$ac_ext <<_ACEOF
4603 /* end confdefs.h. */
4605 /* Override any GCC internal prototype to avoid an error.
4606 Use char because int might match the return type of a GCC
4607 builtin and then its argument prototype would still apply. */
4608 #ifdef __cplusplus
4609 extern "C"
4610 #endif
4611 char gethostbyname ();
4613 main ()
4615 return gethostbyname ();
4617 return 0;
4619 _ACEOF
4620 rm -f conftest.$ac_objext conftest$ac_exeext
4621 if { (ac_try="$ac_link"
4622 case "(($ac_try" in
4623 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4624 *) ac_try_echo=$ac_try;;
4625 esac
4626 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4627 (eval "$ac_link") 2>conftest.er1
4628 ac_status=$?
4629 grep -v '^ *+' conftest.er1 >conftest.err
4630 rm -f conftest.er1
4631 cat conftest.err >&5
4632 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4633 (exit $ac_status); } && {
4634 test -z "$ac_c_werror_flag" ||
4635 test ! -s conftest.err
4636 } && test -s conftest$ac_exeext &&
4637 $as_test_x conftest$ac_exeext; then
4638 ac_cv_lib_nsl_gethostbyname=yes
4639 else
4640 echo "$as_me: failed program was:" >&5
4641 sed 's/^/| /' conftest.$ac_ext >&5
4643 ac_cv_lib_nsl_gethostbyname=no
4646 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4647 conftest$ac_exeext conftest.$ac_ext
4648 LIBS=$ac_check_lib_save_LIBS
4650 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4651 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4652 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4653 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4656 if test $ac_cv_lib_nsl_gethostbyname = no; then
4657 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4658 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4659 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4660 echo $ECHO_N "(cached) $ECHO_C" >&6
4661 else
4662 ac_check_lib_save_LIBS=$LIBS
4663 LIBS="-lbsd $LIBS"
4664 cat >conftest.$ac_ext <<_ACEOF
4665 /* confdefs.h. */
4666 _ACEOF
4667 cat confdefs.h >>conftest.$ac_ext
4668 cat >>conftest.$ac_ext <<_ACEOF
4669 /* end confdefs.h. */
4671 /* Override any GCC internal prototype to avoid an error.
4672 Use char because int might match the return type of a GCC
4673 builtin and then its argument prototype would still apply. */
4674 #ifdef __cplusplus
4675 extern "C"
4676 #endif
4677 char gethostbyname ();
4679 main ()
4681 return gethostbyname ();
4683 return 0;
4685 _ACEOF
4686 rm -f conftest.$ac_objext conftest$ac_exeext
4687 if { (ac_try="$ac_link"
4688 case "(($ac_try" in
4689 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4690 *) ac_try_echo=$ac_try;;
4691 esac
4692 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4693 (eval "$ac_link") 2>conftest.er1
4694 ac_status=$?
4695 grep -v '^ *+' conftest.er1 >conftest.err
4696 rm -f conftest.er1
4697 cat conftest.err >&5
4698 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4699 (exit $ac_status); } && {
4700 test -z "$ac_c_werror_flag" ||
4701 test ! -s conftest.err
4702 } && test -s conftest$ac_exeext &&
4703 $as_test_x conftest$ac_exeext; then
4704 ac_cv_lib_bsd_gethostbyname=yes
4705 else
4706 echo "$as_me: failed program was:" >&5
4707 sed 's/^/| /' conftest.$ac_ext >&5
4709 ac_cv_lib_bsd_gethostbyname=no
4712 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4713 conftest$ac_exeext conftest.$ac_ext
4714 LIBS=$ac_check_lib_save_LIBS
4716 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4717 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4718 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4719 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4725 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4726 # socket/setsockopt and other routines are undefined under SCO ODT
4727 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4728 # on later versions), says Simon Leinen: it contains gethostby*
4729 # variants that don't use the name server (or something). -lsocket
4730 # must be given before -lnsl if both are needed. We assume that
4731 # if connect needs -lnsl, so does gethostbyname.
4732 { echo "$as_me:$LINENO: checking for connect" >&5
4733 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4734 if test "${ac_cv_func_connect+set}" = set; then
4735 echo $ECHO_N "(cached) $ECHO_C" >&6
4736 else
4737 cat >conftest.$ac_ext <<_ACEOF
4738 /* confdefs.h. */
4739 _ACEOF
4740 cat confdefs.h >>conftest.$ac_ext
4741 cat >>conftest.$ac_ext <<_ACEOF
4742 /* end confdefs.h. */
4743 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4744 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4745 #define connect innocuous_connect
4747 /* System header to define __stub macros and hopefully few prototypes,
4748 which can conflict with char connect (); below.
4749 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4750 <limits.h> exists even on freestanding compilers. */
4752 #ifdef __STDC__
4753 # include <limits.h>
4754 #else
4755 # include <assert.h>
4756 #endif
4758 #undef connect
4760 /* Override any GCC internal prototype to avoid an error.
4761 Use char because int might match the return type of a GCC
4762 builtin and then its argument prototype would still apply. */
4763 #ifdef __cplusplus
4764 extern "C"
4765 #endif
4766 char connect ();
4767 /* The GNU C library defines this for functions which it implements
4768 to always fail with ENOSYS. Some functions are actually named
4769 something starting with __ and the normal name is an alias. */
4770 #if defined __stub_connect || defined __stub___connect
4771 choke me
4772 #endif
4775 main ()
4777 return connect ();
4779 return 0;
4781 _ACEOF
4782 rm -f conftest.$ac_objext conftest$ac_exeext
4783 if { (ac_try="$ac_link"
4784 case "(($ac_try" in
4785 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4786 *) ac_try_echo=$ac_try;;
4787 esac
4788 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4789 (eval "$ac_link") 2>conftest.er1
4790 ac_status=$?
4791 grep -v '^ *+' conftest.er1 >conftest.err
4792 rm -f conftest.er1
4793 cat conftest.err >&5
4794 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4795 (exit $ac_status); } && {
4796 test -z "$ac_c_werror_flag" ||
4797 test ! -s conftest.err
4798 } && test -s conftest$ac_exeext &&
4799 $as_test_x conftest$ac_exeext; then
4800 ac_cv_func_connect=yes
4801 else
4802 echo "$as_me: failed program was:" >&5
4803 sed 's/^/| /' conftest.$ac_ext >&5
4805 ac_cv_func_connect=no
4808 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4809 conftest$ac_exeext conftest.$ac_ext
4811 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4812 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4814 if test $ac_cv_func_connect = no; then
4815 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4816 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4817 if test "${ac_cv_lib_socket_connect+set}" = set; then
4818 echo $ECHO_N "(cached) $ECHO_C" >&6
4819 else
4820 ac_check_lib_save_LIBS=$LIBS
4821 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4822 cat >conftest.$ac_ext <<_ACEOF
4823 /* confdefs.h. */
4824 _ACEOF
4825 cat confdefs.h >>conftest.$ac_ext
4826 cat >>conftest.$ac_ext <<_ACEOF
4827 /* end confdefs.h. */
4829 /* Override any GCC internal prototype to avoid an error.
4830 Use char because int might match the return type of a GCC
4831 builtin and then its argument prototype would still apply. */
4832 #ifdef __cplusplus
4833 extern "C"
4834 #endif
4835 char connect ();
4837 main ()
4839 return connect ();
4841 return 0;
4843 _ACEOF
4844 rm -f conftest.$ac_objext conftest$ac_exeext
4845 if { (ac_try="$ac_link"
4846 case "(($ac_try" in
4847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4848 *) ac_try_echo=$ac_try;;
4849 esac
4850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4851 (eval "$ac_link") 2>conftest.er1
4852 ac_status=$?
4853 grep -v '^ *+' conftest.er1 >conftest.err
4854 rm -f conftest.er1
4855 cat conftest.err >&5
4856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4857 (exit $ac_status); } && {
4858 test -z "$ac_c_werror_flag" ||
4859 test ! -s conftest.err
4860 } && test -s conftest$ac_exeext &&
4861 $as_test_x conftest$ac_exeext; then
4862 ac_cv_lib_socket_connect=yes
4863 else
4864 echo "$as_me: failed program was:" >&5
4865 sed 's/^/| /' conftest.$ac_ext >&5
4867 ac_cv_lib_socket_connect=no
4870 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4871 conftest$ac_exeext conftest.$ac_ext
4872 LIBS=$ac_check_lib_save_LIBS
4874 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4875 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4876 if test $ac_cv_lib_socket_connect = yes; then
4877 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4882 # Guillermo Gomez says -lposix is necessary on A/UX.
4883 { echo "$as_me:$LINENO: checking for remove" >&5
4884 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4885 if test "${ac_cv_func_remove+set}" = set; then
4886 echo $ECHO_N "(cached) $ECHO_C" >&6
4887 else
4888 cat >conftest.$ac_ext <<_ACEOF
4889 /* confdefs.h. */
4890 _ACEOF
4891 cat confdefs.h >>conftest.$ac_ext
4892 cat >>conftest.$ac_ext <<_ACEOF
4893 /* end confdefs.h. */
4894 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4895 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4896 #define remove innocuous_remove
4898 /* System header to define __stub macros and hopefully few prototypes,
4899 which can conflict with char remove (); below.
4900 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4901 <limits.h> exists even on freestanding compilers. */
4903 #ifdef __STDC__
4904 # include <limits.h>
4905 #else
4906 # include <assert.h>
4907 #endif
4909 #undef remove
4911 /* Override any GCC internal prototype to avoid an error.
4912 Use char because int might match the return type of a GCC
4913 builtin and then its argument prototype would still apply. */
4914 #ifdef __cplusplus
4915 extern "C"
4916 #endif
4917 char remove ();
4918 /* The GNU C library defines this for functions which it implements
4919 to always fail with ENOSYS. Some functions are actually named
4920 something starting with __ and the normal name is an alias. */
4921 #if defined __stub_remove || defined __stub___remove
4922 choke me
4923 #endif
4926 main ()
4928 return remove ();
4930 return 0;
4932 _ACEOF
4933 rm -f conftest.$ac_objext conftest$ac_exeext
4934 if { (ac_try="$ac_link"
4935 case "(($ac_try" in
4936 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4937 *) ac_try_echo=$ac_try;;
4938 esac
4939 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4940 (eval "$ac_link") 2>conftest.er1
4941 ac_status=$?
4942 grep -v '^ *+' conftest.er1 >conftest.err
4943 rm -f conftest.er1
4944 cat conftest.err >&5
4945 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4946 (exit $ac_status); } && {
4947 test -z "$ac_c_werror_flag" ||
4948 test ! -s conftest.err
4949 } && test -s conftest$ac_exeext &&
4950 $as_test_x conftest$ac_exeext; then
4951 ac_cv_func_remove=yes
4952 else
4953 echo "$as_me: failed program was:" >&5
4954 sed 's/^/| /' conftest.$ac_ext >&5
4956 ac_cv_func_remove=no
4959 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4960 conftest$ac_exeext conftest.$ac_ext
4962 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4963 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4965 if test $ac_cv_func_remove = no; then
4966 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4967 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4968 if test "${ac_cv_lib_posix_remove+set}" = set; then
4969 echo $ECHO_N "(cached) $ECHO_C" >&6
4970 else
4971 ac_check_lib_save_LIBS=$LIBS
4972 LIBS="-lposix $LIBS"
4973 cat >conftest.$ac_ext <<_ACEOF
4974 /* confdefs.h. */
4975 _ACEOF
4976 cat confdefs.h >>conftest.$ac_ext
4977 cat >>conftest.$ac_ext <<_ACEOF
4978 /* end confdefs.h. */
4980 /* Override any GCC internal prototype to avoid an error.
4981 Use char because int might match the return type of a GCC
4982 builtin and then its argument prototype would still apply. */
4983 #ifdef __cplusplus
4984 extern "C"
4985 #endif
4986 char remove ();
4988 main ()
4990 return remove ();
4992 return 0;
4994 _ACEOF
4995 rm -f conftest.$ac_objext conftest$ac_exeext
4996 if { (ac_try="$ac_link"
4997 case "(($ac_try" in
4998 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4999 *) ac_try_echo=$ac_try;;
5000 esac
5001 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5002 (eval "$ac_link") 2>conftest.er1
5003 ac_status=$?
5004 grep -v '^ *+' conftest.er1 >conftest.err
5005 rm -f conftest.er1
5006 cat conftest.err >&5
5007 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5008 (exit $ac_status); } && {
5009 test -z "$ac_c_werror_flag" ||
5010 test ! -s conftest.err
5011 } && test -s conftest$ac_exeext &&
5012 $as_test_x conftest$ac_exeext; then
5013 ac_cv_lib_posix_remove=yes
5014 else
5015 echo "$as_me: failed program was:" >&5
5016 sed 's/^/| /' conftest.$ac_ext >&5
5018 ac_cv_lib_posix_remove=no
5021 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5022 conftest$ac_exeext conftest.$ac_ext
5023 LIBS=$ac_check_lib_save_LIBS
5025 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5026 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5027 if test $ac_cv_lib_posix_remove = yes; then
5028 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5033 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5034 { echo "$as_me:$LINENO: checking for shmat" >&5
5035 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5036 if test "${ac_cv_func_shmat+set}" = set; then
5037 echo $ECHO_N "(cached) $ECHO_C" >&6
5038 else
5039 cat >conftest.$ac_ext <<_ACEOF
5040 /* confdefs.h. */
5041 _ACEOF
5042 cat confdefs.h >>conftest.$ac_ext
5043 cat >>conftest.$ac_ext <<_ACEOF
5044 /* end confdefs.h. */
5045 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5046 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5047 #define shmat innocuous_shmat
5049 /* System header to define __stub macros and hopefully few prototypes,
5050 which can conflict with char shmat (); below.
5051 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5052 <limits.h> exists even on freestanding compilers. */
5054 #ifdef __STDC__
5055 # include <limits.h>
5056 #else
5057 # include <assert.h>
5058 #endif
5060 #undef shmat
5062 /* Override any GCC internal prototype to avoid an error.
5063 Use char because int might match the return type of a GCC
5064 builtin and then its argument prototype would still apply. */
5065 #ifdef __cplusplus
5066 extern "C"
5067 #endif
5068 char shmat ();
5069 /* The GNU C library defines this for functions which it implements
5070 to always fail with ENOSYS. Some functions are actually named
5071 something starting with __ and the normal name is an alias. */
5072 #if defined __stub_shmat || defined __stub___shmat
5073 choke me
5074 #endif
5077 main ()
5079 return shmat ();
5081 return 0;
5083 _ACEOF
5084 rm -f conftest.$ac_objext conftest$ac_exeext
5085 if { (ac_try="$ac_link"
5086 case "(($ac_try" in
5087 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5088 *) ac_try_echo=$ac_try;;
5089 esac
5090 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5091 (eval "$ac_link") 2>conftest.er1
5092 ac_status=$?
5093 grep -v '^ *+' conftest.er1 >conftest.err
5094 rm -f conftest.er1
5095 cat conftest.err >&5
5096 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5097 (exit $ac_status); } && {
5098 test -z "$ac_c_werror_flag" ||
5099 test ! -s conftest.err
5100 } && test -s conftest$ac_exeext &&
5101 $as_test_x conftest$ac_exeext; then
5102 ac_cv_func_shmat=yes
5103 else
5104 echo "$as_me: failed program was:" >&5
5105 sed 's/^/| /' conftest.$ac_ext >&5
5107 ac_cv_func_shmat=no
5110 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5111 conftest$ac_exeext conftest.$ac_ext
5113 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5114 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5116 if test $ac_cv_func_shmat = no; then
5117 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5118 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5119 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5120 echo $ECHO_N "(cached) $ECHO_C" >&6
5121 else
5122 ac_check_lib_save_LIBS=$LIBS
5123 LIBS="-lipc $LIBS"
5124 cat >conftest.$ac_ext <<_ACEOF
5125 /* confdefs.h. */
5126 _ACEOF
5127 cat confdefs.h >>conftest.$ac_ext
5128 cat >>conftest.$ac_ext <<_ACEOF
5129 /* end confdefs.h. */
5131 /* Override any GCC internal prototype to avoid an error.
5132 Use char because int might match the return type of a GCC
5133 builtin and then its argument prototype would still apply. */
5134 #ifdef __cplusplus
5135 extern "C"
5136 #endif
5137 char shmat ();
5139 main ()
5141 return shmat ();
5143 return 0;
5145 _ACEOF
5146 rm -f conftest.$ac_objext conftest$ac_exeext
5147 if { (ac_try="$ac_link"
5148 case "(($ac_try" in
5149 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5150 *) ac_try_echo=$ac_try;;
5151 esac
5152 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5153 (eval "$ac_link") 2>conftest.er1
5154 ac_status=$?
5155 grep -v '^ *+' conftest.er1 >conftest.err
5156 rm -f conftest.er1
5157 cat conftest.err >&5
5158 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5159 (exit $ac_status); } && {
5160 test -z "$ac_c_werror_flag" ||
5161 test ! -s conftest.err
5162 } && test -s conftest$ac_exeext &&
5163 $as_test_x conftest$ac_exeext; then
5164 ac_cv_lib_ipc_shmat=yes
5165 else
5166 echo "$as_me: failed program was:" >&5
5167 sed 's/^/| /' conftest.$ac_ext >&5
5169 ac_cv_lib_ipc_shmat=no
5172 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5173 conftest$ac_exeext conftest.$ac_ext
5174 LIBS=$ac_check_lib_save_LIBS
5176 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5177 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5178 if test $ac_cv_lib_ipc_shmat = yes; then
5179 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5185 # Check for libraries that X11R6 Xt/Xaw programs need.
5186 ac_save_LDFLAGS=$LDFLAGS
5187 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5188 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5189 # check for ICE first), but we must link in the order -lSM -lICE or
5190 # we get undefined symbols. So assume we have SM if we have ICE.
5191 # These have to be linked with before -lX11, unlike the other
5192 # libraries we check for below, so use a different variable.
5193 # John Interrante, Karl Berry
5194 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5195 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5196 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5197 echo $ECHO_N "(cached) $ECHO_C" >&6
5198 else
5199 ac_check_lib_save_LIBS=$LIBS
5200 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5201 cat >conftest.$ac_ext <<_ACEOF
5202 /* confdefs.h. */
5203 _ACEOF
5204 cat confdefs.h >>conftest.$ac_ext
5205 cat >>conftest.$ac_ext <<_ACEOF
5206 /* end confdefs.h. */
5208 /* Override any GCC internal prototype to avoid an error.
5209 Use char because int might match the return type of a GCC
5210 builtin and then its argument prototype would still apply. */
5211 #ifdef __cplusplus
5212 extern "C"
5213 #endif
5214 char IceConnectionNumber ();
5216 main ()
5218 return IceConnectionNumber ();
5220 return 0;
5222 _ACEOF
5223 rm -f conftest.$ac_objext conftest$ac_exeext
5224 if { (ac_try="$ac_link"
5225 case "(($ac_try" in
5226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5227 *) ac_try_echo=$ac_try;;
5228 esac
5229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5230 (eval "$ac_link") 2>conftest.er1
5231 ac_status=$?
5232 grep -v '^ *+' conftest.er1 >conftest.err
5233 rm -f conftest.er1
5234 cat conftest.err >&5
5235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5236 (exit $ac_status); } && {
5237 test -z "$ac_c_werror_flag" ||
5238 test ! -s conftest.err
5239 } && test -s conftest$ac_exeext &&
5240 $as_test_x conftest$ac_exeext; then
5241 ac_cv_lib_ICE_IceConnectionNumber=yes
5242 else
5243 echo "$as_me: failed program was:" >&5
5244 sed 's/^/| /' conftest.$ac_ext >&5
5246 ac_cv_lib_ICE_IceConnectionNumber=no
5249 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5250 conftest$ac_exeext conftest.$ac_ext
5251 LIBS=$ac_check_lib_save_LIBS
5253 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5254 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5255 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5256 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5259 LDFLAGS=$ac_save_LDFLAGS
5264 for ac_prog in flex
5266 # Extract the first word of "$ac_prog", so it can be a program name with args.
5267 set dummy $ac_prog; ac_word=$2
5268 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5269 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5270 if test "${ac_cv_prog_FLEX+set}" = set; then
5271 echo $ECHO_N "(cached) $ECHO_C" >&6
5272 else
5273 if test -n "$FLEX"; then
5274 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5275 else
5276 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5277 for as_dir in $PATH
5279 IFS=$as_save_IFS
5280 test -z "$as_dir" && as_dir=.
5281 for ac_exec_ext in '' $ac_executable_extensions; do
5282 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5283 ac_cv_prog_FLEX="$ac_prog"
5284 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5285 break 2
5287 done
5288 done
5289 IFS=$as_save_IFS
5293 FLEX=$ac_cv_prog_FLEX
5294 if test -n "$FLEX"; then
5295 { echo "$as_me:$LINENO: result: $FLEX" >&5
5296 echo "${ECHO_T}$FLEX" >&6; }
5297 else
5298 { echo "$as_me:$LINENO: result: no" >&5
5299 echo "${ECHO_T}no" >&6; }
5303 test -n "$FLEX" && break
5304 done
5305 test -n "$FLEX" || FLEX="none"
5307 if test "$FLEX" = "none"
5308 then
5309 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5310 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5311 { (exit 1); exit 1; }; }
5314 for ac_prog in bison
5316 # Extract the first word of "$ac_prog", so it can be a program name with args.
5317 set dummy $ac_prog; ac_word=$2
5318 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5319 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5320 if test "${ac_cv_prog_BISON+set}" = set; then
5321 echo $ECHO_N "(cached) $ECHO_C" >&6
5322 else
5323 if test -n "$BISON"; then
5324 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5325 else
5326 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5327 for as_dir in $PATH
5329 IFS=$as_save_IFS
5330 test -z "$as_dir" && as_dir=.
5331 for ac_exec_ext in '' $ac_executable_extensions; do
5332 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5333 ac_cv_prog_BISON="$ac_prog"
5334 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5335 break 2
5337 done
5338 done
5339 IFS=$as_save_IFS
5343 BISON=$ac_cv_prog_BISON
5344 if test -n "$BISON"; then
5345 { echo "$as_me:$LINENO: result: $BISON" >&5
5346 echo "${ECHO_T}$BISON" >&6; }
5347 else
5348 { echo "$as_me:$LINENO: result: no" >&5
5349 echo "${ECHO_T}no" >&6; }
5353 test -n "$BISON" && break
5354 done
5355 test -n "$BISON" || BISON="none"
5357 if test "$BISON" = "none"
5358 then
5359 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5360 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5361 { (exit 1); exit 1; }; }
5364 if test -n "$ac_tool_prefix"; then
5365 for ac_prog in gas as
5367 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5368 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5369 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5370 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5371 if test "${ac_cv_prog_AS+set}" = set; then
5372 echo $ECHO_N "(cached) $ECHO_C" >&6
5373 else
5374 if test -n "$AS"; then
5375 ac_cv_prog_AS="$AS" # Let the user override the test.
5376 else
5377 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5378 for as_dir in $PATH
5380 IFS=$as_save_IFS
5381 test -z "$as_dir" && as_dir=.
5382 for ac_exec_ext in '' $ac_executable_extensions; do
5383 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5384 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5385 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5386 break 2
5388 done
5389 done
5390 IFS=$as_save_IFS
5394 AS=$ac_cv_prog_AS
5395 if test -n "$AS"; then
5396 { echo "$as_me:$LINENO: result: $AS" >&5
5397 echo "${ECHO_T}$AS" >&6; }
5398 else
5399 { echo "$as_me:$LINENO: result: no" >&5
5400 echo "${ECHO_T}no" >&6; }
5404 test -n "$AS" && break
5405 done
5407 if test -z "$AS"; then
5408 ac_ct_AS=$AS
5409 for ac_prog in gas as
5411 # Extract the first word of "$ac_prog", so it can be a program name with args.
5412 set dummy $ac_prog; ac_word=$2
5413 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5414 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5415 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5416 echo $ECHO_N "(cached) $ECHO_C" >&6
5417 else
5418 if test -n "$ac_ct_AS"; then
5419 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5420 else
5421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5422 for as_dir in $PATH
5424 IFS=$as_save_IFS
5425 test -z "$as_dir" && as_dir=.
5426 for ac_exec_ext in '' $ac_executable_extensions; do
5427 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5428 ac_cv_prog_ac_ct_AS="$ac_prog"
5429 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5430 break 2
5432 done
5433 done
5434 IFS=$as_save_IFS
5438 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5439 if test -n "$ac_ct_AS"; then
5440 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5441 echo "${ECHO_T}$ac_ct_AS" >&6; }
5442 else
5443 { echo "$as_me:$LINENO: result: no" >&5
5444 echo "${ECHO_T}no" >&6; }
5448 test -n "$ac_ct_AS" && break
5449 done
5451 if test "x$ac_ct_AS" = x; then
5452 AS="as"
5453 else
5454 case $cross_compiling:$ac_tool_warned in
5455 yes:)
5456 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5457 whose name does not start with the host triplet. If you think this
5458 configuration is useful to you, please write to autoconf@gnu.org." >&5
5459 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5460 whose name does not start with the host triplet. If you think this
5461 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5462 ac_tool_warned=yes ;;
5463 esac
5464 AS=$ac_ct_AS
5468 if test -n "$ac_tool_prefix"; then
5469 for ac_prog in ld gld
5471 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5472 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5473 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5474 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5475 if test "${ac_cv_prog_LD+set}" = set; then
5476 echo $ECHO_N "(cached) $ECHO_C" >&6
5477 else
5478 if test -n "$LD"; then
5479 ac_cv_prog_LD="$LD" # Let the user override the test.
5480 else
5481 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5482 for as_dir in $PATH
5484 IFS=$as_save_IFS
5485 test -z "$as_dir" && as_dir=.
5486 for ac_exec_ext in '' $ac_executable_extensions; do
5487 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5488 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5489 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5490 break 2
5492 done
5493 done
5494 IFS=$as_save_IFS
5498 LD=$ac_cv_prog_LD
5499 if test -n "$LD"; then
5500 { echo "$as_me:$LINENO: result: $LD" >&5
5501 echo "${ECHO_T}$LD" >&6; }
5502 else
5503 { echo "$as_me:$LINENO: result: no" >&5
5504 echo "${ECHO_T}no" >&6; }
5508 test -n "$LD" && break
5509 done
5511 if test -z "$LD"; then
5512 ac_ct_LD=$LD
5513 for ac_prog in ld gld
5515 # Extract the first word of "$ac_prog", so it can be a program name with args.
5516 set dummy $ac_prog; ac_word=$2
5517 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5518 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5519 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5520 echo $ECHO_N "(cached) $ECHO_C" >&6
5521 else
5522 if test -n "$ac_ct_LD"; then
5523 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5524 else
5525 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5526 for as_dir in $PATH
5528 IFS=$as_save_IFS
5529 test -z "$as_dir" && as_dir=.
5530 for ac_exec_ext in '' $ac_executable_extensions; do
5531 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5532 ac_cv_prog_ac_ct_LD="$ac_prog"
5533 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5534 break 2
5536 done
5537 done
5538 IFS=$as_save_IFS
5542 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5543 if test -n "$ac_ct_LD"; then
5544 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5545 echo "${ECHO_T}$ac_ct_LD" >&6; }
5546 else
5547 { echo "$as_me:$LINENO: result: no" >&5
5548 echo "${ECHO_T}no" >&6; }
5552 test -n "$ac_ct_LD" && break
5553 done
5555 if test "x$ac_ct_LD" = x; then
5556 LD="ld"
5557 else
5558 case $cross_compiling:$ac_tool_warned in
5559 yes:)
5560 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5561 whose name does not start with the host triplet. If you think this
5562 configuration is useful to you, please write to autoconf@gnu.org." >&5
5563 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5564 whose name does not start with the host triplet. If you think this
5565 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5566 ac_tool_warned=yes ;;
5567 esac
5568 LD=$ac_ct_LD
5572 if test -n "$ac_tool_prefix"; then
5573 for ac_prog in nm gnm
5575 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5576 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5577 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5578 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5579 if test "${ac_cv_prog_NM+set}" = set; then
5580 echo $ECHO_N "(cached) $ECHO_C" >&6
5581 else
5582 if test -n "$NM"; then
5583 ac_cv_prog_NM="$NM" # Let the user override the test.
5584 else
5585 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5586 for as_dir in $PATH
5588 IFS=$as_save_IFS
5589 test -z "$as_dir" && as_dir=.
5590 for ac_exec_ext in '' $ac_executable_extensions; do
5591 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5592 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5593 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5594 break 2
5596 done
5597 done
5598 IFS=$as_save_IFS
5602 NM=$ac_cv_prog_NM
5603 if test -n "$NM"; then
5604 { echo "$as_me:$LINENO: result: $NM" >&5
5605 echo "${ECHO_T}$NM" >&6; }
5606 else
5607 { echo "$as_me:$LINENO: result: no" >&5
5608 echo "${ECHO_T}no" >&6; }
5612 test -n "$NM" && break
5613 done
5615 if test -z "$NM"; then
5616 ac_ct_NM=$NM
5617 for ac_prog in nm gnm
5619 # Extract the first word of "$ac_prog", so it can be a program name with args.
5620 set dummy $ac_prog; ac_word=$2
5621 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5622 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5623 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5624 echo $ECHO_N "(cached) $ECHO_C" >&6
5625 else
5626 if test -n "$ac_ct_NM"; then
5627 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5628 else
5629 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5630 for as_dir in $PATH
5632 IFS=$as_save_IFS
5633 test -z "$as_dir" && as_dir=.
5634 for ac_exec_ext in '' $ac_executable_extensions; do
5635 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5636 ac_cv_prog_ac_ct_NM="$ac_prog"
5637 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5638 break 2
5640 done
5641 done
5642 IFS=$as_save_IFS
5646 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5647 if test -n "$ac_ct_NM"; then
5648 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5649 echo "${ECHO_T}$ac_ct_NM" >&6; }
5650 else
5651 { echo "$as_me:$LINENO: result: no" >&5
5652 echo "${ECHO_T}no" >&6; }
5656 test -n "$ac_ct_NM" && break
5657 done
5659 if test "x$ac_ct_NM" = x; then
5660 NM="nm"
5661 else
5662 case $cross_compiling:$ac_tool_warned in
5663 yes:)
5664 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5665 whose name does not start with the host triplet. If you think this
5666 configuration is useful to you, please write to autoconf@gnu.org." >&5
5667 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5668 whose name does not start with the host triplet. If you think this
5669 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5670 ac_tool_warned=yes ;;
5671 esac
5672 NM=$ac_ct_NM
5676 if test -n "$ac_tool_prefix"; then
5677 for ac_prog in ar gar
5679 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5680 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5681 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5682 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5683 if test "${ac_cv_prog_AR+set}" = set; then
5684 echo $ECHO_N "(cached) $ECHO_C" >&6
5685 else
5686 if test -n "$AR"; then
5687 ac_cv_prog_AR="$AR" # Let the user override the test.
5688 else
5689 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5690 for as_dir in $PATH
5692 IFS=$as_save_IFS
5693 test -z "$as_dir" && as_dir=.
5694 for ac_exec_ext in '' $ac_executable_extensions; do
5695 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5696 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5697 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5698 break 2
5700 done
5701 done
5702 IFS=$as_save_IFS
5706 AR=$ac_cv_prog_AR
5707 if test -n "$AR"; then
5708 { echo "$as_me:$LINENO: result: $AR" >&5
5709 echo "${ECHO_T}$AR" >&6; }
5710 else
5711 { echo "$as_me:$LINENO: result: no" >&5
5712 echo "${ECHO_T}no" >&6; }
5716 test -n "$AR" && break
5717 done
5719 if test -z "$AR"; then
5720 ac_ct_AR=$AR
5721 for ac_prog in ar gar
5723 # Extract the first word of "$ac_prog", so it can be a program name with args.
5724 set dummy $ac_prog; ac_word=$2
5725 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5726 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5727 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5728 echo $ECHO_N "(cached) $ECHO_C" >&6
5729 else
5730 if test -n "$ac_ct_AR"; then
5731 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5732 else
5733 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5734 for as_dir in $PATH
5736 IFS=$as_save_IFS
5737 test -z "$as_dir" && as_dir=.
5738 for ac_exec_ext in '' $ac_executable_extensions; do
5739 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5740 ac_cv_prog_ac_ct_AR="$ac_prog"
5741 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5742 break 2
5744 done
5745 done
5746 IFS=$as_save_IFS
5750 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5751 if test -n "$ac_ct_AR"; then
5752 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5753 echo "${ECHO_T}$ac_ct_AR" >&6; }
5754 else
5755 { echo "$as_me:$LINENO: result: no" >&5
5756 echo "${ECHO_T}no" >&6; }
5760 test -n "$ac_ct_AR" && break
5761 done
5763 if test "x$ac_ct_AR" = x; then
5764 AR="ar"
5765 else
5766 case $cross_compiling:$ac_tool_warned in
5767 yes:)
5768 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5769 whose name does not start with the host triplet. If you think this
5770 configuration is useful to you, please write to autoconf@gnu.org." >&5
5771 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5772 whose name does not start with the host triplet. If you think this
5773 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5774 ac_tool_warned=yes ;;
5775 esac
5776 AR=$ac_ct_AR
5780 ARFLAGS=rc
5782 if test -n "$ac_tool_prefix"; then
5783 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5784 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5785 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5786 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5787 if test "${ac_cv_prog_RANLIB+set}" = set; then
5788 echo $ECHO_N "(cached) $ECHO_C" >&6
5789 else
5790 if test -n "$RANLIB"; then
5791 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5792 else
5793 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5794 for as_dir in $PATH
5796 IFS=$as_save_IFS
5797 test -z "$as_dir" && as_dir=.
5798 for ac_exec_ext in '' $ac_executable_extensions; do
5799 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5800 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5801 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5802 break 2
5804 done
5805 done
5806 IFS=$as_save_IFS
5810 RANLIB=$ac_cv_prog_RANLIB
5811 if test -n "$RANLIB"; then
5812 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5813 echo "${ECHO_T}$RANLIB" >&6; }
5814 else
5815 { echo "$as_me:$LINENO: result: no" >&5
5816 echo "${ECHO_T}no" >&6; }
5821 if test -z "$ac_cv_prog_RANLIB"; then
5822 ac_ct_RANLIB=$RANLIB
5823 # Extract the first word of "ranlib", so it can be a program name with args.
5824 set dummy ranlib; ac_word=$2
5825 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5826 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5827 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5828 echo $ECHO_N "(cached) $ECHO_C" >&6
5829 else
5830 if test -n "$ac_ct_RANLIB"; then
5831 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5832 else
5833 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5834 for as_dir in $PATH
5836 IFS=$as_save_IFS
5837 test -z "$as_dir" && as_dir=.
5838 for ac_exec_ext in '' $ac_executable_extensions; do
5839 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5840 ac_cv_prog_ac_ct_RANLIB="ranlib"
5841 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5842 break 2
5844 done
5845 done
5846 IFS=$as_save_IFS
5850 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5851 if test -n "$ac_ct_RANLIB"; then
5852 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5853 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5854 else
5855 { echo "$as_me:$LINENO: result: no" >&5
5856 echo "${ECHO_T}no" >&6; }
5859 if test "x$ac_ct_RANLIB" = x; then
5860 RANLIB=":"
5861 else
5862 case $cross_compiling:$ac_tool_warned in
5863 yes:)
5864 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5865 whose name does not start with the host triplet. If you think this
5866 configuration is useful to you, please write to autoconf@gnu.org." >&5
5867 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5868 whose name does not start with the host triplet. If you think this
5869 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5870 ac_tool_warned=yes ;;
5871 esac
5872 RANLIB=$ac_ct_RANLIB
5874 else
5875 RANLIB="$ac_cv_prog_RANLIB"
5878 if test -n "$ac_tool_prefix"; then
5879 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5880 set dummy ${ac_tool_prefix}strip; ac_word=$2
5881 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5882 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5883 if test "${ac_cv_prog_STRIP+set}" = set; then
5884 echo $ECHO_N "(cached) $ECHO_C" >&6
5885 else
5886 if test -n "$STRIP"; then
5887 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5888 else
5889 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5890 for as_dir in $PATH
5892 IFS=$as_save_IFS
5893 test -z "$as_dir" && as_dir=.
5894 for ac_exec_ext in '' $ac_executable_extensions; do
5895 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5896 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5897 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5898 break 2
5900 done
5901 done
5902 IFS=$as_save_IFS
5906 STRIP=$ac_cv_prog_STRIP
5907 if test -n "$STRIP"; then
5908 { echo "$as_me:$LINENO: result: $STRIP" >&5
5909 echo "${ECHO_T}$STRIP" >&6; }
5910 else
5911 { echo "$as_me:$LINENO: result: no" >&5
5912 echo "${ECHO_T}no" >&6; }
5917 if test -z "$ac_cv_prog_STRIP"; then
5918 ac_ct_STRIP=$STRIP
5919 # Extract the first word of "strip", so it can be a program name with args.
5920 set dummy strip; ac_word=$2
5921 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5922 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5923 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5924 echo $ECHO_N "(cached) $ECHO_C" >&6
5925 else
5926 if test -n "$ac_ct_STRIP"; then
5927 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5928 else
5929 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5930 for as_dir in $PATH
5932 IFS=$as_save_IFS
5933 test -z "$as_dir" && as_dir=.
5934 for ac_exec_ext in '' $ac_executable_extensions; do
5935 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5936 ac_cv_prog_ac_ct_STRIP="strip"
5937 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5938 break 2
5940 done
5941 done
5942 IFS=$as_save_IFS
5946 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5947 if test -n "$ac_ct_STRIP"; then
5948 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5949 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5950 else
5951 { echo "$as_me:$LINENO: result: no" >&5
5952 echo "${ECHO_T}no" >&6; }
5955 if test "x$ac_ct_STRIP" = x; then
5956 STRIP="strip"
5957 else
5958 case $cross_compiling:$ac_tool_warned in
5959 yes:)
5960 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5961 whose name does not start with the host triplet. If you think this
5962 configuration is useful to you, please write to autoconf@gnu.org." >&5
5963 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5964 whose name does not start with the host triplet. If you think this
5965 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5966 ac_tool_warned=yes ;;
5967 esac
5968 STRIP=$ac_ct_STRIP
5970 else
5971 STRIP="$ac_cv_prog_STRIP"
5974 if test -n "$ac_tool_prefix"; then
5975 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5976 set dummy ${ac_tool_prefix}windres; ac_word=$2
5977 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5978 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5979 if test "${ac_cv_prog_WINDRES+set}" = set; then
5980 echo $ECHO_N "(cached) $ECHO_C" >&6
5981 else
5982 if test -n "$WINDRES"; then
5983 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5984 else
5985 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5986 for as_dir in $PATH
5988 IFS=$as_save_IFS
5989 test -z "$as_dir" && as_dir=.
5990 for ac_exec_ext in '' $ac_executable_extensions; do
5991 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5992 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
5993 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5994 break 2
5996 done
5997 done
5998 IFS=$as_save_IFS
6002 WINDRES=$ac_cv_prog_WINDRES
6003 if test -n "$WINDRES"; then
6004 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6005 echo "${ECHO_T}$WINDRES" >&6; }
6006 else
6007 { echo "$as_me:$LINENO: result: no" >&5
6008 echo "${ECHO_T}no" >&6; }
6013 if test -z "$ac_cv_prog_WINDRES"; then
6014 ac_ct_WINDRES=$WINDRES
6015 # Extract the first word of "windres", so it can be a program name with args.
6016 set dummy windres; ac_word=$2
6017 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6018 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6019 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6020 echo $ECHO_N "(cached) $ECHO_C" >&6
6021 else
6022 if test -n "$ac_ct_WINDRES"; then
6023 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6024 else
6025 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6026 for as_dir in $PATH
6028 IFS=$as_save_IFS
6029 test -z "$as_dir" && as_dir=.
6030 for ac_exec_ext in '' $ac_executable_extensions; do
6031 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6032 ac_cv_prog_ac_ct_WINDRES="windres"
6033 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6034 break 2
6036 done
6037 done
6038 IFS=$as_save_IFS
6042 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6043 if test -n "$ac_ct_WINDRES"; then
6044 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6045 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6046 else
6047 { echo "$as_me:$LINENO: result: no" >&5
6048 echo "${ECHO_T}no" >&6; }
6051 if test "x$ac_ct_WINDRES" = x; then
6052 WINDRES="false"
6053 else
6054 case $cross_compiling:$ac_tool_warned in
6055 yes:)
6056 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6057 whose name does not start with the host triplet. If you think this
6058 configuration is useful to you, please write to autoconf@gnu.org." >&5
6059 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6060 whose name does not start with the host triplet. If you think this
6061 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6062 ac_tool_warned=yes ;;
6063 esac
6064 WINDRES=$ac_ct_WINDRES
6066 else
6067 WINDRES="$ac_cv_prog_WINDRES"
6070 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6071 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6072 LN_S=$as_ln_s
6073 if test "$LN_S" = "ln -s"; then
6074 { echo "$as_me:$LINENO: result: yes" >&5
6075 echo "${ECHO_T}yes" >&6; }
6076 else
6077 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6078 echo "${ECHO_T}no, using $LN_S" >&6; }
6081 { echo "$as_me:$LINENO: checking whether ln works" >&5
6082 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6083 rm -f conf$$ conf$$.file
6084 echo >conf$$.file
6085 if ln conf$$.file conf$$ 2>/dev/null; then
6086 LN=ln
6088 { echo "$as_me:$LINENO: result: yes" >&5
6089 echo "${ECHO_T}yes" >&6; }
6090 else
6091 LN="cp -p"
6093 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6094 echo "${ECHO_T}no, using $LN" >&6; }
6096 rm -f conf$$ conf$$.file
6097 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6098 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6099 if test "${ac_cv_path_GREP+set}" = set; then
6100 echo $ECHO_N "(cached) $ECHO_C" >&6
6101 else
6102 # Extract the first word of "grep ggrep" to use in msg output
6103 if test -z "$GREP"; then
6104 set dummy grep ggrep; ac_prog_name=$2
6105 if test "${ac_cv_path_GREP+set}" = set; then
6106 echo $ECHO_N "(cached) $ECHO_C" >&6
6107 else
6108 ac_path_GREP_found=false
6109 # Loop through the user's path and test for each of PROGNAME-LIST
6110 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6111 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6113 IFS=$as_save_IFS
6114 test -z "$as_dir" && as_dir=.
6115 for ac_prog in grep ggrep; do
6116 for ac_exec_ext in '' $ac_executable_extensions; do
6117 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6118 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6119 # Check for GNU ac_path_GREP and select it if it is found.
6120 # Check for GNU $ac_path_GREP
6121 case `"$ac_path_GREP" --version 2>&1` in
6122 *GNU*)
6123 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6125 ac_count=0
6126 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6127 while :
6129 cat "conftest.in" "conftest.in" >"conftest.tmp"
6130 mv "conftest.tmp" "conftest.in"
6131 cp "conftest.in" "conftest.nl"
6132 echo 'GREP' >> "conftest.nl"
6133 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6134 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6135 ac_count=`expr $ac_count + 1`
6136 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6137 # Best one so far, save it but keep looking for a better one
6138 ac_cv_path_GREP="$ac_path_GREP"
6139 ac_path_GREP_max=$ac_count
6141 # 10*(2^10) chars as input seems more than enough
6142 test $ac_count -gt 10 && break
6143 done
6144 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6145 esac
6148 $ac_path_GREP_found && break 3
6149 done
6150 done
6152 done
6153 IFS=$as_save_IFS
6158 GREP="$ac_cv_path_GREP"
6159 if test -z "$GREP"; then
6160 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6161 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6162 { (exit 1); exit 1; }; }
6165 else
6166 ac_cv_path_GREP=$GREP
6171 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6172 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6173 GREP="$ac_cv_path_GREP"
6176 { echo "$as_me:$LINENO: checking for egrep" >&5
6177 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6178 if test "${ac_cv_path_EGREP+set}" = set; then
6179 echo $ECHO_N "(cached) $ECHO_C" >&6
6180 else
6181 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6182 then ac_cv_path_EGREP="$GREP -E"
6183 else
6184 # Extract the first word of "egrep" to use in msg output
6185 if test -z "$EGREP"; then
6186 set dummy egrep; ac_prog_name=$2
6187 if test "${ac_cv_path_EGREP+set}" = set; then
6188 echo $ECHO_N "(cached) $ECHO_C" >&6
6189 else
6190 ac_path_EGREP_found=false
6191 # Loop through the user's path and test for each of PROGNAME-LIST
6192 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6193 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6195 IFS=$as_save_IFS
6196 test -z "$as_dir" && as_dir=.
6197 for ac_prog in egrep; do
6198 for ac_exec_ext in '' $ac_executable_extensions; do
6199 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6200 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6201 # Check for GNU ac_path_EGREP and select it if it is found.
6202 # Check for GNU $ac_path_EGREP
6203 case `"$ac_path_EGREP" --version 2>&1` in
6204 *GNU*)
6205 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6207 ac_count=0
6208 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6209 while :
6211 cat "conftest.in" "conftest.in" >"conftest.tmp"
6212 mv "conftest.tmp" "conftest.in"
6213 cp "conftest.in" "conftest.nl"
6214 echo 'EGREP' >> "conftest.nl"
6215 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6216 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6217 ac_count=`expr $ac_count + 1`
6218 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6219 # Best one so far, save it but keep looking for a better one
6220 ac_cv_path_EGREP="$ac_path_EGREP"
6221 ac_path_EGREP_max=$ac_count
6223 # 10*(2^10) chars as input seems more than enough
6224 test $ac_count -gt 10 && break
6225 done
6226 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6227 esac
6230 $ac_path_EGREP_found && break 3
6231 done
6232 done
6234 done
6235 IFS=$as_save_IFS
6240 EGREP="$ac_cv_path_EGREP"
6241 if test -z "$EGREP"; then
6242 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6243 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6244 { (exit 1); exit 1; }; }
6247 else
6248 ac_cv_path_EGREP=$EGREP
6254 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6255 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6256 EGREP="$ac_cv_path_EGREP"
6259 # Extract the first word of "ldconfig", so it can be a program name with args.
6260 set dummy ldconfig; ac_word=$2
6261 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6262 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6263 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6264 echo $ECHO_N "(cached) $ECHO_C" >&6
6265 else
6266 case $LDCONFIG in
6267 [\\/]* | ?:[\\/]*)
6268 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6271 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6272 for as_dir in /sbin /usr/sbin $PATH
6274 IFS=$as_save_IFS
6275 test -z "$as_dir" && as_dir=.
6276 for ac_exec_ext in '' $ac_executable_extensions; do
6277 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6278 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6279 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6280 break 2
6282 done
6283 done
6284 IFS=$as_save_IFS
6286 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6288 esac
6290 LDCONFIG=$ac_cv_path_LDCONFIG
6291 if test -n "$LDCONFIG"; then
6292 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6293 echo "${ECHO_T}$LDCONFIG" >&6; }
6294 else
6295 { echo "$as_me:$LINENO: result: no" >&5
6296 echo "${ECHO_T}no" >&6; }
6300 # Find a good install program. We prefer a C program (faster),
6301 # so one script is as good as another. But avoid the broken or
6302 # incompatible versions:
6303 # SysV /etc/install, /usr/sbin/install
6304 # SunOS /usr/etc/install
6305 # IRIX /sbin/install
6306 # AIX /bin/install
6307 # AmigaOS /C/install, which installs bootblocks on floppy discs
6308 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6309 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6310 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6311 # OS/2's system install, which has a completely different semantic
6312 # ./install, which can be erroneously created by make from ./install.sh.
6313 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6314 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6315 if test -z "$INSTALL"; then
6316 if test "${ac_cv_path_install+set}" = set; then
6317 echo $ECHO_N "(cached) $ECHO_C" >&6
6318 else
6319 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6320 for as_dir in $PATH
6322 IFS=$as_save_IFS
6323 test -z "$as_dir" && as_dir=.
6324 # Account for people who put trailing slashes in PATH elements.
6325 case $as_dir/ in
6326 ./ | .// | /cC/* | \
6327 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6328 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6329 /usr/ucb/* ) ;;
6331 # OSF1 and SCO ODT 3.0 have their own names for install.
6332 # Don't use installbsd from OSF since it installs stuff as root
6333 # by default.
6334 for ac_prog in ginstall scoinst install; do
6335 for ac_exec_ext in '' $ac_executable_extensions; do
6336 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6337 if test $ac_prog = install &&
6338 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6339 # AIX install. It has an incompatible calling convention.
6341 elif test $ac_prog = install &&
6342 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6343 # program-specific install script used by HP pwplus--don't use.
6345 else
6346 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6347 break 3
6350 done
6351 done
6353 esac
6354 done
6355 IFS=$as_save_IFS
6359 if test "${ac_cv_path_install+set}" = set; then
6360 INSTALL=$ac_cv_path_install
6361 else
6362 # As a last resort, use the slow shell script. Don't cache a
6363 # value for INSTALL within a source directory, because that will
6364 # break other packages using the cache if that directory is
6365 # removed, or if the value is a relative name.
6366 INSTALL=$ac_install_sh
6369 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6370 echo "${ECHO_T}$INSTALL" >&6; }
6372 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6373 # It thinks the first close brace ends the variable substitution.
6374 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6376 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6378 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6380 case "$INSTALL" in
6381 [\\/$]* | ?:[\\/]* ) ;;
6382 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6383 esac
6385 for ac_prog in lclint lint
6387 # Extract the first word of "$ac_prog", so it can be a program name with args.
6388 set dummy $ac_prog; ac_word=$2
6389 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6390 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6391 if test "${ac_cv_prog_LINT+set}" = set; then
6392 echo $ECHO_N "(cached) $ECHO_C" >&6
6393 else
6394 if test -n "$LINT"; then
6395 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6396 else
6397 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6398 for as_dir in $PATH
6400 IFS=$as_save_IFS
6401 test -z "$as_dir" && as_dir=.
6402 for ac_exec_ext in '' $ac_executable_extensions; do
6403 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6404 ac_cv_prog_LINT="$ac_prog"
6405 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6406 break 2
6408 done
6409 done
6410 IFS=$as_save_IFS
6414 LINT=$ac_cv_prog_LINT
6415 if test -n "$LINT"; then
6416 { echo "$as_me:$LINENO: result: $LINT" >&5
6417 echo "${ECHO_T}$LINT" >&6; }
6418 else
6419 { echo "$as_me:$LINENO: result: no" >&5
6420 echo "${ECHO_T}no" >&6; }
6424 test -n "$LINT" && break
6425 done
6427 if test "$LINT" = "lint"
6428 then
6429 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6434 for ac_prog in fontforge
6436 # Extract the first word of "$ac_prog", so it can be a program name with args.
6437 set dummy $ac_prog; ac_word=$2
6438 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6439 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6440 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6441 echo $ECHO_N "(cached) $ECHO_C" >&6
6442 else
6443 if test -n "$FONTFORGE"; then
6444 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6445 else
6446 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6447 for as_dir in $PATH
6449 IFS=$as_save_IFS
6450 test -z "$as_dir" && as_dir=.
6451 for ac_exec_ext in '' $ac_executable_extensions; do
6452 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6453 ac_cv_prog_FONTFORGE="$ac_prog"
6454 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6455 break 2
6457 done
6458 done
6459 IFS=$as_save_IFS
6463 FONTFORGE=$ac_cv_prog_FONTFORGE
6464 if test -n "$FONTFORGE"; then
6465 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6466 echo "${ECHO_T}$FONTFORGE" >&6; }
6467 else
6468 { echo "$as_me:$LINENO: result: no" >&5
6469 echo "${ECHO_T}no" >&6; }
6473 test -n "$FONTFORGE" && break
6474 done
6475 test -n "$FONTFORGE" || FONTFORGE="false"
6477 for ac_prog in pkg-config
6479 # Extract the first word of "$ac_prog", so it can be a program name with args.
6480 set dummy $ac_prog; ac_word=$2
6481 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6482 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6483 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6484 echo $ECHO_N "(cached) $ECHO_C" >&6
6485 else
6486 if test -n "$PKG_CONFIG"; then
6487 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6488 else
6489 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6490 for as_dir in $PATH
6492 IFS=$as_save_IFS
6493 test -z "$as_dir" && as_dir=.
6494 for ac_exec_ext in '' $ac_executable_extensions; do
6495 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6496 ac_cv_prog_PKG_CONFIG="$ac_prog"
6497 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6498 break 2
6500 done
6501 done
6502 IFS=$as_save_IFS
6506 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6507 if test -n "$PKG_CONFIG"; then
6508 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6509 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6510 else
6511 { echo "$as_me:$LINENO: result: no" >&5
6512 echo "${ECHO_T}no" >&6; }
6516 test -n "$PKG_CONFIG" && break
6517 done
6518 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6520 for ac_prog in rsvg
6522 # Extract the first word of "$ac_prog", so it can be a program name with args.
6523 set dummy $ac_prog; ac_word=$2
6524 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6525 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6526 if test "${ac_cv_prog_RSVG+set}" = set; then
6527 echo $ECHO_N "(cached) $ECHO_C" >&6
6528 else
6529 if test -n "$RSVG"; then
6530 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6531 else
6532 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6533 for as_dir in $PATH
6535 IFS=$as_save_IFS
6536 test -z "$as_dir" && as_dir=.
6537 for ac_exec_ext in '' $ac_executable_extensions; do
6538 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6539 ac_cv_prog_RSVG="$ac_prog"
6540 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6541 break 2
6543 done
6544 done
6545 IFS=$as_save_IFS
6549 RSVG=$ac_cv_prog_RSVG
6550 if test -n "$RSVG"; then
6551 { echo "$as_me:$LINENO: result: $RSVG" >&5
6552 echo "${ECHO_T}$RSVG" >&6; }
6553 else
6554 { echo "$as_me:$LINENO: result: no" >&5
6555 echo "${ECHO_T}no" >&6; }
6559 test -n "$RSVG" && break
6560 done
6561 test -n "$RSVG" || RSVG="false"
6563 for ac_prog in icotool
6565 # Extract the first word of "$ac_prog", so it can be a program name with args.
6566 set dummy $ac_prog; ac_word=$2
6567 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6568 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6569 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6570 echo $ECHO_N "(cached) $ECHO_C" >&6
6571 else
6572 if test -n "$ICOTOOL"; then
6573 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6574 else
6575 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6576 for as_dir in $PATH
6578 IFS=$as_save_IFS
6579 test -z "$as_dir" && as_dir=.
6580 for ac_exec_ext in '' $ac_executable_extensions; do
6581 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6582 ac_cv_prog_ICOTOOL="$ac_prog"
6583 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6584 break 2
6586 done
6587 done
6588 IFS=$as_save_IFS
6592 ICOTOOL=$ac_cv_prog_ICOTOOL
6593 if test -n "$ICOTOOL"; then
6594 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6595 echo "${ECHO_T}$ICOTOOL" >&6; }
6596 else
6597 { echo "$as_me:$LINENO: result: no" >&5
6598 echo "${ECHO_T}no" >&6; }
6602 test -n "$ICOTOOL" && break
6603 done
6604 test -n "$ICOTOOL" || ICOTOOL="false"
6607 if test "${enable_maintainer_mode+set}" = set
6608 then
6609 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6610 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6611 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6614 case $host_cpu in
6615 *i[3456789]86*)
6616 # Extract the first word of "prelink", so it can be a program name with args.
6617 set dummy prelink; ac_word=$2
6618 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6619 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6620 if test "${ac_cv_path_PRELINK+set}" = set; then
6621 echo $ECHO_N "(cached) $ECHO_C" >&6
6622 else
6623 case $PRELINK in
6624 [\\/]* | ?:[\\/]*)
6625 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6628 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6629 for as_dir in /sbin /usr/sbin $PATH
6631 IFS=$as_save_IFS
6632 test -z "$as_dir" && as_dir=.
6633 for ac_exec_ext in '' $ac_executable_extensions; do
6634 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6635 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6636 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6637 break 2
6639 done
6640 done
6641 IFS=$as_save_IFS
6643 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6645 esac
6647 PRELINK=$ac_cv_path_PRELINK
6648 if test -n "$PRELINK"; then
6649 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6650 echo "${ECHO_T}$PRELINK" >&6; }
6651 else
6652 { echo "$as_me:$LINENO: result: no" >&5
6653 echo "${ECHO_T}no" >&6; }
6658 esac
6662 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6663 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6664 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6665 echo $ECHO_N "(cached) $ECHO_C" >&6
6666 else
6667 ac_check_lib_save_LIBS=$LIBS
6668 LIBS="-li386 $LIBS"
6669 cat >conftest.$ac_ext <<_ACEOF
6670 /* confdefs.h. */
6671 _ACEOF
6672 cat confdefs.h >>conftest.$ac_ext
6673 cat >>conftest.$ac_ext <<_ACEOF
6674 /* end confdefs.h. */
6676 /* Override any GCC internal prototype to avoid an error.
6677 Use char because int might match the return type of a GCC
6678 builtin and then its argument prototype would still apply. */
6679 #ifdef __cplusplus
6680 extern "C"
6681 #endif
6682 char i386_set_ldt ();
6684 main ()
6686 return i386_set_ldt ();
6688 return 0;
6690 _ACEOF
6691 rm -f conftest.$ac_objext conftest$ac_exeext
6692 if { (ac_try="$ac_link"
6693 case "(($ac_try" in
6694 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6695 *) ac_try_echo=$ac_try;;
6696 esac
6697 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6698 (eval "$ac_link") 2>conftest.er1
6699 ac_status=$?
6700 grep -v '^ *+' conftest.er1 >conftest.err
6701 rm -f conftest.er1
6702 cat conftest.err >&5
6703 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6704 (exit $ac_status); } && {
6705 test -z "$ac_c_werror_flag" ||
6706 test ! -s conftest.err
6707 } && test -s conftest$ac_exeext &&
6708 $as_test_x conftest$ac_exeext; then
6709 ac_cv_lib_i386_i386_set_ldt=yes
6710 else
6711 echo "$as_me: failed program was:" >&5
6712 sed 's/^/| /' conftest.$ac_ext >&5
6714 ac_cv_lib_i386_i386_set_ldt=no
6717 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6718 conftest$ac_exeext conftest.$ac_ext
6719 LIBS=$ac_check_lib_save_LIBS
6721 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6722 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6723 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6724 cat >>confdefs.h <<_ACEOF
6725 #define HAVE_LIBI386 1
6726 _ACEOF
6728 LIBS="-li386 $LIBS"
6733 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6734 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6735 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6736 echo $ECHO_N "(cached) $ECHO_C" >&6
6737 else
6738 ac_check_lib_save_LIBS=$LIBS
6739 LIBS="-lossaudio $LIBS"
6740 cat >conftest.$ac_ext <<_ACEOF
6741 /* confdefs.h. */
6742 _ACEOF
6743 cat confdefs.h >>conftest.$ac_ext
6744 cat >>conftest.$ac_ext <<_ACEOF
6745 /* end confdefs.h. */
6747 /* Override any GCC internal prototype to avoid an error.
6748 Use char because int might match the return type of a GCC
6749 builtin and then its argument prototype would still apply. */
6750 #ifdef __cplusplus
6751 extern "C"
6752 #endif
6753 char _oss_ioctl ();
6755 main ()
6757 return _oss_ioctl ();
6759 return 0;
6761 _ACEOF
6762 rm -f conftest.$ac_objext conftest$ac_exeext
6763 if { (ac_try="$ac_link"
6764 case "(($ac_try" in
6765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6766 *) ac_try_echo=$ac_try;;
6767 esac
6768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6769 (eval "$ac_link") 2>conftest.er1
6770 ac_status=$?
6771 grep -v '^ *+' conftest.er1 >conftest.err
6772 rm -f conftest.er1
6773 cat conftest.err >&5
6774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6775 (exit $ac_status); } && {
6776 test -z "$ac_c_werror_flag" ||
6777 test ! -s conftest.err
6778 } && test -s conftest$ac_exeext &&
6779 $as_test_x conftest$ac_exeext; then
6780 ac_cv_lib_ossaudio__oss_ioctl=yes
6781 else
6782 echo "$as_me: failed program was:" >&5
6783 sed 's/^/| /' conftest.$ac_ext >&5
6785 ac_cv_lib_ossaudio__oss_ioctl=no
6788 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6789 conftest$ac_exeext conftest.$ac_ext
6790 LIBS=$ac_check_lib_save_LIBS
6792 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6793 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6794 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6795 cat >>confdefs.h <<_ACEOF
6796 #define HAVE_LIBOSSAUDIO 1
6797 _ACEOF
6799 LIBS="-lossaudio $LIBS"
6803 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6804 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6805 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6806 echo $ECHO_N "(cached) $ECHO_C" >&6
6807 else
6808 ac_check_lib_save_LIBS=$LIBS
6809 LIBS="-lpthread $LIBS"
6810 cat >conftest.$ac_ext <<_ACEOF
6811 /* confdefs.h. */
6812 _ACEOF
6813 cat confdefs.h >>conftest.$ac_ext
6814 cat >>conftest.$ac_ext <<_ACEOF
6815 /* end confdefs.h. */
6817 /* Override any GCC internal prototype to avoid an error.
6818 Use char because int might match the return type of a GCC
6819 builtin and then its argument prototype would still apply. */
6820 #ifdef __cplusplus
6821 extern "C"
6822 #endif
6823 char pthread_create ();
6825 main ()
6827 return pthread_create ();
6829 return 0;
6831 _ACEOF
6832 rm -f conftest.$ac_objext conftest$ac_exeext
6833 if { (ac_try="$ac_link"
6834 case "(($ac_try" in
6835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6836 *) ac_try_echo=$ac_try;;
6837 esac
6838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6839 (eval "$ac_link") 2>conftest.er1
6840 ac_status=$?
6841 grep -v '^ *+' conftest.er1 >conftest.err
6842 rm -f conftest.er1
6843 cat conftest.err >&5
6844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6845 (exit $ac_status); } && {
6846 test -z "$ac_c_werror_flag" ||
6847 test ! -s conftest.err
6848 } && test -s conftest$ac_exeext &&
6849 $as_test_x conftest$ac_exeext; then
6850 ac_cv_lib_pthread_pthread_create=yes
6851 else
6852 echo "$as_me: failed program was:" >&5
6853 sed 's/^/| /' conftest.$ac_ext >&5
6855 ac_cv_lib_pthread_pthread_create=no
6858 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6859 conftest$ac_exeext conftest.$ac_ext
6860 LIBS=$ac_check_lib_save_LIBS
6862 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6863 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6864 if test $ac_cv_lib_pthread_pthread_create = yes; then
6865 LIBPTHREAD="-lpthread"
6870 XLIB=""
6872 XFILES=""
6874 OPENGLFILES=""
6876 GLU32FILES=""
6878 OPENGL_LIBS=""
6880 QUARTZFILES=""
6884 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6885 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6886 if test "${ac_cv_header_stdc+set}" = set; then
6887 echo $ECHO_N "(cached) $ECHO_C" >&6
6888 else
6889 cat >conftest.$ac_ext <<_ACEOF
6890 /* confdefs.h. */
6891 _ACEOF
6892 cat confdefs.h >>conftest.$ac_ext
6893 cat >>conftest.$ac_ext <<_ACEOF
6894 /* end confdefs.h. */
6895 #include <stdlib.h>
6896 #include <stdarg.h>
6897 #include <string.h>
6898 #include <float.h>
6901 main ()
6905 return 0;
6907 _ACEOF
6908 rm -f conftest.$ac_objext
6909 if { (ac_try="$ac_compile"
6910 case "(($ac_try" in
6911 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6912 *) ac_try_echo=$ac_try;;
6913 esac
6914 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6915 (eval "$ac_compile") 2>conftest.er1
6916 ac_status=$?
6917 grep -v '^ *+' conftest.er1 >conftest.err
6918 rm -f conftest.er1
6919 cat conftest.err >&5
6920 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6921 (exit $ac_status); } && {
6922 test -z "$ac_c_werror_flag" ||
6923 test ! -s conftest.err
6924 } && test -s conftest.$ac_objext; then
6925 ac_cv_header_stdc=yes
6926 else
6927 echo "$as_me: failed program was:" >&5
6928 sed 's/^/| /' conftest.$ac_ext >&5
6930 ac_cv_header_stdc=no
6933 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6935 if test $ac_cv_header_stdc = yes; then
6936 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6937 cat >conftest.$ac_ext <<_ACEOF
6938 /* confdefs.h. */
6939 _ACEOF
6940 cat confdefs.h >>conftest.$ac_ext
6941 cat >>conftest.$ac_ext <<_ACEOF
6942 /* end confdefs.h. */
6943 #include <string.h>
6945 _ACEOF
6946 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6947 $EGREP "memchr" >/dev/null 2>&1; then
6949 else
6950 ac_cv_header_stdc=no
6952 rm -f conftest*
6956 if test $ac_cv_header_stdc = yes; then
6957 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6958 cat >conftest.$ac_ext <<_ACEOF
6959 /* confdefs.h. */
6960 _ACEOF
6961 cat confdefs.h >>conftest.$ac_ext
6962 cat >>conftest.$ac_ext <<_ACEOF
6963 /* end confdefs.h. */
6964 #include <stdlib.h>
6966 _ACEOF
6967 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6968 $EGREP "free" >/dev/null 2>&1; then
6970 else
6971 ac_cv_header_stdc=no
6973 rm -f conftest*
6977 if test $ac_cv_header_stdc = yes; then
6978 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6979 if test "$cross_compiling" = yes; then
6981 else
6982 cat >conftest.$ac_ext <<_ACEOF
6983 /* confdefs.h. */
6984 _ACEOF
6985 cat confdefs.h >>conftest.$ac_ext
6986 cat >>conftest.$ac_ext <<_ACEOF
6987 /* end confdefs.h. */
6988 #include <ctype.h>
6989 #include <stdlib.h>
6990 #if ((' ' & 0x0FF) == 0x020)
6991 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6992 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6993 #else
6994 # define ISLOWER(c) \
6995 (('a' <= (c) && (c) <= 'i') \
6996 || ('j' <= (c) && (c) <= 'r') \
6997 || ('s' <= (c) && (c) <= 'z'))
6998 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
6999 #endif
7001 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7003 main ()
7005 int i;
7006 for (i = 0; i < 256; i++)
7007 if (XOR (islower (i), ISLOWER (i))
7008 || toupper (i) != TOUPPER (i))
7009 return 2;
7010 return 0;
7012 _ACEOF
7013 rm -f conftest$ac_exeext
7014 if { (ac_try="$ac_link"
7015 case "(($ac_try" in
7016 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7017 *) ac_try_echo=$ac_try;;
7018 esac
7019 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7020 (eval "$ac_link") 2>&5
7021 ac_status=$?
7022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7023 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7024 { (case "(($ac_try" in
7025 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7026 *) ac_try_echo=$ac_try;;
7027 esac
7028 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7029 (eval "$ac_try") 2>&5
7030 ac_status=$?
7031 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7032 (exit $ac_status); }; }; then
7034 else
7035 echo "$as_me: program exited with status $ac_status" >&5
7036 echo "$as_me: failed program was:" >&5
7037 sed 's/^/| /' conftest.$ac_ext >&5
7039 ( exit $ac_status )
7040 ac_cv_header_stdc=no
7042 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7048 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7049 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7050 if test $ac_cv_header_stdc = yes; then
7052 cat >>confdefs.h <<\_ACEOF
7053 #define STDC_HEADERS 1
7054 _ACEOF
7058 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7068 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7069 inttypes.h stdint.h unistd.h
7071 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7072 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7073 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7074 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7075 echo $ECHO_N "(cached) $ECHO_C" >&6
7076 else
7077 cat >conftest.$ac_ext <<_ACEOF
7078 /* confdefs.h. */
7079 _ACEOF
7080 cat confdefs.h >>conftest.$ac_ext
7081 cat >>conftest.$ac_ext <<_ACEOF
7082 /* end confdefs.h. */
7083 $ac_includes_default
7085 #include <$ac_header>
7086 _ACEOF
7087 rm -f conftest.$ac_objext
7088 if { (ac_try="$ac_compile"
7089 case "(($ac_try" in
7090 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7091 *) ac_try_echo=$ac_try;;
7092 esac
7093 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7094 (eval "$ac_compile") 2>conftest.er1
7095 ac_status=$?
7096 grep -v '^ *+' conftest.er1 >conftest.err
7097 rm -f conftest.er1
7098 cat conftest.err >&5
7099 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7100 (exit $ac_status); } && {
7101 test -z "$ac_c_werror_flag" ||
7102 test ! -s conftest.err
7103 } && test -s conftest.$ac_objext; then
7104 eval "$as_ac_Header=yes"
7105 else
7106 echo "$as_me: failed program was:" >&5
7107 sed 's/^/| /' conftest.$ac_ext >&5
7109 eval "$as_ac_Header=no"
7112 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7114 ac_res=`eval echo '${'$as_ac_Header'}'`
7115 { echo "$as_me:$LINENO: result: $ac_res" >&5
7116 echo "${ECHO_T}$ac_res" >&6; }
7117 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7118 cat >>confdefs.h <<_ACEOF
7119 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7120 _ACEOF
7124 done
7238 for ac_header in \
7239 AudioUnit/AudioUnit.h \
7240 Carbon/Carbon.h \
7241 CoreAudio/CoreAudio.h \
7242 DiskArbitration/DiskArbitration.h \
7243 IOKit/IOKitLib.h \
7244 alias.h \
7245 alsa/asoundlib.h \
7246 arpa/inet.h \
7247 arpa/nameser.h \
7248 asm/types.h \
7249 capi20.h \
7250 curses.h \
7251 direct.h \
7252 dlfcn.h \
7253 elf.h \
7254 float.h \
7255 fontconfig/fontconfig.h \
7256 getopt.h \
7257 ieeefp.h \
7258 io.h \
7259 jack/jack.h \
7260 jpeglib.h \
7261 lber.h \
7262 lcms.h \
7263 lcms/lcms.h \
7264 ldap.h \
7265 libaudioio.h \
7266 link.h \
7267 linux/cdrom.h \
7268 linux/compiler.h \
7269 linux/hdreg.h \
7270 linux/input.h \
7271 linux/ioctl.h \
7272 linux/joystick.h \
7273 linux/major.h \
7274 linux/param.h \
7275 linux/serial.h \
7276 linux/ucdrom.h \
7277 mach/mach.h \
7278 mach/machine.h \
7279 machine/cpu.h \
7280 machine/limits.h \
7281 machine/soundcard.h \
7282 mntent.h \
7283 ncurses.h \
7284 netdb.h \
7285 netinet/in.h \
7286 netinet/in_systm.h \
7287 netinet/tcp.h \
7288 netinet/tcp_fsm.h \
7289 openssl/err.h \
7290 openssl/ssl.h \
7291 png.h \
7292 poll.h \
7293 process.h \
7294 pthread.h \
7295 pwd.h \
7296 regex.h \
7297 sched.h \
7298 scsi/scsi.h \
7299 scsi/scsi_ioctl.h \
7300 scsi/sg.h \
7301 soundcard.h \
7302 stdint.h \
7303 strings.h \
7304 sys/asoundlib.h \
7305 sys/cdio.h \
7306 sys/elf32.h \
7307 sys/epoll.h \
7308 sys/errno.h \
7309 sys/event.h \
7310 sys/exec_elf.h \
7311 sys/filio.h \
7312 sys/ioctl.h \
7313 sys/ipc.h \
7314 sys/limits.h \
7315 sys/link.h \
7316 sys/lwp.h \
7317 sys/mman.h \
7318 sys/modem.h \
7319 sys/msg.h \
7320 sys/mtio.h \
7321 sys/param.h \
7322 sys/poll.h \
7323 sys/prctl.h \
7324 sys/ptrace.h \
7325 sys/reg.h \
7326 sys/resource.h \
7327 sys/scsiio.h \
7328 sys/shm.h \
7329 sys/signal.h \
7330 sys/socket.h \
7331 sys/socketvar.h \
7332 sys/sockio.h \
7333 sys/soundcard.h \
7334 sys/statvfs.h \
7335 sys/strtio.h \
7336 sys/syscall.h \
7337 sys/sysctl.h \
7338 sys/time.h \
7339 sys/times.h \
7340 sys/uio.h \
7341 sys/un.h \
7342 sys/vm86.h \
7343 sys/wait.h \
7344 syscall.h \
7345 termios.h \
7346 unistd.h \
7347 utime.h \
7348 valgrind/memcheck.h \
7349 valgrind/valgrind.h
7352 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7353 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7354 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7355 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7356 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7357 echo $ECHO_N "(cached) $ECHO_C" >&6
7359 ac_res=`eval echo '${'$as_ac_Header'}'`
7360 { echo "$as_me:$LINENO: result: $ac_res" >&5
7361 echo "${ECHO_T}$ac_res" >&6; }
7362 else
7363 # Is the header compilable?
7364 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7365 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7366 cat >conftest.$ac_ext <<_ACEOF
7367 /* confdefs.h. */
7368 _ACEOF
7369 cat confdefs.h >>conftest.$ac_ext
7370 cat >>conftest.$ac_ext <<_ACEOF
7371 /* end confdefs.h. */
7372 $ac_includes_default
7373 #include <$ac_header>
7374 _ACEOF
7375 rm -f conftest.$ac_objext
7376 if { (ac_try="$ac_compile"
7377 case "(($ac_try" in
7378 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7379 *) ac_try_echo=$ac_try;;
7380 esac
7381 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7382 (eval "$ac_compile") 2>conftest.er1
7383 ac_status=$?
7384 grep -v '^ *+' conftest.er1 >conftest.err
7385 rm -f conftest.er1
7386 cat conftest.err >&5
7387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7388 (exit $ac_status); } && {
7389 test -z "$ac_c_werror_flag" ||
7390 test ! -s conftest.err
7391 } && test -s conftest.$ac_objext; then
7392 ac_header_compiler=yes
7393 else
7394 echo "$as_me: failed program was:" >&5
7395 sed 's/^/| /' conftest.$ac_ext >&5
7397 ac_header_compiler=no
7400 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7401 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7402 echo "${ECHO_T}$ac_header_compiler" >&6; }
7404 # Is the header present?
7405 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7406 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7407 cat >conftest.$ac_ext <<_ACEOF
7408 /* confdefs.h. */
7409 _ACEOF
7410 cat confdefs.h >>conftest.$ac_ext
7411 cat >>conftest.$ac_ext <<_ACEOF
7412 /* end confdefs.h. */
7413 #include <$ac_header>
7414 _ACEOF
7415 if { (ac_try="$ac_cpp conftest.$ac_ext"
7416 case "(($ac_try" in
7417 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7418 *) ac_try_echo=$ac_try;;
7419 esac
7420 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7421 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7422 ac_status=$?
7423 grep -v '^ *+' conftest.er1 >conftest.err
7424 rm -f conftest.er1
7425 cat conftest.err >&5
7426 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7427 (exit $ac_status); } >/dev/null && {
7428 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7429 test ! -s conftest.err
7430 }; then
7431 ac_header_preproc=yes
7432 else
7433 echo "$as_me: failed program was:" >&5
7434 sed 's/^/| /' conftest.$ac_ext >&5
7436 ac_header_preproc=no
7439 rm -f conftest.err conftest.$ac_ext
7440 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7441 echo "${ECHO_T}$ac_header_preproc" >&6; }
7443 # So? What about this header?
7444 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7445 yes:no: )
7446 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7447 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7448 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7449 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7450 ac_header_preproc=yes
7452 no:yes:* )
7453 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7454 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7455 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7456 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7457 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7458 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7459 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7460 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7461 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7462 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7463 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7464 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7465 ( cat <<\_ASBOX
7466 ## ------------------------------------ ##
7467 ## Report this to wine-devel@winehq.org ##
7468 ## ------------------------------------ ##
7469 _ASBOX
7470 ) | sed "s/^/$as_me: WARNING: /" >&2
7472 esac
7473 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7474 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7475 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7476 echo $ECHO_N "(cached) $ECHO_C" >&6
7477 else
7478 eval "$as_ac_Header=\$ac_header_preproc"
7480 ac_res=`eval echo '${'$as_ac_Header'}'`
7481 { echo "$as_me:$LINENO: result: $ac_res" >&5
7482 echo "${ECHO_T}$ac_res" >&6; }
7485 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7486 cat >>confdefs.h <<_ACEOF
7487 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7488 _ACEOF
7492 done
7494 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7495 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7496 if test "${ac_cv_header_stat_broken+set}" = set; then
7497 echo $ECHO_N "(cached) $ECHO_C" >&6
7498 else
7499 cat >conftest.$ac_ext <<_ACEOF
7500 /* confdefs.h. */
7501 _ACEOF
7502 cat confdefs.h >>conftest.$ac_ext
7503 cat >>conftest.$ac_ext <<_ACEOF
7504 /* end confdefs.h. */
7505 #include <sys/types.h>
7506 #include <sys/stat.h>
7508 #if defined S_ISBLK && defined S_IFDIR
7509 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7510 #endif
7512 #if defined S_ISBLK && defined S_IFCHR
7513 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7514 #endif
7516 #if defined S_ISLNK && defined S_IFREG
7517 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7518 #endif
7520 #if defined S_ISSOCK && defined S_IFREG
7521 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7522 #endif
7524 _ACEOF
7525 rm -f conftest.$ac_objext
7526 if { (ac_try="$ac_compile"
7527 case "(($ac_try" in
7528 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7529 *) ac_try_echo=$ac_try;;
7530 esac
7531 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7532 (eval "$ac_compile") 2>conftest.er1
7533 ac_status=$?
7534 grep -v '^ *+' conftest.er1 >conftest.err
7535 rm -f conftest.er1
7536 cat conftest.err >&5
7537 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7538 (exit $ac_status); } && {
7539 test -z "$ac_c_werror_flag" ||
7540 test ! -s conftest.err
7541 } && test -s conftest.$ac_objext; then
7542 ac_cv_header_stat_broken=no
7543 else
7544 echo "$as_me: failed program was:" >&5
7545 sed 's/^/| /' conftest.$ac_ext >&5
7547 ac_cv_header_stat_broken=yes
7550 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7552 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7553 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7554 if test $ac_cv_header_stat_broken = yes; then
7556 cat >>confdefs.h <<\_ACEOF
7557 #define STAT_MACROS_BROKEN 1
7558 _ACEOF
7568 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7570 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7571 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7572 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7573 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7574 echo $ECHO_N "(cached) $ECHO_C" >&6
7575 else
7576 cat >conftest.$ac_ext <<_ACEOF
7577 /* confdefs.h. */
7578 _ACEOF
7579 cat confdefs.h >>conftest.$ac_ext
7580 cat >>conftest.$ac_ext <<_ACEOF
7581 /* end confdefs.h. */
7582 #include <sys/types.h>
7583 #ifdef HAVE_SYS_PARAM_H
7584 # include <sys/param.h>
7585 #endif
7587 #include <$ac_header>
7588 _ACEOF
7589 rm -f conftest.$ac_objext
7590 if { (ac_try="$ac_compile"
7591 case "(($ac_try" in
7592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7593 *) ac_try_echo=$ac_try;;
7594 esac
7595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7596 (eval "$ac_compile") 2>conftest.er1
7597 ac_status=$?
7598 grep -v '^ *+' conftest.er1 >conftest.err
7599 rm -f conftest.er1
7600 cat conftest.err >&5
7601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7602 (exit $ac_status); } && {
7603 test -z "$ac_c_werror_flag" ||
7604 test ! -s conftest.err
7605 } && test -s conftest.$ac_objext; then
7606 eval "$as_ac_Header=yes"
7607 else
7608 echo "$as_me: failed program was:" >&5
7609 sed 's/^/| /' conftest.$ac_ext >&5
7611 eval "$as_ac_Header=no"
7614 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7616 ac_res=`eval echo '${'$as_ac_Header'}'`
7617 { echo "$as_me:$LINENO: result: $ac_res" >&5
7618 echo "${ECHO_T}$ac_res" >&6; }
7619 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7620 cat >>confdefs.h <<_ACEOF
7621 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7622 _ACEOF
7626 done
7641 for ac_header in \
7642 netinet/ip.h \
7643 net/if.h \
7644 net/if_arp.h \
7645 net/if_dl.h \
7646 net/if_types.h \
7647 net/route.h \
7648 netinet/if_ether.h \
7649 netinet/in_pcb.h \
7650 netinet/ip_icmp.h \
7651 netinet/ip_var.h \
7652 netinet/udp.h \
7653 netipx/ipx.h \
7656 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7657 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7658 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7659 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7660 echo $ECHO_N "(cached) $ECHO_C" >&6
7661 else
7662 cat >conftest.$ac_ext <<_ACEOF
7663 /* confdefs.h. */
7664 _ACEOF
7665 cat confdefs.h >>conftest.$ac_ext
7666 cat >>conftest.$ac_ext <<_ACEOF
7667 /* end confdefs.h. */
7668 #include <sys/types.h>
7669 #ifdef HAVE_SYS_SOCKET_H
7670 # include <sys/socket.h>
7671 #endif
7672 #ifdef HAVE_SYS_SOCKETVAR_H
7673 # include <sys/socketvar.h>
7674 #endif
7675 #ifdef HAVE_NETINET_IN_H
7676 # include <netinet/in.h>
7677 #endif
7678 #ifdef HAVE_NETINET_IP_H
7679 # include <netinet/ip.h>
7680 #endif
7682 #include <$ac_header>
7683 _ACEOF
7684 rm -f conftest.$ac_objext
7685 if { (ac_try="$ac_compile"
7686 case "(($ac_try" in
7687 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7688 *) ac_try_echo=$ac_try;;
7689 esac
7690 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7691 (eval "$ac_compile") 2>conftest.er1
7692 ac_status=$?
7693 grep -v '^ *+' conftest.er1 >conftest.err
7694 rm -f conftest.er1
7695 cat conftest.err >&5
7696 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7697 (exit $ac_status); } && {
7698 test -z "$ac_c_werror_flag" ||
7699 test ! -s conftest.err
7700 } && test -s conftest.$ac_objext; then
7701 eval "$as_ac_Header=yes"
7702 else
7703 echo "$as_me: failed program was:" >&5
7704 sed 's/^/| /' conftest.$ac_ext >&5
7706 eval "$as_ac_Header=no"
7709 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7711 ac_res=`eval echo '${'$as_ac_Header'}'`
7712 { echo "$as_me:$LINENO: result: $ac_res" >&5
7713 echo "${ECHO_T}$ac_res" >&6; }
7714 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7715 cat >>confdefs.h <<_ACEOF
7716 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7717 _ACEOF
7721 done
7728 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7730 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7731 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7732 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7733 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7734 echo $ECHO_N "(cached) $ECHO_C" >&6
7735 else
7736 cat >conftest.$ac_ext <<_ACEOF
7737 /* confdefs.h. */
7738 _ACEOF
7739 cat confdefs.h >>conftest.$ac_ext
7740 cat >>conftest.$ac_ext <<_ACEOF
7741 /* end confdefs.h. */
7742 #include <sys/types.h>
7743 #ifdef HAVE_ALIAS_H
7744 # include <alias.h>
7745 #endif
7746 #ifdef HAVE_SYS_SOCKET_H
7747 # include <sys/socket.h>
7748 #endif
7749 #ifdef HAVE_SYS_SOCKETVAR_H
7750 # include <sys/socketvar.h>
7751 #endif
7752 #ifdef HAVE_NETINET_IN_H
7753 # include <netinet/in.h>
7754 #endif
7755 #ifdef HAVE_NETINET_IP_H
7756 # include <netinet/ip.h>
7757 #endif
7758 #ifdef HAVE_NETINET_IP_VAR_H
7759 # include <netinet/ip_var.h>
7760 #endif
7761 #ifdef HAVE_NETINET_IP_ICMP_H
7762 # include <netinet/ip_icmp.h>
7763 #endif
7764 #ifdef HAVE_NETINET_UDP_H
7765 # include <netinet/udp.h>
7766 #endif
7767 #ifdef HAVE_NETINET_TCP_H
7768 # include <netinet/tcp.h>
7769 #endif
7771 #include <$ac_header>
7772 _ACEOF
7773 rm -f conftest.$ac_objext
7774 if { (ac_try="$ac_compile"
7775 case "(($ac_try" in
7776 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7777 *) ac_try_echo=$ac_try;;
7778 esac
7779 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7780 (eval "$ac_compile") 2>conftest.er1
7781 ac_status=$?
7782 grep -v '^ *+' conftest.er1 >conftest.err
7783 rm -f conftest.er1
7784 cat conftest.err >&5
7785 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7786 (exit $ac_status); } && {
7787 test -z "$ac_c_werror_flag" ||
7788 test ! -s conftest.err
7789 } && test -s conftest.$ac_objext; then
7790 eval "$as_ac_Header=yes"
7791 else
7792 echo "$as_me: failed program was:" >&5
7793 sed 's/^/| /' conftest.$ac_ext >&5
7795 eval "$as_ac_Header=no"
7798 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7800 ac_res=`eval echo '${'$as_ac_Header'}'`
7801 { echo "$as_me:$LINENO: result: $ac_res" >&5
7802 echo "${ECHO_T}$ac_res" >&6; }
7803 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7804 cat >>confdefs.h <<_ACEOF
7805 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7806 _ACEOF
7810 done
7814 for ac_header in linux/ipx.h
7816 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7817 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7818 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7819 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7820 echo $ECHO_N "(cached) $ECHO_C" >&6
7821 else
7822 cat >conftest.$ac_ext <<_ACEOF
7823 /* confdefs.h. */
7824 _ACEOF
7825 cat confdefs.h >>conftest.$ac_ext
7826 cat >>conftest.$ac_ext <<_ACEOF
7827 /* end confdefs.h. */
7828 #include <sys/types.h>
7829 #ifdef HAVE_ASM_TYPES_H
7830 # include <asm/types.h>
7831 #endif
7832 #ifdef HAVE_SYS_SOCKET_H
7833 # include <sys/socket.h>
7834 #endif
7836 #include <$ac_header>
7837 _ACEOF
7838 rm -f conftest.$ac_objext
7839 if { (ac_try="$ac_compile"
7840 case "(($ac_try" in
7841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7842 *) ac_try_echo=$ac_try;;
7843 esac
7844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7845 (eval "$ac_compile") 2>conftest.er1
7846 ac_status=$?
7847 grep -v '^ *+' conftest.er1 >conftest.err
7848 rm -f conftest.er1
7849 cat conftest.err >&5
7850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7851 (exit $ac_status); } && {
7852 test -z "$ac_c_werror_flag" ||
7853 test ! -s conftest.err
7854 } && test -s conftest.$ac_objext; then
7855 eval "$as_ac_Header=yes"
7856 else
7857 echo "$as_me: failed program was:" >&5
7858 sed 's/^/| /' conftest.$ac_ext >&5
7860 eval "$as_ac_Header=no"
7863 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7865 ac_res=`eval echo '${'$as_ac_Header'}'`
7866 { echo "$as_me:$LINENO: result: $ac_res" >&5
7867 echo "${ECHO_T}$ac_res" >&6; }
7868 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7869 cat >>confdefs.h <<_ACEOF
7870 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7871 _ACEOF
7875 done
7879 for ac_header in resolv.h
7881 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7882 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7883 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7884 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7885 echo $ECHO_N "(cached) $ECHO_C" >&6
7886 else
7887 cat >conftest.$ac_ext <<_ACEOF
7888 /* confdefs.h. */
7889 _ACEOF
7890 cat confdefs.h >>conftest.$ac_ext
7891 cat >>conftest.$ac_ext <<_ACEOF
7892 /* end confdefs.h. */
7893 #include <sys/types.h>
7894 #ifdef HAVE_SYS_SOCKET_H
7895 # include <sys/socket.h>
7896 #endif
7897 #ifdef HAVE_NETINET_IN_H
7898 # include <netinet/in.h>
7899 #endif
7900 #ifdef HAVE_ARPA_NAMESER_H
7901 # include <arpa/nameser.h>
7902 #endif
7904 #include <$ac_header>
7905 _ACEOF
7906 rm -f conftest.$ac_objext
7907 if { (ac_try="$ac_compile"
7908 case "(($ac_try" in
7909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7910 *) ac_try_echo=$ac_try;;
7911 esac
7912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7913 (eval "$ac_compile") 2>conftest.er1
7914 ac_status=$?
7915 grep -v '^ *+' conftest.er1 >conftest.err
7916 rm -f conftest.er1
7917 cat conftest.err >&5
7918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7919 (exit $ac_status); } && {
7920 test -z "$ac_c_werror_flag" ||
7921 test ! -s conftest.err
7922 } && test -s conftest.$ac_objext; then
7923 eval "$as_ac_Header=yes"
7924 else
7925 echo "$as_me: failed program was:" >&5
7926 sed 's/^/| /' conftest.$ac_ext >&5
7928 eval "$as_ac_Header=no"
7931 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7933 ac_res=`eval echo '${'$as_ac_Header'}'`
7934 { echo "$as_me:$LINENO: result: $ac_res" >&5
7935 echo "${ECHO_T}$ac_res" >&6; }
7936 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7937 cat >>confdefs.h <<_ACEOF
7938 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7939 _ACEOF
7943 done
7947 for ac_header in ucontext.h
7949 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7950 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7951 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7952 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7953 echo $ECHO_N "(cached) $ECHO_C" >&6
7954 else
7955 cat >conftest.$ac_ext <<_ACEOF
7956 /* confdefs.h. */
7957 _ACEOF
7958 cat confdefs.h >>conftest.$ac_ext
7959 cat >>conftest.$ac_ext <<_ACEOF
7960 /* end confdefs.h. */
7961 #include <signal.h>
7963 #include <$ac_header>
7964 _ACEOF
7965 rm -f conftest.$ac_objext
7966 if { (ac_try="$ac_compile"
7967 case "(($ac_try" in
7968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7969 *) ac_try_echo=$ac_try;;
7970 esac
7971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7972 (eval "$ac_compile") 2>conftest.er1
7973 ac_status=$?
7974 grep -v '^ *+' conftest.er1 >conftest.err
7975 rm -f conftest.er1
7976 cat conftest.err >&5
7977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7978 (exit $ac_status); } && {
7979 test -z "$ac_c_werror_flag" ||
7980 test ! -s conftest.err
7981 } && test -s conftest.$ac_objext; then
7982 eval "$as_ac_Header=yes"
7983 else
7984 echo "$as_me: failed program was:" >&5
7985 sed 's/^/| /' conftest.$ac_ext >&5
7987 eval "$as_ac_Header=no"
7990 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7992 ac_res=`eval echo '${'$as_ac_Header'}'`
7993 { echo "$as_me:$LINENO: result: $ac_res" >&5
7994 echo "${ECHO_T}$ac_res" >&6; }
7995 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7996 cat >>confdefs.h <<_ACEOF
7997 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7998 _ACEOF
8002 done
8006 for ac_header in sys/thr.h
8008 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8009 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8010 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8011 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8012 echo $ECHO_N "(cached) $ECHO_C" >&6
8013 else
8014 cat >conftest.$ac_ext <<_ACEOF
8015 /* confdefs.h. */
8016 _ACEOF
8017 cat confdefs.h >>conftest.$ac_ext
8018 cat >>conftest.$ac_ext <<_ACEOF
8019 /* end confdefs.h. */
8020 #include <sys/types.h>
8021 #ifdef HAVE_UCONTEXT_H
8022 #include <ucontext.h>
8023 #endif
8025 #include <$ac_header>
8026 _ACEOF
8027 rm -f conftest.$ac_objext
8028 if { (ac_try="$ac_compile"
8029 case "(($ac_try" in
8030 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8031 *) ac_try_echo=$ac_try;;
8032 esac
8033 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8034 (eval "$ac_compile") 2>conftest.er1
8035 ac_status=$?
8036 grep -v '^ *+' conftest.er1 >conftest.err
8037 rm -f conftest.er1
8038 cat conftest.err >&5
8039 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8040 (exit $ac_status); } && {
8041 test -z "$ac_c_werror_flag" ||
8042 test ! -s conftest.err
8043 } && test -s conftest.$ac_objext; then
8044 eval "$as_ac_Header=yes"
8045 else
8046 echo "$as_me: failed program was:" >&5
8047 sed 's/^/| /' conftest.$ac_ext >&5
8049 eval "$as_ac_Header=no"
8052 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8054 ac_res=`eval echo '${'$as_ac_Header'}'`
8055 { echo "$as_me:$LINENO: result: $ac_res" >&5
8056 echo "${ECHO_T}$ac_res" >&6; }
8057 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8058 cat >>confdefs.h <<_ACEOF
8059 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8060 _ACEOF
8064 done
8068 for ac_header in pthread_np.h
8070 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8071 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8072 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8073 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8074 echo $ECHO_N "(cached) $ECHO_C" >&6
8075 else
8076 cat >conftest.$ac_ext <<_ACEOF
8077 /* confdefs.h. */
8078 _ACEOF
8079 cat confdefs.h >>conftest.$ac_ext
8080 cat >>conftest.$ac_ext <<_ACEOF
8081 /* end confdefs.h. */
8082 #ifdef HAVE_PTHREAD_H
8083 #include <pthread.h>
8084 #endif
8086 #include <$ac_header>
8087 _ACEOF
8088 rm -f conftest.$ac_objext
8089 if { (ac_try="$ac_compile"
8090 case "(($ac_try" in
8091 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8092 *) ac_try_echo=$ac_try;;
8093 esac
8094 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8095 (eval "$ac_compile") 2>conftest.er1
8096 ac_status=$?
8097 grep -v '^ *+' conftest.er1 >conftest.err
8098 rm -f conftest.er1
8099 cat conftest.err >&5
8100 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8101 (exit $ac_status); } && {
8102 test -z "$ac_c_werror_flag" ||
8103 test ! -s conftest.err
8104 } && test -s conftest.$ac_objext; then
8105 eval "$as_ac_Header=yes"
8106 else
8107 echo "$as_me: failed program was:" >&5
8108 sed 's/^/| /' conftest.$ac_ext >&5
8110 eval "$as_ac_Header=no"
8113 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8115 ac_res=`eval echo '${'$as_ac_Header'}'`
8116 { echo "$as_me:$LINENO: result: $ac_res" >&5
8117 echo "${ECHO_T}$ac_res" >&6; }
8118 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8119 cat >>confdefs.h <<_ACEOF
8120 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8121 _ACEOF
8125 done
8129 for ac_header in linux/videodev.h
8131 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8132 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8133 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8134 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8135 echo $ECHO_N "(cached) $ECHO_C" >&6
8136 else
8137 cat >conftest.$ac_ext <<_ACEOF
8138 /* confdefs.h. */
8139 _ACEOF
8140 cat confdefs.h >>conftest.$ac_ext
8141 cat >>conftest.$ac_ext <<_ACEOF
8142 /* end confdefs.h. */
8143 #ifdef HAVE_SYS_TIME_H
8144 #include <sys/time.h>
8145 #endif
8146 #include <sys/types.h>
8147 #ifdef HAVE_ASM_TYPES_H
8148 #include <asm/types.h>
8149 #endif
8151 #include <$ac_header>
8152 _ACEOF
8153 rm -f conftest.$ac_objext
8154 if { (ac_try="$ac_compile"
8155 case "(($ac_try" in
8156 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8157 *) ac_try_echo=$ac_try;;
8158 esac
8159 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8160 (eval "$ac_compile") 2>conftest.er1
8161 ac_status=$?
8162 grep -v '^ *+' conftest.er1 >conftest.err
8163 rm -f conftest.er1
8164 cat conftest.err >&5
8165 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8166 (exit $ac_status); } && {
8167 test -z "$ac_c_werror_flag" ||
8168 test ! -s conftest.err
8169 } && test -s conftest.$ac_objext; then
8170 eval "$as_ac_Header=yes"
8171 else
8172 echo "$as_me: failed program was:" >&5
8173 sed 's/^/| /' conftest.$ac_ext >&5
8175 eval "$as_ac_Header=no"
8178 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8180 ac_res=`eval echo '${'$as_ac_Header'}'`
8181 { echo "$as_me:$LINENO: result: $ac_res" >&5
8182 echo "${ECHO_T}$ac_res" >&6; }
8183 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8184 cat >>confdefs.h <<_ACEOF
8185 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8186 _ACEOF
8190 done
8194 for ac_header in linux/capi.h
8196 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8197 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8198 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8199 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8200 echo $ECHO_N "(cached) $ECHO_C" >&6
8201 else
8202 cat >conftest.$ac_ext <<_ACEOF
8203 /* confdefs.h. */
8204 _ACEOF
8205 cat confdefs.h >>conftest.$ac_ext
8206 cat >>conftest.$ac_ext <<_ACEOF
8207 /* end confdefs.h. */
8208 #define __user
8210 #include <$ac_header>
8211 _ACEOF
8212 rm -f conftest.$ac_objext
8213 if { (ac_try="$ac_compile"
8214 case "(($ac_try" in
8215 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8216 *) ac_try_echo=$ac_try;;
8217 esac
8218 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8219 (eval "$ac_compile") 2>conftest.er1
8220 ac_status=$?
8221 grep -v '^ *+' conftest.er1 >conftest.err
8222 rm -f conftest.er1
8223 cat conftest.err >&5
8224 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8225 (exit $ac_status); } && {
8226 test -z "$ac_c_werror_flag" ||
8227 test ! -s conftest.err
8228 } && test -s conftest.$ac_objext; then
8229 eval "$as_ac_Header=yes"
8230 else
8231 echo "$as_me: failed program was:" >&5
8232 sed 's/^/| /' conftest.$ac_ext >&5
8234 eval "$as_ac_Header=no"
8237 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8239 ac_res=`eval echo '${'$as_ac_Header'}'`
8240 { echo "$as_me:$LINENO: result: $ac_res" >&5
8241 echo "${ECHO_T}$ac_res" >&6; }
8242 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8243 cat >>confdefs.h <<_ACEOF
8244 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8245 _ACEOF
8249 done
8253 DLLEXT=""
8255 DLLFLAGS="-D_REENTRANT"
8257 LDSHARED=""
8259 LDDLLFLAGS=""
8261 LIBEXT="so"
8263 IMPLIBEXT="def"
8265 LDRPATH_INSTALL=""
8267 LDRPATH_LOCAL=""
8269 # Extract the first word of "ldd", so it can be a program name with args.
8270 set dummy ldd; ac_word=$2
8271 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8272 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8273 if test "${ac_cv_path_LDD+set}" = set; then
8274 echo $ECHO_N "(cached) $ECHO_C" >&6
8275 else
8276 case $LDD in
8277 [\\/]* | ?:[\\/]*)
8278 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8281 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8282 as_dummy="/sbin:/usr/sbin:$PATH"
8283 for as_dir in $as_dummy
8285 IFS=$as_save_IFS
8286 test -z "$as_dir" && as_dir=.
8287 for ac_exec_ext in '' $ac_executable_extensions; do
8288 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8289 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8290 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8291 break 2
8293 done
8294 done
8295 IFS=$as_save_IFS
8297 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8299 esac
8301 LDD=$ac_cv_path_LDD
8302 if test -n "$LDD"; then
8303 { echo "$as_me:$LINENO: result: $LDD" >&5
8304 echo "${ECHO_T}$LDD" >&6; }
8305 else
8306 { echo "$as_me:$LINENO: result: no" >&5
8307 echo "${ECHO_T}no" >&6; }
8312 case $host_os in
8313 cygwin*|mingw32*)
8314 if test -n "$ac_tool_prefix"; then
8315 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8316 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8317 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8318 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8319 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8320 echo $ECHO_N "(cached) $ECHO_C" >&6
8321 else
8322 if test -n "$DLLTOOL"; then
8323 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8324 else
8325 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8326 for as_dir in $PATH
8328 IFS=$as_save_IFS
8329 test -z "$as_dir" && as_dir=.
8330 for ac_exec_ext in '' $ac_executable_extensions; do
8331 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8332 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8333 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8334 break 2
8336 done
8337 done
8338 IFS=$as_save_IFS
8342 DLLTOOL=$ac_cv_prog_DLLTOOL
8343 if test -n "$DLLTOOL"; then
8344 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8345 echo "${ECHO_T}$DLLTOOL" >&6; }
8346 else
8347 { echo "$as_me:$LINENO: result: no" >&5
8348 echo "${ECHO_T}no" >&6; }
8353 if test -z "$ac_cv_prog_DLLTOOL"; then
8354 ac_ct_DLLTOOL=$DLLTOOL
8355 # Extract the first word of "dlltool", so it can be a program name with args.
8356 set dummy dlltool; ac_word=$2
8357 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8358 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8359 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8360 echo $ECHO_N "(cached) $ECHO_C" >&6
8361 else
8362 if test -n "$ac_ct_DLLTOOL"; then
8363 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8364 else
8365 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8366 for as_dir in $PATH
8368 IFS=$as_save_IFS
8369 test -z "$as_dir" && as_dir=.
8370 for ac_exec_ext in '' $ac_executable_extensions; do
8371 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8372 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8373 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8374 break 2
8376 done
8377 done
8378 IFS=$as_save_IFS
8382 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8383 if test -n "$ac_ct_DLLTOOL"; then
8384 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8385 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8386 else
8387 { echo "$as_me:$LINENO: result: no" >&5
8388 echo "${ECHO_T}no" >&6; }
8391 if test "x$ac_ct_DLLTOOL" = x; then
8392 DLLTOOL="false"
8393 else
8394 case $cross_compiling:$ac_tool_warned in
8395 yes:)
8396 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8397 whose name does not start with the host triplet. If you think this
8398 configuration is useful to you, please write to autoconf@gnu.org." >&5
8399 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8400 whose name does not start with the host triplet. If you think this
8401 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8402 ac_tool_warned=yes ;;
8403 esac
8404 DLLTOOL=$ac_ct_DLLTOOL
8406 else
8407 DLLTOOL="$ac_cv_prog_DLLTOOL"
8410 if test -n "$ac_tool_prefix"; then
8411 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8412 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8413 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8414 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8415 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8416 echo $ECHO_N "(cached) $ECHO_C" >&6
8417 else
8418 if test -n "$DLLWRAP"; then
8419 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8420 else
8421 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8422 for as_dir in $PATH
8424 IFS=$as_save_IFS
8425 test -z "$as_dir" && as_dir=.
8426 for ac_exec_ext in '' $ac_executable_extensions; do
8427 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8428 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8429 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8430 break 2
8432 done
8433 done
8434 IFS=$as_save_IFS
8438 DLLWRAP=$ac_cv_prog_DLLWRAP
8439 if test -n "$DLLWRAP"; then
8440 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8441 echo "${ECHO_T}$DLLWRAP" >&6; }
8442 else
8443 { echo "$as_me:$LINENO: result: no" >&5
8444 echo "${ECHO_T}no" >&6; }
8449 if test -z "$ac_cv_prog_DLLWRAP"; then
8450 ac_ct_DLLWRAP=$DLLWRAP
8451 # Extract the first word of "dllwrap", so it can be a program name with args.
8452 set dummy dllwrap; ac_word=$2
8453 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8454 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8455 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8456 echo $ECHO_N "(cached) $ECHO_C" >&6
8457 else
8458 if test -n "$ac_ct_DLLWRAP"; then
8459 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8460 else
8461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8462 for as_dir in $PATH
8464 IFS=$as_save_IFS
8465 test -z "$as_dir" && as_dir=.
8466 for ac_exec_ext in '' $ac_executable_extensions; do
8467 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8468 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8469 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8470 break 2
8472 done
8473 done
8474 IFS=$as_save_IFS
8478 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8479 if test -n "$ac_ct_DLLWRAP"; then
8480 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8481 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8482 else
8483 { echo "$as_me:$LINENO: result: no" >&5
8484 echo "${ECHO_T}no" >&6; }
8487 if test "x$ac_ct_DLLWRAP" = x; then
8488 DLLWRAP="false"
8489 else
8490 case $cross_compiling:$ac_tool_warned in
8491 yes:)
8492 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8493 whose name does not start with the host triplet. If you think this
8494 configuration is useful to you, please write to autoconf@gnu.org." >&5
8495 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8496 whose name does not start with the host triplet. If you think this
8497 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8498 ac_tool_warned=yes ;;
8499 esac
8500 DLLWRAP=$ac_ct_DLLWRAP
8502 else
8503 DLLWRAP="$ac_cv_prog_DLLWRAP"
8506 if test -n "$ac_tool_prefix"; then
8507 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8508 set dummy ${ac_tool_prefix}ar; ac_word=$2
8509 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8510 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8511 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8512 echo $ECHO_N "(cached) $ECHO_C" >&6
8513 else
8514 if test -n "$MINGWAR"; then
8515 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8516 else
8517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8518 for as_dir in $PATH
8520 IFS=$as_save_IFS
8521 test -z "$as_dir" && as_dir=.
8522 for ac_exec_ext in '' $ac_executable_extensions; do
8523 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8524 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8525 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8526 break 2
8528 done
8529 done
8530 IFS=$as_save_IFS
8534 MINGWAR=$ac_cv_prog_MINGWAR
8535 if test -n "$MINGWAR"; then
8536 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8537 echo "${ECHO_T}$MINGWAR" >&6; }
8538 else
8539 { echo "$as_me:$LINENO: result: no" >&5
8540 echo "${ECHO_T}no" >&6; }
8545 if test -z "$ac_cv_prog_MINGWAR"; then
8546 ac_ct_MINGWAR=$MINGWAR
8547 # Extract the first word of "ar", so it can be a program name with args.
8548 set dummy ar; ac_word=$2
8549 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8550 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8551 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8552 echo $ECHO_N "(cached) $ECHO_C" >&6
8553 else
8554 if test -n "$ac_ct_MINGWAR"; then
8555 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8556 else
8557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8558 for as_dir in $PATH
8560 IFS=$as_save_IFS
8561 test -z "$as_dir" && as_dir=.
8562 for ac_exec_ext in '' $ac_executable_extensions; do
8563 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8564 ac_cv_prog_ac_ct_MINGWAR="ar"
8565 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8566 break 2
8568 done
8569 done
8570 IFS=$as_save_IFS
8574 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8575 if test -n "$ac_ct_MINGWAR"; then
8576 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8577 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8578 else
8579 { echo "$as_me:$LINENO: result: no" >&5
8580 echo "${ECHO_T}no" >&6; }
8583 if test "x$ac_ct_MINGWAR" = x; then
8584 MINGWAR="false"
8585 else
8586 case $cross_compiling:$ac_tool_warned in
8587 yes:)
8588 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8589 whose name does not start with the host triplet. If you think this
8590 configuration is useful to you, please write to autoconf@gnu.org." >&5
8591 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8592 whose name does not start with the host triplet. If you think this
8593 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8594 ac_tool_warned=yes ;;
8595 esac
8596 MINGWAR=$ac_ct_MINGWAR
8598 else
8599 MINGWAR="$ac_cv_prog_MINGWAR"
8602 if test "$DLLWRAP" = "false"; then
8603 LIBEXT="a"
8604 else
8605 LIBEXT="dll"
8607 IMPLIBEXT="a"
8608 WIN16_FILES=""
8609 WIN16_INSTALL=""
8611 darwin*|macosx*)
8612 DLLEXT=".so"
8613 LIBEXT="dylib"
8614 DLLFLAGS="$DLLFLAGS -fPIC"
8615 LDDLLFLAGS="-bundle -multiply_defined suppress"
8616 LIBWINE_LDFLAGS="-multiply_defined suppress"
8617 LDSHARED="\$(CC) -dynamiclib"
8618 STRIP="$STRIP -x"
8619 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8620 SECURITYLIB="-framework Security -framework CoreFoundation"
8622 COREFOUNDATIONLIB="-framework CoreFoundation"
8624 IOKITLIB="-framework IOKit -framework CoreFoundation"
8626 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8628 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8629 then
8630 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8633 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8634 then
8635 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8638 case $host_cpu in
8639 *powerpc*)
8640 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8641 esac
8642 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8643 then
8644 CARBONLIB="-framework Carbon"
8646 QUARTZFILES='$(QUARTZFILES)'
8650 DLLFLAGS="$DLLFLAGS -fPIC"
8651 DLLEXT=".so"
8652 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8653 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8654 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8655 echo $ECHO_N "(cached) $ECHO_C" >&6
8656 else
8657 ac_wine_try_cflags_saved=$CFLAGS
8658 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8659 cat >conftest.$ac_ext <<_ACEOF
8660 void myfunc() {}
8661 _ACEOF
8662 rm -f conftest.$ac_objext conftest$ac_exeext
8663 if { (ac_try="$ac_link"
8664 case "(($ac_try" in
8665 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8666 *) ac_try_echo=$ac_try;;
8667 esac
8668 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8669 (eval "$ac_link") 2>conftest.er1
8670 ac_status=$?
8671 grep -v '^ *+' conftest.er1 >conftest.err
8672 rm -f conftest.er1
8673 cat conftest.err >&5
8674 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8675 (exit $ac_status); } && {
8676 test -z "$ac_c_werror_flag" ||
8677 test ! -s conftest.err
8678 } && test -s conftest$ac_exeext &&
8679 $as_test_x conftest$ac_exeext; then
8680 ac_cv_c_dll_gnuelf="yes"
8681 else
8682 echo "$as_me: failed program was:" >&5
8683 sed 's/^/| /' conftest.$ac_ext >&5
8685 ac_cv_c_dll_gnuelf="no"
8688 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8689 conftest$ac_exeext conftest.$ac_ext
8690 CFLAGS=$ac_wine_try_cflags_saved
8692 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8693 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8694 if test "$ac_cv_c_dll_gnuelf" = "yes"
8695 then
8696 LDSHARED="\$(CC) -shared"
8697 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8698 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8699 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8700 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8701 echo $ECHO_N "(cached) $ECHO_C" >&6
8702 else
8703 ac_wine_try_cflags_saved=$CFLAGS
8704 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8705 cat >conftest.$ac_ext <<_ACEOF
8706 /* confdefs.h. */
8707 _ACEOF
8708 cat confdefs.h >>conftest.$ac_ext
8709 cat >>conftest.$ac_ext <<_ACEOF
8710 /* end confdefs.h. */
8713 main ()
8717 return 0;
8719 _ACEOF
8720 rm -f conftest.$ac_objext conftest$ac_exeext
8721 if { (ac_try="$ac_link"
8722 case "(($ac_try" in
8723 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8724 *) ac_try_echo=$ac_try;;
8725 esac
8726 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8727 (eval "$ac_link") 2>conftest.er1
8728 ac_status=$?
8729 grep -v '^ *+' conftest.er1 >conftest.err
8730 rm -f conftest.er1
8731 cat conftest.err >&5
8732 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8733 (exit $ac_status); } && {
8734 test -z "$ac_c_werror_flag" ||
8735 test ! -s conftest.err
8736 } && test -s conftest$ac_exeext &&
8737 $as_test_x conftest$ac_exeext; then
8738 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8739 else
8740 echo "$as_me: failed program was:" >&5
8741 sed 's/^/| /' conftest.$ac_ext >&5
8743 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8746 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8747 conftest$ac_exeext conftest.$ac_ext
8748 CFLAGS=$ac_wine_try_cflags_saved
8750 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8751 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8752 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8753 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8754 else
8755 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8756 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8757 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8758 echo $ECHO_N "(cached) $ECHO_C" >&6
8759 else
8760 ac_wine_try_cflags_saved=$CFLAGS
8761 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8762 cat >conftest.$ac_ext <<_ACEOF
8763 /* confdefs.h. */
8764 _ACEOF
8765 cat confdefs.h >>conftest.$ac_ext
8766 cat >>conftest.$ac_ext <<_ACEOF
8767 /* end confdefs.h. */
8770 main ()
8774 return 0;
8776 _ACEOF
8777 rm -f conftest.$ac_objext conftest$ac_exeext
8778 if { (ac_try="$ac_link"
8779 case "(($ac_try" in
8780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8781 *) ac_try_echo=$ac_try;;
8782 esac
8783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8784 (eval "$ac_link") 2>conftest.er1
8785 ac_status=$?
8786 grep -v '^ *+' conftest.er1 >conftest.err
8787 rm -f conftest.er1
8788 cat conftest.err >&5
8789 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8790 (exit $ac_status); } && {
8791 test -z "$ac_c_werror_flag" ||
8792 test ! -s conftest.err
8793 } && test -s conftest$ac_exeext &&
8794 $as_test_x conftest$ac_exeext; then
8795 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8796 else
8797 echo "$as_me: failed program was:" >&5
8798 sed 's/^/| /' conftest.$ac_ext >&5
8800 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8803 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8804 conftest$ac_exeext conftest.$ac_ext
8805 CFLAGS=$ac_wine_try_cflags_saved
8807 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8808 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8809 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8810 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8816 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8817 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8818 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8819 echo $ECHO_N "(cached) $ECHO_C" >&6
8820 else
8821 ac_wine_try_cflags_saved=$CFLAGS
8822 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8823 cat >conftest.$ac_ext <<_ACEOF
8824 /* confdefs.h. */
8825 _ACEOF
8826 cat confdefs.h >>conftest.$ac_ext
8827 cat >>conftest.$ac_ext <<_ACEOF
8828 /* end confdefs.h. */
8831 main ()
8835 return 0;
8837 _ACEOF
8838 rm -f conftest.$ac_objext conftest$ac_exeext
8839 if { (ac_try="$ac_link"
8840 case "(($ac_try" in
8841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8842 *) ac_try_echo=$ac_try;;
8843 esac
8844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8845 (eval "$ac_link") 2>conftest.er1
8846 ac_status=$?
8847 grep -v '^ *+' conftest.er1 >conftest.err
8848 rm -f conftest.er1
8849 cat conftest.err >&5
8850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8851 (exit $ac_status); } && {
8852 test -z "$ac_c_werror_flag" ||
8853 test ! -s conftest.err
8854 } && test -s conftest$ac_exeext &&
8855 $as_test_x conftest$ac_exeext; then
8856 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8857 else
8858 echo "$as_me: failed program was:" >&5
8859 sed 's/^/| /' conftest.$ac_ext >&5
8861 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8865 conftest$ac_exeext conftest.$ac_ext
8866 CFLAGS=$ac_wine_try_cflags_saved
8868 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8869 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8870 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8871 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8875 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8876 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8877 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8878 echo $ECHO_N "(cached) $ECHO_C" >&6
8879 else
8880 ac_wine_try_cflags_saved=$CFLAGS
8881 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8882 cat >conftest.$ac_ext <<_ACEOF
8883 /* confdefs.h. */
8884 _ACEOF
8885 cat confdefs.h >>conftest.$ac_ext
8886 cat >>conftest.$ac_ext <<_ACEOF
8887 /* end confdefs.h. */
8890 main ()
8894 return 0;
8896 _ACEOF
8897 rm -f conftest.$ac_objext conftest$ac_exeext
8898 if { (ac_try="$ac_link"
8899 case "(($ac_try" in
8900 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8901 *) ac_try_echo=$ac_try;;
8902 esac
8903 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8904 (eval "$ac_link") 2>conftest.er1
8905 ac_status=$?
8906 grep -v '^ *+' conftest.er1 >conftest.err
8907 rm -f conftest.er1
8908 cat conftest.err >&5
8909 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8910 (exit $ac_status); } && {
8911 test -z "$ac_c_werror_flag" ||
8912 test ! -s conftest.err
8913 } && test -s conftest$ac_exeext &&
8914 $as_test_x conftest$ac_exeext; then
8915 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8916 else
8917 echo "$as_me: failed program was:" >&5
8918 sed 's/^/| /' conftest.$ac_ext >&5
8920 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8923 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8924 conftest$ac_exeext conftest.$ac_ext
8925 CFLAGS=$ac_wine_try_cflags_saved
8927 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8928 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8929 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8930 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8934 echo '{ global: *; };' >conftest.map
8935 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8936 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8937 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8938 echo $ECHO_N "(cached) $ECHO_C" >&6
8939 else
8940 ac_wine_try_cflags_saved=$CFLAGS
8941 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8942 cat >conftest.$ac_ext <<_ACEOF
8943 /* confdefs.h. */
8944 _ACEOF
8945 cat confdefs.h >>conftest.$ac_ext
8946 cat >>conftest.$ac_ext <<_ACEOF
8947 /* end confdefs.h. */
8950 main ()
8954 return 0;
8956 _ACEOF
8957 rm -f conftest.$ac_objext conftest$ac_exeext
8958 if { (ac_try="$ac_link"
8959 case "(($ac_try" in
8960 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8961 *) ac_try_echo=$ac_try;;
8962 esac
8963 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8964 (eval "$ac_link") 2>conftest.er1
8965 ac_status=$?
8966 grep -v '^ *+' conftest.er1 >conftest.err
8967 rm -f conftest.er1
8968 cat conftest.err >&5
8969 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8970 (exit $ac_status); } && {
8971 test -z "$ac_c_werror_flag" ||
8972 test ! -s conftest.err
8973 } && test -s conftest$ac_exeext &&
8974 $as_test_x conftest$ac_exeext; then
8975 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8976 else
8977 echo "$as_me: failed program was:" >&5
8978 sed 's/^/| /' conftest.$ac_ext >&5
8980 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8983 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8984 conftest$ac_exeext conftest.$ac_ext
8985 CFLAGS=$ac_wine_try_cflags_saved
8987 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
8988 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
8989 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
8990 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
8993 rm -f conftest.map
8995 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
8996 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
8997 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
8998 echo $ECHO_N "(cached) $ECHO_C" >&6
8999 else
9000 ac_wine_try_cflags_saved=$CFLAGS
9001 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9002 cat >conftest.$ac_ext <<_ACEOF
9003 /* confdefs.h. */
9004 _ACEOF
9005 cat confdefs.h >>conftest.$ac_ext
9006 cat >>conftest.$ac_ext <<_ACEOF
9007 /* end confdefs.h. */
9010 main ()
9014 return 0;
9016 _ACEOF
9017 rm -f conftest.$ac_objext conftest$ac_exeext
9018 if { (ac_try="$ac_link"
9019 case "(($ac_try" in
9020 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9021 *) ac_try_echo=$ac_try;;
9022 esac
9023 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9024 (eval "$ac_link") 2>conftest.er1
9025 ac_status=$?
9026 grep -v '^ *+' conftest.er1 >conftest.err
9027 rm -f conftest.er1
9028 cat conftest.err >&5
9029 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9030 (exit $ac_status); } && {
9031 test -z "$ac_c_werror_flag" ||
9032 test ! -s conftest.err
9033 } && test -s conftest$ac_exeext &&
9034 $as_test_x conftest$ac_exeext; then
9035 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9036 else
9037 echo "$as_me: failed program was:" >&5
9038 sed 's/^/| /' conftest.$ac_ext >&5
9040 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9043 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9044 conftest$ac_exeext conftest.$ac_ext
9045 CFLAGS=$ac_wine_try_cflags_saved
9047 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9048 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9049 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9050 LDEXECFLAGS="-Wl,--export-dynamic"
9055 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9056 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9057 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9058 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9059 echo $ECHO_N "(cached) $ECHO_C" >&6
9060 else
9061 ac_wine_try_cflags_saved=$CFLAGS
9062 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9063 cat >conftest.$ac_ext <<_ACEOF
9064 /* confdefs.h. */
9065 _ACEOF
9066 cat confdefs.h >>conftest.$ac_ext
9067 cat >>conftest.$ac_ext <<_ACEOF
9068 /* end confdefs.h. */
9071 main ()
9075 return 0;
9077 _ACEOF
9078 rm -f conftest.$ac_objext conftest$ac_exeext
9079 if { (ac_try="$ac_link"
9080 case "(($ac_try" in
9081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9082 *) ac_try_echo=$ac_try;;
9083 esac
9084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9085 (eval "$ac_link") 2>conftest.er1
9086 ac_status=$?
9087 grep -v '^ *+' conftest.er1 >conftest.err
9088 rm -f conftest.er1
9089 cat conftest.err >&5
9090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9091 (exit $ac_status); } && {
9092 test -z "$ac_c_werror_flag" ||
9093 test ! -s conftest.err
9094 } && test -s conftest$ac_exeext &&
9095 $as_test_x conftest$ac_exeext; then
9096 eval "$as_ac_var=yes"
9097 else
9098 echo "$as_me: failed program was:" >&5
9099 sed 's/^/| /' conftest.$ac_ext >&5
9101 eval "$as_ac_var=no"
9104 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9105 conftest$ac_exeext conftest.$ac_ext
9106 CFLAGS=$ac_wine_try_cflags_saved
9108 ac_res=`eval echo '${'$as_ac_var'}'`
9109 { echo "$as_me:$LINENO: result: $ac_res" >&5
9110 echo "${ECHO_T}$ac_res" >&6; }
9111 if test `eval echo '${'$as_ac_var'}'` = yes; then
9112 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9113 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9114 else
9115 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9116 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9117 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9118 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9119 echo $ECHO_N "(cached) $ECHO_C" >&6
9120 else
9121 ac_wine_try_cflags_saved=$CFLAGS
9122 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9123 cat >conftest.$ac_ext <<_ACEOF
9124 /* confdefs.h. */
9125 _ACEOF
9126 cat confdefs.h >>conftest.$ac_ext
9127 cat >>conftest.$ac_ext <<_ACEOF
9128 /* end confdefs.h. */
9131 main ()
9135 return 0;
9137 _ACEOF
9138 rm -f conftest.$ac_objext conftest$ac_exeext
9139 if { (ac_try="$ac_link"
9140 case "(($ac_try" in
9141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9142 *) ac_try_echo=$ac_try;;
9143 esac
9144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9145 (eval "$ac_link") 2>conftest.er1
9146 ac_status=$?
9147 grep -v '^ *+' conftest.er1 >conftest.err
9148 rm -f conftest.er1
9149 cat conftest.err >&5
9150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9151 (exit $ac_status); } && {
9152 test -z "$ac_c_werror_flag" ||
9153 test ! -s conftest.err
9154 } && test -s conftest$ac_exeext &&
9155 $as_test_x conftest$ac_exeext; then
9156 eval "$as_ac_var=yes"
9157 else
9158 echo "$as_me: failed program was:" >&5
9159 sed 's/^/| /' conftest.$ac_ext >&5
9161 eval "$as_ac_var=no"
9164 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9165 conftest$ac_exeext conftest.$ac_ext
9166 CFLAGS=$ac_wine_try_cflags_saved
9168 ac_res=`eval echo '${'$as_ac_var'}'`
9169 { echo "$as_me:$LINENO: result: $ac_res" >&5
9170 echo "${ECHO_T}$ac_res" >&6; }
9171 if test `eval echo '${'$as_ac_var'}'` = yes; then
9172 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9173 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9179 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9180 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9181 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9182 echo $ECHO_N "(cached) $ECHO_C" >&6
9183 else
9184 ac_wine_try_cflags_saved=$CFLAGS
9185 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9186 cat >conftest.$ac_ext <<_ACEOF
9187 /* confdefs.h. */
9188 _ACEOF
9189 cat confdefs.h >>conftest.$ac_ext
9190 cat >>conftest.$ac_ext <<_ACEOF
9191 /* end confdefs.h. */
9194 main ()
9198 return 0;
9200 _ACEOF
9201 rm -f conftest.$ac_objext conftest$ac_exeext
9202 if { (ac_try="$ac_link"
9203 case "(($ac_try" in
9204 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9205 *) ac_try_echo=$ac_try;;
9206 esac
9207 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9208 (eval "$ac_link") 2>conftest.er1
9209 ac_status=$?
9210 grep -v '^ *+' conftest.er1 >conftest.err
9211 rm -f conftest.er1
9212 cat conftest.err >&5
9213 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9214 (exit $ac_status); } && {
9215 test -z "$ac_c_werror_flag" ||
9216 test ! -s conftest.err
9217 } && test -s conftest$ac_exeext &&
9218 $as_test_x conftest$ac_exeext; then
9219 ac_cv_cflags__Wl___enable_new_dtags=yes
9220 else
9221 echo "$as_me: failed program was:" >&5
9222 sed 's/^/| /' conftest.$ac_ext >&5
9224 ac_cv_cflags__Wl___enable_new_dtags=no
9227 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9228 conftest$ac_exeext conftest.$ac_ext
9229 CFLAGS=$ac_wine_try_cflags_saved
9231 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9232 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9233 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9234 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9238 case $host_cpu in
9239 *i[3456789]86* | x86_64)
9240 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9241 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9242 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9243 echo $ECHO_N "(cached) $ECHO_C" >&6
9244 else
9245 ac_wine_try_cflags_saved=$CFLAGS
9246 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9247 cat >conftest.$ac_ext <<_ACEOF
9248 /* confdefs.h. */
9249 _ACEOF
9250 cat confdefs.h >>conftest.$ac_ext
9251 cat >>conftest.$ac_ext <<_ACEOF
9252 /* end confdefs.h. */
9255 main ()
9259 return 0;
9261 _ACEOF
9262 rm -f conftest.$ac_objext conftest$ac_exeext
9263 if { (ac_try="$ac_link"
9264 case "(($ac_try" in
9265 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9266 *) ac_try_echo=$ac_try;;
9267 esac
9268 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9269 (eval "$ac_link") 2>conftest.er1
9270 ac_status=$?
9271 grep -v '^ *+' conftest.er1 >conftest.err
9272 rm -f conftest.er1
9273 cat conftest.err >&5
9274 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9275 (exit $ac_status); } && {
9276 test -z "$ac_c_werror_flag" ||
9277 test ! -s conftest.err
9278 } && test -s conftest$ac_exeext &&
9279 $as_test_x conftest$ac_exeext; then
9280 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9281 else
9282 echo "$as_me: failed program was:" >&5
9283 sed 's/^/| /' conftest.$ac_ext >&5
9285 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9288 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9289 conftest$ac_exeext conftest.$ac_ext
9290 CFLAGS=$ac_wine_try_cflags_saved
9292 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9293 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9294 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9295 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9299 esac
9301 else
9302 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9303 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9304 if test "${ac_cv_c_dll_unixware+set}" = set; then
9305 echo $ECHO_N "(cached) $ECHO_C" >&6
9306 else
9307 ac_wine_try_cflags_saved=$CFLAGS
9308 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9309 cat >conftest.$ac_ext <<_ACEOF
9310 void myfunc() {}
9311 _ACEOF
9312 rm -f conftest.$ac_objext conftest$ac_exeext
9313 if { (ac_try="$ac_link"
9314 case "(($ac_try" in
9315 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9316 *) ac_try_echo=$ac_try;;
9317 esac
9318 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9319 (eval "$ac_link") 2>conftest.er1
9320 ac_status=$?
9321 grep -v '^ *+' conftest.er1 >conftest.err
9322 rm -f conftest.er1
9323 cat conftest.err >&5
9324 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9325 (exit $ac_status); } && {
9326 test -z "$ac_c_werror_flag" ||
9327 test ! -s conftest.err
9328 } && test -s conftest$ac_exeext &&
9329 $as_test_x conftest$ac_exeext; then
9330 ac_cv_c_dll_unixware="yes"
9331 else
9332 echo "$as_me: failed program was:" >&5
9333 sed 's/^/| /' conftest.$ac_ext >&5
9335 ac_cv_c_dll_unixware="no"
9338 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9339 conftest$ac_exeext conftest.$ac_ext
9340 CFLAGS=$ac_wine_try_cflags_saved
9342 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9343 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9344 if test "$ac_cv_c_dll_unixware" = "yes"
9345 then
9346 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9347 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9349 else
9350 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9351 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9352 if test "${ac_cv_c_dll_hpux+set}" = set; then
9353 echo $ECHO_N "(cached) $ECHO_C" >&6
9354 else
9355 ac_wine_try_cflags_saved=$CFLAGS
9356 CFLAGS="$CFLAGS -shared"
9357 cat >conftest.$ac_ext <<_ACEOF
9358 void myfunc() {}
9359 _ACEOF
9360 rm -f conftest.$ac_objext conftest$ac_exeext
9361 if { (ac_try="$ac_link"
9362 case "(($ac_try" in
9363 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9364 *) ac_try_echo=$ac_try;;
9365 esac
9366 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9367 (eval "$ac_link") 2>conftest.er1
9368 ac_status=$?
9369 grep -v '^ *+' conftest.er1 >conftest.err
9370 rm -f conftest.er1
9371 cat conftest.err >&5
9372 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9373 (exit $ac_status); } && {
9374 test -z "$ac_c_werror_flag" ||
9375 test ! -s conftest.err
9376 } && test -s conftest$ac_exeext &&
9377 $as_test_x conftest$ac_exeext; then
9378 ac_cv_c_dll_hpux="yes"
9379 else
9380 echo "$as_me: failed program was:" >&5
9381 sed 's/^/| /' conftest.$ac_ext >&5
9383 ac_cv_c_dll_hpux="no"
9386 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9387 conftest$ac_exeext conftest.$ac_ext
9388 CFLAGS=$ac_wine_try_cflags_saved
9390 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9391 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9392 if test "$ac_cv_c_dll_hpux" = "yes"
9393 then
9394 LIBEXT="sl"
9395 DLLEXT=".sl"
9396 LDDLLFLAGS="-shared -fPIC"
9397 LDSHARED="\$(CC) -shared"
9402 CROSSTEST=""
9404 if test "$cross_compiling" = "no"
9405 then
9406 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9408 # Extract the first word of "$ac_prog", so it can be a program name with args.
9409 set dummy $ac_prog; ac_word=$2
9410 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9411 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9412 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9413 echo $ECHO_N "(cached) $ECHO_C" >&6
9414 else
9415 if test -n "$CROSSCC"; then
9416 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9417 else
9418 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9419 for as_dir in $PATH
9421 IFS=$as_save_IFS
9422 test -z "$as_dir" && as_dir=.
9423 for ac_exec_ext in '' $ac_executable_extensions; do
9424 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9425 ac_cv_prog_CROSSCC="$ac_prog"
9426 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9427 break 2
9429 done
9430 done
9431 IFS=$as_save_IFS
9435 CROSSCC=$ac_cv_prog_CROSSCC
9436 if test -n "$CROSSCC"; then
9437 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9438 echo "${ECHO_T}$CROSSCC" >&6; }
9439 else
9440 { echo "$as_me:$LINENO: result: no" >&5
9441 echo "${ECHO_T}no" >&6; }
9445 test -n "$CROSSCC" && break
9446 done
9447 test -n "$CROSSCC" || CROSSCC="false"
9449 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9451 # Extract the first word of "$ac_prog", so it can be a program name with args.
9452 set dummy $ac_prog; ac_word=$2
9453 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9454 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9455 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9456 echo $ECHO_N "(cached) $ECHO_C" >&6
9457 else
9458 if test -n "$DLLTOOL"; then
9459 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9460 else
9461 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9462 for as_dir in $PATH
9464 IFS=$as_save_IFS
9465 test -z "$as_dir" && as_dir=.
9466 for ac_exec_ext in '' $ac_executable_extensions; do
9467 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9468 ac_cv_prog_DLLTOOL="$ac_prog"
9469 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9470 break 2
9472 done
9473 done
9474 IFS=$as_save_IFS
9478 DLLTOOL=$ac_cv_prog_DLLTOOL
9479 if test -n "$DLLTOOL"; then
9480 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9481 echo "${ECHO_T}$DLLTOOL" >&6; }
9482 else
9483 { echo "$as_me:$LINENO: result: no" >&5
9484 echo "${ECHO_T}no" >&6; }
9488 test -n "$DLLTOOL" && break
9489 done
9490 test -n "$DLLTOOL" || DLLTOOL="false"
9492 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9494 # Extract the first word of "$ac_prog", so it can be a program name with args.
9495 set dummy $ac_prog; ac_word=$2
9496 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9497 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9498 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9499 echo $ECHO_N "(cached) $ECHO_C" >&6
9500 else
9501 if test -n "$CROSSWINDRES"; then
9502 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9503 else
9504 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9505 for as_dir in $PATH
9507 IFS=$as_save_IFS
9508 test -z "$as_dir" && as_dir=.
9509 for ac_exec_ext in '' $ac_executable_extensions; do
9510 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9511 ac_cv_prog_CROSSWINDRES="$ac_prog"
9512 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9513 break 2
9515 done
9516 done
9517 IFS=$as_save_IFS
9521 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9522 if test -n "$CROSSWINDRES"; then
9523 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9524 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9525 else
9526 { echo "$as_me:$LINENO: result: no" >&5
9527 echo "${ECHO_T}no" >&6; }
9531 test -n "$CROSSWINDRES" && break
9532 done
9533 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9535 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9537 # Extract the first word of "$ac_prog", so it can be a program name with args.
9538 set dummy $ac_prog; ac_word=$2
9539 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9540 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9541 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9542 echo $ECHO_N "(cached) $ECHO_C" >&6
9543 else
9544 if test -n "$MINGWAR"; then
9545 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9546 else
9547 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9548 for as_dir in $PATH
9550 IFS=$as_save_IFS
9551 test -z "$as_dir" && as_dir=.
9552 for ac_exec_ext in '' $ac_executable_extensions; do
9553 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9554 ac_cv_prog_MINGWAR="$ac_prog"
9555 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9556 break 2
9558 done
9559 done
9560 IFS=$as_save_IFS
9564 MINGWAR=$ac_cv_prog_MINGWAR
9565 if test -n "$MINGWAR"; then
9566 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9567 echo "${ECHO_T}$MINGWAR" >&6; }
9568 else
9569 { echo "$as_me:$LINENO: result: no" >&5
9570 echo "${ECHO_T}no" >&6; }
9574 test -n "$MINGWAR" && break
9575 done
9576 test -n "$MINGWAR" || MINGWAR="false"
9578 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9581 esac
9583 if test "$LIBEXT" = "a"; then
9584 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9585 It is currently not possible to build Wine without shared library
9586 (.so) support to allow transparent switch between .so and .dll files.
9587 If you are using Linux, you will need a newer binutils.
9588 " >&5
9589 echo "$as_me: error: could not find a way to build shared libraries.
9590 It is currently not possible to build Wine without shared library
9591 (.so) support to allow transparent switch between .so and .dll files.
9592 If you are using Linux, you will need a newer binutils.
9593 " >&2;}
9594 { (exit 1); exit 1; }; }
9598 if test "$have_x" = "yes"
9599 then
9600 XLIB="-lXext -lX11"
9601 ac_save_CPPFLAGS="$CPPFLAGS"
9602 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9604 { echo "$as_me:$LINENO: checking for -lX11" >&5
9605 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9606 if test "${ac_cv_lib_soname_X11+set}" = set; then
9607 echo $ECHO_N "(cached) $ECHO_C" >&6
9608 else
9609 ac_check_soname_save_LIBS=$LIBS
9610 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9611 cat >conftest.$ac_ext <<_ACEOF
9612 /* confdefs.h. */
9613 _ACEOF
9614 cat confdefs.h >>conftest.$ac_ext
9615 cat >>conftest.$ac_ext <<_ACEOF
9616 /* end confdefs.h. */
9618 /* Override any GCC internal prototype to avoid an error.
9619 Use char because int might match the return type of a GCC
9620 builtin and then its argument prototype would still apply. */
9621 #ifdef __cplusplus
9622 extern "C"
9623 #endif
9624 char XCreateWindow ();
9626 main ()
9628 return XCreateWindow ();
9630 return 0;
9632 _ACEOF
9633 rm -f conftest.$ac_objext conftest$ac_exeext
9634 if { (ac_try="$ac_link"
9635 case "(($ac_try" in
9636 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9637 *) ac_try_echo=$ac_try;;
9638 esac
9639 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9640 (eval "$ac_link") 2>conftest.er1
9641 ac_status=$?
9642 grep -v '^ *+' conftest.er1 >conftest.err
9643 rm -f conftest.er1
9644 cat conftest.err >&5
9645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9646 (exit $ac_status); } && {
9647 test -z "$ac_c_werror_flag" ||
9648 test ! -s conftest.err
9649 } && test -s conftest$ac_exeext &&
9650 $as_test_x conftest$ac_exeext; then
9651 case "$LIBEXT" in
9652 dll) ;;
9653 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'` ;;
9654 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9655 esac
9656 else
9657 echo "$as_me: failed program was:" >&5
9658 sed 's/^/| /' conftest.$ac_ext >&5
9663 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9664 conftest$ac_exeext conftest.$ac_ext
9665 LIBS=$ac_check_soname_save_LIBS
9667 if test "x$ac_cv_lib_soname_X11" = "x"; then
9668 { echo "$as_me:$LINENO: result: not found" >&5
9669 echo "${ECHO_T}not found" >&6; }
9671 else
9672 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9673 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9675 cat >>confdefs.h <<_ACEOF
9676 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9677 _ACEOF
9682 { echo "$as_me:$LINENO: checking for -lXext" >&5
9683 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9684 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9685 echo $ECHO_N "(cached) $ECHO_C" >&6
9686 else
9687 ac_check_soname_save_LIBS=$LIBS
9688 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9689 cat >conftest.$ac_ext <<_ACEOF
9690 /* confdefs.h. */
9691 _ACEOF
9692 cat confdefs.h >>conftest.$ac_ext
9693 cat >>conftest.$ac_ext <<_ACEOF
9694 /* end confdefs.h. */
9696 /* Override any GCC internal prototype to avoid an error.
9697 Use char because int might match the return type of a GCC
9698 builtin and then its argument prototype would still apply. */
9699 #ifdef __cplusplus
9700 extern "C"
9701 #endif
9702 char XextCreateExtension ();
9704 main ()
9706 return XextCreateExtension ();
9708 return 0;
9710 _ACEOF
9711 rm -f conftest.$ac_objext conftest$ac_exeext
9712 if { (ac_try="$ac_link"
9713 case "(($ac_try" in
9714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9715 *) ac_try_echo=$ac_try;;
9716 esac
9717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9718 (eval "$ac_link") 2>conftest.er1
9719 ac_status=$?
9720 grep -v '^ *+' conftest.er1 >conftest.err
9721 rm -f conftest.er1
9722 cat conftest.err >&5
9723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9724 (exit $ac_status); } && {
9725 test -z "$ac_c_werror_flag" ||
9726 test ! -s conftest.err
9727 } && test -s conftest$ac_exeext &&
9728 $as_test_x conftest$ac_exeext; then
9729 case "$LIBEXT" in
9730 dll) ;;
9731 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'` ;;
9732 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9733 esac
9734 else
9735 echo "$as_me: failed program was:" >&5
9736 sed 's/^/| /' conftest.$ac_ext >&5
9741 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9742 conftest$ac_exeext conftest.$ac_ext
9743 LIBS=$ac_check_soname_save_LIBS
9745 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9746 { echo "$as_me:$LINENO: result: not found" >&5
9747 echo "${ECHO_T}not found" >&6; }
9749 else
9750 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9751 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9753 cat >>confdefs.h <<_ACEOF
9754 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9755 _ACEOF
9773 for ac_header in X11/Xlib.h \
9774 X11/XKBlib.h \
9775 X11/Xutil.h \
9776 X11/Xcursor/Xcursor.h \
9777 X11/extensions/shape.h \
9778 X11/extensions/XInput.h \
9779 X11/extensions/XShm.h \
9780 X11/extensions/Xcomposite.h \
9781 X11/extensions/Xinerama.h \
9782 X11/extensions/Xrandr.h \
9783 X11/extensions/Xrender.h \
9784 X11/extensions/xf86vmode.h
9786 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9787 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9788 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9789 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9790 echo $ECHO_N "(cached) $ECHO_C" >&6
9791 else
9792 cat >conftest.$ac_ext <<_ACEOF
9793 /* confdefs.h. */
9794 _ACEOF
9795 cat confdefs.h >>conftest.$ac_ext
9796 cat >>conftest.$ac_ext <<_ACEOF
9797 /* end confdefs.h. */
9798 #ifdef HAVE_X11_XLIB_H
9799 # include <X11/Xlib.h>
9800 #endif
9801 #ifdef HAVE_X11_XUTIL_H
9802 # include <X11/Xutil.h>
9803 #endif
9805 #include <$ac_header>
9806 _ACEOF
9807 rm -f conftest.$ac_objext
9808 if { (ac_try="$ac_compile"
9809 case "(($ac_try" in
9810 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9811 *) ac_try_echo=$ac_try;;
9812 esac
9813 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9814 (eval "$ac_compile") 2>conftest.er1
9815 ac_status=$?
9816 grep -v '^ *+' conftest.er1 >conftest.err
9817 rm -f conftest.er1
9818 cat conftest.err >&5
9819 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9820 (exit $ac_status); } && {
9821 test -z "$ac_c_werror_flag" ||
9822 test ! -s conftest.err
9823 } && test -s conftest.$ac_objext; then
9824 eval "$as_ac_Header=yes"
9825 else
9826 echo "$as_me: failed program was:" >&5
9827 sed 's/^/| /' conftest.$ac_ext >&5
9829 eval "$as_ac_Header=no"
9832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9834 ac_res=`eval echo '${'$as_ac_Header'}'`
9835 { echo "$as_me:$LINENO: result: $ac_res" >&5
9836 echo "${ECHO_T}$ac_res" >&6; }
9837 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9838 cat >>confdefs.h <<_ACEOF
9839 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9840 _ACEOF
9844 done
9847 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9848 then
9849 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9850 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9851 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9852 echo $ECHO_N "(cached) $ECHO_C" >&6
9853 else
9854 ac_check_lib_save_LIBS=$LIBS
9855 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9856 cat >conftest.$ac_ext <<_ACEOF
9857 /* confdefs.h. */
9858 _ACEOF
9859 cat confdefs.h >>conftest.$ac_ext
9860 cat >>conftest.$ac_ext <<_ACEOF
9861 /* end confdefs.h. */
9863 /* Override any GCC internal prototype to avoid an error.
9864 Use char because int might match the return type of a GCC
9865 builtin and then its argument prototype would still apply. */
9866 #ifdef __cplusplus
9867 extern "C"
9868 #endif
9869 char XkbQueryExtension ();
9871 main ()
9873 return XkbQueryExtension ();
9875 return 0;
9877 _ACEOF
9878 rm -f conftest.$ac_objext conftest$ac_exeext
9879 if { (ac_try="$ac_link"
9880 case "(($ac_try" in
9881 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9882 *) ac_try_echo=$ac_try;;
9883 esac
9884 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9885 (eval "$ac_link") 2>conftest.er1
9886 ac_status=$?
9887 grep -v '^ *+' conftest.er1 >conftest.err
9888 rm -f conftest.er1
9889 cat conftest.err >&5
9890 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9891 (exit $ac_status); } && {
9892 test -z "$ac_c_werror_flag" ||
9893 test ! -s conftest.err
9894 } && test -s conftest$ac_exeext &&
9895 $as_test_x conftest$ac_exeext; then
9896 ac_cv_lib_X11_XkbQueryExtension=yes
9897 else
9898 echo "$as_me: failed program was:" >&5
9899 sed 's/^/| /' conftest.$ac_ext >&5
9901 ac_cv_lib_X11_XkbQueryExtension=no
9904 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9905 conftest$ac_exeext conftest.$ac_ext
9906 LIBS=$ac_check_lib_save_LIBS
9908 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9909 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9910 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9912 cat >>confdefs.h <<\_ACEOF
9913 #define HAVE_XKB 1
9914 _ACEOF
9920 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9921 then
9922 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9923 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9924 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9925 echo $ECHO_N "(cached) $ECHO_C" >&6
9926 else
9927 ac_check_soname_save_LIBS=$LIBS
9928 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9929 cat >conftest.$ac_ext <<_ACEOF
9930 /* confdefs.h. */
9931 _ACEOF
9932 cat confdefs.h >>conftest.$ac_ext
9933 cat >>conftest.$ac_ext <<_ACEOF
9934 /* end confdefs.h. */
9936 /* Override any GCC internal prototype to avoid an error.
9937 Use char because int might match the return type of a GCC
9938 builtin and then its argument prototype would still apply. */
9939 #ifdef __cplusplus
9940 extern "C"
9941 #endif
9942 char XcursorImageLoadCursor ();
9944 main ()
9946 return XcursorImageLoadCursor ();
9948 return 0;
9950 _ACEOF
9951 rm -f conftest.$ac_objext conftest$ac_exeext
9952 if { (ac_try="$ac_link"
9953 case "(($ac_try" in
9954 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9955 *) ac_try_echo=$ac_try;;
9956 esac
9957 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9958 (eval "$ac_link") 2>conftest.er1
9959 ac_status=$?
9960 grep -v '^ *+' conftest.er1 >conftest.err
9961 rm -f conftest.er1
9962 cat conftest.err >&5
9963 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9964 (exit $ac_status); } && {
9965 test -z "$ac_c_werror_flag" ||
9966 test ! -s conftest.err
9967 } && test -s conftest$ac_exeext &&
9968 $as_test_x conftest$ac_exeext; then
9969 case "$LIBEXT" in
9970 dll) ;;
9971 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'` ;;
9972 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9973 esac
9974 else
9975 echo "$as_me: failed program was:" >&5
9976 sed 's/^/| /' conftest.$ac_ext >&5
9981 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9982 conftest$ac_exeext conftest.$ac_ext
9983 LIBS=$ac_check_soname_save_LIBS
9985 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
9986 { echo "$as_me:$LINENO: result: not found" >&5
9987 echo "${ECHO_T}not found" >&6; }
9989 else
9990 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
9991 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
9993 cat >>confdefs.h <<_ACEOF
9994 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
9995 _ACEOF
10001 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10002 case "x$with_xcursor" in
10003 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
10004 xno) ;;
10005 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
10006 This is an error since --with-xcursor was requested." >&5
10007 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
10008 This is an error since --with-xcursor was requested." >&2;}
10009 { (exit 1); exit 1; }; } ;;
10010 esac
10014 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10015 then
10016 { echo "$as_me:$LINENO: checking for -lXi" >&5
10017 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10018 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10019 echo $ECHO_N "(cached) $ECHO_C" >&6
10020 else
10021 ac_check_soname_save_LIBS=$LIBS
10022 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10023 cat >conftest.$ac_ext <<_ACEOF
10024 /* confdefs.h. */
10025 _ACEOF
10026 cat confdefs.h >>conftest.$ac_ext
10027 cat >>conftest.$ac_ext <<_ACEOF
10028 /* end confdefs.h. */
10030 /* Override any GCC internal prototype to avoid an error.
10031 Use char because int might match the return type of a GCC
10032 builtin and then its argument prototype would still apply. */
10033 #ifdef __cplusplus
10034 extern "C"
10035 #endif
10036 char XOpenDevice ();
10038 main ()
10040 return XOpenDevice ();
10042 return 0;
10044 _ACEOF
10045 rm -f conftest.$ac_objext conftest$ac_exeext
10046 if { (ac_try="$ac_link"
10047 case "(($ac_try" in
10048 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10049 *) ac_try_echo=$ac_try;;
10050 esac
10051 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10052 (eval "$ac_link") 2>conftest.er1
10053 ac_status=$?
10054 grep -v '^ *+' conftest.er1 >conftest.err
10055 rm -f conftest.er1
10056 cat conftest.err >&5
10057 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10058 (exit $ac_status); } && {
10059 test -z "$ac_c_werror_flag" ||
10060 test ! -s conftest.err
10061 } && test -s conftest$ac_exeext &&
10062 $as_test_x conftest$ac_exeext; then
10063 case "$LIBEXT" in
10064 dll) ;;
10065 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'` ;;
10066 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10067 esac
10068 else
10069 echo "$as_me: failed program was:" >&5
10070 sed 's/^/| /' conftest.$ac_ext >&5
10075 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10076 conftest$ac_exeext conftest.$ac_ext
10077 LIBS=$ac_check_soname_save_LIBS
10079 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10080 { echo "$as_me:$LINENO: result: not found" >&5
10081 echo "${ECHO_T}not found" >&6; }
10083 else
10084 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10085 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10087 cat >>confdefs.h <<_ACEOF
10088 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10089 _ACEOF
10095 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10096 case "x$with_xinput" in
10097 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10098 xno) ;;
10099 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10100 This is an error since --with-xinput was requested." >&5
10101 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10102 This is an error since --with-xinput was requested." >&2;}
10103 { (exit 1); exit 1; }; } ;;
10104 esac
10108 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10109 then
10110 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10111 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10112 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10113 echo $ECHO_N "(cached) $ECHO_C" >&6
10114 else
10115 ac_check_lib_save_LIBS=$LIBS
10116 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10117 cat >conftest.$ac_ext <<_ACEOF
10118 /* confdefs.h. */
10119 _ACEOF
10120 cat confdefs.h >>conftest.$ac_ext
10121 cat >>conftest.$ac_ext <<_ACEOF
10122 /* end confdefs.h. */
10124 /* Override any GCC internal prototype to avoid an error.
10125 Use char because int might match the return type of a GCC
10126 builtin and then its argument prototype would still apply. */
10127 #ifdef __cplusplus
10128 extern "C"
10129 #endif
10130 char XShmQueryExtension ();
10132 main ()
10134 return XShmQueryExtension ();
10136 return 0;
10138 _ACEOF
10139 rm -f conftest.$ac_objext conftest$ac_exeext
10140 if { (ac_try="$ac_link"
10141 case "(($ac_try" in
10142 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10143 *) ac_try_echo=$ac_try;;
10144 esac
10145 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10146 (eval "$ac_link") 2>conftest.er1
10147 ac_status=$?
10148 grep -v '^ *+' conftest.er1 >conftest.err
10149 rm -f conftest.er1
10150 cat conftest.err >&5
10151 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10152 (exit $ac_status); } && {
10153 test -z "$ac_c_werror_flag" ||
10154 test ! -s conftest.err
10155 } && test -s conftest$ac_exeext &&
10156 $as_test_x conftest$ac_exeext; then
10157 ac_cv_lib_Xext_XShmQueryExtension=yes
10158 else
10159 echo "$as_me: failed program was:" >&5
10160 sed 's/^/| /' conftest.$ac_ext >&5
10162 ac_cv_lib_Xext_XShmQueryExtension=no
10165 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10166 conftest$ac_exeext conftest.$ac_ext
10167 LIBS=$ac_check_lib_save_LIBS
10169 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10170 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10171 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10173 cat >>confdefs.h <<\_ACEOF
10174 #define HAVE_LIBXXSHM 1
10175 _ACEOF
10180 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10181 case "x$with_xshm" in
10182 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10183 xno) ;;
10184 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10185 This is an error since --with-xshm was requested." >&5
10186 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10187 This is an error since --with-xshm was requested." >&2;}
10188 { (exit 1); exit 1; }; } ;;
10189 esac
10193 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10194 then
10195 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10196 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10197 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10198 echo $ECHO_N "(cached) $ECHO_C" >&6
10199 else
10200 ac_check_lib_save_LIBS=$LIBS
10201 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10202 cat >conftest.$ac_ext <<_ACEOF
10203 /* confdefs.h. */
10204 _ACEOF
10205 cat confdefs.h >>conftest.$ac_ext
10206 cat >>conftest.$ac_ext <<_ACEOF
10207 /* end confdefs.h. */
10209 /* Override any GCC internal prototype to avoid an error.
10210 Use char because int might match the return type of a GCC
10211 builtin and then its argument prototype would still apply. */
10212 #ifdef __cplusplus
10213 extern "C"
10214 #endif
10215 char XShapeQueryExtension ();
10217 main ()
10219 return XShapeQueryExtension ();
10221 return 0;
10223 _ACEOF
10224 rm -f conftest.$ac_objext conftest$ac_exeext
10225 if { (ac_try="$ac_link"
10226 case "(($ac_try" in
10227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10228 *) ac_try_echo=$ac_try;;
10229 esac
10230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10231 (eval "$ac_link") 2>conftest.er1
10232 ac_status=$?
10233 grep -v '^ *+' conftest.er1 >conftest.err
10234 rm -f conftest.er1
10235 cat conftest.err >&5
10236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10237 (exit $ac_status); } && {
10238 test -z "$ac_c_werror_flag" ||
10239 test ! -s conftest.err
10240 } && test -s conftest$ac_exeext &&
10241 $as_test_x conftest$ac_exeext; then
10242 ac_cv_lib_Xext_XShapeQueryExtension=yes
10243 else
10244 echo "$as_me: failed program was:" >&5
10245 sed 's/^/| /' conftest.$ac_ext >&5
10247 ac_cv_lib_Xext_XShapeQueryExtension=no
10250 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10251 conftest$ac_exeext conftest.$ac_ext
10252 LIBS=$ac_check_lib_save_LIBS
10254 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10255 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10256 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10258 cat >>confdefs.h <<\_ACEOF
10259 #define HAVE_LIBXSHAPE 1
10260 _ACEOF
10265 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10266 case "x$with_xshape" in
10267 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10268 xno) ;;
10269 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10270 This is an error since --with-xshape was requested." >&5
10271 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10272 This is an error since --with-xshape was requested." >&2;}
10273 { (exit 1); exit 1; }; } ;;
10274 esac
10278 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10279 then
10280 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10281 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10282 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10283 echo $ECHO_N "(cached) $ECHO_C" >&6
10284 else
10285 ac_check_soname_save_LIBS=$LIBS
10286 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10287 cat >conftest.$ac_ext <<_ACEOF
10288 /* confdefs.h. */
10289 _ACEOF
10290 cat confdefs.h >>conftest.$ac_ext
10291 cat >>conftest.$ac_ext <<_ACEOF
10292 /* end confdefs.h. */
10294 /* Override any GCC internal prototype to avoid an error.
10295 Use char because int might match the return type of a GCC
10296 builtin and then its argument prototype would still apply. */
10297 #ifdef __cplusplus
10298 extern "C"
10299 #endif
10300 char XF86VidModeQueryExtension ();
10302 main ()
10304 return XF86VidModeQueryExtension ();
10306 return 0;
10308 _ACEOF
10309 rm -f conftest.$ac_objext conftest$ac_exeext
10310 if { (ac_try="$ac_link"
10311 case "(($ac_try" in
10312 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10313 *) ac_try_echo=$ac_try;;
10314 esac
10315 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10316 (eval "$ac_link") 2>conftest.er1
10317 ac_status=$?
10318 grep -v '^ *+' conftest.er1 >conftest.err
10319 rm -f conftest.er1
10320 cat conftest.err >&5
10321 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10322 (exit $ac_status); } && {
10323 test -z "$ac_c_werror_flag" ||
10324 test ! -s conftest.err
10325 } && test -s conftest$ac_exeext &&
10326 $as_test_x conftest$ac_exeext; then
10327 case "$LIBEXT" in
10328 dll) ;;
10329 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'` ;;
10330 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10331 esac
10332 else
10333 echo "$as_me: failed program was:" >&5
10334 sed 's/^/| /' conftest.$ac_ext >&5
10339 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10340 conftest$ac_exeext conftest.$ac_ext
10341 LIBS=$ac_check_soname_save_LIBS
10343 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10344 { echo "$as_me:$LINENO: result: not found" >&5
10345 echo "${ECHO_T}not found" >&6; }
10347 else
10348 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10349 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10351 cat >>confdefs.h <<_ACEOF
10352 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10353 _ACEOF
10359 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10360 case "x$with_xxf86vm" in
10361 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10362 xno) ;;
10363 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10364 This is an error since --with-xxf86vm was requested." >&5
10365 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10366 This is an error since --with-xxf86vm was requested." >&2;}
10367 { (exit 1); exit 1; }; } ;;
10368 esac
10372 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"
10373 then
10374 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10375 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10376 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10377 echo $ECHO_N "(cached) $ECHO_C" >&6
10378 else
10379 ac_check_soname_save_LIBS=$LIBS
10380 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10381 cat >conftest.$ac_ext <<_ACEOF
10382 /* confdefs.h. */
10383 _ACEOF
10384 cat confdefs.h >>conftest.$ac_ext
10385 cat >>conftest.$ac_ext <<_ACEOF
10386 /* end confdefs.h. */
10388 /* Override any GCC internal prototype to avoid an error.
10389 Use char because int might match the return type of a GCC
10390 builtin and then its argument prototype would still apply. */
10391 #ifdef __cplusplus
10392 extern "C"
10393 #endif
10394 char XRenderQueryExtension ();
10396 main ()
10398 return XRenderQueryExtension ();
10400 return 0;
10402 _ACEOF
10403 rm -f conftest.$ac_objext conftest$ac_exeext
10404 if { (ac_try="$ac_link"
10405 case "(($ac_try" in
10406 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10407 *) ac_try_echo=$ac_try;;
10408 esac
10409 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10410 (eval "$ac_link") 2>conftest.er1
10411 ac_status=$?
10412 grep -v '^ *+' conftest.er1 >conftest.err
10413 rm -f conftest.er1
10414 cat conftest.err >&5
10415 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10416 (exit $ac_status); } && {
10417 test -z "$ac_c_werror_flag" ||
10418 test ! -s conftest.err
10419 } && test -s conftest$ac_exeext &&
10420 $as_test_x conftest$ac_exeext; then
10421 case "$LIBEXT" in
10422 dll) ;;
10423 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'` ;;
10424 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10425 esac
10426 else
10427 echo "$as_me: failed program was:" >&5
10428 sed 's/^/| /' conftest.$ac_ext >&5
10433 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10434 conftest$ac_exeext conftest.$ac_ext
10435 LIBS=$ac_check_soname_save_LIBS
10437 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10438 { echo "$as_me:$LINENO: result: not found" >&5
10439 echo "${ECHO_T}not found" >&6; }
10441 else
10442 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10443 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10445 cat >>confdefs.h <<_ACEOF
10446 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10447 _ACEOF
10449 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10450 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10451 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10452 echo $ECHO_N "(cached) $ECHO_C" >&6
10453 else
10454 ac_check_lib_save_LIBS=$LIBS
10455 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10456 cat >conftest.$ac_ext <<_ACEOF
10457 /* confdefs.h. */
10458 _ACEOF
10459 cat confdefs.h >>conftest.$ac_ext
10460 cat >>conftest.$ac_ext <<_ACEOF
10461 /* end confdefs.h. */
10463 /* Override any GCC internal prototype to avoid an error.
10464 Use char because int might match the return type of a GCC
10465 builtin and then its argument prototype would still apply. */
10466 #ifdef __cplusplus
10467 extern "C"
10468 #endif
10469 char XRenderSetPictureTransform ();
10471 main ()
10473 return XRenderSetPictureTransform ();
10475 return 0;
10477 _ACEOF
10478 rm -f conftest.$ac_objext conftest$ac_exeext
10479 if { (ac_try="$ac_link"
10480 case "(($ac_try" in
10481 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10482 *) ac_try_echo=$ac_try;;
10483 esac
10484 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10485 (eval "$ac_link") 2>conftest.er1
10486 ac_status=$?
10487 grep -v '^ *+' conftest.er1 >conftest.err
10488 rm -f conftest.er1
10489 cat conftest.err >&5
10490 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10491 (exit $ac_status); } && {
10492 test -z "$ac_c_werror_flag" ||
10493 test ! -s conftest.err
10494 } && test -s conftest$ac_exeext &&
10495 $as_test_x conftest$ac_exeext; then
10496 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10497 else
10498 echo "$as_me: failed program was:" >&5
10499 sed 's/^/| /' conftest.$ac_ext >&5
10501 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10504 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10505 conftest$ac_exeext conftest.$ac_ext
10506 LIBS=$ac_check_lib_save_LIBS
10508 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10509 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10510 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10512 cat >>confdefs.h <<\_ACEOF
10513 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10514 _ACEOF
10522 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10523 case "x$with_xrender" in
10524 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10525 xno) ;;
10526 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10527 This is an error since --with-xrender was requested." >&5
10528 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10529 This is an error since --with-xrender was requested." >&2;}
10530 { (exit 1); exit 1; }; } ;;
10531 esac
10535 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10536 then
10537 cat >conftest.$ac_ext <<_ACEOF
10538 /* confdefs.h. */
10539 _ACEOF
10540 cat confdefs.h >>conftest.$ac_ext
10541 cat >>conftest.$ac_ext <<_ACEOF
10542 /* end confdefs.h. */
10543 #include <X11/Xlib.h>
10544 #include <X11/extensions/Xrandr.h>
10546 main ()
10548 static typeof(XRRSetScreenConfigAndRate) * func;
10550 return 0;
10552 _ACEOF
10553 rm -f conftest.$ac_objext
10554 if { (ac_try="$ac_compile"
10555 case "(($ac_try" in
10556 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10557 *) ac_try_echo=$ac_try;;
10558 esac
10559 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10560 (eval "$ac_compile") 2>conftest.er1
10561 ac_status=$?
10562 grep -v '^ *+' conftest.er1 >conftest.err
10563 rm -f conftest.er1
10564 cat conftest.err >&5
10565 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10566 (exit $ac_status); } && {
10567 test -z "$ac_c_werror_flag" ||
10568 test ! -s conftest.err
10569 } && test -s conftest.$ac_objext; then
10570 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10571 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10572 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10573 echo $ECHO_N "(cached) $ECHO_C" >&6
10574 else
10575 ac_check_soname_save_LIBS=$LIBS
10576 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10577 cat >conftest.$ac_ext <<_ACEOF
10578 /* confdefs.h. */
10579 _ACEOF
10580 cat confdefs.h >>conftest.$ac_ext
10581 cat >>conftest.$ac_ext <<_ACEOF
10582 /* end confdefs.h. */
10584 /* Override any GCC internal prototype to avoid an error.
10585 Use char because int might match the return type of a GCC
10586 builtin and then its argument prototype would still apply. */
10587 #ifdef __cplusplus
10588 extern "C"
10589 #endif
10590 char XRRQueryExtension ();
10592 main ()
10594 return XRRQueryExtension ();
10596 return 0;
10598 _ACEOF
10599 rm -f conftest.$ac_objext conftest$ac_exeext
10600 if { (ac_try="$ac_link"
10601 case "(($ac_try" in
10602 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10603 *) ac_try_echo=$ac_try;;
10604 esac
10605 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10606 (eval "$ac_link") 2>conftest.er1
10607 ac_status=$?
10608 grep -v '^ *+' conftest.er1 >conftest.err
10609 rm -f conftest.er1
10610 cat conftest.err >&5
10611 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10612 (exit $ac_status); } && {
10613 test -z "$ac_c_werror_flag" ||
10614 test ! -s conftest.err
10615 } && test -s conftest$ac_exeext &&
10616 $as_test_x conftest$ac_exeext; then
10617 case "$LIBEXT" in
10618 dll) ;;
10619 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'` ;;
10620 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10621 esac
10622 else
10623 echo "$as_me: failed program was:" >&5
10624 sed 's/^/| /' conftest.$ac_ext >&5
10629 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10630 conftest$ac_exeext conftest.$ac_ext
10631 LIBS=$ac_check_soname_save_LIBS
10633 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10634 { echo "$as_me:$LINENO: result: not found" >&5
10635 echo "${ECHO_T}not found" >&6; }
10637 else
10638 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10639 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10641 cat >>confdefs.h <<_ACEOF
10642 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10643 _ACEOF
10648 else
10649 echo "$as_me: failed program was:" >&5
10650 sed 's/^/| /' conftest.$ac_ext >&5
10655 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10657 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10658 case "x$with_xrandr" in
10659 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10660 xno) ;;
10661 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10662 This is an error since --with-xrandr was requested." >&5
10663 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10664 This is an error since --with-xrandr was requested." >&2;}
10665 { (exit 1); exit 1; }; } ;;
10666 esac
10670 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10671 then
10672 cat >conftest.$ac_ext <<_ACEOF
10673 /* confdefs.h. */
10674 _ACEOF
10675 cat confdefs.h >>conftest.$ac_ext
10676 cat >>conftest.$ac_ext <<_ACEOF
10677 /* end confdefs.h. */
10678 #include <X11/Xlib.h>
10679 #include <X11/extensions/Xinerama.h>
10681 main ()
10683 static typeof(XineramaQueryScreens) * func;
10685 return 0;
10687 _ACEOF
10688 rm -f conftest.$ac_objext
10689 if { (ac_try="$ac_compile"
10690 case "(($ac_try" in
10691 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10692 *) ac_try_echo=$ac_try;;
10693 esac
10694 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10695 (eval "$ac_compile") 2>conftest.er1
10696 ac_status=$?
10697 grep -v '^ *+' conftest.er1 >conftest.err
10698 rm -f conftest.er1
10699 cat conftest.err >&5
10700 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10701 (exit $ac_status); } && {
10702 test -z "$ac_c_werror_flag" ||
10703 test ! -s conftest.err
10704 } && test -s conftest.$ac_objext; then
10705 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10706 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10707 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10708 echo $ECHO_N "(cached) $ECHO_C" >&6
10709 else
10710 ac_check_soname_save_LIBS=$LIBS
10711 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10712 cat >conftest.$ac_ext <<_ACEOF
10713 /* confdefs.h. */
10714 _ACEOF
10715 cat confdefs.h >>conftest.$ac_ext
10716 cat >>conftest.$ac_ext <<_ACEOF
10717 /* end confdefs.h. */
10719 /* Override any GCC internal prototype to avoid an error.
10720 Use char because int might match the return type of a GCC
10721 builtin and then its argument prototype would still apply. */
10722 #ifdef __cplusplus
10723 extern "C"
10724 #endif
10725 char XineramaQueryScreens ();
10727 main ()
10729 return XineramaQueryScreens ();
10731 return 0;
10733 _ACEOF
10734 rm -f conftest.$ac_objext conftest$ac_exeext
10735 if { (ac_try="$ac_link"
10736 case "(($ac_try" in
10737 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10738 *) ac_try_echo=$ac_try;;
10739 esac
10740 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10741 (eval "$ac_link") 2>conftest.er1
10742 ac_status=$?
10743 grep -v '^ *+' conftest.er1 >conftest.err
10744 rm -f conftest.er1
10745 cat conftest.err >&5
10746 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10747 (exit $ac_status); } && {
10748 test -z "$ac_c_werror_flag" ||
10749 test ! -s conftest.err
10750 } && test -s conftest$ac_exeext &&
10751 $as_test_x conftest$ac_exeext; then
10752 case "$LIBEXT" in
10753 dll) ;;
10754 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'` ;;
10755 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10756 esac
10757 else
10758 echo "$as_me: failed program was:" >&5
10759 sed 's/^/| /' conftest.$ac_ext >&5
10764 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10765 conftest$ac_exeext conftest.$ac_ext
10766 LIBS=$ac_check_soname_save_LIBS
10768 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10769 { echo "$as_me:$LINENO: result: not found" >&5
10770 echo "${ECHO_T}not found" >&6; }
10772 else
10773 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10774 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10776 cat >>confdefs.h <<_ACEOF
10777 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10778 _ACEOF
10783 else
10784 echo "$as_me: failed program was:" >&5
10785 sed 's/^/| /' conftest.$ac_ext >&5
10790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10792 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10793 case "x$with_xinerama" in
10794 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10795 xno) ;;
10796 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10797 This is an error since --with-xinerama was requested." >&5
10798 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10799 This is an error since --with-xinerama was requested." >&2;}
10800 { (exit 1); exit 1; }; } ;;
10801 esac
10805 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10806 then
10807 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10808 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10809 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10810 echo $ECHO_N "(cached) $ECHO_C" >&6
10811 else
10812 ac_check_soname_save_LIBS=$LIBS
10813 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10814 cat >conftest.$ac_ext <<_ACEOF
10815 /* confdefs.h. */
10816 _ACEOF
10817 cat confdefs.h >>conftest.$ac_ext
10818 cat >>conftest.$ac_ext <<_ACEOF
10819 /* end confdefs.h. */
10821 /* Override any GCC internal prototype to avoid an error.
10822 Use char because int might match the return type of a GCC
10823 builtin and then its argument prototype would still apply. */
10824 #ifdef __cplusplus
10825 extern "C"
10826 #endif
10827 char XCompositeRedirectWindow ();
10829 main ()
10831 return XCompositeRedirectWindow ();
10833 return 0;
10835 _ACEOF
10836 rm -f conftest.$ac_objext conftest$ac_exeext
10837 if { (ac_try="$ac_link"
10838 case "(($ac_try" in
10839 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10840 *) ac_try_echo=$ac_try;;
10841 esac
10842 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10843 (eval "$ac_link") 2>conftest.er1
10844 ac_status=$?
10845 grep -v '^ *+' conftest.er1 >conftest.err
10846 rm -f conftest.er1
10847 cat conftest.err >&5
10848 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10849 (exit $ac_status); } && {
10850 test -z "$ac_c_werror_flag" ||
10851 test ! -s conftest.err
10852 } && test -s conftest$ac_exeext &&
10853 $as_test_x conftest$ac_exeext; then
10854 case "$LIBEXT" in
10855 dll) ;;
10856 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'` ;;
10857 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10858 esac
10859 else
10860 echo "$as_me: failed program was:" >&5
10861 sed 's/^/| /' conftest.$ac_ext >&5
10866 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10867 conftest$ac_exeext conftest.$ac_ext
10868 LIBS=$ac_check_soname_save_LIBS
10870 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10871 { echo "$as_me:$LINENO: result: not found" >&5
10872 echo "${ECHO_T}not found" >&6; }
10874 else
10875 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10876 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10878 cat >>confdefs.h <<_ACEOF
10879 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10880 _ACEOF
10886 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10887 case "x$with_xcomposite" in
10888 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10889 xno) ;;
10890 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10891 This is an error since --with-xcomposite was requested." >&5
10892 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10893 This is an error since --with-xcomposite was requested." >&2;}
10894 { (exit 1); exit 1; }; } ;;
10895 esac
10899 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10900 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10901 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10902 echo $ECHO_N "(cached) $ECHO_C" >&6
10903 else
10904 cat >conftest.$ac_ext <<_ACEOF
10905 /* confdefs.h. */
10906 _ACEOF
10907 cat confdefs.h >>conftest.$ac_ext
10908 cat >>conftest.$ac_ext <<_ACEOF
10909 /* end confdefs.h. */
10910 #ifdef HAVE_X11_XLIB_H
10911 #include <X11/Xlib.h>
10912 #endif
10915 main ()
10917 static XICCallback ac_aggr;
10918 if (ac_aggr.callback)
10919 return 0;
10921 return 0;
10923 _ACEOF
10924 rm -f conftest.$ac_objext
10925 if { (ac_try="$ac_compile"
10926 case "(($ac_try" in
10927 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10928 *) ac_try_echo=$ac_try;;
10929 esac
10930 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10931 (eval "$ac_compile") 2>conftest.er1
10932 ac_status=$?
10933 grep -v '^ *+' conftest.er1 >conftest.err
10934 rm -f conftest.er1
10935 cat conftest.err >&5
10936 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10937 (exit $ac_status); } && {
10938 test -z "$ac_c_werror_flag" ||
10939 test ! -s conftest.err
10940 } && test -s conftest.$ac_objext; then
10941 ac_cv_member_XICCallback_callback=yes
10942 else
10943 echo "$as_me: failed program was:" >&5
10944 sed 's/^/| /' conftest.$ac_ext >&5
10946 cat >conftest.$ac_ext <<_ACEOF
10947 /* confdefs.h. */
10948 _ACEOF
10949 cat confdefs.h >>conftest.$ac_ext
10950 cat >>conftest.$ac_ext <<_ACEOF
10951 /* end confdefs.h. */
10952 #ifdef HAVE_X11_XLIB_H
10953 #include <X11/Xlib.h>
10954 #endif
10957 main ()
10959 static XICCallback ac_aggr;
10960 if (sizeof ac_aggr.callback)
10961 return 0;
10963 return 0;
10965 _ACEOF
10966 rm -f conftest.$ac_objext
10967 if { (ac_try="$ac_compile"
10968 case "(($ac_try" in
10969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10970 *) ac_try_echo=$ac_try;;
10971 esac
10972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10973 (eval "$ac_compile") 2>conftest.er1
10974 ac_status=$?
10975 grep -v '^ *+' conftest.er1 >conftest.err
10976 rm -f conftest.er1
10977 cat conftest.err >&5
10978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10979 (exit $ac_status); } && {
10980 test -z "$ac_c_werror_flag" ||
10981 test ! -s conftest.err
10982 } && test -s conftest.$ac_objext; then
10983 ac_cv_member_XICCallback_callback=yes
10984 else
10985 echo "$as_me: failed program was:" >&5
10986 sed 's/^/| /' conftest.$ac_ext >&5
10988 ac_cv_member_XICCallback_callback=no
10991 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10994 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10996 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
10997 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
10998 if test $ac_cv_member_XICCallback_callback = yes; then
11000 cat >>confdefs.h <<_ACEOF
11001 #define HAVE_XICCALLBACK_CALLBACK 1
11002 _ACEOF
11009 opengl_msg=""
11010 if test "x$with_opengl" != "xno"
11011 then
11016 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11018 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11019 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11020 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11021 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11022 echo $ECHO_N "(cached) $ECHO_C" >&6
11023 else
11024 cat >conftest.$ac_ext <<_ACEOF
11025 /* confdefs.h. */
11026 _ACEOF
11027 cat confdefs.h >>conftest.$ac_ext
11028 cat >>conftest.$ac_ext <<_ACEOF
11029 /* end confdefs.h. */
11030 #ifdef HAVE_GL_GLX_H
11031 # include <GL/glx.h>
11032 #endif
11034 #include <$ac_header>
11035 _ACEOF
11036 rm -f conftest.$ac_objext
11037 if { (ac_try="$ac_compile"
11038 case "(($ac_try" in
11039 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11040 *) ac_try_echo=$ac_try;;
11041 esac
11042 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11043 (eval "$ac_compile") 2>conftest.er1
11044 ac_status=$?
11045 grep -v '^ *+' conftest.er1 >conftest.err
11046 rm -f conftest.er1
11047 cat conftest.err >&5
11048 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11049 (exit $ac_status); } && {
11050 test -z "$ac_c_werror_flag" ||
11051 test ! -s conftest.err
11052 } && test -s conftest.$ac_objext; then
11053 eval "$as_ac_Header=yes"
11054 else
11055 echo "$as_me: failed program was:" >&5
11056 sed 's/^/| /' conftest.$ac_ext >&5
11058 eval "$as_ac_Header=no"
11061 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11063 ac_res=`eval echo '${'$as_ac_Header'}'`
11064 { echo "$as_me:$LINENO: result: $ac_res" >&5
11065 echo "${ECHO_T}$ac_res" >&6; }
11066 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11067 cat >>confdefs.h <<_ACEOF
11068 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11069 _ACEOF
11073 done
11075 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11076 then
11077 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11078 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11079 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11080 echo $ECHO_N "(cached) $ECHO_C" >&6
11081 else
11082 cat >conftest.$ac_ext <<_ACEOF
11083 /* confdefs.h. */
11084 _ACEOF
11085 cat confdefs.h >>conftest.$ac_ext
11086 cat >>conftest.$ac_ext <<_ACEOF
11087 /* end confdefs.h. */
11088 #include <GL/gl.h>
11090 main ()
11092 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11094 return 0;
11096 _ACEOF
11097 rm -f conftest.$ac_objext
11098 if { (ac_try="$ac_compile"
11099 case "(($ac_try" in
11100 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11101 *) ac_try_echo=$ac_try;;
11102 esac
11103 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11104 (eval "$ac_compile") 2>conftest.er1
11105 ac_status=$?
11106 grep -v '^ *+' conftest.er1 >conftest.err
11107 rm -f conftest.er1
11108 cat conftest.err >&5
11109 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11110 (exit $ac_status); } && {
11111 test -z "$ac_c_werror_flag" ||
11112 test ! -s conftest.err
11113 } && test -s conftest.$ac_objext; then
11114 wine_cv_opengl_header_version_OK="yes"
11115 else
11116 echo "$as_me: failed program was:" >&5
11117 sed 's/^/| /' conftest.$ac_ext >&5
11119 wine_cv_opengl_header_version_OK="no"
11122 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11124 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11125 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11127 if test "$wine_cv_opengl_header_version_OK" = "yes"
11128 then
11129 { echo "$as_me:$LINENO: checking for -lGL" >&5
11130 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11131 if test "${ac_cv_lib_soname_GL+set}" = set; then
11132 echo $ECHO_N "(cached) $ECHO_C" >&6
11133 else
11134 ac_check_soname_save_LIBS=$LIBS
11135 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11136 cat >conftest.$ac_ext <<_ACEOF
11137 /* confdefs.h. */
11138 _ACEOF
11139 cat confdefs.h >>conftest.$ac_ext
11140 cat >>conftest.$ac_ext <<_ACEOF
11141 /* end confdefs.h. */
11143 /* Override any GCC internal prototype to avoid an error.
11144 Use char because int might match the return type of a GCC
11145 builtin and then its argument prototype would still apply. */
11146 #ifdef __cplusplus
11147 extern "C"
11148 #endif
11149 char glXCreateContext ();
11151 main ()
11153 return glXCreateContext ();
11155 return 0;
11157 _ACEOF
11158 rm -f conftest.$ac_objext conftest$ac_exeext
11159 if { (ac_try="$ac_link"
11160 case "(($ac_try" in
11161 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11162 *) ac_try_echo=$ac_try;;
11163 esac
11164 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11165 (eval "$ac_link") 2>conftest.er1
11166 ac_status=$?
11167 grep -v '^ *+' conftest.er1 >conftest.err
11168 rm -f conftest.er1
11169 cat conftest.err >&5
11170 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11171 (exit $ac_status); } && {
11172 test -z "$ac_c_werror_flag" ||
11173 test ! -s conftest.err
11174 } && test -s conftest$ac_exeext &&
11175 $as_test_x conftest$ac_exeext; then
11176 case "$LIBEXT" in
11177 dll) ;;
11178 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'` ;;
11179 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11180 esac
11181 else
11182 echo "$as_me: failed program was:" >&5
11183 sed 's/^/| /' conftest.$ac_ext >&5
11188 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11189 conftest$ac_exeext conftest.$ac_ext
11190 LIBS=$ac_check_soname_save_LIBS
11192 if test "x$ac_cv_lib_soname_GL" = "x"; then
11193 { echo "$as_me:$LINENO: result: not found" >&5
11194 echo "${ECHO_T}not found" >&6; }
11195 { echo "$as_me:$LINENO: checking for -lGL" >&5
11196 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11197 if test "${ac_cv_lib_soname_GL+set}" = set; then
11198 echo $ECHO_N "(cached) $ECHO_C" >&6
11199 else
11200 ac_check_soname_save_LIBS=$LIBS
11201 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"
11202 cat >conftest.$ac_ext <<_ACEOF
11203 /* confdefs.h. */
11204 _ACEOF
11205 cat confdefs.h >>conftest.$ac_ext
11206 cat >>conftest.$ac_ext <<_ACEOF
11207 /* end confdefs.h. */
11209 /* Override any GCC internal prototype to avoid an error.
11210 Use char because int might match the return type of a GCC
11211 builtin and then its argument prototype would still apply. */
11212 #ifdef __cplusplus
11213 extern "C"
11214 #endif
11215 char glXCreateContext ();
11217 main ()
11219 return glXCreateContext ();
11221 return 0;
11223 _ACEOF
11224 rm -f conftest.$ac_objext conftest$ac_exeext
11225 if { (ac_try="$ac_link"
11226 case "(($ac_try" in
11227 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11228 *) ac_try_echo=$ac_try;;
11229 esac
11230 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11231 (eval "$ac_link") 2>conftest.er1
11232 ac_status=$?
11233 grep -v '^ *+' conftest.er1 >conftest.err
11234 rm -f conftest.er1
11235 cat conftest.err >&5
11236 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11237 (exit $ac_status); } && {
11238 test -z "$ac_c_werror_flag" ||
11239 test ! -s conftest.err
11240 } && test -s conftest$ac_exeext &&
11241 $as_test_x conftest$ac_exeext; then
11242 case "$LIBEXT" in
11243 dll) ;;
11244 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'` ;;
11245 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11246 esac
11247 else
11248 echo "$as_me: failed program was:" >&5
11249 sed 's/^/| /' conftest.$ac_ext >&5
11254 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11255 conftest$ac_exeext conftest.$ac_ext
11256 LIBS=$ac_check_soname_save_LIBS
11258 if test "x$ac_cv_lib_soname_GL" = "x"; then
11259 { echo "$as_me:$LINENO: result: not found" >&5
11260 echo "${ECHO_T}not found" >&6; }
11261 if test -f /usr/X11R6/lib/libGL.a
11262 then
11263 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11264 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11265 else
11266 opengl_msg="No OpenGL library found on this system."
11268 else
11269 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11270 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11272 cat >>confdefs.h <<_ACEOF
11273 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11274 _ACEOF
11276 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"
11277 OPENGLFILES='$(OPENGLFILES)'
11279 cat >>confdefs.h <<\_ACEOF
11280 #define HAVE_OPENGL 1
11281 _ACEOF
11285 else
11286 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11287 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11289 cat >>confdefs.h <<_ACEOF
11290 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11291 _ACEOF
11293 OPENGL_LIBS="-lGL"
11294 OPENGLFILES='$(OPENGLFILES)'
11296 cat >>confdefs.h <<\_ACEOF
11297 #define HAVE_OPENGL 1
11298 _ACEOF
11302 if test "$ac_cv_header_GL_glu_h" = "yes"
11303 then
11304 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11305 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11306 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11307 echo $ECHO_N "(cached) $ECHO_C" >&6
11308 else
11309 ac_check_soname_save_LIBS=$LIBS
11310 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11311 cat >conftest.$ac_ext <<_ACEOF
11312 /* confdefs.h. */
11313 _ACEOF
11314 cat confdefs.h >>conftest.$ac_ext
11315 cat >>conftest.$ac_ext <<_ACEOF
11316 /* end confdefs.h. */
11318 /* Override any GCC internal prototype to avoid an error.
11319 Use char because int might match the return type of a GCC
11320 builtin and then its argument prototype would still apply. */
11321 #ifdef __cplusplus
11322 extern "C"
11323 #endif
11324 char gluLookAt ();
11326 main ()
11328 return gluLookAt ();
11330 return 0;
11332 _ACEOF
11333 rm -f conftest.$ac_objext conftest$ac_exeext
11334 if { (ac_try="$ac_link"
11335 case "(($ac_try" in
11336 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11337 *) ac_try_echo=$ac_try;;
11338 esac
11339 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11340 (eval "$ac_link") 2>conftest.er1
11341 ac_status=$?
11342 grep -v '^ *+' conftest.er1 >conftest.err
11343 rm -f conftest.er1
11344 cat conftest.err >&5
11345 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11346 (exit $ac_status); } && {
11347 test -z "$ac_c_werror_flag" ||
11348 test ! -s conftest.err
11349 } && test -s conftest$ac_exeext &&
11350 $as_test_x conftest$ac_exeext; then
11351 case "$LIBEXT" in
11352 dll) ;;
11353 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'` ;;
11354 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11355 esac
11356 else
11357 echo "$as_me: failed program was:" >&5
11358 sed 's/^/| /' conftest.$ac_ext >&5
11363 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11364 conftest$ac_exeext conftest.$ac_ext
11365 LIBS=$ac_check_soname_save_LIBS
11367 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11368 { echo "$as_me:$LINENO: result: not found" >&5
11369 echo "${ECHO_T}not found" >&6; }
11371 else
11372 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11373 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11375 cat >>confdefs.h <<_ACEOF
11376 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11377 _ACEOF
11379 GLU32FILES='$(GLU32FILES)'
11383 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11384 case "x$with_glu" in
11385 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11386 xno) ;;
11387 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11388 This is an error since --with-glu was requested." >&5
11389 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11390 This is an error since --with-glu was requested." >&2;}
11391 { (exit 1); exit 1; }; } ;;
11392 esac
11395 else
11396 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11398 else
11399 opengl_msg="OpenGL development headers not found."
11402 if test -n "$opengl_msg"; then
11403 case "x$with_opengl" in
11404 x) wine_warnings="$wine_warnings|$opengl_msg
11405 OpenGL and Direct3D won't be supported." ;;
11406 xno) ;;
11407 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11408 OpenGL and Direct3D won't be supported.
11409 This is an error since --with-opengl was requested." >&5
11410 echo "$as_me: error: $opengl_msg
11411 OpenGL and Direct3D won't be supported.
11412 This is an error since --with-opengl was requested." >&2;}
11413 { (exit 1); exit 1; }; } ;;
11414 esac
11418 NASLIBS=""
11421 for ac_header in audio/audiolib.h
11423 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11424 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11425 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11426 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11427 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11428 echo $ECHO_N "(cached) $ECHO_C" >&6
11430 ac_res=`eval echo '${'$as_ac_Header'}'`
11431 { echo "$as_me:$LINENO: result: $ac_res" >&5
11432 echo "${ECHO_T}$ac_res" >&6; }
11433 else
11434 # Is the header compilable?
11435 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11436 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11437 cat >conftest.$ac_ext <<_ACEOF
11438 /* confdefs.h. */
11439 _ACEOF
11440 cat confdefs.h >>conftest.$ac_ext
11441 cat >>conftest.$ac_ext <<_ACEOF
11442 /* end confdefs.h. */
11443 $ac_includes_default
11444 #include <$ac_header>
11445 _ACEOF
11446 rm -f conftest.$ac_objext
11447 if { (ac_try="$ac_compile"
11448 case "(($ac_try" in
11449 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11450 *) ac_try_echo=$ac_try;;
11451 esac
11452 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11453 (eval "$ac_compile") 2>conftest.er1
11454 ac_status=$?
11455 grep -v '^ *+' conftest.er1 >conftest.err
11456 rm -f conftest.er1
11457 cat conftest.err >&5
11458 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11459 (exit $ac_status); } && {
11460 test -z "$ac_c_werror_flag" ||
11461 test ! -s conftest.err
11462 } && test -s conftest.$ac_objext; then
11463 ac_header_compiler=yes
11464 else
11465 echo "$as_me: failed program was:" >&5
11466 sed 's/^/| /' conftest.$ac_ext >&5
11468 ac_header_compiler=no
11471 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11472 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11473 echo "${ECHO_T}$ac_header_compiler" >&6; }
11475 # Is the header present?
11476 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11477 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11478 cat >conftest.$ac_ext <<_ACEOF
11479 /* confdefs.h. */
11480 _ACEOF
11481 cat confdefs.h >>conftest.$ac_ext
11482 cat >>conftest.$ac_ext <<_ACEOF
11483 /* end confdefs.h. */
11484 #include <$ac_header>
11485 _ACEOF
11486 if { (ac_try="$ac_cpp conftest.$ac_ext"
11487 case "(($ac_try" in
11488 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11489 *) ac_try_echo=$ac_try;;
11490 esac
11491 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11492 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11493 ac_status=$?
11494 grep -v '^ *+' conftest.er1 >conftest.err
11495 rm -f conftest.er1
11496 cat conftest.err >&5
11497 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11498 (exit $ac_status); } >/dev/null && {
11499 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11500 test ! -s conftest.err
11501 }; then
11502 ac_header_preproc=yes
11503 else
11504 echo "$as_me: failed program was:" >&5
11505 sed 's/^/| /' conftest.$ac_ext >&5
11507 ac_header_preproc=no
11510 rm -f conftest.err conftest.$ac_ext
11511 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11512 echo "${ECHO_T}$ac_header_preproc" >&6; }
11514 # So? What about this header?
11515 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11516 yes:no: )
11517 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11518 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11519 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11520 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11521 ac_header_preproc=yes
11523 no:yes:* )
11524 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11525 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11526 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11527 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11528 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11529 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11530 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11531 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11532 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11533 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11534 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11535 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11536 ( cat <<\_ASBOX
11537 ## ------------------------------------ ##
11538 ## Report this to wine-devel@winehq.org ##
11539 ## ------------------------------------ ##
11540 _ASBOX
11541 ) | sed "s/^/$as_me: WARNING: /" >&2
11543 esac
11544 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11545 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11546 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11547 echo $ECHO_N "(cached) $ECHO_C" >&6
11548 else
11549 eval "$as_ac_Header=\$ac_header_preproc"
11551 ac_res=`eval echo '${'$as_ac_Header'}'`
11552 { echo "$as_me:$LINENO: result: $ac_res" >&5
11553 echo "${ECHO_T}$ac_res" >&6; }
11556 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11557 cat >>confdefs.h <<_ACEOF
11558 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11559 _ACEOF
11561 for ac_header in audio/soundlib.h
11563 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11564 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11565 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11566 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11567 echo $ECHO_N "(cached) $ECHO_C" >&6
11568 else
11569 cat >conftest.$ac_ext <<_ACEOF
11570 /* confdefs.h. */
11571 _ACEOF
11572 cat confdefs.h >>conftest.$ac_ext
11573 cat >>conftest.$ac_ext <<_ACEOF
11574 /* end confdefs.h. */
11575 #include <audio/audiolib.h>
11577 #include <$ac_header>
11578 _ACEOF
11579 rm -f conftest.$ac_objext
11580 if { (ac_try="$ac_compile"
11581 case "(($ac_try" in
11582 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11583 *) ac_try_echo=$ac_try;;
11584 esac
11585 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11586 (eval "$ac_compile") 2>conftest.er1
11587 ac_status=$?
11588 grep -v '^ *+' conftest.er1 >conftest.err
11589 rm -f conftest.er1
11590 cat conftest.err >&5
11591 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11592 (exit $ac_status); } && {
11593 test -z "$ac_c_werror_flag" ||
11594 test ! -s conftest.err
11595 } && test -s conftest.$ac_objext; then
11596 eval "$as_ac_Header=yes"
11597 else
11598 echo "$as_me: failed program was:" >&5
11599 sed 's/^/| /' conftest.$ac_ext >&5
11601 eval "$as_ac_Header=no"
11604 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11606 ac_res=`eval echo '${'$as_ac_Header'}'`
11607 { echo "$as_me:$LINENO: result: $ac_res" >&5
11608 echo "${ECHO_T}$ac_res" >&6; }
11609 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11610 cat >>confdefs.h <<_ACEOF
11611 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11612 _ACEOF
11616 done
11618 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11619 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11620 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11621 echo $ECHO_N "(cached) $ECHO_C" >&6
11622 else
11623 ac_check_lib_save_LIBS=$LIBS
11624 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11625 cat >conftest.$ac_ext <<_ACEOF
11626 /* confdefs.h. */
11627 _ACEOF
11628 cat confdefs.h >>conftest.$ac_ext
11629 cat >>conftest.$ac_ext <<_ACEOF
11630 /* end confdefs.h. */
11632 /* Override any GCC internal prototype to avoid an error.
11633 Use char because int might match the return type of a GCC
11634 builtin and then its argument prototype would still apply. */
11635 #ifdef __cplusplus
11636 extern "C"
11637 #endif
11638 char AuCreateFlow ();
11640 main ()
11642 return AuCreateFlow ();
11644 return 0;
11646 _ACEOF
11647 rm -f conftest.$ac_objext conftest$ac_exeext
11648 if { (ac_try="$ac_link"
11649 case "(($ac_try" in
11650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11651 *) ac_try_echo=$ac_try;;
11652 esac
11653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11654 (eval "$ac_link") 2>conftest.er1
11655 ac_status=$?
11656 grep -v '^ *+' conftest.er1 >conftest.err
11657 rm -f conftest.er1
11658 cat conftest.err >&5
11659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11660 (exit $ac_status); } && {
11661 test -z "$ac_c_werror_flag" ||
11662 test ! -s conftest.err
11663 } && test -s conftest$ac_exeext &&
11664 $as_test_x conftest$ac_exeext; then
11665 ac_cv_lib_audio_AuCreateFlow=yes
11666 else
11667 echo "$as_me: failed program was:" >&5
11668 sed 's/^/| /' conftest.$ac_ext >&5
11670 ac_cv_lib_audio_AuCreateFlow=no
11673 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11674 conftest$ac_exeext conftest.$ac_ext
11675 LIBS=$ac_check_lib_save_LIBS
11677 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11678 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11679 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11681 cat >>confdefs.h <<\_ACEOF
11682 #define HAVE_NAS 1
11683 _ACEOF
11685 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11686 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11687 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11688 echo $ECHO_N "(cached) $ECHO_C" >&6
11689 else
11690 ac_check_lib_save_LIBS=$LIBS
11691 LIBS="-lXau $X_LIBS $LIBS"
11692 cat >conftest.$ac_ext <<_ACEOF
11693 /* confdefs.h. */
11694 _ACEOF
11695 cat confdefs.h >>conftest.$ac_ext
11696 cat >>conftest.$ac_ext <<_ACEOF
11697 /* end confdefs.h. */
11699 /* Override any GCC internal prototype to avoid an error.
11700 Use char because int might match the return type of a GCC
11701 builtin and then its argument prototype would still apply. */
11702 #ifdef __cplusplus
11703 extern "C"
11704 #endif
11705 char XauGetBestAuthByAddr ();
11707 main ()
11709 return XauGetBestAuthByAddr ();
11711 return 0;
11713 _ACEOF
11714 rm -f conftest.$ac_objext conftest$ac_exeext
11715 if { (ac_try="$ac_link"
11716 case "(($ac_try" in
11717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11718 *) ac_try_echo=$ac_try;;
11719 esac
11720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11721 (eval "$ac_link") 2>conftest.er1
11722 ac_status=$?
11723 grep -v '^ *+' conftest.er1 >conftest.err
11724 rm -f conftest.er1
11725 cat conftest.err >&5
11726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11727 (exit $ac_status); } && {
11728 test -z "$ac_c_werror_flag" ||
11729 test ! -s conftest.err
11730 } && test -s conftest$ac_exeext &&
11731 $as_test_x conftest$ac_exeext; then
11732 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11733 else
11734 echo "$as_me: failed program was:" >&5
11735 sed 's/^/| /' conftest.$ac_ext >&5
11737 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11740 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11741 conftest$ac_exeext conftest.$ac_ext
11742 LIBS=$ac_check_lib_save_LIBS
11744 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11745 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11746 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11747 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11748 else
11749 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11757 done
11760 CPPFLAGS="$ac_save_CPPFLAGS"
11761 XFILES='$(XFILES)'
11762 else
11763 XLIB=""
11764 X_CFLAGS=""
11765 X_LIBS=""
11767 if test "x$XLIB" = "x"; then
11768 case "x$with_x" in
11769 xno) ;;
11770 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11771 without X support, which probably isn't what you want. You will need to install
11772 development packages of Xlib/Xfree86 at the very least.
11773 Use the --without-x option if you really want this." >&5
11774 echo "$as_me: error: X development files not found. Wine will be built
11775 without X support, which probably isn't what you want. You will need to install
11776 development packages of Xlib/Xfree86 at the very least.
11777 Use the --without-x option if you really want this." >&2;}
11778 { (exit 1); exit 1; }; } ;;
11779 esac
11784 XML2LIBS=""
11786 XML2INCL=""
11788 XSLTLIBS=""
11790 XSLTINCL=""
11792 if test "x$with_xml" != "xno"
11793 then
11794 ac_save_CPPFLAGS="$CPPFLAGS"
11795 if test "$PKG_CONFIG" != "false"
11796 then
11797 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11798 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11799 else
11800 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11801 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11803 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11805 for ac_header in libxml/parser.h
11807 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11808 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11809 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11810 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11811 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11812 echo $ECHO_N "(cached) $ECHO_C" >&6
11814 ac_res=`eval echo '${'$as_ac_Header'}'`
11815 { echo "$as_me:$LINENO: result: $ac_res" >&5
11816 echo "${ECHO_T}$ac_res" >&6; }
11817 else
11818 # Is the header compilable?
11819 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11820 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11821 cat >conftest.$ac_ext <<_ACEOF
11822 /* confdefs.h. */
11823 _ACEOF
11824 cat confdefs.h >>conftest.$ac_ext
11825 cat >>conftest.$ac_ext <<_ACEOF
11826 /* end confdefs.h. */
11827 $ac_includes_default
11828 #include <$ac_header>
11829 _ACEOF
11830 rm -f conftest.$ac_objext
11831 if { (ac_try="$ac_compile"
11832 case "(($ac_try" in
11833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11834 *) ac_try_echo=$ac_try;;
11835 esac
11836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11837 (eval "$ac_compile") 2>conftest.er1
11838 ac_status=$?
11839 grep -v '^ *+' conftest.er1 >conftest.err
11840 rm -f conftest.er1
11841 cat conftest.err >&5
11842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11843 (exit $ac_status); } && {
11844 test -z "$ac_c_werror_flag" ||
11845 test ! -s conftest.err
11846 } && test -s conftest.$ac_objext; then
11847 ac_header_compiler=yes
11848 else
11849 echo "$as_me: failed program was:" >&5
11850 sed 's/^/| /' conftest.$ac_ext >&5
11852 ac_header_compiler=no
11855 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11856 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11857 echo "${ECHO_T}$ac_header_compiler" >&6; }
11859 # Is the header present?
11860 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11861 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11862 cat >conftest.$ac_ext <<_ACEOF
11863 /* confdefs.h. */
11864 _ACEOF
11865 cat confdefs.h >>conftest.$ac_ext
11866 cat >>conftest.$ac_ext <<_ACEOF
11867 /* end confdefs.h. */
11868 #include <$ac_header>
11869 _ACEOF
11870 if { (ac_try="$ac_cpp conftest.$ac_ext"
11871 case "(($ac_try" in
11872 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11873 *) ac_try_echo=$ac_try;;
11874 esac
11875 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11876 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11877 ac_status=$?
11878 grep -v '^ *+' conftest.er1 >conftest.err
11879 rm -f conftest.er1
11880 cat conftest.err >&5
11881 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11882 (exit $ac_status); } >/dev/null && {
11883 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11884 test ! -s conftest.err
11885 }; then
11886 ac_header_preproc=yes
11887 else
11888 echo "$as_me: failed program was:" >&5
11889 sed 's/^/| /' conftest.$ac_ext >&5
11891 ac_header_preproc=no
11894 rm -f conftest.err conftest.$ac_ext
11895 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11896 echo "${ECHO_T}$ac_header_preproc" >&6; }
11898 # So? What about this header?
11899 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11900 yes:no: )
11901 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11902 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11903 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11904 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11905 ac_header_preproc=yes
11907 no:yes:* )
11908 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11909 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11910 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11911 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11912 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11913 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11914 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11915 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11916 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11917 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11918 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11919 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11920 ( cat <<\_ASBOX
11921 ## ------------------------------------ ##
11922 ## Report this to wine-devel@winehq.org ##
11923 ## ------------------------------------ ##
11924 _ASBOX
11925 ) | sed "s/^/$as_me: WARNING: /" >&2
11927 esac
11928 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11929 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11930 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11931 echo $ECHO_N "(cached) $ECHO_C" >&6
11932 else
11933 eval "$as_ac_Header=\$ac_header_preproc"
11935 ac_res=`eval echo '${'$as_ac_Header'}'`
11936 { echo "$as_me:$LINENO: result: $ac_res" >&5
11937 echo "${ECHO_T}$ac_res" >&6; }
11940 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11941 cat >>confdefs.h <<_ACEOF
11942 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11943 _ACEOF
11944 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11945 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11946 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11947 echo $ECHO_N "(cached) $ECHO_C" >&6
11948 else
11949 ac_check_lib_save_LIBS=$LIBS
11950 LIBS="-lxml2 $ac_xml_libs $LIBS"
11951 cat >conftest.$ac_ext <<_ACEOF
11952 /* confdefs.h. */
11953 _ACEOF
11954 cat confdefs.h >>conftest.$ac_ext
11955 cat >>conftest.$ac_ext <<_ACEOF
11956 /* end confdefs.h. */
11958 /* Override any GCC internal prototype to avoid an error.
11959 Use char because int might match the return type of a GCC
11960 builtin and then its argument prototype would still apply. */
11961 #ifdef __cplusplus
11962 extern "C"
11963 #endif
11964 char xmlParseMemory ();
11966 main ()
11968 return xmlParseMemory ();
11970 return 0;
11972 _ACEOF
11973 rm -f conftest.$ac_objext conftest$ac_exeext
11974 if { (ac_try="$ac_link"
11975 case "(($ac_try" in
11976 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11977 *) ac_try_echo=$ac_try;;
11978 esac
11979 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11980 (eval "$ac_link") 2>conftest.er1
11981 ac_status=$?
11982 grep -v '^ *+' conftest.er1 >conftest.err
11983 rm -f conftest.er1
11984 cat conftest.err >&5
11985 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11986 (exit $ac_status); } && {
11987 test -z "$ac_c_werror_flag" ||
11988 test ! -s conftest.err
11989 } && test -s conftest$ac_exeext &&
11990 $as_test_x conftest$ac_exeext; then
11991 ac_cv_lib_xml2_xmlParseMemory=yes
11992 else
11993 echo "$as_me: failed program was:" >&5
11994 sed 's/^/| /' conftest.$ac_ext >&5
11996 ac_cv_lib_xml2_xmlParseMemory=no
11999 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12000 conftest$ac_exeext conftest.$ac_ext
12001 LIBS=$ac_check_lib_save_LIBS
12003 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12004 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12005 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12007 cat >>confdefs.h <<\_ACEOF
12008 #define HAVE_LIBXML2 1
12009 _ACEOF
12011 XML2LIBS="$ac_xml_libs"
12012 XML2INCL="$ac_xml_cflags"
12015 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12016 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12017 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12018 echo $ECHO_N "(cached) $ECHO_C" >&6
12019 else
12020 ac_check_lib_save_LIBS=$LIBS
12021 LIBS="-lxml2 $ac_xml_libs $LIBS"
12022 cat >conftest.$ac_ext <<_ACEOF
12023 /* confdefs.h. */
12024 _ACEOF
12025 cat confdefs.h >>conftest.$ac_ext
12026 cat >>conftest.$ac_ext <<_ACEOF
12027 /* end confdefs.h. */
12029 /* Override any GCC internal prototype to avoid an error.
12030 Use char because int might match the return type of a GCC
12031 builtin and then its argument prototype would still apply. */
12032 #ifdef __cplusplus
12033 extern "C"
12034 #endif
12035 char xmlReadMemory ();
12037 main ()
12039 return xmlReadMemory ();
12041 return 0;
12043 _ACEOF
12044 rm -f conftest.$ac_objext conftest$ac_exeext
12045 if { (ac_try="$ac_link"
12046 case "(($ac_try" in
12047 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12048 *) ac_try_echo=$ac_try;;
12049 esac
12050 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12051 (eval "$ac_link") 2>conftest.er1
12052 ac_status=$?
12053 grep -v '^ *+' conftest.er1 >conftest.err
12054 rm -f conftest.er1
12055 cat conftest.err >&5
12056 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12057 (exit $ac_status); } && {
12058 test -z "$ac_c_werror_flag" ||
12059 test ! -s conftest.err
12060 } && test -s conftest$ac_exeext &&
12061 $as_test_x conftest$ac_exeext; then
12062 ac_cv_lib_xml2_xmlReadMemory=yes
12063 else
12064 echo "$as_me: failed program was:" >&5
12065 sed 's/^/| /' conftest.$ac_ext >&5
12067 ac_cv_lib_xml2_xmlReadMemory=no
12070 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12071 conftest$ac_exeext conftest.$ac_ext
12072 LIBS=$ac_check_lib_save_LIBS
12074 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12075 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12076 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12078 cat >>confdefs.h <<\_ACEOF
12079 #define HAVE_XMLREADMEMORY 1
12080 _ACEOF
12084 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12085 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12086 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12087 echo $ECHO_N "(cached) $ECHO_C" >&6
12088 else
12089 ac_check_lib_save_LIBS=$LIBS
12090 LIBS="-lxml2 $ac_xml_libs $LIBS"
12091 cat >conftest.$ac_ext <<_ACEOF
12092 /* confdefs.h. */
12093 _ACEOF
12094 cat confdefs.h >>conftest.$ac_ext
12095 cat >>conftest.$ac_ext <<_ACEOF
12096 /* end confdefs.h. */
12098 /* Override any GCC internal prototype to avoid an error.
12099 Use char because int might match the return type of a GCC
12100 builtin and then its argument prototype would still apply. */
12101 #ifdef __cplusplus
12102 extern "C"
12103 #endif
12104 char xmlNewDocPI ();
12106 main ()
12108 return xmlNewDocPI ();
12110 return 0;
12112 _ACEOF
12113 rm -f conftest.$ac_objext conftest$ac_exeext
12114 if { (ac_try="$ac_link"
12115 case "(($ac_try" in
12116 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12117 *) ac_try_echo=$ac_try;;
12118 esac
12119 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12120 (eval "$ac_link") 2>conftest.er1
12121 ac_status=$?
12122 grep -v '^ *+' conftest.er1 >conftest.err
12123 rm -f conftest.er1
12124 cat conftest.err >&5
12125 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12126 (exit $ac_status); } && {
12127 test -z "$ac_c_werror_flag" ||
12128 test ! -s conftest.err
12129 } && test -s conftest$ac_exeext &&
12130 $as_test_x conftest$ac_exeext; then
12131 ac_cv_lib_xml2_xmlNewDocPI=yes
12132 else
12133 echo "$as_me: failed program was:" >&5
12134 sed 's/^/| /' conftest.$ac_ext >&5
12136 ac_cv_lib_xml2_xmlNewDocPI=no
12139 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12140 conftest$ac_exeext conftest.$ac_ext
12141 LIBS=$ac_check_lib_save_LIBS
12143 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12144 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12145 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12147 cat >>confdefs.h <<\_ACEOF
12148 #define HAVE_XMLNEWDOCPI 1
12149 _ACEOF
12156 done
12158 CPPFLAGS="$ac_save_CPPFLAGS"
12160 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12161 case "x$with_xml" in
12162 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12163 xno) ;;
12164 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12165 This is an error since --with-xml was requested." >&5
12166 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12167 This is an error since --with-xml was requested." >&2;}
12168 { (exit 1); exit 1; }; } ;;
12169 esac
12173 if test "x$with_xslt" != "xno"
12174 then
12175 if test "$PKG_CONFIG" != "false"
12176 then
12177 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12178 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12179 else
12180 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12181 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12183 ac_save_CPPFLAGS="$CPPFLAGS"
12184 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12187 for ac_header in libxslt/pattern.h libxslt/transform.h
12189 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12190 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12191 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12192 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12193 echo $ECHO_N "(cached) $ECHO_C" >&6
12194 else
12195 cat >conftest.$ac_ext <<_ACEOF
12196 /* confdefs.h. */
12197 _ACEOF
12198 cat confdefs.h >>conftest.$ac_ext
12199 cat >>conftest.$ac_ext <<_ACEOF
12200 /* end confdefs.h. */
12201 #ifdef HAVE_LIBXSLT_PATTERN_H
12202 # include <libxslt/pattern.h>
12203 #endif
12205 #include <$ac_header>
12206 _ACEOF
12207 rm -f conftest.$ac_objext
12208 if { (ac_try="$ac_compile"
12209 case "(($ac_try" in
12210 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12211 *) ac_try_echo=$ac_try;;
12212 esac
12213 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12214 (eval "$ac_compile") 2>conftest.er1
12215 ac_status=$?
12216 grep -v '^ *+' conftest.er1 >conftest.err
12217 rm -f conftest.er1
12218 cat conftest.err >&5
12219 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12220 (exit $ac_status); } && {
12221 test -z "$ac_c_werror_flag" ||
12222 test ! -s conftest.err
12223 } && test -s conftest.$ac_objext; then
12224 eval "$as_ac_Header=yes"
12225 else
12226 echo "$as_me: failed program was:" >&5
12227 sed 's/^/| /' conftest.$ac_ext >&5
12229 eval "$as_ac_Header=no"
12232 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12234 ac_res=`eval echo '${'$as_ac_Header'}'`
12235 { echo "$as_me:$LINENO: result: $ac_res" >&5
12236 echo "${ECHO_T}$ac_res" >&6; }
12237 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12238 cat >>confdefs.h <<_ACEOF
12239 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12240 _ACEOF
12244 done
12246 CPPFLAGS="$ac_save_CPPFLAGS"
12247 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12248 then
12249 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12250 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12251 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12252 echo $ECHO_N "(cached) $ECHO_C" >&6
12253 else
12254 ac_check_lib_save_LIBS=$LIBS
12255 LIBS="-lxslt $ac_xslt_libs $LIBS"
12256 cat >conftest.$ac_ext <<_ACEOF
12257 /* confdefs.h. */
12258 _ACEOF
12259 cat confdefs.h >>conftest.$ac_ext
12260 cat >>conftest.$ac_ext <<_ACEOF
12261 /* end confdefs.h. */
12263 /* Override any GCC internal prototype to avoid an error.
12264 Use char because int might match the return type of a GCC
12265 builtin and then its argument prototype would still apply. */
12266 #ifdef __cplusplus
12267 extern "C"
12268 #endif
12269 char xsltCompilePattern ();
12271 main ()
12273 return xsltCompilePattern ();
12275 return 0;
12277 _ACEOF
12278 rm -f conftest.$ac_objext conftest$ac_exeext
12279 if { (ac_try="$ac_link"
12280 case "(($ac_try" in
12281 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12282 *) ac_try_echo=$ac_try;;
12283 esac
12284 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12285 (eval "$ac_link") 2>conftest.er1
12286 ac_status=$?
12287 grep -v '^ *+' conftest.er1 >conftest.err
12288 rm -f conftest.er1
12289 cat conftest.err >&5
12290 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12291 (exit $ac_status); } && {
12292 test -z "$ac_c_werror_flag" ||
12293 test ! -s conftest.err
12294 } && test -s conftest$ac_exeext &&
12295 $as_test_x conftest$ac_exeext; then
12296 ac_cv_lib_xslt_xsltCompilePattern=yes
12297 else
12298 echo "$as_me: failed program was:" >&5
12299 sed 's/^/| /' conftest.$ac_ext >&5
12301 ac_cv_lib_xslt_xsltCompilePattern=no
12304 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12305 conftest$ac_exeext conftest.$ac_ext
12306 LIBS=$ac_check_lib_save_LIBS
12308 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12309 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12310 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12312 cat >>confdefs.h <<\_ACEOF
12313 #define HAVE_LIBXSLT 1
12314 _ACEOF
12316 XSLTLIBS="$ac_xslt_libs"
12317 XSLTINCL="$ac_xslt_cflags"
12318 ac_save_LIBS="$LIBS"
12319 LIBS="$LIBS $ac_xslt_libs"
12321 for ac_func in xsltInit
12323 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12324 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12325 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12326 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12327 echo $ECHO_N "(cached) $ECHO_C" >&6
12328 else
12329 cat >conftest.$ac_ext <<_ACEOF
12330 /* confdefs.h. */
12331 _ACEOF
12332 cat confdefs.h >>conftest.$ac_ext
12333 cat >>conftest.$ac_ext <<_ACEOF
12334 /* end confdefs.h. */
12335 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12336 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12337 #define $ac_func innocuous_$ac_func
12339 /* System header to define __stub macros and hopefully few prototypes,
12340 which can conflict with char $ac_func (); below.
12341 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12342 <limits.h> exists even on freestanding compilers. */
12344 #ifdef __STDC__
12345 # include <limits.h>
12346 #else
12347 # include <assert.h>
12348 #endif
12350 #undef $ac_func
12352 /* Override any GCC internal prototype to avoid an error.
12353 Use char because int might match the return type of a GCC
12354 builtin and then its argument prototype would still apply. */
12355 #ifdef __cplusplus
12356 extern "C"
12357 #endif
12358 char $ac_func ();
12359 /* The GNU C library defines this for functions which it implements
12360 to always fail with ENOSYS. Some functions are actually named
12361 something starting with __ and the normal name is an alias. */
12362 #if defined __stub_$ac_func || defined __stub___$ac_func
12363 choke me
12364 #endif
12367 main ()
12369 return $ac_func ();
12371 return 0;
12373 _ACEOF
12374 rm -f conftest.$ac_objext conftest$ac_exeext
12375 if { (ac_try="$ac_link"
12376 case "(($ac_try" in
12377 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12378 *) ac_try_echo=$ac_try;;
12379 esac
12380 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12381 (eval "$ac_link") 2>conftest.er1
12382 ac_status=$?
12383 grep -v '^ *+' conftest.er1 >conftest.err
12384 rm -f conftest.er1
12385 cat conftest.err >&5
12386 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12387 (exit $ac_status); } && {
12388 test -z "$ac_c_werror_flag" ||
12389 test ! -s conftest.err
12390 } && test -s conftest$ac_exeext &&
12391 $as_test_x conftest$ac_exeext; then
12392 eval "$as_ac_var=yes"
12393 else
12394 echo "$as_me: failed program was:" >&5
12395 sed 's/^/| /' conftest.$ac_ext >&5
12397 eval "$as_ac_var=no"
12400 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12401 conftest$ac_exeext conftest.$ac_ext
12403 ac_res=`eval echo '${'$as_ac_var'}'`
12404 { echo "$as_me:$LINENO: result: $ac_res" >&5
12405 echo "${ECHO_T}$ac_res" >&6; }
12406 if test `eval echo '${'$as_ac_var'}'` = yes; then
12407 cat >>confdefs.h <<_ACEOF
12408 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12409 _ACEOF
12412 done
12414 LIBS="$ac_save_LIBS"
12419 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12420 case "x$with_xslt" in
12421 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12422 xno) ;;
12423 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12424 This is an error since --with-xslt was requested." >&5
12425 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12426 This is an error since --with-xslt was requested." >&2;}
12427 { (exit 1); exit 1; }; } ;;
12428 esac
12432 HALINCL=""
12434 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12435 then
12436 ac_save_CPPFLAGS="$CPPFLAGS"
12437 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12438 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12439 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12442 for ac_header in dbus/dbus.h hal/libhal.h
12444 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12445 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12446 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12447 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12448 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12449 echo $ECHO_N "(cached) $ECHO_C" >&6
12451 ac_res=`eval echo '${'$as_ac_Header'}'`
12452 { echo "$as_me:$LINENO: result: $ac_res" >&5
12453 echo "${ECHO_T}$ac_res" >&6; }
12454 else
12455 # Is the header compilable?
12456 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12457 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12458 cat >conftest.$ac_ext <<_ACEOF
12459 /* confdefs.h. */
12460 _ACEOF
12461 cat confdefs.h >>conftest.$ac_ext
12462 cat >>conftest.$ac_ext <<_ACEOF
12463 /* end confdefs.h. */
12464 $ac_includes_default
12465 #include <$ac_header>
12466 _ACEOF
12467 rm -f conftest.$ac_objext
12468 if { (ac_try="$ac_compile"
12469 case "(($ac_try" in
12470 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12471 *) ac_try_echo=$ac_try;;
12472 esac
12473 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12474 (eval "$ac_compile") 2>conftest.er1
12475 ac_status=$?
12476 grep -v '^ *+' conftest.er1 >conftest.err
12477 rm -f conftest.er1
12478 cat conftest.err >&5
12479 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12480 (exit $ac_status); } && {
12481 test -z "$ac_c_werror_flag" ||
12482 test ! -s conftest.err
12483 } && test -s conftest.$ac_objext; then
12484 ac_header_compiler=yes
12485 else
12486 echo "$as_me: failed program was:" >&5
12487 sed 's/^/| /' conftest.$ac_ext >&5
12489 ac_header_compiler=no
12492 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12493 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12494 echo "${ECHO_T}$ac_header_compiler" >&6; }
12496 # Is the header present?
12497 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12498 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12499 cat >conftest.$ac_ext <<_ACEOF
12500 /* confdefs.h. */
12501 _ACEOF
12502 cat confdefs.h >>conftest.$ac_ext
12503 cat >>conftest.$ac_ext <<_ACEOF
12504 /* end confdefs.h. */
12505 #include <$ac_header>
12506 _ACEOF
12507 if { (ac_try="$ac_cpp conftest.$ac_ext"
12508 case "(($ac_try" in
12509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12510 *) ac_try_echo=$ac_try;;
12511 esac
12512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12513 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12514 ac_status=$?
12515 grep -v '^ *+' conftest.er1 >conftest.err
12516 rm -f conftest.er1
12517 cat conftest.err >&5
12518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12519 (exit $ac_status); } >/dev/null && {
12520 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12521 test ! -s conftest.err
12522 }; then
12523 ac_header_preproc=yes
12524 else
12525 echo "$as_me: failed program was:" >&5
12526 sed 's/^/| /' conftest.$ac_ext >&5
12528 ac_header_preproc=no
12531 rm -f conftest.err conftest.$ac_ext
12532 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12533 echo "${ECHO_T}$ac_header_preproc" >&6; }
12535 # So? What about this header?
12536 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12537 yes:no: )
12538 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12539 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12540 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12541 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12542 ac_header_preproc=yes
12544 no:yes:* )
12545 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12546 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12547 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12548 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12549 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12550 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12551 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12552 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12553 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12554 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12555 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12556 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12557 ( cat <<\_ASBOX
12558 ## ------------------------------------ ##
12559 ## Report this to wine-devel@winehq.org ##
12560 ## ------------------------------------ ##
12561 _ASBOX
12562 ) | sed "s/^/$as_me: WARNING: /" >&2
12564 esac
12565 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12566 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12567 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12568 echo $ECHO_N "(cached) $ECHO_C" >&6
12569 else
12570 eval "$as_ac_Header=\$ac_header_preproc"
12572 ac_res=`eval echo '${'$as_ac_Header'}'`
12573 { echo "$as_me:$LINENO: result: $ac_res" >&5
12574 echo "${ECHO_T}$ac_res" >&6; }
12577 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12578 cat >>confdefs.h <<_ACEOF
12579 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12580 _ACEOF
12584 done
12586 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12587 then
12588 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12589 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12590 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12591 echo $ECHO_N "(cached) $ECHO_C" >&6
12592 else
12593 ac_check_lib_save_LIBS=$LIBS
12594 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12595 cat >conftest.$ac_ext <<_ACEOF
12596 /* confdefs.h. */
12597 _ACEOF
12598 cat confdefs.h >>conftest.$ac_ext
12599 cat >>conftest.$ac_ext <<_ACEOF
12600 /* end confdefs.h. */
12602 /* Override any GCC internal prototype to avoid an error.
12603 Use char because int might match the return type of a GCC
12604 builtin and then its argument prototype would still apply. */
12605 #ifdef __cplusplus
12606 extern "C"
12607 #endif
12608 char dbus_connection_close ();
12610 main ()
12612 return dbus_connection_close ();
12614 return 0;
12616 _ACEOF
12617 rm -f conftest.$ac_objext conftest$ac_exeext
12618 if { (ac_try="$ac_link"
12619 case "(($ac_try" in
12620 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12621 *) ac_try_echo=$ac_try;;
12622 esac
12623 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12624 (eval "$ac_link") 2>conftest.er1
12625 ac_status=$?
12626 grep -v '^ *+' conftest.er1 >conftest.err
12627 rm -f conftest.er1
12628 cat conftest.err >&5
12629 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12630 (exit $ac_status); } && {
12631 test -z "$ac_c_werror_flag" ||
12632 test ! -s conftest.err
12633 } && test -s conftest$ac_exeext &&
12634 $as_test_x conftest$ac_exeext; then
12635 ac_cv_lib_dbus_1_dbus_connection_close=yes
12636 else
12637 echo "$as_me: failed program was:" >&5
12638 sed 's/^/| /' conftest.$ac_ext >&5
12640 ac_cv_lib_dbus_1_dbus_connection_close=no
12643 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12644 conftest$ac_exeext conftest.$ac_ext
12645 LIBS=$ac_check_lib_save_LIBS
12647 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12648 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12649 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12650 { echo "$as_me:$LINENO: checking for -lhal" >&5
12651 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12652 if test "${ac_cv_lib_soname_hal+set}" = set; then
12653 echo $ECHO_N "(cached) $ECHO_C" >&6
12654 else
12655 ac_check_soname_save_LIBS=$LIBS
12656 LIBS="-lhal $ac_hal_libs $LIBS"
12657 cat >conftest.$ac_ext <<_ACEOF
12658 /* confdefs.h. */
12659 _ACEOF
12660 cat confdefs.h >>conftest.$ac_ext
12661 cat >>conftest.$ac_ext <<_ACEOF
12662 /* end confdefs.h. */
12664 /* Override any GCC internal prototype to avoid an error.
12665 Use char because int might match the return type of a GCC
12666 builtin and then its argument prototype would still apply. */
12667 #ifdef __cplusplus
12668 extern "C"
12669 #endif
12670 char libhal_ctx_new ();
12672 main ()
12674 return libhal_ctx_new ();
12676 return 0;
12678 _ACEOF
12679 rm -f conftest.$ac_objext conftest$ac_exeext
12680 if { (ac_try="$ac_link"
12681 case "(($ac_try" in
12682 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12683 *) ac_try_echo=$ac_try;;
12684 esac
12685 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12686 (eval "$ac_link") 2>conftest.er1
12687 ac_status=$?
12688 grep -v '^ *+' conftest.er1 >conftest.err
12689 rm -f conftest.er1
12690 cat conftest.err >&5
12691 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12692 (exit $ac_status); } && {
12693 test -z "$ac_c_werror_flag" ||
12694 test ! -s conftest.err
12695 } && test -s conftest$ac_exeext &&
12696 $as_test_x conftest$ac_exeext; then
12697 case "$LIBEXT" in
12698 dll) ;;
12699 dylib) ac_cv_lib_soname_hal=`otool -L conftest$ac_exeext | grep "libhal\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libhal\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12700 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12701 esac
12702 else
12703 echo "$as_me: failed program was:" >&5
12704 sed 's/^/| /' conftest.$ac_ext >&5
12709 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12710 conftest$ac_exeext conftest.$ac_ext
12711 LIBS=$ac_check_soname_save_LIBS
12713 if test "x$ac_cv_lib_soname_hal" = "x"; then
12714 { echo "$as_me:$LINENO: result: not found" >&5
12715 echo "${ECHO_T}not found" >&6; }
12717 else
12718 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12719 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12721 cat >>confdefs.h <<_ACEOF
12722 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12723 _ACEOF
12725 HALINCL="$ac_hal_cflags"
12731 CPPFLAGS="$ac_save_CPPFLAGS"
12733 if test "x$ac_cv_lib_soname_hal" = "x"; then
12734 case "x$with_hal" in
12735 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12736 xno) ;;
12737 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12738 This is an error since --with-hal was requested." >&5
12739 echo "$as_me: error: libhal development files not found, no dynamic device support.
12740 This is an error since --with-hal was requested." >&2;}
12741 { (exit 1); exit 1; }; } ;;
12742 esac
12746 CURSESLIBS=""
12747 if test "$ac_cv_header_ncurses_h" = "yes"
12748 then
12749 { echo "$as_me:$LINENO: checking for -lncurses" >&5
12750 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
12751 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
12752 echo $ECHO_N "(cached) $ECHO_C" >&6
12753 else
12754 ac_check_soname_save_LIBS=$LIBS
12755 LIBS="-lncurses $LIBS"
12756 cat >conftest.$ac_ext <<_ACEOF
12757 /* confdefs.h. */
12758 _ACEOF
12759 cat confdefs.h >>conftest.$ac_ext
12760 cat >>conftest.$ac_ext <<_ACEOF
12761 /* end confdefs.h. */
12763 /* Override any GCC internal prototype to avoid an error.
12764 Use char because int might match the return type of a GCC
12765 builtin and then its argument prototype would still apply. */
12766 #ifdef __cplusplus
12767 extern "C"
12768 #endif
12769 char waddch ();
12771 main ()
12773 return waddch ();
12775 return 0;
12777 _ACEOF
12778 rm -f conftest.$ac_objext conftest$ac_exeext
12779 if { (ac_try="$ac_link"
12780 case "(($ac_try" in
12781 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12782 *) ac_try_echo=$ac_try;;
12783 esac
12784 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12785 (eval "$ac_link") 2>conftest.er1
12786 ac_status=$?
12787 grep -v '^ *+' conftest.er1 >conftest.err
12788 rm -f conftest.er1
12789 cat conftest.err >&5
12790 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12791 (exit $ac_status); } && {
12792 test -z "$ac_c_werror_flag" ||
12793 test ! -s conftest.err
12794 } && test -s conftest$ac_exeext &&
12795 $as_test_x conftest$ac_exeext; then
12796 case "$LIBEXT" in
12797 dll) ;;
12798 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'` ;;
12799 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12800 esac
12801 else
12802 echo "$as_me: failed program was:" >&5
12803 sed 's/^/| /' conftest.$ac_ext >&5
12808 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12809 conftest$ac_exeext conftest.$ac_ext
12810 LIBS=$ac_check_soname_save_LIBS
12812 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
12813 { echo "$as_me:$LINENO: result: not found" >&5
12814 echo "${ECHO_T}not found" >&6; }
12816 else
12817 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
12818 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
12820 cat >>confdefs.h <<_ACEOF
12821 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
12822 _ACEOF
12824 CURSESLIBS="-lncurses"
12827 elif test "$ac_cv_header_curses_h" = "yes"
12828 then
12829 { echo "$as_me:$LINENO: checking for -lcurses" >&5
12830 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
12831 if test "${ac_cv_lib_soname_curses+set}" = set; then
12832 echo $ECHO_N "(cached) $ECHO_C" >&6
12833 else
12834 ac_check_soname_save_LIBS=$LIBS
12835 LIBS="-lcurses $LIBS"
12836 cat >conftest.$ac_ext <<_ACEOF
12837 /* confdefs.h. */
12838 _ACEOF
12839 cat confdefs.h >>conftest.$ac_ext
12840 cat >>conftest.$ac_ext <<_ACEOF
12841 /* end confdefs.h. */
12843 /* Override any GCC internal prototype to avoid an error.
12844 Use char because int might match the return type of a GCC
12845 builtin and then its argument prototype would still apply. */
12846 #ifdef __cplusplus
12847 extern "C"
12848 #endif
12849 char waddch ();
12851 main ()
12853 return waddch ();
12855 return 0;
12857 _ACEOF
12858 rm -f conftest.$ac_objext conftest$ac_exeext
12859 if { (ac_try="$ac_link"
12860 case "(($ac_try" in
12861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12862 *) ac_try_echo=$ac_try;;
12863 esac
12864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12865 (eval "$ac_link") 2>conftest.er1
12866 ac_status=$?
12867 grep -v '^ *+' conftest.er1 >conftest.err
12868 rm -f conftest.er1
12869 cat conftest.err >&5
12870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12871 (exit $ac_status); } && {
12872 test -z "$ac_c_werror_flag" ||
12873 test ! -s conftest.err
12874 } && test -s conftest$ac_exeext &&
12875 $as_test_x conftest$ac_exeext; then
12876 case "$LIBEXT" in
12877 dll) ;;
12878 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'` ;;
12879 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12880 esac
12881 else
12882 echo "$as_me: failed program was:" >&5
12883 sed 's/^/| /' conftest.$ac_ext >&5
12888 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12889 conftest$ac_exeext conftest.$ac_ext
12890 LIBS=$ac_check_soname_save_LIBS
12892 if test "x$ac_cv_lib_soname_curses" = "x"; then
12893 { echo "$as_me:$LINENO: result: not found" >&5
12894 echo "${ECHO_T}not found" >&6; }
12896 else
12897 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
12898 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
12900 cat >>confdefs.h <<_ACEOF
12901 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
12902 _ACEOF
12904 CURSESLIBS="-lcurses"
12908 ac_save_LIBS="$LIBS"
12909 LIBS="$LIBS $CURSESLIBS"
12911 for ac_func in mousemask
12913 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12914 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12915 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12916 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12917 echo $ECHO_N "(cached) $ECHO_C" >&6
12918 else
12919 cat >conftest.$ac_ext <<_ACEOF
12920 /* confdefs.h. */
12921 _ACEOF
12922 cat confdefs.h >>conftest.$ac_ext
12923 cat >>conftest.$ac_ext <<_ACEOF
12924 /* end confdefs.h. */
12925 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12926 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12927 #define $ac_func innocuous_$ac_func
12929 /* System header to define __stub macros and hopefully few prototypes,
12930 which can conflict with char $ac_func (); below.
12931 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12932 <limits.h> exists even on freestanding compilers. */
12934 #ifdef __STDC__
12935 # include <limits.h>
12936 #else
12937 # include <assert.h>
12938 #endif
12940 #undef $ac_func
12942 /* Override any GCC internal prototype to avoid an error.
12943 Use char because int might match the return type of a GCC
12944 builtin and then its argument prototype would still apply. */
12945 #ifdef __cplusplus
12946 extern "C"
12947 #endif
12948 char $ac_func ();
12949 /* The GNU C library defines this for functions which it implements
12950 to always fail with ENOSYS. Some functions are actually named
12951 something starting with __ and the normal name is an alias. */
12952 #if defined __stub_$ac_func || defined __stub___$ac_func
12953 choke me
12954 #endif
12957 main ()
12959 return $ac_func ();
12961 return 0;
12963 _ACEOF
12964 rm -f conftest.$ac_objext conftest$ac_exeext
12965 if { (ac_try="$ac_link"
12966 case "(($ac_try" in
12967 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12968 *) ac_try_echo=$ac_try;;
12969 esac
12970 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12971 (eval "$ac_link") 2>conftest.er1
12972 ac_status=$?
12973 grep -v '^ *+' conftest.er1 >conftest.err
12974 rm -f conftest.er1
12975 cat conftest.err >&5
12976 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12977 (exit $ac_status); } && {
12978 test -z "$ac_c_werror_flag" ||
12979 test ! -s conftest.err
12980 } && test -s conftest$ac_exeext &&
12981 $as_test_x conftest$ac_exeext; then
12982 eval "$as_ac_var=yes"
12983 else
12984 echo "$as_me: failed program was:" >&5
12985 sed 's/^/| /' conftest.$ac_ext >&5
12987 eval "$as_ac_var=no"
12990 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12991 conftest$ac_exeext conftest.$ac_ext
12993 ac_res=`eval echo '${'$as_ac_var'}'`
12994 { echo "$as_me:$LINENO: result: $ac_res" >&5
12995 echo "${ECHO_T}$ac_res" >&6; }
12996 if test `eval echo '${'$as_ac_var'}'` = yes; then
12997 cat >>confdefs.h <<_ACEOF
12998 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12999 _ACEOF
13002 done
13004 LIBS="$ac_save_LIBS"
13005 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13006 case "x$with_curses" in
13007 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13008 xno) ;;
13009 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13010 This is an error since --with-curses was requested." >&5
13011 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13012 This is an error since --with-curses was requested." >&2;}
13013 { (exit 1); exit 1; }; } ;;
13014 esac
13018 # Extract the first word of "sane-config", so it can be a program name with args.
13019 set dummy sane-config; ac_word=$2
13020 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13021 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13022 if test "${ac_cv_prog_sane_devel+set}" = set; then
13023 echo $ECHO_N "(cached) $ECHO_C" >&6
13024 else
13025 if test -n "$sane_devel"; then
13026 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13027 else
13028 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13029 for as_dir in $PATH
13031 IFS=$as_save_IFS
13032 test -z "$as_dir" && as_dir=.
13033 for ac_exec_ext in '' $ac_executable_extensions; do
13034 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13035 ac_cv_prog_sane_devel="sane-config"
13036 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13037 break 2
13039 done
13040 done
13041 IFS=$as_save_IFS
13043 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13046 sane_devel=$ac_cv_prog_sane_devel
13047 if test -n "$sane_devel"; then
13048 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13049 echo "${ECHO_T}$sane_devel" >&6; }
13050 else
13051 { echo "$as_me:$LINENO: result: no" >&5
13052 echo "${ECHO_T}no" >&6; }
13056 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13057 then
13058 ac_sane_incl="`$sane_devel --cflags`"
13059 ac_sane_libs="`$sane_devel --ldflags`"
13060 ac_save_CPPFLAGS="$CPPFLAGS"
13061 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13062 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13063 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13064 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13065 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13066 echo $ECHO_N "(cached) $ECHO_C" >&6
13068 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13069 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13070 else
13071 # Is the header compilable?
13072 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13073 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13074 cat >conftest.$ac_ext <<_ACEOF
13075 /* confdefs.h. */
13076 _ACEOF
13077 cat confdefs.h >>conftest.$ac_ext
13078 cat >>conftest.$ac_ext <<_ACEOF
13079 /* end confdefs.h. */
13080 $ac_includes_default
13081 #include <sane/sane.h>
13082 _ACEOF
13083 rm -f conftest.$ac_objext
13084 if { (ac_try="$ac_compile"
13085 case "(($ac_try" in
13086 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13087 *) ac_try_echo=$ac_try;;
13088 esac
13089 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13090 (eval "$ac_compile") 2>conftest.er1
13091 ac_status=$?
13092 grep -v '^ *+' conftest.er1 >conftest.err
13093 rm -f conftest.er1
13094 cat conftest.err >&5
13095 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13096 (exit $ac_status); } && {
13097 test -z "$ac_c_werror_flag" ||
13098 test ! -s conftest.err
13099 } && test -s conftest.$ac_objext; then
13100 ac_header_compiler=yes
13101 else
13102 echo "$as_me: failed program was:" >&5
13103 sed 's/^/| /' conftest.$ac_ext >&5
13105 ac_header_compiler=no
13108 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13109 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13110 echo "${ECHO_T}$ac_header_compiler" >&6; }
13112 # Is the header present?
13113 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13114 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13115 cat >conftest.$ac_ext <<_ACEOF
13116 /* confdefs.h. */
13117 _ACEOF
13118 cat confdefs.h >>conftest.$ac_ext
13119 cat >>conftest.$ac_ext <<_ACEOF
13120 /* end confdefs.h. */
13121 #include <sane/sane.h>
13122 _ACEOF
13123 if { (ac_try="$ac_cpp conftest.$ac_ext"
13124 case "(($ac_try" in
13125 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13126 *) ac_try_echo=$ac_try;;
13127 esac
13128 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13129 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13130 ac_status=$?
13131 grep -v '^ *+' conftest.er1 >conftest.err
13132 rm -f conftest.er1
13133 cat conftest.err >&5
13134 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13135 (exit $ac_status); } >/dev/null && {
13136 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13137 test ! -s conftest.err
13138 }; then
13139 ac_header_preproc=yes
13140 else
13141 echo "$as_me: failed program was:" >&5
13142 sed 's/^/| /' conftest.$ac_ext >&5
13144 ac_header_preproc=no
13147 rm -f conftest.err conftest.$ac_ext
13148 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13149 echo "${ECHO_T}$ac_header_preproc" >&6; }
13151 # So? What about this header?
13152 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13153 yes:no: )
13154 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13155 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13156 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13157 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13158 ac_header_preproc=yes
13160 no:yes:* )
13161 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13162 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13163 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13164 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13165 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13166 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13167 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13168 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13169 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13170 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13171 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13172 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13173 ( cat <<\_ASBOX
13174 ## ------------------------------------ ##
13175 ## Report this to wine-devel@winehq.org ##
13176 ## ------------------------------------ ##
13177 _ASBOX
13178 ) | sed "s/^/$as_me: WARNING: /" >&2
13180 esac
13181 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13182 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13183 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13184 echo $ECHO_N "(cached) $ECHO_C" >&6
13185 else
13186 ac_cv_header_sane_sane_h=$ac_header_preproc
13188 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13189 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13192 if test $ac_cv_header_sane_sane_h = yes; then
13193 { echo "$as_me:$LINENO: checking for -lsane" >&5
13194 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13195 if test "${ac_cv_lib_soname_sane+set}" = set; then
13196 echo $ECHO_N "(cached) $ECHO_C" >&6
13197 else
13198 ac_check_soname_save_LIBS=$LIBS
13199 LIBS="-lsane $ac_sane_libs $LIBS"
13200 cat >conftest.$ac_ext <<_ACEOF
13201 /* confdefs.h. */
13202 _ACEOF
13203 cat confdefs.h >>conftest.$ac_ext
13204 cat >>conftest.$ac_ext <<_ACEOF
13205 /* end confdefs.h. */
13207 /* Override any GCC internal prototype to avoid an error.
13208 Use char because int might match the return type of a GCC
13209 builtin and then its argument prototype would still apply. */
13210 #ifdef __cplusplus
13211 extern "C"
13212 #endif
13213 char sane_init ();
13215 main ()
13217 return sane_init ();
13219 return 0;
13221 _ACEOF
13222 rm -f conftest.$ac_objext conftest$ac_exeext
13223 if { (ac_try="$ac_link"
13224 case "(($ac_try" in
13225 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13226 *) ac_try_echo=$ac_try;;
13227 esac
13228 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13229 (eval "$ac_link") 2>conftest.er1
13230 ac_status=$?
13231 grep -v '^ *+' conftest.er1 >conftest.err
13232 rm -f conftest.er1
13233 cat conftest.err >&5
13234 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13235 (exit $ac_status); } && {
13236 test -z "$ac_c_werror_flag" ||
13237 test ! -s conftest.err
13238 } && test -s conftest$ac_exeext &&
13239 $as_test_x conftest$ac_exeext; then
13240 case "$LIBEXT" in
13241 dll) ;;
13242 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'` ;;
13243 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13244 esac
13245 else
13246 echo "$as_me: failed program was:" >&5
13247 sed 's/^/| /' conftest.$ac_ext >&5
13252 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13253 conftest$ac_exeext conftest.$ac_ext
13254 LIBS=$ac_check_soname_save_LIBS
13256 if test "x$ac_cv_lib_soname_sane" = "x"; then
13257 { echo "$as_me:$LINENO: result: not found" >&5
13258 echo "${ECHO_T}not found" >&6; }
13260 else
13261 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13262 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13264 cat >>confdefs.h <<_ACEOF
13265 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13266 _ACEOF
13268 SANEINCL="$ac_sane_incl"
13275 CPPFLAGS="$ac_save_CPPFLAGS"
13277 if test "x$ac_cv_lib_soname_sane" = "x"; then
13278 case "x$with_sane" in
13279 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13280 xno) ;;
13281 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13282 This is an error since --with-sane was requested." >&5
13283 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13284 This is an error since --with-sane was requested." >&2;}
13285 { (exit 1); exit 1; }; } ;;
13286 esac
13290 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13291 set dummy gphoto2-config; ac_word=$2
13292 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13293 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13294 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13295 echo $ECHO_N "(cached) $ECHO_C" >&6
13296 else
13297 if test -n "$gphoto2_devel"; then
13298 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13299 else
13300 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13301 for as_dir in $PATH
13303 IFS=$as_save_IFS
13304 test -z "$as_dir" && as_dir=.
13305 for ac_exec_ext in '' $ac_executable_extensions; do
13306 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13307 ac_cv_prog_gphoto2_devel="gphoto2-config"
13308 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13309 break 2
13311 done
13312 done
13313 IFS=$as_save_IFS
13315 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13318 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13319 if test -n "$gphoto2_devel"; then
13320 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13321 echo "${ECHO_T}$gphoto2_devel" >&6; }
13322 else
13323 { echo "$as_me:$LINENO: result: no" >&5
13324 echo "${ECHO_T}no" >&6; }
13328 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13329 set dummy gphoto2-port-config; ac_word=$2
13330 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13331 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13332 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13333 echo $ECHO_N "(cached) $ECHO_C" >&6
13334 else
13335 if test -n "$gphoto2port_devel"; then
13336 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13337 else
13338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13339 for as_dir in $PATH
13341 IFS=$as_save_IFS
13342 test -z "$as_dir" && as_dir=.
13343 for ac_exec_ext in '' $ac_executable_extensions; do
13344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13345 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13347 break 2
13349 done
13350 done
13351 IFS=$as_save_IFS
13353 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13356 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13357 if test -n "$gphoto2port_devel"; then
13358 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13359 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13360 else
13361 { echo "$as_me:$LINENO: result: no" >&5
13362 echo "${ECHO_T}no" >&6; }
13366 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13367 then
13368 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13369 ac_gphoto2_libs=""
13370 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13372 case "$i" in
13373 -L/usr/lib|-L/usr/lib64) ;;
13374 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13375 esac
13376 done
13377 ac_save_CPPFLAGS="$CPPFLAGS"
13378 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13379 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13380 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13381 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13382 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13383 echo $ECHO_N "(cached) $ECHO_C" >&6
13385 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13386 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13387 else
13388 # Is the header compilable?
13389 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13390 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13391 cat >conftest.$ac_ext <<_ACEOF
13392 /* confdefs.h. */
13393 _ACEOF
13394 cat confdefs.h >>conftest.$ac_ext
13395 cat >>conftest.$ac_ext <<_ACEOF
13396 /* end confdefs.h. */
13397 $ac_includes_default
13398 #include <gphoto2-camera.h>
13399 _ACEOF
13400 rm -f conftest.$ac_objext
13401 if { (ac_try="$ac_compile"
13402 case "(($ac_try" in
13403 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13404 *) ac_try_echo=$ac_try;;
13405 esac
13406 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13407 (eval "$ac_compile") 2>conftest.er1
13408 ac_status=$?
13409 grep -v '^ *+' conftest.er1 >conftest.err
13410 rm -f conftest.er1
13411 cat conftest.err >&5
13412 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13413 (exit $ac_status); } && {
13414 test -z "$ac_c_werror_flag" ||
13415 test ! -s conftest.err
13416 } && test -s conftest.$ac_objext; then
13417 ac_header_compiler=yes
13418 else
13419 echo "$as_me: failed program was:" >&5
13420 sed 's/^/| /' conftest.$ac_ext >&5
13422 ac_header_compiler=no
13425 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13426 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13427 echo "${ECHO_T}$ac_header_compiler" >&6; }
13429 # Is the header present?
13430 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13431 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13432 cat >conftest.$ac_ext <<_ACEOF
13433 /* confdefs.h. */
13434 _ACEOF
13435 cat confdefs.h >>conftest.$ac_ext
13436 cat >>conftest.$ac_ext <<_ACEOF
13437 /* end confdefs.h. */
13438 #include <gphoto2-camera.h>
13439 _ACEOF
13440 if { (ac_try="$ac_cpp conftest.$ac_ext"
13441 case "(($ac_try" in
13442 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13443 *) ac_try_echo=$ac_try;;
13444 esac
13445 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13446 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13447 ac_status=$?
13448 grep -v '^ *+' conftest.er1 >conftest.err
13449 rm -f conftest.er1
13450 cat conftest.err >&5
13451 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13452 (exit $ac_status); } >/dev/null && {
13453 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13454 test ! -s conftest.err
13455 }; then
13456 ac_header_preproc=yes
13457 else
13458 echo "$as_me: failed program was:" >&5
13459 sed 's/^/| /' conftest.$ac_ext >&5
13461 ac_header_preproc=no
13464 rm -f conftest.err conftest.$ac_ext
13465 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13466 echo "${ECHO_T}$ac_header_preproc" >&6; }
13468 # So? What about this header?
13469 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13470 yes:no: )
13471 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13472 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13473 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13474 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13475 ac_header_preproc=yes
13477 no:yes:* )
13478 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13479 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13480 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13481 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13482 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13483 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13484 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13485 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13486 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13487 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13488 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13489 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13490 ( cat <<\_ASBOX
13491 ## ------------------------------------ ##
13492 ## Report this to wine-devel@winehq.org ##
13493 ## ------------------------------------ ##
13494 _ASBOX
13495 ) | sed "s/^/$as_me: WARNING: /" >&2
13497 esac
13498 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13499 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13500 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13501 echo $ECHO_N "(cached) $ECHO_C" >&6
13502 else
13503 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13505 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13506 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13509 if test $ac_cv_header_gphoto2_camera_h = yes; then
13510 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13511 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13512 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13513 echo $ECHO_N "(cached) $ECHO_C" >&6
13514 else
13515 ac_check_lib_save_LIBS=$LIBS
13516 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13517 cat >conftest.$ac_ext <<_ACEOF
13518 /* confdefs.h. */
13519 _ACEOF
13520 cat confdefs.h >>conftest.$ac_ext
13521 cat >>conftest.$ac_ext <<_ACEOF
13522 /* end confdefs.h. */
13524 /* Override any GCC internal prototype to avoid an error.
13525 Use char because int might match the return type of a GCC
13526 builtin and then its argument prototype would still apply. */
13527 #ifdef __cplusplus
13528 extern "C"
13529 #endif
13530 char gp_camera_new ();
13532 main ()
13534 return gp_camera_new ();
13536 return 0;
13538 _ACEOF
13539 rm -f conftest.$ac_objext conftest$ac_exeext
13540 if { (ac_try="$ac_link"
13541 case "(($ac_try" in
13542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13543 *) ac_try_echo=$ac_try;;
13544 esac
13545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13546 (eval "$ac_link") 2>conftest.er1
13547 ac_status=$?
13548 grep -v '^ *+' conftest.er1 >conftest.err
13549 rm -f conftest.er1
13550 cat conftest.err >&5
13551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13552 (exit $ac_status); } && {
13553 test -z "$ac_c_werror_flag" ||
13554 test ! -s conftest.err
13555 } && test -s conftest$ac_exeext &&
13556 $as_test_x conftest$ac_exeext; then
13557 ac_cv_lib_gphoto2_gp_camera_new=yes
13558 else
13559 echo "$as_me: failed program was:" >&5
13560 sed 's/^/| /' conftest.$ac_ext >&5
13562 ac_cv_lib_gphoto2_gp_camera_new=no
13565 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13566 conftest$ac_exeext conftest.$ac_ext
13567 LIBS=$ac_check_lib_save_LIBS
13569 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13570 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13571 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13573 cat >>confdefs.h <<\_ACEOF
13574 #define HAVE_GPHOTO2 1
13575 _ACEOF
13577 GPHOTO2LIBS="$ac_gphoto2_libs"
13579 GPHOTO2INCL="$ac_gphoto2_incl"
13586 CPPFLAGS="$ac_save_CPPFLAGS"
13588 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13589 case "x$with_gphoto" in
13590 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13591 xno) ;;
13592 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13593 This is an error since --with-gphoto was requested." >&5
13594 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13595 This is an error since --with-gphoto was requested." >&2;}
13596 { (exit 1); exit 1; }; } ;;
13597 esac
13602 RESOLVLIBS=""
13604 if test "$ac_cv_header_resolv_h" = "yes"
13605 then
13606 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13607 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13608 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13609 echo $ECHO_N "(cached) $ECHO_C" >&6
13610 else
13611 ac_check_lib_save_LIBS=$LIBS
13612 LIBS="-lresolv $LIBS"
13613 cat >conftest.$ac_ext <<_ACEOF
13614 /* confdefs.h. */
13615 _ACEOF
13616 cat confdefs.h >>conftest.$ac_ext
13617 cat >>conftest.$ac_ext <<_ACEOF
13618 /* end confdefs.h. */
13620 /* Override any GCC internal prototype to avoid an error.
13621 Use char because int might match the return type of a GCC
13622 builtin and then its argument prototype would still apply. */
13623 #ifdef __cplusplus
13624 extern "C"
13625 #endif
13626 char res_query ();
13628 main ()
13630 return res_query ();
13632 return 0;
13634 _ACEOF
13635 rm -f conftest.$ac_objext conftest$ac_exeext
13636 if { (ac_try="$ac_link"
13637 case "(($ac_try" in
13638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13639 *) ac_try_echo=$ac_try;;
13640 esac
13641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13642 (eval "$ac_link") 2>conftest.er1
13643 ac_status=$?
13644 grep -v '^ *+' conftest.er1 >conftest.err
13645 rm -f conftest.er1
13646 cat conftest.err >&5
13647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13648 (exit $ac_status); } && {
13649 test -z "$ac_c_werror_flag" ||
13650 test ! -s conftest.err
13651 } && test -s conftest$ac_exeext &&
13652 $as_test_x conftest$ac_exeext; then
13653 ac_cv_lib_resolv_res_query=yes
13654 else
13655 echo "$as_me: failed program was:" >&5
13656 sed 's/^/| /' conftest.$ac_ext >&5
13658 ac_cv_lib_resolv_res_query=no
13661 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13662 conftest$ac_exeext conftest.$ac_ext
13663 LIBS=$ac_check_lib_save_LIBS
13665 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13666 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13667 if test $ac_cv_lib_resolv_res_query = yes; then
13669 cat >>confdefs.h <<\_ACEOF
13670 #define HAVE_RESOLV 1
13671 _ACEOF
13673 RESOLVLIBS="-lresolv"
13678 LCMSLIBS=""
13680 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13681 then
13682 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13683 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13684 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13685 echo $ECHO_N "(cached) $ECHO_C" >&6
13686 else
13687 ac_check_lib_save_LIBS=$LIBS
13688 LIBS="-llcms $LIBS"
13689 cat >conftest.$ac_ext <<_ACEOF
13690 /* confdefs.h. */
13691 _ACEOF
13692 cat confdefs.h >>conftest.$ac_ext
13693 cat >>conftest.$ac_ext <<_ACEOF
13694 /* end confdefs.h. */
13696 /* Override any GCC internal prototype to avoid an error.
13697 Use char because int might match the return type of a GCC
13698 builtin and then its argument prototype would still apply. */
13699 #ifdef __cplusplus
13700 extern "C"
13701 #endif
13702 char cmsOpenProfileFromFile ();
13704 main ()
13706 return cmsOpenProfileFromFile ();
13708 return 0;
13710 _ACEOF
13711 rm -f conftest.$ac_objext conftest$ac_exeext
13712 if { (ac_try="$ac_link"
13713 case "(($ac_try" in
13714 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13715 *) ac_try_echo=$ac_try;;
13716 esac
13717 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13718 (eval "$ac_link") 2>conftest.er1
13719 ac_status=$?
13720 grep -v '^ *+' conftest.er1 >conftest.err
13721 rm -f conftest.er1
13722 cat conftest.err >&5
13723 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13724 (exit $ac_status); } && {
13725 test -z "$ac_c_werror_flag" ||
13726 test ! -s conftest.err
13727 } && test -s conftest$ac_exeext &&
13728 $as_test_x conftest$ac_exeext; then
13729 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13730 else
13731 echo "$as_me: failed program was:" >&5
13732 sed 's/^/| /' conftest.$ac_ext >&5
13734 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13737 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13738 conftest$ac_exeext conftest.$ac_ext
13739 LIBS=$ac_check_lib_save_LIBS
13741 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13742 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13743 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13745 cat >>confdefs.h <<\_ACEOF
13746 #define HAVE_LCMS 1
13747 _ACEOF
13749 LCMSLIBS="-llcms"
13753 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
13754 case "x$with_cms" in
13755 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
13756 xno) ;;
13757 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
13758 This is an error since --with-cms was requested." >&5
13759 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
13760 This is an error since --with-cms was requested." >&2;}
13761 { (exit 1); exit 1; }; } ;;
13762 esac
13766 for ac_prog in freetype-config freetype2-config
13768 # Extract the first word of "$ac_prog", so it can be a program name with args.
13769 set dummy $ac_prog; ac_word=$2
13770 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13771 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13772 if test "${ac_cv_prog_ft_devel+set}" = set; then
13773 echo $ECHO_N "(cached) $ECHO_C" >&6
13774 else
13775 if test -n "$ft_devel"; then
13776 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
13777 else
13778 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13779 for as_dir in $PATH
13781 IFS=$as_save_IFS
13782 test -z "$as_dir" && as_dir=.
13783 for ac_exec_ext in '' $ac_executable_extensions; do
13784 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13785 ac_cv_prog_ft_devel="$ac_prog"
13786 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13787 break 2
13789 done
13790 done
13791 IFS=$as_save_IFS
13795 ft_devel=$ac_cv_prog_ft_devel
13796 if test -n "$ft_devel"; then
13797 { echo "$as_me:$LINENO: result: $ft_devel" >&5
13798 echo "${ECHO_T}$ft_devel" >&6; }
13799 else
13800 { echo "$as_me:$LINENO: result: no" >&5
13801 echo "${ECHO_T}no" >&6; }
13805 test -n "$ft_devel" && break
13806 done
13807 test -n "$ft_devel" || ft_devel="false"
13809 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
13810 then
13811 ac_freetype_libs=`$ft_devel --libs`
13812 ac_freetype_incl=`$ft_devel --cflags`
13813 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
13814 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
13815 if test "${ac_cv_lib_soname_freetype+set}" = set; then
13816 echo $ECHO_N "(cached) $ECHO_C" >&6
13817 else
13818 ac_check_soname_save_LIBS=$LIBS
13819 LIBS="-lfreetype $ac_freetype_libs $LIBS"
13820 cat >conftest.$ac_ext <<_ACEOF
13821 /* confdefs.h. */
13822 _ACEOF
13823 cat confdefs.h >>conftest.$ac_ext
13824 cat >>conftest.$ac_ext <<_ACEOF
13825 /* end confdefs.h. */
13827 /* Override any GCC internal prototype to avoid an error.
13828 Use char because int might match the return type of a GCC
13829 builtin and then its argument prototype would still apply. */
13830 #ifdef __cplusplus
13831 extern "C"
13832 #endif
13833 char FT_Init_FreeType ();
13835 main ()
13837 return FT_Init_FreeType ();
13839 return 0;
13841 _ACEOF
13842 rm -f conftest.$ac_objext conftest$ac_exeext
13843 if { (ac_try="$ac_link"
13844 case "(($ac_try" in
13845 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13846 *) ac_try_echo=$ac_try;;
13847 esac
13848 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13849 (eval "$ac_link") 2>conftest.er1
13850 ac_status=$?
13851 grep -v '^ *+' conftest.er1 >conftest.err
13852 rm -f conftest.er1
13853 cat conftest.err >&5
13854 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13855 (exit $ac_status); } && {
13856 test -z "$ac_c_werror_flag" ||
13857 test ! -s conftest.err
13858 } && test -s conftest$ac_exeext &&
13859 $as_test_x conftest$ac_exeext; then
13860 case "$LIBEXT" in
13861 dll) ;;
13862 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'` ;;
13863 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13864 esac
13865 else
13866 echo "$as_me: failed program was:" >&5
13867 sed 's/^/| /' conftest.$ac_ext >&5
13872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13873 conftest$ac_exeext conftest.$ac_ext
13874 LIBS=$ac_check_soname_save_LIBS
13876 if test "x$ac_cv_lib_soname_freetype" = "x"; then
13877 { echo "$as_me:$LINENO: result: not found" >&5
13878 echo "${ECHO_T}not found" >&6; }
13879 ft_lib=no
13880 else
13881 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
13882 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
13884 cat >>confdefs.h <<_ACEOF
13885 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
13886 _ACEOF
13888 ft_lib=yes
13891 if test "$ft_lib" = "yes"
13892 then
13893 ac_save_CPPFLAGS="$CPPFLAGS"
13894 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
13907 for ac_header in ft2build.h \
13908 freetype/freetype.h \
13909 freetype/ftglyph.h \
13910 freetype/fttypes.h \
13911 freetype/tttables.h \
13912 freetype/ftnames.h \
13913 freetype/ftsnames.h \
13914 freetype/ttnameid.h \
13915 freetype/ftoutln.h \
13916 freetype/ftwinfnt.h \
13917 freetype/ftmodapi.h \
13918 freetype/internal/sfnt.h
13920 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
13921 { echo "$as_me:$LINENO: checking for $ac_header" >&5
13922 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
13923 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
13924 echo $ECHO_N "(cached) $ECHO_C" >&6
13925 else
13926 cat >conftest.$ac_ext <<_ACEOF
13927 /* confdefs.h. */
13928 _ACEOF
13929 cat confdefs.h >>conftest.$ac_ext
13930 cat >>conftest.$ac_ext <<_ACEOF
13931 /* end confdefs.h. */
13932 #ifdef HAVE_FT2BUILD_H
13933 # include <ft2build.h>
13934 #endif
13936 #include <$ac_header>
13937 _ACEOF
13938 rm -f conftest.$ac_objext
13939 if { (ac_try="$ac_compile"
13940 case "(($ac_try" in
13941 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13942 *) ac_try_echo=$ac_try;;
13943 esac
13944 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13945 (eval "$ac_compile") 2>conftest.er1
13946 ac_status=$?
13947 grep -v '^ *+' conftest.er1 >conftest.err
13948 rm -f conftest.er1
13949 cat conftest.err >&5
13950 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13951 (exit $ac_status); } && {
13952 test -z "$ac_c_werror_flag" ||
13953 test ! -s conftest.err
13954 } && test -s conftest.$ac_objext; then
13955 eval "$as_ac_Header=yes"
13956 else
13957 echo "$as_me: failed program was:" >&5
13958 sed 's/^/| /' conftest.$ac_ext >&5
13960 eval "$as_ac_Header=no"
13963 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13965 ac_res=`eval echo '${'$as_ac_Header'}'`
13966 { echo "$as_me:$LINENO: result: $ac_res" >&5
13967 echo "${ECHO_T}$ac_res" >&6; }
13968 if test `eval echo '${'$as_ac_Header'}'` = yes; then
13969 cat >>confdefs.h <<_ACEOF
13970 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
13971 _ACEOF
13975 done
13977 cat >conftest.$ac_ext <<_ACEOF
13978 /* confdefs.h. */
13979 _ACEOF
13980 cat confdefs.h >>conftest.$ac_ext
13981 cat >>conftest.$ac_ext <<_ACEOF
13982 /* end confdefs.h. */
13983 #include <ft2build.h>
13984 #include <freetype/fttrigon.h>
13985 _ACEOF
13986 if { (ac_try="$ac_cpp conftest.$ac_ext"
13987 case "(($ac_try" in
13988 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13989 *) ac_try_echo=$ac_try;;
13990 esac
13991 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13992 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13993 ac_status=$?
13994 grep -v '^ *+' conftest.er1 >conftest.err
13995 rm -f conftest.er1
13996 cat conftest.err >&5
13997 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13998 (exit $ac_status); } >/dev/null && {
13999 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14000 test ! -s conftest.err
14001 }; then
14003 cat >>confdefs.h <<\_ACEOF
14004 #define HAVE_FREETYPE_FTTRIGON_H 1
14005 _ACEOF
14007 wine_cv_fttrigon=yes
14008 else
14009 echo "$as_me: failed program was:" >&5
14010 sed 's/^/| /' conftest.$ac_ext >&5
14012 wine_cv_fttrigon=no
14015 rm -f conftest.err conftest.$ac_ext
14016 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14017 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14018 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14019 echo $ECHO_N "(cached) $ECHO_C" >&6
14020 else
14021 cat >conftest.$ac_ext <<_ACEOF
14022 /* confdefs.h. */
14023 _ACEOF
14024 cat confdefs.h >>conftest.$ac_ext
14025 cat >>conftest.$ac_ext <<_ACEOF
14026 /* end confdefs.h. */
14027 #include <freetype/ftmodapi.h>
14029 typedef FT_TrueTypeEngineType ac__type_new_;
14031 main ()
14033 if ((ac__type_new_ *) 0)
14034 return 0;
14035 if (sizeof (ac__type_new_))
14036 return 0;
14038 return 0;
14040 _ACEOF
14041 rm -f conftest.$ac_objext
14042 if { (ac_try="$ac_compile"
14043 case "(($ac_try" in
14044 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14045 *) ac_try_echo=$ac_try;;
14046 esac
14047 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14048 (eval "$ac_compile") 2>conftest.er1
14049 ac_status=$?
14050 grep -v '^ *+' conftest.er1 >conftest.err
14051 rm -f conftest.er1
14052 cat conftest.err >&5
14053 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14054 (exit $ac_status); } && {
14055 test -z "$ac_c_werror_flag" ||
14056 test ! -s conftest.err
14057 } && test -s conftest.$ac_objext; then
14058 ac_cv_type_FT_TrueTypeEngineType=yes
14059 else
14060 echo "$as_me: failed program was:" >&5
14061 sed 's/^/| /' conftest.$ac_ext >&5
14063 ac_cv_type_FT_TrueTypeEngineType=no
14066 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14068 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14069 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14070 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14072 cat >>confdefs.h <<_ACEOF
14073 #define HAVE_FT_TRUETYPEENGINETYPE 1
14074 _ACEOF
14079 ac_save_CFLAGS="$CFLAGS"
14080 CFLAGS="$CFLAGS $ac_freetype_libs"
14082 for ac_func in FT_Load_Sfnt_Table
14084 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14085 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14086 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14087 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14088 echo $ECHO_N "(cached) $ECHO_C" >&6
14089 else
14090 cat >conftest.$ac_ext <<_ACEOF
14091 /* confdefs.h. */
14092 _ACEOF
14093 cat confdefs.h >>conftest.$ac_ext
14094 cat >>conftest.$ac_ext <<_ACEOF
14095 /* end confdefs.h. */
14096 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14097 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14098 #define $ac_func innocuous_$ac_func
14100 /* System header to define __stub macros and hopefully few prototypes,
14101 which can conflict with char $ac_func (); below.
14102 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14103 <limits.h> exists even on freestanding compilers. */
14105 #ifdef __STDC__
14106 # include <limits.h>
14107 #else
14108 # include <assert.h>
14109 #endif
14111 #undef $ac_func
14113 /* Override any GCC internal prototype to avoid an error.
14114 Use char because int might match the return type of a GCC
14115 builtin and then its argument prototype would still apply. */
14116 #ifdef __cplusplus
14117 extern "C"
14118 #endif
14119 char $ac_func ();
14120 /* The GNU C library defines this for functions which it implements
14121 to always fail with ENOSYS. Some functions are actually named
14122 something starting with __ and the normal name is an alias. */
14123 #if defined __stub_$ac_func || defined __stub___$ac_func
14124 choke me
14125 #endif
14128 main ()
14130 return $ac_func ();
14132 return 0;
14134 _ACEOF
14135 rm -f conftest.$ac_objext conftest$ac_exeext
14136 if { (ac_try="$ac_link"
14137 case "(($ac_try" in
14138 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14139 *) ac_try_echo=$ac_try;;
14140 esac
14141 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14142 (eval "$ac_link") 2>conftest.er1
14143 ac_status=$?
14144 grep -v '^ *+' conftest.er1 >conftest.err
14145 rm -f conftest.er1
14146 cat conftest.err >&5
14147 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14148 (exit $ac_status); } && {
14149 test -z "$ac_c_werror_flag" ||
14150 test ! -s conftest.err
14151 } && test -s conftest$ac_exeext &&
14152 $as_test_x conftest$ac_exeext; then
14153 eval "$as_ac_var=yes"
14154 else
14155 echo "$as_me: failed program was:" >&5
14156 sed 's/^/| /' conftest.$ac_ext >&5
14158 eval "$as_ac_var=no"
14161 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14162 conftest$ac_exeext conftest.$ac_ext
14164 ac_res=`eval echo '${'$as_ac_var'}'`
14165 { echo "$as_me:$LINENO: result: $ac_res" >&5
14166 echo "${ECHO_T}$ac_res" >&6; }
14167 if test `eval echo '${'$as_ac_var'}'` = yes; then
14168 cat >>confdefs.h <<_ACEOF
14169 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14170 _ACEOF
14173 done
14175 CFLAGS="$ac_save_CFLAGS"
14176 CPPFLAGS="$ac_save_CPPFLAGS"
14177 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14178 then
14180 cat >>confdefs.h <<\_ACEOF
14181 #define HAVE_FREETYPE 1
14182 _ACEOF
14184 FREETYPELIBS="$ac_freetype_libs"
14186 FREETYPEINCL="$ac_freetype_incl"
14188 FONTSSUBDIRS="fonts"
14193 if test "x$FREETYPELIBS" = "x"; then
14194 case "x$with_freetype" in
14195 xno) ;;
14196 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14197 Fonts will not be built. Dialog text may be invisible or unaligned.
14198 Use the --without-freetype option if you really want this." >&5
14199 echo "$as_me: error: FreeType development files not found.
14200 Fonts will not be built. Dialog text may be invisible or unaligned.
14201 Use the --without-freetype option if you really want this." >&2;}
14202 { (exit 1); exit 1; }; } ;;
14203 esac
14207 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14208 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14209 if test "${ac_cv_c_ppdev+set}" = set; then
14210 echo $ECHO_N "(cached) $ECHO_C" >&6
14211 else
14212 cat >conftest.$ac_ext <<_ACEOF
14213 /* confdefs.h. */
14214 _ACEOF
14215 cat confdefs.h >>conftest.$ac_ext
14216 cat >>conftest.$ac_ext <<_ACEOF
14217 /* end confdefs.h. */
14218 #include <linux/ppdev.h>
14220 main ()
14222 ioctl (1,PPCLAIM,0)
14224 return 0;
14226 _ACEOF
14227 rm -f conftest.$ac_objext
14228 if { (ac_try="$ac_compile"
14229 case "(($ac_try" in
14230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14231 *) ac_try_echo=$ac_try;;
14232 esac
14233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14234 (eval "$ac_compile") 2>conftest.er1
14235 ac_status=$?
14236 grep -v '^ *+' conftest.er1 >conftest.err
14237 rm -f conftest.er1
14238 cat conftest.err >&5
14239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14240 (exit $ac_status); } && {
14241 test -z "$ac_c_werror_flag" ||
14242 test ! -s conftest.err
14243 } && test -s conftest.$ac_objext; then
14244 ac_cv_c_ppdev="yes"
14245 else
14246 echo "$as_me: failed program was:" >&5
14247 sed 's/^/| /' conftest.$ac_ext >&5
14249 ac_cv_c_ppdev="no"
14252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14254 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14255 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14256 if test "$ac_cv_c_ppdev" = "yes"
14257 then
14259 cat >>confdefs.h <<\_ACEOF
14260 #define HAVE_PPDEV 1
14261 _ACEOF
14265 { echo "$as_me:$LINENO: checking for va_copy" >&5
14266 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14267 if test "${ac_cv_c_va_copy+set}" = set; then
14268 echo $ECHO_N "(cached) $ECHO_C" >&6
14269 else
14270 cat >conftest.$ac_ext <<_ACEOF
14271 /* confdefs.h. */
14272 _ACEOF
14273 cat confdefs.h >>conftest.$ac_ext
14274 cat >>conftest.$ac_ext <<_ACEOF
14275 /* end confdefs.h. */
14276 #include <stdarg.h>
14278 main ()
14280 va_list ap1, ap2; va_copy(ap1,ap2);
14282 return 0;
14284 _ACEOF
14285 rm -f conftest.$ac_objext conftest$ac_exeext
14286 if { (ac_try="$ac_link"
14287 case "(($ac_try" in
14288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14289 *) ac_try_echo=$ac_try;;
14290 esac
14291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14292 (eval "$ac_link") 2>conftest.er1
14293 ac_status=$?
14294 grep -v '^ *+' conftest.er1 >conftest.err
14295 rm -f conftest.er1
14296 cat conftest.err >&5
14297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14298 (exit $ac_status); } && {
14299 test -z "$ac_c_werror_flag" ||
14300 test ! -s conftest.err
14301 } && test -s conftest$ac_exeext &&
14302 $as_test_x conftest$ac_exeext; then
14303 ac_cv_c_va_copy="yes"
14304 else
14305 echo "$as_me: failed program was:" >&5
14306 sed 's/^/| /' conftest.$ac_ext >&5
14308 ac_cv_c_va_copy="no"
14311 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14312 conftest$ac_exeext conftest.$ac_ext
14315 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14316 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14317 if test "$ac_cv_c_va_copy" = "yes"
14318 then
14320 cat >>confdefs.h <<\_ACEOF
14321 #define HAVE_VA_COPY 1
14322 _ACEOF
14325 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14326 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14327 if test "${ac_cv_c___va_copy+set}" = set; then
14328 echo $ECHO_N "(cached) $ECHO_C" >&6
14329 else
14330 cat >conftest.$ac_ext <<_ACEOF
14331 /* confdefs.h. */
14332 _ACEOF
14333 cat confdefs.h >>conftest.$ac_ext
14334 cat >>conftest.$ac_ext <<_ACEOF
14335 /* end confdefs.h. */
14336 #include <stdarg.h>
14338 main ()
14340 va_list ap1, ap2; __va_copy(ap1,ap2);
14342 return 0;
14344 _ACEOF
14345 rm -f conftest.$ac_objext conftest$ac_exeext
14346 if { (ac_try="$ac_link"
14347 case "(($ac_try" in
14348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14349 *) ac_try_echo=$ac_try;;
14350 esac
14351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14352 (eval "$ac_link") 2>conftest.er1
14353 ac_status=$?
14354 grep -v '^ *+' conftest.er1 >conftest.err
14355 rm -f conftest.er1
14356 cat conftest.err >&5
14357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14358 (exit $ac_status); } && {
14359 test -z "$ac_c_werror_flag" ||
14360 test ! -s conftest.err
14361 } && test -s conftest$ac_exeext &&
14362 $as_test_x conftest$ac_exeext; then
14363 ac_cv_c___va_copy="yes"
14364 else
14365 echo "$as_me: failed program was:" >&5
14366 sed 's/^/| /' conftest.$ac_ext >&5
14368 ac_cv_c___va_copy="no"
14371 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14372 conftest$ac_exeext conftest.$ac_ext
14375 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14376 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14377 if test "$ac_cv_c___va_copy" = "yes"
14378 then
14380 cat >>confdefs.h <<\_ACEOF
14381 #define HAVE___VA_COPY 1
14382 _ACEOF
14386 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14387 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14388 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14389 echo $ECHO_N "(cached) $ECHO_C" >&6
14390 else
14391 cat >conftest.$ac_ext <<_ACEOF
14392 /* confdefs.h. */
14393 _ACEOF
14394 cat confdefs.h >>conftest.$ac_ext
14395 cat >>conftest.$ac_ext <<_ACEOF
14396 /* end confdefs.h. */
14397 #define _GNU_SOURCE
14398 #include <pthread.h>
14400 typedef pthread_rwlock_t ac__type_new_;
14402 main ()
14404 if ((ac__type_new_ *) 0)
14405 return 0;
14406 if (sizeof (ac__type_new_))
14407 return 0;
14409 return 0;
14411 _ACEOF
14412 rm -f conftest.$ac_objext
14413 if { (ac_try="$ac_compile"
14414 case "(($ac_try" in
14415 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14416 *) ac_try_echo=$ac_try;;
14417 esac
14418 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14419 (eval "$ac_compile") 2>conftest.er1
14420 ac_status=$?
14421 grep -v '^ *+' conftest.er1 >conftest.err
14422 rm -f conftest.er1
14423 cat conftest.err >&5
14424 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14425 (exit $ac_status); } && {
14426 test -z "$ac_c_werror_flag" ||
14427 test ! -s conftest.err
14428 } && test -s conftest.$ac_objext; then
14429 ac_cv_type_pthread_rwlock_t=yes
14430 else
14431 echo "$as_me: failed program was:" >&5
14432 sed 's/^/| /' conftest.$ac_ext >&5
14434 ac_cv_type_pthread_rwlock_t=no
14437 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14439 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14440 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14441 if test $ac_cv_type_pthread_rwlock_t = yes; then
14443 cat >>confdefs.h <<_ACEOF
14444 #define HAVE_PTHREAD_RWLOCK_T 1
14445 _ACEOF
14449 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14450 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14451 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14452 echo $ECHO_N "(cached) $ECHO_C" >&6
14453 else
14454 cat >conftest.$ac_ext <<_ACEOF
14455 /* confdefs.h. */
14456 _ACEOF
14457 cat confdefs.h >>conftest.$ac_ext
14458 cat >>conftest.$ac_ext <<_ACEOF
14459 /* end confdefs.h. */
14460 #define _GNU_SOURCE
14461 #include <pthread.h>
14463 typedef pthread_rwlockattr_t ac__type_new_;
14465 main ()
14467 if ((ac__type_new_ *) 0)
14468 return 0;
14469 if (sizeof (ac__type_new_))
14470 return 0;
14472 return 0;
14474 _ACEOF
14475 rm -f conftest.$ac_objext
14476 if { (ac_try="$ac_compile"
14477 case "(($ac_try" in
14478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14479 *) ac_try_echo=$ac_try;;
14480 esac
14481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14482 (eval "$ac_compile") 2>conftest.er1
14483 ac_status=$?
14484 grep -v '^ *+' conftest.er1 >conftest.err
14485 rm -f conftest.er1
14486 cat conftest.err >&5
14487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14488 (exit $ac_status); } && {
14489 test -z "$ac_c_werror_flag" ||
14490 test ! -s conftest.err
14491 } && test -s conftest.$ac_objext; then
14492 ac_cv_type_pthread_rwlockattr_t=yes
14493 else
14494 echo "$as_me: failed program was:" >&5
14495 sed 's/^/| /' conftest.$ac_ext >&5
14497 ac_cv_type_pthread_rwlockattr_t=no
14500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14502 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14503 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14504 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14506 cat >>confdefs.h <<_ACEOF
14507 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14508 _ACEOF
14514 ac_wine_check_funcs_save_LIBS="$LIBS"
14515 LIBS="$LIBS $LIBPTHREAD"
14520 for ac_func in \
14521 pthread_attr_get_np \
14522 pthread_getattr_np \
14523 pthread_get_stackaddr_np \
14524 pthread_get_stacksize_np
14526 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14527 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14528 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14529 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14530 echo $ECHO_N "(cached) $ECHO_C" >&6
14531 else
14532 cat >conftest.$ac_ext <<_ACEOF
14533 /* confdefs.h. */
14534 _ACEOF
14535 cat confdefs.h >>conftest.$ac_ext
14536 cat >>conftest.$ac_ext <<_ACEOF
14537 /* end confdefs.h. */
14538 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14539 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14540 #define $ac_func innocuous_$ac_func
14542 /* System header to define __stub macros and hopefully few prototypes,
14543 which can conflict with char $ac_func (); below.
14544 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14545 <limits.h> exists even on freestanding compilers. */
14547 #ifdef __STDC__
14548 # include <limits.h>
14549 #else
14550 # include <assert.h>
14551 #endif
14553 #undef $ac_func
14555 /* Override any GCC internal prototype to avoid an error.
14556 Use char because int might match the return type of a GCC
14557 builtin and then its argument prototype would still apply. */
14558 #ifdef __cplusplus
14559 extern "C"
14560 #endif
14561 char $ac_func ();
14562 /* The GNU C library defines this for functions which it implements
14563 to always fail with ENOSYS. Some functions are actually named
14564 something starting with __ and the normal name is an alias. */
14565 #if defined __stub_$ac_func || defined __stub___$ac_func
14566 choke me
14567 #endif
14570 main ()
14572 return $ac_func ();
14574 return 0;
14576 _ACEOF
14577 rm -f conftest.$ac_objext conftest$ac_exeext
14578 if { (ac_try="$ac_link"
14579 case "(($ac_try" in
14580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14581 *) ac_try_echo=$ac_try;;
14582 esac
14583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14584 (eval "$ac_link") 2>conftest.er1
14585 ac_status=$?
14586 grep -v '^ *+' conftest.er1 >conftest.err
14587 rm -f conftest.er1
14588 cat conftest.err >&5
14589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14590 (exit $ac_status); } && {
14591 test -z "$ac_c_werror_flag" ||
14592 test ! -s conftest.err
14593 } && test -s conftest$ac_exeext &&
14594 $as_test_x conftest$ac_exeext; then
14595 eval "$as_ac_var=yes"
14596 else
14597 echo "$as_me: failed program was:" >&5
14598 sed 's/^/| /' conftest.$ac_ext >&5
14600 eval "$as_ac_var=no"
14603 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14604 conftest$ac_exeext conftest.$ac_ext
14606 ac_res=`eval echo '${'$as_ac_var'}'`
14607 { echo "$as_me:$LINENO: result: $ac_res" >&5
14608 echo "${ECHO_T}$ac_res" >&6; }
14609 if test `eval echo '${'$as_ac_var'}'` = yes; then
14610 cat >>confdefs.h <<_ACEOF
14611 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14612 _ACEOF
14615 done
14617 LIBS="$ac_wine_check_funcs_save_LIBS"
14619 # Extract the first word of "esd-config", so it can be a program name with args.
14620 set dummy esd-config; ac_word=$2
14621 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14622 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14623 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14624 echo $ECHO_N "(cached) $ECHO_C" >&6
14625 else
14626 case $ESDCONFIG in
14627 [\\/]* | ?:[\\/]*)
14628 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14631 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14632 for as_dir in $PATH
14634 IFS=$as_save_IFS
14635 test -z "$as_dir" && as_dir=.
14636 for ac_exec_ext in '' $ac_executable_extensions; do
14637 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14638 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14639 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14640 break 2
14642 done
14643 done
14644 IFS=$as_save_IFS
14647 esac
14649 ESDCONFIG=$ac_cv_path_ESDCONFIG
14650 if test -n "$ESDCONFIG"; then
14651 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14652 echo "${ECHO_T}$ESDCONFIG" >&6; }
14653 else
14654 { echo "$as_me:$LINENO: result: no" >&5
14655 echo "${ECHO_T}no" >&6; }
14659 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14660 then
14661 ac_esd_incl=""
14662 for i in `$ESDCONFIG --cflags`
14664 case "$i" in
14665 -I*) ac_esd_incl="$ac_esd_incl $i";;
14666 esac
14667 done
14668 ac_esd_libs=`$ESDCONFIG --libs`
14669 save_CFLAGS="$CFLAGS"
14670 CFLAGS="$CFLAGS $ac_esd_incl"
14671 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14672 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14673 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14674 echo $ECHO_N "(cached) $ECHO_C" >&6
14675 else
14676 ac_check_lib_save_LIBS=$LIBS
14677 LIBS="-lesd $ac_esd_libs $LIBS"
14678 cat >conftest.$ac_ext <<_ACEOF
14679 /* confdefs.h. */
14680 _ACEOF
14681 cat confdefs.h >>conftest.$ac_ext
14682 cat >>conftest.$ac_ext <<_ACEOF
14683 /* end confdefs.h. */
14685 /* Override any GCC internal prototype to avoid an error.
14686 Use char because int might match the return type of a GCC
14687 builtin and then its argument prototype would still apply. */
14688 #ifdef __cplusplus
14689 extern "C"
14690 #endif
14691 char esd_open_sound ();
14693 main ()
14695 return esd_open_sound ();
14697 return 0;
14699 _ACEOF
14700 rm -f conftest.$ac_objext conftest$ac_exeext
14701 if { (ac_try="$ac_link"
14702 case "(($ac_try" in
14703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14704 *) ac_try_echo=$ac_try;;
14705 esac
14706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14707 (eval "$ac_link") 2>conftest.er1
14708 ac_status=$?
14709 grep -v '^ *+' conftest.er1 >conftest.err
14710 rm -f conftest.er1
14711 cat conftest.err >&5
14712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14713 (exit $ac_status); } && {
14714 test -z "$ac_c_werror_flag" ||
14715 test ! -s conftest.err
14716 } && test -s conftest$ac_exeext &&
14717 $as_test_x conftest$ac_exeext; then
14718 ac_cv_lib_esd_esd_open_sound=yes
14719 else
14720 echo "$as_me: failed program was:" >&5
14721 sed 's/^/| /' conftest.$ac_ext >&5
14723 ac_cv_lib_esd_esd_open_sound=no
14726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14727 conftest$ac_exeext conftest.$ac_ext
14728 LIBS=$ac_check_lib_save_LIBS
14730 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14731 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14732 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14733 ESDINCL="$ac_esd_incl"
14735 ESDLIBS="$ac_esd_libs"
14738 cat >>confdefs.h <<\_ACEOF
14739 #define HAVE_ESD 1
14740 _ACEOF
14744 CFLAGS="$save_CFLAGS"
14747 ALSALIBS=""
14749 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
14750 then
14751 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
14752 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
14753 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
14754 echo $ECHO_N "(cached) $ECHO_C" >&6
14755 else
14756 ac_check_lib_save_LIBS=$LIBS
14757 LIBS="-lasound $LIBS"
14758 cat >conftest.$ac_ext <<_ACEOF
14759 /* confdefs.h. */
14760 _ACEOF
14761 cat confdefs.h >>conftest.$ac_ext
14762 cat >>conftest.$ac_ext <<_ACEOF
14763 /* end confdefs.h. */
14765 /* Override any GCC internal prototype to avoid an error.
14766 Use char because int might match the return type of a GCC
14767 builtin and then its argument prototype would still apply. */
14768 #ifdef __cplusplus
14769 extern "C"
14770 #endif
14771 char snd_pcm_hw_params_get_access ();
14773 main ()
14775 return snd_pcm_hw_params_get_access ();
14777 return 0;
14779 _ACEOF
14780 rm -f conftest.$ac_objext conftest$ac_exeext
14781 if { (ac_try="$ac_link"
14782 case "(($ac_try" in
14783 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14784 *) ac_try_echo=$ac_try;;
14785 esac
14786 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14787 (eval "$ac_link") 2>conftest.er1
14788 ac_status=$?
14789 grep -v '^ *+' conftest.er1 >conftest.err
14790 rm -f conftest.er1
14791 cat conftest.err >&5
14792 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14793 (exit $ac_status); } && {
14794 test -z "$ac_c_werror_flag" ||
14795 test ! -s conftest.err
14796 } && test -s conftest$ac_exeext &&
14797 $as_test_x conftest$ac_exeext; then
14798 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
14799 else
14800 echo "$as_me: failed program was:" >&5
14801 sed 's/^/| /' conftest.$ac_ext >&5
14803 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
14806 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14807 conftest$ac_exeext conftest.$ac_ext
14808 LIBS=$ac_check_lib_save_LIBS
14810 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
14811 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
14812 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
14813 cat >conftest.$ac_ext <<_ACEOF
14814 /* confdefs.h. */
14815 _ACEOF
14816 cat confdefs.h >>conftest.$ac_ext
14817 cat >>conftest.$ac_ext <<_ACEOF
14818 /* end confdefs.h. */
14819 #ifdef HAVE_ALSA_ASOUNDLIB_H
14820 #include <alsa/asoundlib.h>
14821 #elif defined(HAVE_SYS_ASOUNDLIB_H)
14822 #include <sys/asoundlib.h>
14823 #endif
14825 main ()
14827 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
14829 return 0;
14831 _ACEOF
14832 rm -f conftest.$ac_objext
14833 if { (ac_try="$ac_compile"
14834 case "(($ac_try" in
14835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14836 *) ac_try_echo=$ac_try;;
14837 esac
14838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14839 (eval "$ac_compile") 2>conftest.er1
14840 ac_status=$?
14841 grep -v '^ *+' conftest.er1 >conftest.err
14842 rm -f conftest.er1
14843 cat conftest.err >&5
14844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14845 (exit $ac_status); } && {
14846 test -z "$ac_c_werror_flag" ||
14847 test ! -s conftest.err
14848 } && test -s conftest.$ac_objext; then
14850 cat >>confdefs.h <<\_ACEOF
14851 #define HAVE_ALSA 1
14852 _ACEOF
14854 ALSALIBS="-lasound"
14855 else
14856 echo "$as_me: failed program was:" >&5
14857 sed 's/^/| /' conftest.$ac_ext >&5
14862 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14867 AUDIOIOLIBS=""
14869 if test "$ac_cv_header_libaudioio_h" = "yes"
14870 then
14871 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
14872 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
14873 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
14874 echo $ECHO_N "(cached) $ECHO_C" >&6
14875 else
14876 ac_check_lib_save_LIBS=$LIBS
14877 LIBS="-laudioio $LIBS"
14878 cat >conftest.$ac_ext <<_ACEOF
14879 /* confdefs.h. */
14880 _ACEOF
14881 cat confdefs.h >>conftest.$ac_ext
14882 cat >>conftest.$ac_ext <<_ACEOF
14883 /* end confdefs.h. */
14885 /* Override any GCC internal prototype to avoid an error.
14886 Use char because int might match the return type of a GCC
14887 builtin and then its argument prototype would still apply. */
14888 #ifdef __cplusplus
14889 extern "C"
14890 #endif
14891 char AudioIOGetVersion ();
14893 main ()
14895 return AudioIOGetVersion ();
14897 return 0;
14899 _ACEOF
14900 rm -f conftest.$ac_objext conftest$ac_exeext
14901 if { (ac_try="$ac_link"
14902 case "(($ac_try" in
14903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14904 *) ac_try_echo=$ac_try;;
14905 esac
14906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14907 (eval "$ac_link") 2>conftest.er1
14908 ac_status=$?
14909 grep -v '^ *+' conftest.er1 >conftest.err
14910 rm -f conftest.er1
14911 cat conftest.err >&5
14912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14913 (exit $ac_status); } && {
14914 test -z "$ac_c_werror_flag" ||
14915 test ! -s conftest.err
14916 } && test -s conftest$ac_exeext &&
14917 $as_test_x conftest$ac_exeext; then
14918 ac_cv_lib_audioio_AudioIOGetVersion=yes
14919 else
14920 echo "$as_me: failed program was:" >&5
14921 sed 's/^/| /' conftest.$ac_ext >&5
14923 ac_cv_lib_audioio_AudioIOGetVersion=no
14926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14927 conftest$ac_exeext conftest.$ac_ext
14928 LIBS=$ac_check_lib_save_LIBS
14930 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
14931 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
14932 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
14933 AUDIOIOLIBS="-laudioio"
14935 cat >>confdefs.h <<\_ACEOF
14936 #define HAVE_LIBAUDIOIO 1
14937 _ACEOF
14944 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
14945 then
14946 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
14947 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
14948 if test "${ac_cv_lib_soname_capi20+set}" = set; then
14949 echo $ECHO_N "(cached) $ECHO_C" >&6
14950 else
14951 ac_check_soname_save_LIBS=$LIBS
14952 LIBS="-lcapi20 $LIBS"
14953 cat >conftest.$ac_ext <<_ACEOF
14954 /* confdefs.h. */
14955 _ACEOF
14956 cat confdefs.h >>conftest.$ac_ext
14957 cat >>conftest.$ac_ext <<_ACEOF
14958 /* end confdefs.h. */
14960 /* Override any GCC internal prototype to avoid an error.
14961 Use char because int might match the return type of a GCC
14962 builtin and then its argument prototype would still apply. */
14963 #ifdef __cplusplus
14964 extern "C"
14965 #endif
14966 char capi20_register ();
14968 main ()
14970 return capi20_register ();
14972 return 0;
14974 _ACEOF
14975 rm -f conftest.$ac_objext conftest$ac_exeext
14976 if { (ac_try="$ac_link"
14977 case "(($ac_try" in
14978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14979 *) ac_try_echo=$ac_try;;
14980 esac
14981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14982 (eval "$ac_link") 2>conftest.er1
14983 ac_status=$?
14984 grep -v '^ *+' conftest.er1 >conftest.err
14985 rm -f conftest.er1
14986 cat conftest.err >&5
14987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14988 (exit $ac_status); } && {
14989 test -z "$ac_c_werror_flag" ||
14990 test ! -s conftest.err
14991 } && test -s conftest$ac_exeext &&
14992 $as_test_x conftest$ac_exeext; then
14993 case "$LIBEXT" in
14994 dll) ;;
14995 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'` ;;
14996 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14997 esac
14998 else
14999 echo "$as_me: failed program was:" >&5
15000 sed 's/^/| /' conftest.$ac_ext >&5
15005 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15006 conftest$ac_exeext conftest.$ac_ext
15007 LIBS=$ac_check_soname_save_LIBS
15009 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15010 { echo "$as_me:$LINENO: result: not found" >&5
15011 echo "${ECHO_T}not found" >&6; }
15013 else
15014 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15015 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15017 cat >>confdefs.h <<_ACEOF
15018 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15019 _ACEOF
15025 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15026 case "x$with_capi" in
15027 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15028 xno) ;;
15029 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15030 This is an error since --with-capi was requested." >&5
15031 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15032 This is an error since --with-capi was requested." >&2;}
15033 { (exit 1); exit 1; }; } ;;
15034 esac
15038 CUPSINCL=""
15040 if test "x$with_cups" != "xno"
15041 then
15042 ac_save_CPPFLAGS="$CPPFLAGS"
15043 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15044 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15045 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15047 for ac_header in cups/cups.h
15049 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15050 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15051 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15052 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15053 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15054 echo $ECHO_N "(cached) $ECHO_C" >&6
15056 ac_res=`eval echo '${'$as_ac_Header'}'`
15057 { echo "$as_me:$LINENO: result: $ac_res" >&5
15058 echo "${ECHO_T}$ac_res" >&6; }
15059 else
15060 # Is the header compilable?
15061 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15062 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15063 cat >conftest.$ac_ext <<_ACEOF
15064 /* confdefs.h. */
15065 _ACEOF
15066 cat confdefs.h >>conftest.$ac_ext
15067 cat >>conftest.$ac_ext <<_ACEOF
15068 /* end confdefs.h. */
15069 $ac_includes_default
15070 #include <$ac_header>
15071 _ACEOF
15072 rm -f conftest.$ac_objext
15073 if { (ac_try="$ac_compile"
15074 case "(($ac_try" in
15075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15076 *) ac_try_echo=$ac_try;;
15077 esac
15078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15079 (eval "$ac_compile") 2>conftest.er1
15080 ac_status=$?
15081 grep -v '^ *+' conftest.er1 >conftest.err
15082 rm -f conftest.er1
15083 cat conftest.err >&5
15084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15085 (exit $ac_status); } && {
15086 test -z "$ac_c_werror_flag" ||
15087 test ! -s conftest.err
15088 } && test -s conftest.$ac_objext; then
15089 ac_header_compiler=yes
15090 else
15091 echo "$as_me: failed program was:" >&5
15092 sed 's/^/| /' conftest.$ac_ext >&5
15094 ac_header_compiler=no
15097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15098 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15099 echo "${ECHO_T}$ac_header_compiler" >&6; }
15101 # Is the header present?
15102 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15103 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15104 cat >conftest.$ac_ext <<_ACEOF
15105 /* confdefs.h. */
15106 _ACEOF
15107 cat confdefs.h >>conftest.$ac_ext
15108 cat >>conftest.$ac_ext <<_ACEOF
15109 /* end confdefs.h. */
15110 #include <$ac_header>
15111 _ACEOF
15112 if { (ac_try="$ac_cpp conftest.$ac_ext"
15113 case "(($ac_try" in
15114 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15115 *) ac_try_echo=$ac_try;;
15116 esac
15117 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15118 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15119 ac_status=$?
15120 grep -v '^ *+' conftest.er1 >conftest.err
15121 rm -f conftest.er1
15122 cat conftest.err >&5
15123 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15124 (exit $ac_status); } >/dev/null && {
15125 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15126 test ! -s conftest.err
15127 }; then
15128 ac_header_preproc=yes
15129 else
15130 echo "$as_me: failed program was:" >&5
15131 sed 's/^/| /' conftest.$ac_ext >&5
15133 ac_header_preproc=no
15136 rm -f conftest.err conftest.$ac_ext
15137 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15138 echo "${ECHO_T}$ac_header_preproc" >&6; }
15140 # So? What about this header?
15141 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15142 yes:no: )
15143 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15144 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15145 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15146 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15147 ac_header_preproc=yes
15149 no:yes:* )
15150 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15151 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15152 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15153 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15154 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15155 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15156 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15157 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15158 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15159 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15160 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15161 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15162 ( cat <<\_ASBOX
15163 ## ------------------------------------ ##
15164 ## Report this to wine-devel@winehq.org ##
15165 ## ------------------------------------ ##
15166 _ASBOX
15167 ) | sed "s/^/$as_me: WARNING: /" >&2
15169 esac
15170 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15171 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15172 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15173 echo $ECHO_N "(cached) $ECHO_C" >&6
15174 else
15175 eval "$as_ac_Header=\$ac_header_preproc"
15177 ac_res=`eval echo '${'$as_ac_Header'}'`
15178 { echo "$as_me:$LINENO: result: $ac_res" >&5
15179 echo "${ECHO_T}$ac_res" >&6; }
15182 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15183 cat >>confdefs.h <<_ACEOF
15184 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15185 _ACEOF
15186 { echo "$as_me:$LINENO: checking for -lcups" >&5
15187 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15188 if test "${ac_cv_lib_soname_cups+set}" = set; then
15189 echo $ECHO_N "(cached) $ECHO_C" >&6
15190 else
15191 ac_check_soname_save_LIBS=$LIBS
15192 LIBS="-lcups $ac_cups_libs $LIBS"
15193 cat >conftest.$ac_ext <<_ACEOF
15194 /* confdefs.h. */
15195 _ACEOF
15196 cat confdefs.h >>conftest.$ac_ext
15197 cat >>conftest.$ac_ext <<_ACEOF
15198 /* end confdefs.h. */
15200 /* Override any GCC internal prototype to avoid an error.
15201 Use char because int might match the return type of a GCC
15202 builtin and then its argument prototype would still apply. */
15203 #ifdef __cplusplus
15204 extern "C"
15205 #endif
15206 char cupsGetDefault ();
15208 main ()
15210 return cupsGetDefault ();
15212 return 0;
15214 _ACEOF
15215 rm -f conftest.$ac_objext conftest$ac_exeext
15216 if { (ac_try="$ac_link"
15217 case "(($ac_try" in
15218 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15219 *) ac_try_echo=$ac_try;;
15220 esac
15221 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15222 (eval "$ac_link") 2>conftest.er1
15223 ac_status=$?
15224 grep -v '^ *+' conftest.er1 >conftest.err
15225 rm -f conftest.er1
15226 cat conftest.err >&5
15227 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15228 (exit $ac_status); } && {
15229 test -z "$ac_c_werror_flag" ||
15230 test ! -s conftest.err
15231 } && test -s conftest$ac_exeext &&
15232 $as_test_x conftest$ac_exeext; then
15233 case "$LIBEXT" in
15234 dll) ;;
15235 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'` ;;
15236 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15237 esac
15238 else
15239 echo "$as_me: failed program was:" >&5
15240 sed 's/^/| /' conftest.$ac_ext >&5
15245 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15246 conftest$ac_exeext conftest.$ac_ext
15247 LIBS=$ac_check_soname_save_LIBS
15249 if test "x$ac_cv_lib_soname_cups" = "x"; then
15250 { echo "$as_me:$LINENO: result: not found" >&5
15251 echo "${ECHO_T}not found" >&6; }
15253 else
15254 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15255 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15257 cat >>confdefs.h <<_ACEOF
15258 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15259 _ACEOF
15261 CUPSINCL="$ac_cups_cflags"
15266 done
15268 CPPFLAGS="$ac_save_CPPFLAGS"
15270 if test "x$ac_cv_lib_soname_cups" = "x"; then
15271 case "x$with_cups" in
15272 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15273 xno) ;;
15274 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15275 This is an error since --with-cups was requested." >&5
15276 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15277 This is an error since --with-cups was requested." >&2;}
15278 { (exit 1); exit 1; }; } ;;
15279 esac
15283 if test "$ac_cv_header_jack_jack_h" = "yes"
15284 then
15285 { echo "$as_me:$LINENO: checking for -ljack" >&5
15286 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15287 if test "${ac_cv_lib_soname_jack+set}" = set; then
15288 echo $ECHO_N "(cached) $ECHO_C" >&6
15289 else
15290 ac_check_soname_save_LIBS=$LIBS
15291 LIBS="-ljack $LIBS"
15292 cat >conftest.$ac_ext <<_ACEOF
15293 /* confdefs.h. */
15294 _ACEOF
15295 cat confdefs.h >>conftest.$ac_ext
15296 cat >>conftest.$ac_ext <<_ACEOF
15297 /* end confdefs.h. */
15299 /* Override any GCC internal prototype to avoid an error.
15300 Use char because int might match the return type of a GCC
15301 builtin and then its argument prototype would still apply. */
15302 #ifdef __cplusplus
15303 extern "C"
15304 #endif
15305 char jack_client_new ();
15307 main ()
15309 return jack_client_new ();
15311 return 0;
15313 _ACEOF
15314 rm -f conftest.$ac_objext conftest$ac_exeext
15315 if { (ac_try="$ac_link"
15316 case "(($ac_try" in
15317 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15318 *) ac_try_echo=$ac_try;;
15319 esac
15320 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15321 (eval "$ac_link") 2>conftest.er1
15322 ac_status=$?
15323 grep -v '^ *+' conftest.er1 >conftest.err
15324 rm -f conftest.er1
15325 cat conftest.err >&5
15326 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15327 (exit $ac_status); } && {
15328 test -z "$ac_c_werror_flag" ||
15329 test ! -s conftest.err
15330 } && test -s conftest$ac_exeext &&
15331 $as_test_x conftest$ac_exeext; then
15332 case "$LIBEXT" in
15333 dll) ;;
15334 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'` ;;
15335 *) 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'` ;;
15336 esac
15337 else
15338 echo "$as_me: failed program was:" >&5
15339 sed 's/^/| /' conftest.$ac_ext >&5
15344 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15345 conftest$ac_exeext conftest.$ac_ext
15346 LIBS=$ac_check_soname_save_LIBS
15348 if test "x$ac_cv_lib_soname_jack" = "x"; then
15349 { echo "$as_me:$LINENO: result: not found" >&5
15350 echo "${ECHO_T}not found" >&6; }
15352 else
15353 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15354 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15356 cat >>confdefs.h <<_ACEOF
15357 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15358 _ACEOF
15365 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15366 then
15367 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15368 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15369 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15370 echo $ECHO_N "(cached) $ECHO_C" >&6
15371 else
15372 ac_check_soname_save_LIBS=$LIBS
15373 LIBS="-lfontconfig $LIBS"
15374 cat >conftest.$ac_ext <<_ACEOF
15375 /* confdefs.h. */
15376 _ACEOF
15377 cat confdefs.h >>conftest.$ac_ext
15378 cat >>conftest.$ac_ext <<_ACEOF
15379 /* end confdefs.h. */
15381 /* Override any GCC internal prototype to avoid an error.
15382 Use char because int might match the return type of a GCC
15383 builtin and then its argument prototype would still apply. */
15384 #ifdef __cplusplus
15385 extern "C"
15386 #endif
15387 char FcInit ();
15389 main ()
15391 return FcInit ();
15393 return 0;
15395 _ACEOF
15396 rm -f conftest.$ac_objext conftest$ac_exeext
15397 if { (ac_try="$ac_link"
15398 case "(($ac_try" in
15399 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15400 *) ac_try_echo=$ac_try;;
15401 esac
15402 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15403 (eval "$ac_link") 2>conftest.er1
15404 ac_status=$?
15405 grep -v '^ *+' conftest.er1 >conftest.err
15406 rm -f conftest.er1
15407 cat conftest.err >&5
15408 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15409 (exit $ac_status); } && {
15410 test -z "$ac_c_werror_flag" ||
15411 test ! -s conftest.err
15412 } && test -s conftest$ac_exeext &&
15413 $as_test_x conftest$ac_exeext; then
15414 case "$LIBEXT" in
15415 dll) ;;
15416 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'` ;;
15417 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15418 esac
15419 else
15420 echo "$as_me: failed program was:" >&5
15421 sed 's/^/| /' conftest.$ac_ext >&5
15426 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15427 conftest$ac_exeext conftest.$ac_ext
15428 LIBS=$ac_check_soname_save_LIBS
15430 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15431 { echo "$as_me:$LINENO: result: not found" >&5
15432 echo "${ECHO_T}not found" >&6; }
15434 else
15435 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15436 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15438 cat >>confdefs.h <<_ACEOF
15439 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15440 _ACEOF
15445 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15446 then
15447 ac_save_CPPFLAGS="$CPPFLAGS"
15448 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15449 $as_unset ac_cv_header_fontconfig_fontconfig_h
15451 for ac_header in fontconfig/fontconfig.h
15453 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15454 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15455 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15456 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15457 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15458 echo $ECHO_N "(cached) $ECHO_C" >&6
15460 ac_res=`eval echo '${'$as_ac_Header'}'`
15461 { echo "$as_me:$LINENO: result: $ac_res" >&5
15462 echo "${ECHO_T}$ac_res" >&6; }
15463 else
15464 # Is the header compilable?
15465 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15466 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15467 cat >conftest.$ac_ext <<_ACEOF
15468 /* confdefs.h. */
15469 _ACEOF
15470 cat confdefs.h >>conftest.$ac_ext
15471 cat >>conftest.$ac_ext <<_ACEOF
15472 /* end confdefs.h. */
15473 $ac_includes_default
15474 #include <$ac_header>
15475 _ACEOF
15476 rm -f conftest.$ac_objext
15477 if { (ac_try="$ac_compile"
15478 case "(($ac_try" in
15479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15480 *) ac_try_echo=$ac_try;;
15481 esac
15482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15483 (eval "$ac_compile") 2>conftest.er1
15484 ac_status=$?
15485 grep -v '^ *+' conftest.er1 >conftest.err
15486 rm -f conftest.er1
15487 cat conftest.err >&5
15488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15489 (exit $ac_status); } && {
15490 test -z "$ac_c_werror_flag" ||
15491 test ! -s conftest.err
15492 } && test -s conftest.$ac_objext; then
15493 ac_header_compiler=yes
15494 else
15495 echo "$as_me: failed program was:" >&5
15496 sed 's/^/| /' conftest.$ac_ext >&5
15498 ac_header_compiler=no
15501 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15502 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15503 echo "${ECHO_T}$ac_header_compiler" >&6; }
15505 # Is the header present?
15506 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15507 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15508 cat >conftest.$ac_ext <<_ACEOF
15509 /* confdefs.h. */
15510 _ACEOF
15511 cat confdefs.h >>conftest.$ac_ext
15512 cat >>conftest.$ac_ext <<_ACEOF
15513 /* end confdefs.h. */
15514 #include <$ac_header>
15515 _ACEOF
15516 if { (ac_try="$ac_cpp conftest.$ac_ext"
15517 case "(($ac_try" in
15518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15519 *) ac_try_echo=$ac_try;;
15520 esac
15521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15522 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15523 ac_status=$?
15524 grep -v '^ *+' conftest.er1 >conftest.err
15525 rm -f conftest.er1
15526 cat conftest.err >&5
15527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15528 (exit $ac_status); } >/dev/null && {
15529 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15530 test ! -s conftest.err
15531 }; then
15532 ac_header_preproc=yes
15533 else
15534 echo "$as_me: failed program was:" >&5
15535 sed 's/^/| /' conftest.$ac_ext >&5
15537 ac_header_preproc=no
15540 rm -f conftest.err conftest.$ac_ext
15541 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15542 echo "${ECHO_T}$ac_header_preproc" >&6; }
15544 # So? What about this header?
15545 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15546 yes:no: )
15547 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15548 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15549 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15550 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15551 ac_header_preproc=yes
15553 no:yes:* )
15554 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15555 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15556 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15557 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15558 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15559 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15560 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15561 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15562 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15563 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15564 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15565 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15566 ( cat <<\_ASBOX
15567 ## ------------------------------------ ##
15568 ## Report this to wine-devel@winehq.org ##
15569 ## ------------------------------------ ##
15570 _ASBOX
15571 ) | sed "s/^/$as_me: WARNING: /" >&2
15573 esac
15574 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15575 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15576 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15577 echo $ECHO_N "(cached) $ECHO_C" >&6
15578 else
15579 eval "$as_ac_Header=\$ac_header_preproc"
15581 ac_res=`eval echo '${'$as_ac_Header'}'`
15582 { echo "$as_me:$LINENO: result: $ac_res" >&5
15583 echo "${ECHO_T}$ac_res" >&6; }
15586 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15587 cat >>confdefs.h <<_ACEOF
15588 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15589 _ACEOF
15593 done
15595 CPPFLAGS="$ac_save_CPPFLAGS"
15596 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15597 then
15598 FONTCONFIGINCL="$X_CFLAGS"
15600 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15601 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15602 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15603 echo $ECHO_N "(cached) $ECHO_C" >&6
15604 else
15605 ac_check_soname_save_LIBS=$LIBS
15606 LIBS="-lfontconfig $X_LIBS $LIBS"
15607 cat >conftest.$ac_ext <<_ACEOF
15608 /* confdefs.h. */
15609 _ACEOF
15610 cat confdefs.h >>conftest.$ac_ext
15611 cat >>conftest.$ac_ext <<_ACEOF
15612 /* end confdefs.h. */
15614 /* Override any GCC internal prototype to avoid an error.
15615 Use char because int might match the return type of a GCC
15616 builtin and then its argument prototype would still apply. */
15617 #ifdef __cplusplus
15618 extern "C"
15619 #endif
15620 char FcInit ();
15622 main ()
15624 return FcInit ();
15626 return 0;
15628 _ACEOF
15629 rm -f conftest.$ac_objext conftest$ac_exeext
15630 if { (ac_try="$ac_link"
15631 case "(($ac_try" in
15632 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15633 *) ac_try_echo=$ac_try;;
15634 esac
15635 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15636 (eval "$ac_link") 2>conftest.er1
15637 ac_status=$?
15638 grep -v '^ *+' conftest.er1 >conftest.err
15639 rm -f conftest.er1
15640 cat conftest.err >&5
15641 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15642 (exit $ac_status); } && {
15643 test -z "$ac_c_werror_flag" ||
15644 test ! -s conftest.err
15645 } && test -s conftest$ac_exeext &&
15646 $as_test_x conftest$ac_exeext; then
15647 case "$LIBEXT" in
15648 dll) ;;
15649 dylib) ac_cv_lib_soname_fontconfig=`otool -L conftest$ac_exeext | grep "libfontconfig\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libfontconfig\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
15650 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15651 esac
15652 else
15653 echo "$as_me: failed program was:" >&5
15654 sed 's/^/| /' conftest.$ac_ext >&5
15659 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15660 conftest$ac_exeext conftest.$ac_ext
15661 LIBS=$ac_check_soname_save_LIBS
15663 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15664 { echo "$as_me:$LINENO: result: not found" >&5
15665 echo "${ECHO_T}not found" >&6; }
15667 else
15668 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15669 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15671 cat >>confdefs.h <<_ACEOF
15672 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15673 _ACEOF
15680 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15681 case "x$with_fontconfig" in
15682 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15683 xno) ;;
15684 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15685 This is an error since --with-fontconfig was requested." >&5
15686 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15687 This is an error since --with-fontconfig was requested." >&2;}
15688 { (exit 1); exit 1; }; } ;;
15689 esac
15693 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15694 then
15695 { echo "$as_me:$LINENO: checking for -lssl" >&5
15696 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15697 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15698 echo $ECHO_N "(cached) $ECHO_C" >&6
15699 else
15700 ac_check_soname_save_LIBS=$LIBS
15701 LIBS="-lssl $LIBS"
15702 cat >conftest.$ac_ext <<_ACEOF
15703 /* confdefs.h. */
15704 _ACEOF
15705 cat confdefs.h >>conftest.$ac_ext
15706 cat >>conftest.$ac_ext <<_ACEOF
15707 /* end confdefs.h. */
15709 /* Override any GCC internal prototype to avoid an error.
15710 Use char because int might match the return type of a GCC
15711 builtin and then its argument prototype would still apply. */
15712 #ifdef __cplusplus
15713 extern "C"
15714 #endif
15715 char SSL_library_init ();
15717 main ()
15719 return SSL_library_init ();
15721 return 0;
15723 _ACEOF
15724 rm -f conftest.$ac_objext conftest$ac_exeext
15725 if { (ac_try="$ac_link"
15726 case "(($ac_try" in
15727 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15728 *) ac_try_echo=$ac_try;;
15729 esac
15730 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15731 (eval "$ac_link") 2>conftest.er1
15732 ac_status=$?
15733 grep -v '^ *+' conftest.er1 >conftest.err
15734 rm -f conftest.er1
15735 cat conftest.err >&5
15736 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15737 (exit $ac_status); } && {
15738 test -z "$ac_c_werror_flag" ||
15739 test ! -s conftest.err
15740 } && test -s conftest$ac_exeext &&
15741 $as_test_x conftest$ac_exeext; then
15742 case "$LIBEXT" in
15743 dll) ;;
15744 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'` ;;
15745 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15746 esac
15747 else
15748 echo "$as_me: failed program was:" >&5
15749 sed 's/^/| /' conftest.$ac_ext >&5
15754 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15755 conftest$ac_exeext conftest.$ac_ext
15756 LIBS=$ac_check_soname_save_LIBS
15758 if test "x$ac_cv_lib_soname_ssl" = "x"; then
15759 { echo "$as_me:$LINENO: result: not found" >&5
15760 echo "${ECHO_T}not found" >&6; }
15762 else
15763 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
15764 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
15766 cat >>confdefs.h <<_ACEOF
15767 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
15768 _ACEOF
15773 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
15774 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
15775 if test "${ac_cv_lib_soname_crypto+set}" = set; then
15776 echo $ECHO_N "(cached) $ECHO_C" >&6
15777 else
15778 ac_check_soname_save_LIBS=$LIBS
15779 LIBS="-lcrypto $LIBS"
15780 cat >conftest.$ac_ext <<_ACEOF
15781 /* confdefs.h. */
15782 _ACEOF
15783 cat confdefs.h >>conftest.$ac_ext
15784 cat >>conftest.$ac_ext <<_ACEOF
15785 /* end confdefs.h. */
15787 /* Override any GCC internal prototype to avoid an error.
15788 Use char because int might match the return type of a GCC
15789 builtin and then its argument prototype would still apply. */
15790 #ifdef __cplusplus
15791 extern "C"
15792 #endif
15793 char BIO_new_socket ();
15795 main ()
15797 return BIO_new_socket ();
15799 return 0;
15801 _ACEOF
15802 rm -f conftest.$ac_objext conftest$ac_exeext
15803 if { (ac_try="$ac_link"
15804 case "(($ac_try" in
15805 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15806 *) ac_try_echo=$ac_try;;
15807 esac
15808 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15809 (eval "$ac_link") 2>conftest.er1
15810 ac_status=$?
15811 grep -v '^ *+' conftest.er1 >conftest.err
15812 rm -f conftest.er1
15813 cat conftest.err >&5
15814 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15815 (exit $ac_status); } && {
15816 test -z "$ac_c_werror_flag" ||
15817 test ! -s conftest.err
15818 } && test -s conftest$ac_exeext &&
15819 $as_test_x conftest$ac_exeext; then
15820 case "$LIBEXT" in
15821 dll) ;;
15822 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'` ;;
15823 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15824 esac
15825 else
15826 echo "$as_me: failed program was:" >&5
15827 sed 's/^/| /' conftest.$ac_ext >&5
15832 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15833 conftest$ac_exeext conftest.$ac_ext
15834 LIBS=$ac_check_soname_save_LIBS
15836 if test "x$ac_cv_lib_soname_crypto" = "x"; then
15837 { echo "$as_me:$LINENO: result: not found" >&5
15838 echo "${ECHO_T}not found" >&6; }
15840 else
15841 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
15842 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
15844 cat >>confdefs.h <<_ACEOF
15845 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
15846 _ACEOF
15852 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
15853 case "x$with_openssl" in
15854 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
15855 xno) ;;
15856 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
15857 This is an error since --with-openssl was requested." >&5
15858 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
15859 This is an error since --with-openssl was requested." >&2;}
15860 { (exit 1); exit 1; }; } ;;
15861 esac
15865 if test "$ac_cv_header_jpeglib_h" = "yes"
15866 then
15867 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
15868 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
15869 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
15870 echo $ECHO_N "(cached) $ECHO_C" >&6
15871 else
15872 ac_check_soname_save_LIBS=$LIBS
15873 LIBS="-ljpeg $LIBS"
15874 cat >conftest.$ac_ext <<_ACEOF
15875 /* confdefs.h. */
15876 _ACEOF
15877 cat confdefs.h >>conftest.$ac_ext
15878 cat >>conftest.$ac_ext <<_ACEOF
15879 /* end confdefs.h. */
15881 /* Override any GCC internal prototype to avoid an error.
15882 Use char because int might match the return type of a GCC
15883 builtin and then its argument prototype would still apply. */
15884 #ifdef __cplusplus
15885 extern "C"
15886 #endif
15887 char jpeg_start_decompress ();
15889 main ()
15891 return jpeg_start_decompress ();
15893 return 0;
15895 _ACEOF
15896 rm -f conftest.$ac_objext conftest$ac_exeext
15897 if { (ac_try="$ac_link"
15898 case "(($ac_try" in
15899 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15900 *) ac_try_echo=$ac_try;;
15901 esac
15902 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15903 (eval "$ac_link") 2>conftest.er1
15904 ac_status=$?
15905 grep -v '^ *+' conftest.er1 >conftest.err
15906 rm -f conftest.er1
15907 cat conftest.err >&5
15908 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15909 (exit $ac_status); } && {
15910 test -z "$ac_c_werror_flag" ||
15911 test ! -s conftest.err
15912 } && test -s conftest$ac_exeext &&
15913 $as_test_x conftest$ac_exeext; then
15914 case "$LIBEXT" in
15915 dll) ;;
15916 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'` ;;
15917 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15918 esac
15919 else
15920 echo "$as_me: failed program was:" >&5
15921 sed 's/^/| /' conftest.$ac_ext >&5
15926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15927 conftest$ac_exeext conftest.$ac_ext
15928 LIBS=$ac_check_soname_save_LIBS
15930 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15931 { echo "$as_me:$LINENO: result: not found" >&5
15932 echo "${ECHO_T}not found" >&6; }
15934 else
15935 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
15936 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
15938 cat >>confdefs.h <<_ACEOF
15939 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
15940 _ACEOF
15946 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
15947 case "x$with_jpeg" in
15948 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
15949 xno) ;;
15950 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
15951 This is an error since --with-jpeg was requested." >&5
15952 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
15953 This is an error since --with-jpeg was requested." >&2;}
15954 { (exit 1); exit 1; }; } ;;
15955 esac
15959 if test "$ac_cv_header_png_h" = "yes"
15960 then
15961 { echo "$as_me:$LINENO: checking for -lpng" >&5
15962 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
15963 if test "${ac_cv_lib_soname_png+set}" = set; then
15964 echo $ECHO_N "(cached) $ECHO_C" >&6
15965 else
15966 ac_check_soname_save_LIBS=$LIBS
15967 LIBS="-lpng -lm $LIBS"
15968 cat >conftest.$ac_ext <<_ACEOF
15969 /* confdefs.h. */
15970 _ACEOF
15971 cat confdefs.h >>conftest.$ac_ext
15972 cat >>conftest.$ac_ext <<_ACEOF
15973 /* end confdefs.h. */
15975 /* Override any GCC internal prototype to avoid an error.
15976 Use char because int might match the return type of a GCC
15977 builtin and then its argument prototype would still apply. */
15978 #ifdef __cplusplus
15979 extern "C"
15980 #endif
15981 char png_create_read_struct ();
15983 main ()
15985 return png_create_read_struct ();
15987 return 0;
15989 _ACEOF
15990 rm -f conftest.$ac_objext conftest$ac_exeext
15991 if { (ac_try="$ac_link"
15992 case "(($ac_try" in
15993 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15994 *) ac_try_echo=$ac_try;;
15995 esac
15996 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15997 (eval "$ac_link") 2>conftest.er1
15998 ac_status=$?
15999 grep -v '^ *+' conftest.er1 >conftest.err
16000 rm -f conftest.er1
16001 cat conftest.err >&5
16002 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16003 (exit $ac_status); } && {
16004 test -z "$ac_c_werror_flag" ||
16005 test ! -s conftest.err
16006 } && test -s conftest$ac_exeext &&
16007 $as_test_x conftest$ac_exeext; then
16008 case "$LIBEXT" in
16009 dll) ;;
16010 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'` ;;
16011 *) 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'` ;;
16012 esac
16013 else
16014 echo "$as_me: failed program was:" >&5
16015 sed 's/^/| /' conftest.$ac_ext >&5
16020 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16021 conftest$ac_exeext conftest.$ac_ext
16022 LIBS=$ac_check_soname_save_LIBS
16024 if test "x$ac_cv_lib_soname_png" = "x"; then
16025 { echo "$as_me:$LINENO: result: not found" >&5
16026 echo "${ECHO_T}not found" >&6; }
16028 else
16029 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16030 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16032 cat >>confdefs.h <<_ACEOF
16033 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16034 _ACEOF
16040 if test "x$ac_cv_lib_soname_png" = "x"; then
16041 case "x$with_png" in
16042 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16043 xno) ;;
16044 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16045 This is an error since --with-png was requested." >&5
16046 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16047 This is an error since --with-png was requested." >&2;}
16048 { (exit 1); exit 1; }; } ;;
16049 esac
16053 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16054 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16055 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16056 echo $ECHO_N "(cached) $ECHO_C" >&6
16057 else
16058 ac_check_soname_save_LIBS=$LIBS
16059 LIBS="-lodbc $LIBS"
16060 cat >conftest.$ac_ext <<_ACEOF
16061 /* confdefs.h. */
16062 _ACEOF
16063 cat confdefs.h >>conftest.$ac_ext
16064 cat >>conftest.$ac_ext <<_ACEOF
16065 /* end confdefs.h. */
16067 /* Override any GCC internal prototype to avoid an error.
16068 Use char because int might match the return type of a GCC
16069 builtin and then its argument prototype would still apply. */
16070 #ifdef __cplusplus
16071 extern "C"
16072 #endif
16073 char SQLConnect ();
16075 main ()
16077 return SQLConnect ();
16079 return 0;
16081 _ACEOF
16082 rm -f conftest.$ac_objext conftest$ac_exeext
16083 if { (ac_try="$ac_link"
16084 case "(($ac_try" in
16085 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16086 *) ac_try_echo=$ac_try;;
16087 esac
16088 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16089 (eval "$ac_link") 2>conftest.er1
16090 ac_status=$?
16091 grep -v '^ *+' conftest.er1 >conftest.err
16092 rm -f conftest.er1
16093 cat conftest.err >&5
16094 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16095 (exit $ac_status); } && {
16096 test -z "$ac_c_werror_flag" ||
16097 test ! -s conftest.err
16098 } && test -s conftest$ac_exeext &&
16099 $as_test_x conftest$ac_exeext; then
16100 case "$LIBEXT" in
16101 dll) ;;
16102 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'` ;;
16103 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16104 esac
16105 else
16106 echo "$as_me: failed program was:" >&5
16107 sed 's/^/| /' conftest.$ac_ext >&5
16112 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16113 conftest$ac_exeext conftest.$ac_ext
16114 LIBS=$ac_check_soname_save_LIBS
16116 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16117 { echo "$as_me:$LINENO: result: not found" >&5
16118 echo "${ECHO_T}not found" >&6; }
16119 cat >>confdefs.h <<_ACEOF
16120 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16121 _ACEOF
16123 else
16124 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16125 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16127 cat >>confdefs.h <<_ACEOF
16128 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16129 _ACEOF
16135 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$ac_cv_lib_soname_jack" = "x" -a \
16136 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16137 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16138 "$ac_cv_header_soundcard_h" != "yes" -a \
16139 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16140 then
16141 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16145 EXTRACFLAGS=""
16147 if test "x${GCC}" = "xyes"
16148 then
16149 EXTRACFLAGS="-Wall -pipe"
16151 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16152 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16153 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16154 echo $ECHO_N "(cached) $ECHO_C" >&6
16155 else
16156 if test "$cross_compiling" = yes; then
16157 ac_cv_c_gcc_strength_bug="yes"
16158 else
16159 cat >conftest.$ac_ext <<_ACEOF
16160 /* confdefs.h. */
16161 _ACEOF
16162 cat confdefs.h >>conftest.$ac_ext
16163 cat >>conftest.$ac_ext <<_ACEOF
16164 /* end confdefs.h. */
16165 int L[4] = {0,1,2,3};
16167 main ()
16169 static int Array[3];
16170 unsigned int B = 3;
16171 int i;
16172 for(i=0; i<B; i++) Array[i] = i - 3;
16173 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16174 L[i] = 4;
16175 exit( Array[1] != -2 || L[2] != 3)
16177 return 0;
16179 _ACEOF
16180 rm -f conftest$ac_exeext
16181 if { (ac_try="$ac_link"
16182 case "(($ac_try" in
16183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16184 *) ac_try_echo=$ac_try;;
16185 esac
16186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16187 (eval "$ac_link") 2>&5
16188 ac_status=$?
16189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16190 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16191 { (case "(($ac_try" in
16192 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16193 *) ac_try_echo=$ac_try;;
16194 esac
16195 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16196 (eval "$ac_try") 2>&5
16197 ac_status=$?
16198 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16199 (exit $ac_status); }; }; then
16200 ac_cv_c_gcc_strength_bug="no"
16201 else
16202 echo "$as_me: program exited with status $ac_status" >&5
16203 echo "$as_me: failed program was:" >&5
16204 sed 's/^/| /' conftest.$ac_ext >&5
16206 ( exit $ac_status )
16207 ac_cv_c_gcc_strength_bug="yes"
16209 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16214 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16215 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16216 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16217 then
16218 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16222 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16223 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16224 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16225 echo $ECHO_N "(cached) $ECHO_C" >&6
16226 else
16227 ac_wine_try_cflags_saved=$CFLAGS
16228 CFLAGS="$CFLAGS -fshort-wchar"
16229 cat >conftest.$ac_ext <<_ACEOF
16230 /* confdefs.h. */
16231 _ACEOF
16232 cat confdefs.h >>conftest.$ac_ext
16233 cat >>conftest.$ac_ext <<_ACEOF
16234 /* end confdefs.h. */
16237 main ()
16241 return 0;
16243 _ACEOF
16244 rm -f conftest.$ac_objext conftest$ac_exeext
16245 if { (ac_try="$ac_link"
16246 case "(($ac_try" in
16247 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16248 *) ac_try_echo=$ac_try;;
16249 esac
16250 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16251 (eval "$ac_link") 2>conftest.er1
16252 ac_status=$?
16253 grep -v '^ *+' conftest.er1 >conftest.err
16254 rm -f conftest.er1
16255 cat conftest.err >&5
16256 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16257 (exit $ac_status); } && {
16258 test -z "$ac_c_werror_flag" ||
16259 test ! -s conftest.err
16260 } && test -s conftest$ac_exeext &&
16261 $as_test_x conftest$ac_exeext; then
16262 ac_cv_cflags__fshort_wchar=yes
16263 else
16264 echo "$as_me: failed program was:" >&5
16265 sed 's/^/| /' conftest.$ac_ext >&5
16267 ac_cv_cflags__fshort_wchar=no
16270 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16271 conftest$ac_exeext conftest.$ac_ext
16272 CFLAGS=$ac_wine_try_cflags_saved
16274 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16275 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16276 if test $ac_cv_cflags__fshort_wchar = yes; then
16278 cat >>confdefs.h <<\_ACEOF
16279 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16280 _ACEOF
16284 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16285 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16286 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16287 echo $ECHO_N "(cached) $ECHO_C" >&6
16288 else
16289 ac_wine_try_cflags_saved=$CFLAGS
16290 CFLAGS="$CFLAGS -fno-strict-aliasing"
16291 cat >conftest.$ac_ext <<_ACEOF
16292 /* confdefs.h. */
16293 _ACEOF
16294 cat confdefs.h >>conftest.$ac_ext
16295 cat >>conftest.$ac_ext <<_ACEOF
16296 /* end confdefs.h. */
16299 main ()
16303 return 0;
16305 _ACEOF
16306 rm -f conftest.$ac_objext conftest$ac_exeext
16307 if { (ac_try="$ac_link"
16308 case "(($ac_try" in
16309 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16310 *) ac_try_echo=$ac_try;;
16311 esac
16312 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16313 (eval "$ac_link") 2>conftest.er1
16314 ac_status=$?
16315 grep -v '^ *+' conftest.er1 >conftest.err
16316 rm -f conftest.er1
16317 cat conftest.err >&5
16318 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16319 (exit $ac_status); } && {
16320 test -z "$ac_c_werror_flag" ||
16321 test ! -s conftest.err
16322 } && test -s conftest$ac_exeext &&
16323 $as_test_x conftest$ac_exeext; then
16324 ac_cv_cflags__fno_strict_aliasing=yes
16325 else
16326 echo "$as_me: failed program was:" >&5
16327 sed 's/^/| /' conftest.$ac_ext >&5
16329 ac_cv_cflags__fno_strict_aliasing=no
16332 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16333 conftest$ac_exeext conftest.$ac_ext
16334 CFLAGS=$ac_wine_try_cflags_saved
16336 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16337 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16338 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16339 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16342 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16343 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16344 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16345 echo $ECHO_N "(cached) $ECHO_C" >&6
16346 else
16347 ac_wine_try_cflags_saved=$CFLAGS
16348 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16349 cat >conftest.$ac_ext <<_ACEOF
16350 /* confdefs.h. */
16351 _ACEOF
16352 cat confdefs.h >>conftest.$ac_ext
16353 cat >>conftest.$ac_ext <<_ACEOF
16354 /* end confdefs.h. */
16357 main ()
16361 return 0;
16363 _ACEOF
16364 rm -f conftest.$ac_objext conftest$ac_exeext
16365 if { (ac_try="$ac_link"
16366 case "(($ac_try" in
16367 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16368 *) ac_try_echo=$ac_try;;
16369 esac
16370 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16371 (eval "$ac_link") 2>conftest.er1
16372 ac_status=$?
16373 grep -v '^ *+' conftest.er1 >conftest.err
16374 rm -f conftest.er1
16375 cat conftest.err >&5
16376 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16377 (exit $ac_status); } && {
16378 test -z "$ac_c_werror_flag" ||
16379 test ! -s conftest.err
16380 } && test -s conftest$ac_exeext &&
16381 $as_test_x conftest$ac_exeext; then
16382 ac_cv_cflags__Wdeclaration_after_statement=yes
16383 else
16384 echo "$as_me: failed program was:" >&5
16385 sed 's/^/| /' conftest.$ac_ext >&5
16387 ac_cv_cflags__Wdeclaration_after_statement=no
16390 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16391 conftest$ac_exeext conftest.$ac_ext
16392 CFLAGS=$ac_wine_try_cflags_saved
16394 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16395 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16396 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16397 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16400 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16401 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16402 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16403 echo $ECHO_N "(cached) $ECHO_C" >&6
16404 else
16405 ac_wine_try_cflags_saved=$CFLAGS
16406 CFLAGS="$CFLAGS -Wwrite-strings"
16407 cat >conftest.$ac_ext <<_ACEOF
16408 /* confdefs.h. */
16409 _ACEOF
16410 cat confdefs.h >>conftest.$ac_ext
16411 cat >>conftest.$ac_ext <<_ACEOF
16412 /* end confdefs.h. */
16415 main ()
16419 return 0;
16421 _ACEOF
16422 rm -f conftest.$ac_objext conftest$ac_exeext
16423 if { (ac_try="$ac_link"
16424 case "(($ac_try" in
16425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16426 *) ac_try_echo=$ac_try;;
16427 esac
16428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16429 (eval "$ac_link") 2>conftest.er1
16430 ac_status=$?
16431 grep -v '^ *+' conftest.er1 >conftest.err
16432 rm -f conftest.er1
16433 cat conftest.err >&5
16434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16435 (exit $ac_status); } && {
16436 test -z "$ac_c_werror_flag" ||
16437 test ! -s conftest.err
16438 } && test -s conftest$ac_exeext &&
16439 $as_test_x conftest$ac_exeext; then
16440 ac_cv_cflags__Wwrite_strings=yes
16441 else
16442 echo "$as_me: failed program was:" >&5
16443 sed 's/^/| /' conftest.$ac_ext >&5
16445 ac_cv_cflags__Wwrite_strings=no
16448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16449 conftest$ac_exeext conftest.$ac_ext
16450 CFLAGS=$ac_wine_try_cflags_saved
16452 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16453 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16454 if test $ac_cv_cflags__Wwrite_strings = yes; then
16455 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16458 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16459 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16460 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16461 echo $ECHO_N "(cached) $ECHO_C" >&6
16462 else
16463 ac_wine_try_cflags_saved=$CFLAGS
16464 CFLAGS="$CFLAGS -Wtype-limits"
16465 cat >conftest.$ac_ext <<_ACEOF
16466 /* confdefs.h. */
16467 _ACEOF
16468 cat confdefs.h >>conftest.$ac_ext
16469 cat >>conftest.$ac_ext <<_ACEOF
16470 /* end confdefs.h. */
16473 main ()
16477 return 0;
16479 _ACEOF
16480 rm -f conftest.$ac_objext conftest$ac_exeext
16481 if { (ac_try="$ac_link"
16482 case "(($ac_try" in
16483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16484 *) ac_try_echo=$ac_try;;
16485 esac
16486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16487 (eval "$ac_link") 2>conftest.er1
16488 ac_status=$?
16489 grep -v '^ *+' conftest.er1 >conftest.err
16490 rm -f conftest.er1
16491 cat conftest.err >&5
16492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16493 (exit $ac_status); } && {
16494 test -z "$ac_c_werror_flag" ||
16495 test ! -s conftest.err
16496 } && test -s conftest$ac_exeext &&
16497 $as_test_x conftest$ac_exeext; then
16498 ac_cv_cflags__Wtype_limits=yes
16499 else
16500 echo "$as_me: failed program was:" >&5
16501 sed 's/^/| /' conftest.$ac_ext >&5
16503 ac_cv_cflags__Wtype_limits=no
16506 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16507 conftest$ac_exeext conftest.$ac_ext
16508 CFLAGS=$ac_wine_try_cflags_saved
16510 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16511 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16512 if test $ac_cv_cflags__Wtype_limits = yes; then
16513 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16517 saved_CFLAGS="$CFLAGS"
16518 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16519 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16520 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16521 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16522 echo $ECHO_N "(cached) $ECHO_C" >&6
16523 else
16524 cat >conftest.$ac_ext <<_ACEOF
16525 /* confdefs.h. */
16526 _ACEOF
16527 cat confdefs.h >>conftest.$ac_ext
16528 cat >>conftest.$ac_ext <<_ACEOF
16529 /* end confdefs.h. */
16530 #include <string.h>
16532 main ()
16536 return 0;
16538 _ACEOF
16539 rm -f conftest.$ac_objext
16540 if { (ac_try="$ac_compile"
16541 case "(($ac_try" in
16542 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16543 *) ac_try_echo=$ac_try;;
16544 esac
16545 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16546 (eval "$ac_compile") 2>conftest.er1
16547 ac_status=$?
16548 grep -v '^ *+' conftest.er1 >conftest.err
16549 rm -f conftest.er1
16550 cat conftest.err >&5
16551 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16552 (exit $ac_status); } && {
16553 test -z "$ac_c_werror_flag" ||
16554 test ! -s conftest.err
16555 } && test -s conftest.$ac_objext; then
16556 ac_cv_c_string_h_warnings=no
16557 else
16558 echo "$as_me: failed program was:" >&5
16559 sed 's/^/| /' conftest.$ac_ext >&5
16561 ac_cv_c_string_h_warnings=yes
16564 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16566 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16567 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16568 CFLAGS="$saved_CFLAGS"
16569 if test "$ac_cv_c_string_h_warnings" = "no"
16570 then
16571 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16574 BUILTINFLAG=""
16576 saved_CFLAGS="$CFLAGS"
16577 CFLAGS="$CFLAGS -Werror"
16578 { echo "$as_me:$LINENO: checking for builtin wchar inlines" >&5
16579 echo $ECHO_N "checking for builtin wchar inlines... $ECHO_C" >&6; }
16580 if test "${ac_cv_c_builtin_wchar_ctype+set}" = set; then
16581 echo $ECHO_N "(cached) $ECHO_C" >&6
16582 else
16583 cat >conftest.$ac_ext <<_ACEOF
16584 /* confdefs.h. */
16585 _ACEOF
16586 cat confdefs.h >>conftest.$ac_ext
16587 cat >>conftest.$ac_ext <<_ACEOF
16588 /* end confdefs.h. */
16591 main ()
16593 int iswlower(unsigned short);
16595 return 0;
16597 _ACEOF
16598 rm -f conftest.$ac_objext
16599 if { (ac_try="$ac_compile"
16600 case "(($ac_try" in
16601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16602 *) ac_try_echo=$ac_try;;
16603 esac
16604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16605 (eval "$ac_compile") 2>conftest.er1
16606 ac_status=$?
16607 grep -v '^ *+' conftest.er1 >conftest.err
16608 rm -f conftest.er1
16609 cat conftest.err >&5
16610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16611 (exit $ac_status); } && {
16612 test -z "$ac_c_werror_flag" ||
16613 test ! -s conftest.err
16614 } && test -s conftest.$ac_objext; then
16615 ac_cv_c_builtin_wchar_ctype=no
16616 else
16617 echo "$as_me: failed program was:" >&5
16618 sed 's/^/| /' conftest.$ac_ext >&5
16620 ac_cv_c_builtin_wchar_ctype=yes
16623 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16625 { echo "$as_me:$LINENO: result: $ac_cv_c_builtin_wchar_ctype" >&5
16626 echo "${ECHO_T}$ac_cv_c_builtin_wchar_ctype" >&6; }
16627 CFLAGS="$saved_CFLAGS"
16628 if test "$ac_cv_c_builtin_wchar_ctype" = "yes"
16629 then
16630 BUILTINFLAG="-fno-builtin"
16635 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16636 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16637 if test "${ac_cv_asm_func_def+set}" = set; then
16638 echo $ECHO_N "(cached) $ECHO_C" >&6
16639 else
16640 cat >conftest.$ac_ext <<_ACEOF
16641 /* confdefs.h. */
16642 _ACEOF
16643 cat confdefs.h >>conftest.$ac_ext
16644 cat >>conftest.$ac_ext <<_ACEOF
16645 /* end confdefs.h. */
16648 main ()
16650 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16652 return 0;
16654 _ACEOF
16655 rm -f conftest.$ac_objext conftest$ac_exeext
16656 if { (ac_try="$ac_link"
16657 case "(($ac_try" in
16658 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16659 *) ac_try_echo=$ac_try;;
16660 esac
16661 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16662 (eval "$ac_link") 2>conftest.er1
16663 ac_status=$?
16664 grep -v '^ *+' conftest.er1 >conftest.err
16665 rm -f conftest.er1
16666 cat conftest.err >&5
16667 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16668 (exit $ac_status); } && {
16669 test -z "$ac_c_werror_flag" ||
16670 test ! -s conftest.err
16671 } && test -s conftest$ac_exeext &&
16672 $as_test_x conftest$ac_exeext; then
16673 ac_cv_asm_func_def=".def"
16674 else
16675 echo "$as_me: failed program was:" >&5
16676 sed 's/^/| /' conftest.$ac_ext >&5
16678 cat >conftest.$ac_ext <<_ACEOF
16679 /* confdefs.h. */
16680 _ACEOF
16681 cat confdefs.h >>conftest.$ac_ext
16682 cat >>conftest.$ac_ext <<_ACEOF
16683 /* end confdefs.h. */
16686 main ()
16688 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16690 return 0;
16692 _ACEOF
16693 rm -f conftest.$ac_objext conftest$ac_exeext
16694 if { (ac_try="$ac_link"
16695 case "(($ac_try" in
16696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16697 *) ac_try_echo=$ac_try;;
16698 esac
16699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16700 (eval "$ac_link") 2>conftest.er1
16701 ac_status=$?
16702 grep -v '^ *+' conftest.er1 >conftest.err
16703 rm -f conftest.er1
16704 cat conftest.err >&5
16705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16706 (exit $ac_status); } && {
16707 test -z "$ac_c_werror_flag" ||
16708 test ! -s conftest.err
16709 } && test -s conftest$ac_exeext &&
16710 $as_test_x conftest$ac_exeext; then
16711 ac_cv_asm_func_def=".type @function"
16712 else
16713 echo "$as_me: failed program was:" >&5
16714 sed 's/^/| /' conftest.$ac_ext >&5
16716 cat >conftest.$ac_ext <<_ACEOF
16717 /* confdefs.h. */
16718 _ACEOF
16719 cat confdefs.h >>conftest.$ac_ext
16720 cat >>conftest.$ac_ext <<_ACEOF
16721 /* end confdefs.h. */
16724 main ()
16726 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
16728 return 0;
16730 _ACEOF
16731 rm -f conftest.$ac_objext conftest$ac_exeext
16732 if { (ac_try="$ac_link"
16733 case "(($ac_try" in
16734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16735 *) ac_try_echo=$ac_try;;
16736 esac
16737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16738 (eval "$ac_link") 2>conftest.er1
16739 ac_status=$?
16740 grep -v '^ *+' conftest.er1 >conftest.err
16741 rm -f conftest.er1
16742 cat conftest.err >&5
16743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16744 (exit $ac_status); } && {
16745 test -z "$ac_c_werror_flag" ||
16746 test ! -s conftest.err
16747 } && test -s conftest$ac_exeext &&
16748 $as_test_x conftest$ac_exeext; then
16749 ac_cv_asm_func_def=".type 2"
16750 else
16751 echo "$as_me: failed program was:" >&5
16752 sed 's/^/| /' conftest.$ac_ext >&5
16754 ac_cv_asm_func_def="unknown"
16757 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16758 conftest$ac_exeext conftest.$ac_ext
16761 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16762 conftest$ac_exeext conftest.$ac_ext
16765 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16766 conftest$ac_exeext conftest.$ac_ext
16768 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
16769 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
16773 case "$ac_cv_asm_func_def" in
16774 ".def")
16775 cat >>confdefs.h <<\_ACEOF
16776 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
16777 _ACEOF
16779 ".type @function")
16780 cat >>confdefs.h <<\_ACEOF
16781 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
16782 _ACEOF
16784 ".type 2")
16785 cat >>confdefs.h <<\_ACEOF
16786 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
16787 _ACEOF
16790 cat >>confdefs.h <<\_ACEOF
16791 #define __ASM_FUNC(name) ""
16792 _ACEOF
16794 esac
16797 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
16798 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
16799 if test "${ac_cv_c_extern_prefix+set}" = set; then
16800 echo $ECHO_N "(cached) $ECHO_C" >&6
16801 else
16802 cat >conftest.$ac_ext <<_ACEOF
16803 /* confdefs.h. */
16804 _ACEOF
16805 cat confdefs.h >>conftest.$ac_ext
16806 cat >>conftest.$ac_ext <<_ACEOF
16807 /* end confdefs.h. */
16808 extern int ac_test;
16810 main ()
16812 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
16814 return 0;
16816 _ACEOF
16817 rm -f conftest.$ac_objext conftest$ac_exeext
16818 if { (ac_try="$ac_link"
16819 case "(($ac_try" in
16820 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16821 *) ac_try_echo=$ac_try;;
16822 esac
16823 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16824 (eval "$ac_link") 2>conftest.er1
16825 ac_status=$?
16826 grep -v '^ *+' conftest.er1 >conftest.err
16827 rm -f conftest.er1
16828 cat conftest.err >&5
16829 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16830 (exit $ac_status); } && {
16831 test -z "$ac_c_werror_flag" ||
16832 test ! -s conftest.err
16833 } && test -s conftest$ac_exeext &&
16834 $as_test_x conftest$ac_exeext; then
16835 ac_cv_c_extern_prefix="yes"
16836 else
16837 echo "$as_me: failed program was:" >&5
16838 sed 's/^/| /' conftest.$ac_ext >&5
16840 ac_cv_c_extern_prefix="no"
16843 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16844 conftest$ac_exeext conftest.$ac_ext
16846 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
16847 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
16851 if test "$ac_cv_c_extern_prefix" = "yes"
16852 then
16853 cat >>confdefs.h <<\_ACEOF
16854 #define __ASM_NAME(name) "_" name
16855 _ACEOF
16857 else
16858 cat >>confdefs.h <<\_ACEOF
16859 #define __ASM_NAME(name) name
16860 _ACEOF
16865 LDPATH=""
16867 case $build_os in
16868 cygwin*|mingw32*)
16869 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
16871 darwin*|macosx*)
16873 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
16874 then
16875 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16879 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
16881 esac
16883 case $host_os in
16884 mingw32*)
16885 CRTLIBS="-lmsvcrt"
16887 SOCKETLIBS="-lws2_32"
16890 esac
16892 MAIN_BINARY="wine-pthread"
16893 case $host_cpu in
16894 *i[3456789]86*)
16895 case $host_os in
16896 linux* | k*bsd*-gnu)
16897 MAIN_BINARY="wine-glibc"
16899 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
16901 freebsd*)
16902 MAIN_BINARY="wine-freebsd"
16904 EXTRA_BINARIES="wine-pthread"
16906 esac
16908 esac
16980 for ac_func in \
16981 _pclose \
16982 _popen \
16983 _snprintf \
16984 _spawnvp \
16985 _strdup \
16986 _stricmp \
16987 _strnicmp \
16988 _strtoi64 \
16989 _strtoui64 \
16990 _vsnprintf \
16991 asctime_r \
16992 chsize \
16993 clone \
16994 dlopen \
16995 epoll_create \
16996 ffs \
16997 finite \
16998 fork \
16999 fpclass \
17000 fstatfs \
17001 fstatvfs \
17002 ftruncate \
17003 futimes \
17004 futimesat \
17005 getdirentries \
17006 getopt_long \
17007 getpagesize \
17008 getpwuid \
17009 gettid \
17010 gettimeofday \
17011 getuid \
17012 inet_pton \
17013 kqueue \
17014 lstat \
17015 memmove \
17016 mmap \
17017 pclose \
17018 poll \
17019 popen \
17020 prctl \
17021 pread \
17022 pwrite \
17023 readlink \
17024 rfork \
17025 sched_yield \
17026 select \
17027 setproctitle \
17028 setrlimit \
17029 settimeofday \
17030 sigaltstack \
17031 sigprocmask \
17032 snprintf \
17033 spawnvp \
17034 statfs \
17035 statvfs \
17036 strcasecmp \
17037 strdup \
17038 strerror \
17039 strncasecmp \
17040 strtold \
17041 strtoll \
17042 strtoull \
17043 tcgetattr \
17044 thr_kill2 \
17045 timegm \
17046 usleep \
17047 vsnprintf \
17048 wait4 \
17049 waitpid \
17052 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17053 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17054 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17055 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17056 echo $ECHO_N "(cached) $ECHO_C" >&6
17057 else
17058 cat >conftest.$ac_ext <<_ACEOF
17059 /* confdefs.h. */
17060 _ACEOF
17061 cat confdefs.h >>conftest.$ac_ext
17062 cat >>conftest.$ac_ext <<_ACEOF
17063 /* end confdefs.h. */
17064 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17065 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17066 #define $ac_func innocuous_$ac_func
17068 /* System header to define __stub macros and hopefully few prototypes,
17069 which can conflict with char $ac_func (); below.
17070 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17071 <limits.h> exists even on freestanding compilers. */
17073 #ifdef __STDC__
17074 # include <limits.h>
17075 #else
17076 # include <assert.h>
17077 #endif
17079 #undef $ac_func
17081 /* Override any GCC internal prototype to avoid an error.
17082 Use char because int might match the return type of a GCC
17083 builtin and then its argument prototype would still apply. */
17084 #ifdef __cplusplus
17085 extern "C"
17086 #endif
17087 char $ac_func ();
17088 /* The GNU C library defines this for functions which it implements
17089 to always fail with ENOSYS. Some functions are actually named
17090 something starting with __ and the normal name is an alias. */
17091 #if defined __stub_$ac_func || defined __stub___$ac_func
17092 choke me
17093 #endif
17096 main ()
17098 return $ac_func ();
17100 return 0;
17102 _ACEOF
17103 rm -f conftest.$ac_objext conftest$ac_exeext
17104 if { (ac_try="$ac_link"
17105 case "(($ac_try" in
17106 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17107 *) ac_try_echo=$ac_try;;
17108 esac
17109 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17110 (eval "$ac_link") 2>conftest.er1
17111 ac_status=$?
17112 grep -v '^ *+' conftest.er1 >conftest.err
17113 rm -f conftest.er1
17114 cat conftest.err >&5
17115 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17116 (exit $ac_status); } && {
17117 test -z "$ac_c_werror_flag" ||
17118 test ! -s conftest.err
17119 } && test -s conftest$ac_exeext &&
17120 $as_test_x conftest$ac_exeext; then
17121 eval "$as_ac_var=yes"
17122 else
17123 echo "$as_me: failed program was:" >&5
17124 sed 's/^/| /' conftest.$ac_ext >&5
17126 eval "$as_ac_var=no"
17129 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17130 conftest$ac_exeext conftest.$ac_ext
17132 ac_res=`eval echo '${'$as_ac_var'}'`
17133 { echo "$as_me:$LINENO: result: $ac_res" >&5
17134 echo "${ECHO_T}$ac_res" >&6; }
17135 if test `eval echo '${'$as_ac_var'}'` = yes; then
17136 cat >>confdefs.h <<_ACEOF
17137 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17138 _ACEOF
17141 done
17144 if test "$ac_cv_func_dlopen" = no
17145 then
17146 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17147 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17148 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17149 echo $ECHO_N "(cached) $ECHO_C" >&6
17150 else
17151 ac_check_lib_save_LIBS=$LIBS
17152 LIBS="-ldl $LIBS"
17153 cat >conftest.$ac_ext <<_ACEOF
17154 /* confdefs.h. */
17155 _ACEOF
17156 cat confdefs.h >>conftest.$ac_ext
17157 cat >>conftest.$ac_ext <<_ACEOF
17158 /* end confdefs.h. */
17160 /* Override any GCC internal prototype to avoid an error.
17161 Use char because int might match the return type of a GCC
17162 builtin and then its argument prototype would still apply. */
17163 #ifdef __cplusplus
17164 extern "C"
17165 #endif
17166 char dlopen ();
17168 main ()
17170 return dlopen ();
17172 return 0;
17174 _ACEOF
17175 rm -f conftest.$ac_objext conftest$ac_exeext
17176 if { (ac_try="$ac_link"
17177 case "(($ac_try" in
17178 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17179 *) ac_try_echo=$ac_try;;
17180 esac
17181 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17182 (eval "$ac_link") 2>conftest.er1
17183 ac_status=$?
17184 grep -v '^ *+' conftest.er1 >conftest.err
17185 rm -f conftest.er1
17186 cat conftest.err >&5
17187 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17188 (exit $ac_status); } && {
17189 test -z "$ac_c_werror_flag" ||
17190 test ! -s conftest.err
17191 } && test -s conftest$ac_exeext &&
17192 $as_test_x conftest$ac_exeext; then
17193 ac_cv_lib_dl_dlopen=yes
17194 else
17195 echo "$as_me: failed program was:" >&5
17196 sed 's/^/| /' conftest.$ac_ext >&5
17198 ac_cv_lib_dl_dlopen=no
17201 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17202 conftest$ac_exeext conftest.$ac_ext
17203 LIBS=$ac_check_lib_save_LIBS
17205 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17206 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17207 if test $ac_cv_lib_dl_dlopen = yes; then
17208 cat >>confdefs.h <<\_ACEOF
17209 #define HAVE_DLOPEN 1
17210 _ACEOF
17211 LIBDL="-ldl"
17216 ac_wine_check_funcs_save_LIBS="$LIBS"
17217 LIBS="$LIBS $LIBDL"
17219 for ac_func in dladdr
17221 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17222 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17223 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17224 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17225 echo $ECHO_N "(cached) $ECHO_C" >&6
17226 else
17227 cat >conftest.$ac_ext <<_ACEOF
17228 /* confdefs.h. */
17229 _ACEOF
17230 cat confdefs.h >>conftest.$ac_ext
17231 cat >>conftest.$ac_ext <<_ACEOF
17232 /* end confdefs.h. */
17233 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17234 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17235 #define $ac_func innocuous_$ac_func
17237 /* System header to define __stub macros and hopefully few prototypes,
17238 which can conflict with char $ac_func (); below.
17239 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17240 <limits.h> exists even on freestanding compilers. */
17242 #ifdef __STDC__
17243 # include <limits.h>
17244 #else
17245 # include <assert.h>
17246 #endif
17248 #undef $ac_func
17250 /* Override any GCC internal prototype to avoid an error.
17251 Use char because int might match the return type of a GCC
17252 builtin and then its argument prototype would still apply. */
17253 #ifdef __cplusplus
17254 extern "C"
17255 #endif
17256 char $ac_func ();
17257 /* The GNU C library defines this for functions which it implements
17258 to always fail with ENOSYS. Some functions are actually named
17259 something starting with __ and the normal name is an alias. */
17260 #if defined __stub_$ac_func || defined __stub___$ac_func
17261 choke me
17262 #endif
17265 main ()
17267 return $ac_func ();
17269 return 0;
17271 _ACEOF
17272 rm -f conftest.$ac_objext conftest$ac_exeext
17273 if { (ac_try="$ac_link"
17274 case "(($ac_try" in
17275 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17276 *) ac_try_echo=$ac_try;;
17277 esac
17278 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17279 (eval "$ac_link") 2>conftest.er1
17280 ac_status=$?
17281 grep -v '^ *+' conftest.er1 >conftest.err
17282 rm -f conftest.er1
17283 cat conftest.err >&5
17284 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17285 (exit $ac_status); } && {
17286 test -z "$ac_c_werror_flag" ||
17287 test ! -s conftest.err
17288 } && test -s conftest$ac_exeext &&
17289 $as_test_x conftest$ac_exeext; then
17290 eval "$as_ac_var=yes"
17291 else
17292 echo "$as_me: failed program was:" >&5
17293 sed 's/^/| /' conftest.$ac_ext >&5
17295 eval "$as_ac_var=no"
17298 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17299 conftest$ac_exeext conftest.$ac_ext
17301 ac_res=`eval echo '${'$as_ac_var'}'`
17302 { echo "$as_me:$LINENO: result: $ac_res" >&5
17303 echo "${ECHO_T}$ac_res" >&6; }
17304 if test `eval echo '${'$as_ac_var'}'` = yes; then
17305 cat >>confdefs.h <<_ACEOF
17306 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17307 _ACEOF
17310 done
17312 LIBS="$ac_wine_check_funcs_save_LIBS"
17314 if test "$ac_cv_func_poll" = no
17315 then
17316 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17317 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17318 if test "${ac_cv_lib_poll_poll+set}" = set; then
17319 echo $ECHO_N "(cached) $ECHO_C" >&6
17320 else
17321 ac_check_lib_save_LIBS=$LIBS
17322 LIBS="-lpoll $LIBS"
17323 cat >conftest.$ac_ext <<_ACEOF
17324 /* confdefs.h. */
17325 _ACEOF
17326 cat confdefs.h >>conftest.$ac_ext
17327 cat >>conftest.$ac_ext <<_ACEOF
17328 /* end confdefs.h. */
17330 /* Override any GCC internal prototype to avoid an error.
17331 Use char because int might match the return type of a GCC
17332 builtin and then its argument prototype would still apply. */
17333 #ifdef __cplusplus
17334 extern "C"
17335 #endif
17336 char poll ();
17338 main ()
17340 return poll ();
17342 return 0;
17344 _ACEOF
17345 rm -f conftest.$ac_objext conftest$ac_exeext
17346 if { (ac_try="$ac_link"
17347 case "(($ac_try" in
17348 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17349 *) ac_try_echo=$ac_try;;
17350 esac
17351 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17352 (eval "$ac_link") 2>conftest.er1
17353 ac_status=$?
17354 grep -v '^ *+' conftest.er1 >conftest.err
17355 rm -f conftest.er1
17356 cat conftest.err >&5
17357 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17358 (exit $ac_status); } && {
17359 test -z "$ac_c_werror_flag" ||
17360 test ! -s conftest.err
17361 } && test -s conftest$ac_exeext &&
17362 $as_test_x conftest$ac_exeext; then
17363 ac_cv_lib_poll_poll=yes
17364 else
17365 echo "$as_me: failed program was:" >&5
17366 sed 's/^/| /' conftest.$ac_ext >&5
17368 ac_cv_lib_poll_poll=no
17371 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17372 conftest$ac_exeext conftest.$ac_ext
17373 LIBS=$ac_check_lib_save_LIBS
17375 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17376 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17377 if test $ac_cv_lib_poll_poll = yes; then
17378 cat >>confdefs.h <<\_ACEOF
17379 #define HAVE_POLL 1
17380 _ACEOF
17381 LIBPOLL="-lpoll"
17387 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17388 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17389 if test "${ac_cv_search_gethostbyname+set}" = set; then
17390 echo $ECHO_N "(cached) $ECHO_C" >&6
17391 else
17392 ac_func_search_save_LIBS=$LIBS
17393 cat >conftest.$ac_ext <<_ACEOF
17394 /* confdefs.h. */
17395 _ACEOF
17396 cat confdefs.h >>conftest.$ac_ext
17397 cat >>conftest.$ac_ext <<_ACEOF
17398 /* end confdefs.h. */
17400 /* Override any GCC internal prototype to avoid an error.
17401 Use char because int might match the return type of a GCC
17402 builtin and then its argument prototype would still apply. */
17403 #ifdef __cplusplus
17404 extern "C"
17405 #endif
17406 char gethostbyname ();
17408 main ()
17410 return gethostbyname ();
17412 return 0;
17414 _ACEOF
17415 for ac_lib in '' nsl; do
17416 if test -z "$ac_lib"; then
17417 ac_res="none required"
17418 else
17419 ac_res=-l$ac_lib
17420 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17422 rm -f conftest.$ac_objext conftest$ac_exeext
17423 if { (ac_try="$ac_link"
17424 case "(($ac_try" in
17425 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17426 *) ac_try_echo=$ac_try;;
17427 esac
17428 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17429 (eval "$ac_link") 2>conftest.er1
17430 ac_status=$?
17431 grep -v '^ *+' conftest.er1 >conftest.err
17432 rm -f conftest.er1
17433 cat conftest.err >&5
17434 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17435 (exit $ac_status); } && {
17436 test -z "$ac_c_werror_flag" ||
17437 test ! -s conftest.err
17438 } && test -s conftest$ac_exeext &&
17439 $as_test_x conftest$ac_exeext; then
17440 ac_cv_search_gethostbyname=$ac_res
17441 else
17442 echo "$as_me: failed program was:" >&5
17443 sed 's/^/| /' conftest.$ac_ext >&5
17448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17449 conftest$ac_exeext
17450 if test "${ac_cv_search_gethostbyname+set}" = set; then
17451 break
17453 done
17454 if test "${ac_cv_search_gethostbyname+set}" = set; then
17456 else
17457 ac_cv_search_gethostbyname=no
17459 rm conftest.$ac_ext
17460 LIBS=$ac_func_search_save_LIBS
17462 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17463 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17464 ac_res=$ac_cv_search_gethostbyname
17465 if test "$ac_res" != no; then
17466 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17471 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17472 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17473 if test "${ac_cv_search_connect+set}" = set; then
17474 echo $ECHO_N "(cached) $ECHO_C" >&6
17475 else
17476 ac_func_search_save_LIBS=$LIBS
17477 cat >conftest.$ac_ext <<_ACEOF
17478 /* confdefs.h. */
17479 _ACEOF
17480 cat confdefs.h >>conftest.$ac_ext
17481 cat >>conftest.$ac_ext <<_ACEOF
17482 /* end confdefs.h. */
17484 /* Override any GCC internal prototype to avoid an error.
17485 Use char because int might match the return type of a GCC
17486 builtin and then its argument prototype would still apply. */
17487 #ifdef __cplusplus
17488 extern "C"
17489 #endif
17490 char connect ();
17492 main ()
17494 return connect ();
17496 return 0;
17498 _ACEOF
17499 for ac_lib in '' socket; do
17500 if test -z "$ac_lib"; then
17501 ac_res="none required"
17502 else
17503 ac_res=-l$ac_lib
17504 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17506 rm -f conftest.$ac_objext conftest$ac_exeext
17507 if { (ac_try="$ac_link"
17508 case "(($ac_try" in
17509 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17510 *) ac_try_echo=$ac_try;;
17511 esac
17512 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17513 (eval "$ac_link") 2>conftest.er1
17514 ac_status=$?
17515 grep -v '^ *+' conftest.er1 >conftest.err
17516 rm -f conftest.er1
17517 cat conftest.err >&5
17518 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17519 (exit $ac_status); } && {
17520 test -z "$ac_c_werror_flag" ||
17521 test ! -s conftest.err
17522 } && test -s conftest$ac_exeext &&
17523 $as_test_x conftest$ac_exeext; then
17524 ac_cv_search_connect=$ac_res
17525 else
17526 echo "$as_me: failed program was:" >&5
17527 sed 's/^/| /' conftest.$ac_ext >&5
17532 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17533 conftest$ac_exeext
17534 if test "${ac_cv_search_connect+set}" = set; then
17535 break
17537 done
17538 if test "${ac_cv_search_connect+set}" = set; then
17540 else
17541 ac_cv_search_connect=no
17543 rm conftest.$ac_ext
17544 LIBS=$ac_func_search_save_LIBS
17546 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17547 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17548 ac_res=$ac_cv_search_connect
17549 if test "$ac_res" != no; then
17550 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17555 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17556 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17557 if test "${ac_cv_search_inet_aton+set}" = set; then
17558 echo $ECHO_N "(cached) $ECHO_C" >&6
17559 else
17560 ac_func_search_save_LIBS=$LIBS
17561 cat >conftest.$ac_ext <<_ACEOF
17562 /* confdefs.h. */
17563 _ACEOF
17564 cat confdefs.h >>conftest.$ac_ext
17565 cat >>conftest.$ac_ext <<_ACEOF
17566 /* end confdefs.h. */
17568 /* Override any GCC internal prototype to avoid an error.
17569 Use char because int might match the return type of a GCC
17570 builtin and then its argument prototype would still apply. */
17571 #ifdef __cplusplus
17572 extern "C"
17573 #endif
17574 char inet_aton ();
17576 main ()
17578 return inet_aton ();
17580 return 0;
17582 _ACEOF
17583 for ac_lib in '' resolv; do
17584 if test -z "$ac_lib"; then
17585 ac_res="none required"
17586 else
17587 ac_res=-l$ac_lib
17588 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17590 rm -f conftest.$ac_objext conftest$ac_exeext
17591 if { (ac_try="$ac_link"
17592 case "(($ac_try" in
17593 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17594 *) ac_try_echo=$ac_try;;
17595 esac
17596 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17597 (eval "$ac_link") 2>conftest.er1
17598 ac_status=$?
17599 grep -v '^ *+' conftest.er1 >conftest.err
17600 rm -f conftest.er1
17601 cat conftest.err >&5
17602 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17603 (exit $ac_status); } && {
17604 test -z "$ac_c_werror_flag" ||
17605 test ! -s conftest.err
17606 } && test -s conftest$ac_exeext &&
17607 $as_test_x conftest$ac_exeext; then
17608 ac_cv_search_inet_aton=$ac_res
17609 else
17610 echo "$as_me: failed program was:" >&5
17611 sed 's/^/| /' conftest.$ac_ext >&5
17616 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17617 conftest$ac_exeext
17618 if test "${ac_cv_search_inet_aton+set}" = set; then
17619 break
17621 done
17622 if test "${ac_cv_search_inet_aton+set}" = set; then
17624 else
17625 ac_cv_search_inet_aton=no
17627 rm conftest.$ac_ext
17628 LIBS=$ac_func_search_save_LIBS
17630 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17631 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17632 ac_res=$ac_cv_search_inet_aton
17633 if test "$ac_res" != no; then
17634 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17647 for ac_func in \
17648 getaddrinfo \
17649 getnameinfo \
17650 getnetbyname \
17651 getprotobyname \
17652 getprotobynumber \
17653 getservbyport \
17654 inet_network \
17655 sendmsg \
17658 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17659 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17660 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17661 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17662 echo $ECHO_N "(cached) $ECHO_C" >&6
17663 else
17664 cat >conftest.$ac_ext <<_ACEOF
17665 /* confdefs.h. */
17666 _ACEOF
17667 cat confdefs.h >>conftest.$ac_ext
17668 cat >>conftest.$ac_ext <<_ACEOF
17669 /* end confdefs.h. */
17670 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17671 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17672 #define $ac_func innocuous_$ac_func
17674 /* System header to define __stub macros and hopefully few prototypes,
17675 which can conflict with char $ac_func (); below.
17676 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17677 <limits.h> exists even on freestanding compilers. */
17679 #ifdef __STDC__
17680 # include <limits.h>
17681 #else
17682 # include <assert.h>
17683 #endif
17685 #undef $ac_func
17687 /* Override any GCC internal prototype to avoid an error.
17688 Use char because int might match the return type of a GCC
17689 builtin and then its argument prototype would still apply. */
17690 #ifdef __cplusplus
17691 extern "C"
17692 #endif
17693 char $ac_func ();
17694 /* The GNU C library defines this for functions which it implements
17695 to always fail with ENOSYS. Some functions are actually named
17696 something starting with __ and the normal name is an alias. */
17697 #if defined __stub_$ac_func || defined __stub___$ac_func
17698 choke me
17699 #endif
17702 main ()
17704 return $ac_func ();
17706 return 0;
17708 _ACEOF
17709 rm -f conftest.$ac_objext conftest$ac_exeext
17710 if { (ac_try="$ac_link"
17711 case "(($ac_try" in
17712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17713 *) ac_try_echo=$ac_try;;
17714 esac
17715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17716 (eval "$ac_link") 2>conftest.er1
17717 ac_status=$?
17718 grep -v '^ *+' conftest.er1 >conftest.err
17719 rm -f conftest.er1
17720 cat conftest.err >&5
17721 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17722 (exit $ac_status); } && {
17723 test -z "$ac_c_werror_flag" ||
17724 test ! -s conftest.err
17725 } && test -s conftest$ac_exeext &&
17726 $as_test_x conftest$ac_exeext; then
17727 eval "$as_ac_var=yes"
17728 else
17729 echo "$as_me: failed program was:" >&5
17730 sed 's/^/| /' conftest.$ac_ext >&5
17732 eval "$as_ac_var=no"
17735 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17736 conftest$ac_exeext conftest.$ac_ext
17738 ac_res=`eval echo '${'$as_ac_var'}'`
17739 { echo "$as_me:$LINENO: result: $ac_res" >&5
17740 echo "${ECHO_T}$ac_res" >&6; }
17741 if test `eval echo '${'$as_ac_var'}'` = yes; then
17742 cat >>confdefs.h <<_ACEOF
17743 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17744 _ACEOF
17747 done
17750 LDAPLIBS=""
17752 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
17753 then
17754 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
17755 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
17756 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
17757 echo $ECHO_N "(cached) $ECHO_C" >&6
17758 else
17759 cat >conftest.$ac_ext <<_ACEOF
17760 /* confdefs.h. */
17761 _ACEOF
17762 cat confdefs.h >>conftest.$ac_ext
17763 cat >>conftest.$ac_ext <<_ACEOF
17764 /* end confdefs.h. */
17765 #include <ldap.h>
17767 typedef LDAPSortKey ac__type_new_;
17769 main ()
17771 if ((ac__type_new_ *) 0)
17772 return 0;
17773 if (sizeof (ac__type_new_))
17774 return 0;
17776 return 0;
17778 _ACEOF
17779 rm -f conftest.$ac_objext
17780 if { (ac_try="$ac_compile"
17781 case "(($ac_try" in
17782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17783 *) ac_try_echo=$ac_try;;
17784 esac
17785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17786 (eval "$ac_compile") 2>conftest.er1
17787 ac_status=$?
17788 grep -v '^ *+' conftest.er1 >conftest.err
17789 rm -f conftest.er1
17790 cat conftest.err >&5
17791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17792 (exit $ac_status); } && {
17793 test -z "$ac_c_werror_flag" ||
17794 test ! -s conftest.err
17795 } && test -s conftest.$ac_objext; then
17796 ac_cv_type_LDAPSortKey=yes
17797 else
17798 echo "$as_me: failed program was:" >&5
17799 sed 's/^/| /' conftest.$ac_ext >&5
17801 ac_cv_type_LDAPSortKey=no
17804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
17806 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
17807 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
17808 if test $ac_cv_type_LDAPSortKey = yes; then
17809 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
17810 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
17811 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
17812 echo $ECHO_N "(cached) $ECHO_C" >&6
17813 else
17814 ac_check_lib_save_LIBS=$LIBS
17815 LIBS="-lldap_r $LIBPTHREAD $LIBS"
17816 cat >conftest.$ac_ext <<_ACEOF
17817 /* confdefs.h. */
17818 _ACEOF
17819 cat confdefs.h >>conftest.$ac_ext
17820 cat >>conftest.$ac_ext <<_ACEOF
17821 /* end confdefs.h. */
17823 /* Override any GCC internal prototype to avoid an error.
17824 Use char because int might match the return type of a GCC
17825 builtin and then its argument prototype would still apply. */
17826 #ifdef __cplusplus
17827 extern "C"
17828 #endif
17829 char ldap_initialize ();
17831 main ()
17833 return ldap_initialize ();
17835 return 0;
17837 _ACEOF
17838 rm -f conftest.$ac_objext conftest$ac_exeext
17839 if { (ac_try="$ac_link"
17840 case "(($ac_try" in
17841 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17842 *) ac_try_echo=$ac_try;;
17843 esac
17844 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17845 (eval "$ac_link") 2>conftest.er1
17846 ac_status=$?
17847 grep -v '^ *+' conftest.er1 >conftest.err
17848 rm -f conftest.er1
17849 cat conftest.err >&5
17850 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17851 (exit $ac_status); } && {
17852 test -z "$ac_c_werror_flag" ||
17853 test ! -s conftest.err
17854 } && test -s conftest$ac_exeext &&
17855 $as_test_x conftest$ac_exeext; then
17856 ac_cv_lib_ldap_r_ldap_initialize=yes
17857 else
17858 echo "$as_me: failed program was:" >&5
17859 sed 's/^/| /' conftest.$ac_ext >&5
17861 ac_cv_lib_ldap_r_ldap_initialize=no
17864 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17865 conftest$ac_exeext conftest.$ac_ext
17866 LIBS=$ac_check_lib_save_LIBS
17868 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
17869 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
17870 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
17871 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
17872 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
17873 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
17874 echo $ECHO_N "(cached) $ECHO_C" >&6
17875 else
17876 ac_check_lib_save_LIBS=$LIBS
17877 LIBS="-llber $LIBPTHREAD $LIBS"
17878 cat >conftest.$ac_ext <<_ACEOF
17879 /* confdefs.h. */
17880 _ACEOF
17881 cat confdefs.h >>conftest.$ac_ext
17882 cat >>conftest.$ac_ext <<_ACEOF
17883 /* end confdefs.h. */
17885 /* Override any GCC internal prototype to avoid an error.
17886 Use char because int might match the return type of a GCC
17887 builtin and then its argument prototype would still apply. */
17888 #ifdef __cplusplus
17889 extern "C"
17890 #endif
17891 char ber_init ();
17893 main ()
17895 return ber_init ();
17897 return 0;
17899 _ACEOF
17900 rm -f conftest.$ac_objext conftest$ac_exeext
17901 if { (ac_try="$ac_link"
17902 case "(($ac_try" in
17903 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17904 *) ac_try_echo=$ac_try;;
17905 esac
17906 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17907 (eval "$ac_link") 2>conftest.er1
17908 ac_status=$?
17909 grep -v '^ *+' conftest.er1 >conftest.err
17910 rm -f conftest.er1
17911 cat conftest.err >&5
17912 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17913 (exit $ac_status); } && {
17914 test -z "$ac_c_werror_flag" ||
17915 test ! -s conftest.err
17916 } && test -s conftest$ac_exeext &&
17917 $as_test_x conftest$ac_exeext; then
17918 ac_cv_lib_lber_ber_init=yes
17919 else
17920 echo "$as_me: failed program was:" >&5
17921 sed 's/^/| /' conftest.$ac_ext >&5
17923 ac_cv_lib_lber_ber_init=no
17926 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17927 conftest$ac_exeext conftest.$ac_ext
17928 LIBS=$ac_check_lib_save_LIBS
17930 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
17931 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
17932 if test $ac_cv_lib_lber_ber_init = yes; then
17934 cat >>confdefs.h <<\_ACEOF
17935 #define HAVE_LDAP 1
17936 _ACEOF
17938 LDAPLIBS="-lldap_r -llber"
17945 ac_wine_check_funcs_save_LIBS="$LIBS"
17946 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
17955 for ac_func in \
17956 ldap_count_references \
17957 ldap_first_reference \
17958 ldap_next_reference \
17959 ldap_parse_reference \
17960 ldap_parse_sort_control \
17961 ldap_parse_sortresponse_control \
17962 ldap_parse_vlv_control \
17963 ldap_parse_vlvresponse_control
17965 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17966 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17967 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17968 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17969 echo $ECHO_N "(cached) $ECHO_C" >&6
17970 else
17971 cat >conftest.$ac_ext <<_ACEOF
17972 /* confdefs.h. */
17973 _ACEOF
17974 cat confdefs.h >>conftest.$ac_ext
17975 cat >>conftest.$ac_ext <<_ACEOF
17976 /* end confdefs.h. */
17977 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17978 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17979 #define $ac_func innocuous_$ac_func
17981 /* System header to define __stub macros and hopefully few prototypes,
17982 which can conflict with char $ac_func (); below.
17983 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17984 <limits.h> exists even on freestanding compilers. */
17986 #ifdef __STDC__
17987 # include <limits.h>
17988 #else
17989 # include <assert.h>
17990 #endif
17992 #undef $ac_func
17994 /* Override any GCC internal prototype to avoid an error.
17995 Use char because int might match the return type of a GCC
17996 builtin and then its argument prototype would still apply. */
17997 #ifdef __cplusplus
17998 extern "C"
17999 #endif
18000 char $ac_func ();
18001 /* The GNU C library defines this for functions which it implements
18002 to always fail with ENOSYS. Some functions are actually named
18003 something starting with __ and the normal name is an alias. */
18004 #if defined __stub_$ac_func || defined __stub___$ac_func
18005 choke me
18006 #endif
18009 main ()
18011 return $ac_func ();
18013 return 0;
18015 _ACEOF
18016 rm -f conftest.$ac_objext conftest$ac_exeext
18017 if { (ac_try="$ac_link"
18018 case "(($ac_try" in
18019 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18020 *) ac_try_echo=$ac_try;;
18021 esac
18022 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18023 (eval "$ac_link") 2>conftest.er1
18024 ac_status=$?
18025 grep -v '^ *+' conftest.er1 >conftest.err
18026 rm -f conftest.er1
18027 cat conftest.err >&5
18028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18029 (exit $ac_status); } && {
18030 test -z "$ac_c_werror_flag" ||
18031 test ! -s conftest.err
18032 } && test -s conftest$ac_exeext &&
18033 $as_test_x conftest$ac_exeext; then
18034 eval "$as_ac_var=yes"
18035 else
18036 echo "$as_me: failed program was:" >&5
18037 sed 's/^/| /' conftest.$ac_ext >&5
18039 eval "$as_ac_var=no"
18042 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18043 conftest$ac_exeext conftest.$ac_ext
18045 ac_res=`eval echo '${'$as_ac_var'}'`
18046 { echo "$as_me:$LINENO: result: $ac_res" >&5
18047 echo "${ECHO_T}$ac_res" >&6; }
18048 if test `eval echo '${'$as_ac_var'}'` = yes; then
18049 cat >>confdefs.h <<_ACEOF
18050 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18051 _ACEOF
18054 done
18056 LIBS="$ac_wine_check_funcs_save_LIBS"
18058 if test "x$LDAPLIBS" = "x"; then
18059 case "x$with_ldap" in
18060 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18061 xno) ;;
18062 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18063 This is an error since --with-ldap was requested." >&5
18064 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18065 This is an error since --with-ldap was requested." >&2;}
18066 { (exit 1); exit 1; }; } ;;
18067 esac
18072 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18073 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18074 if test "${ac_cv_c_const+set}" = set; then
18075 echo $ECHO_N "(cached) $ECHO_C" >&6
18076 else
18077 cat >conftest.$ac_ext <<_ACEOF
18078 /* confdefs.h. */
18079 _ACEOF
18080 cat confdefs.h >>conftest.$ac_ext
18081 cat >>conftest.$ac_ext <<_ACEOF
18082 /* end confdefs.h. */
18085 main ()
18087 /* FIXME: Include the comments suggested by Paul. */
18088 #ifndef __cplusplus
18089 /* Ultrix mips cc rejects this. */
18090 typedef int charset[2];
18091 const charset cs;
18092 /* SunOS 4.1.1 cc rejects this. */
18093 char const *const *pcpcc;
18094 char **ppc;
18095 /* NEC SVR4.0.2 mips cc rejects this. */
18096 struct point {int x, y;};
18097 static struct point const zero = {0,0};
18098 /* AIX XL C 1.02.0.0 rejects this.
18099 It does not let you subtract one const X* pointer from another in
18100 an arm of an if-expression whose if-part is not a constant
18101 expression */
18102 const char *g = "string";
18103 pcpcc = &g + (g ? g-g : 0);
18104 /* HPUX 7.0 cc rejects these. */
18105 ++pcpcc;
18106 ppc = (char**) pcpcc;
18107 pcpcc = (char const *const *) ppc;
18108 { /* SCO 3.2v4 cc rejects this. */
18109 char *t;
18110 char const *s = 0 ? (char *) 0 : (char const *) 0;
18112 *t++ = 0;
18113 if (s) return 0;
18115 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18116 int x[] = {25, 17};
18117 const int *foo = &x[0];
18118 ++foo;
18120 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18121 typedef const int *iptr;
18122 iptr p = 0;
18123 ++p;
18125 { /* AIX XL C 1.02.0.0 rejects this saying
18126 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18127 struct s { int j; const int *ap[3]; };
18128 struct s *b; b->j = 5;
18130 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18131 const int foo = 10;
18132 if (!foo) return 0;
18134 return !cs[0] && !zero.x;
18135 #endif
18138 return 0;
18140 _ACEOF
18141 rm -f conftest.$ac_objext
18142 if { (ac_try="$ac_compile"
18143 case "(($ac_try" in
18144 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18145 *) ac_try_echo=$ac_try;;
18146 esac
18147 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18148 (eval "$ac_compile") 2>conftest.er1
18149 ac_status=$?
18150 grep -v '^ *+' conftest.er1 >conftest.err
18151 rm -f conftest.er1
18152 cat conftest.err >&5
18153 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18154 (exit $ac_status); } && {
18155 test -z "$ac_c_werror_flag" ||
18156 test ! -s conftest.err
18157 } && test -s conftest.$ac_objext; then
18158 ac_cv_c_const=yes
18159 else
18160 echo "$as_me: failed program was:" >&5
18161 sed 's/^/| /' conftest.$ac_ext >&5
18163 ac_cv_c_const=no
18166 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18168 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18169 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18170 if test $ac_cv_c_const = no; then
18172 cat >>confdefs.h <<\_ACEOF
18173 #define const
18174 _ACEOF
18178 { echo "$as_me:$LINENO: checking for inline" >&5
18179 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18180 if test "${ac_cv_c_inline+set}" = set; then
18181 echo $ECHO_N "(cached) $ECHO_C" >&6
18182 else
18183 ac_cv_c_inline=no
18184 for ac_kw in inline __inline__ __inline; do
18185 cat >conftest.$ac_ext <<_ACEOF
18186 /* confdefs.h. */
18187 _ACEOF
18188 cat confdefs.h >>conftest.$ac_ext
18189 cat >>conftest.$ac_ext <<_ACEOF
18190 /* end confdefs.h. */
18191 #ifndef __cplusplus
18192 typedef int foo_t;
18193 static $ac_kw foo_t static_foo () {return 0; }
18194 $ac_kw foo_t foo () {return 0; }
18195 #endif
18197 _ACEOF
18198 rm -f conftest.$ac_objext
18199 if { (ac_try="$ac_compile"
18200 case "(($ac_try" in
18201 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18202 *) ac_try_echo=$ac_try;;
18203 esac
18204 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18205 (eval "$ac_compile") 2>conftest.er1
18206 ac_status=$?
18207 grep -v '^ *+' conftest.er1 >conftest.err
18208 rm -f conftest.er1
18209 cat conftest.err >&5
18210 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18211 (exit $ac_status); } && {
18212 test -z "$ac_c_werror_flag" ||
18213 test ! -s conftest.err
18214 } && test -s conftest.$ac_objext; then
18215 ac_cv_c_inline=$ac_kw
18216 else
18217 echo "$as_me: failed program was:" >&5
18218 sed 's/^/| /' conftest.$ac_ext >&5
18223 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18224 test "$ac_cv_c_inline" != no && break
18225 done
18228 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18229 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18232 case $ac_cv_c_inline in
18233 inline | yes) ;;
18235 case $ac_cv_c_inline in
18236 no) ac_val=;;
18237 *) ac_val=$ac_cv_c_inline;;
18238 esac
18239 cat >>confdefs.h <<_ACEOF
18240 #ifndef __cplusplus
18241 #define inline $ac_val
18242 #endif
18243 _ACEOF
18245 esac
18247 { echo "$as_me:$LINENO: checking for mode_t" >&5
18248 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18249 if test "${ac_cv_type_mode_t+set}" = set; then
18250 echo $ECHO_N "(cached) $ECHO_C" >&6
18251 else
18252 cat >conftest.$ac_ext <<_ACEOF
18253 /* confdefs.h. */
18254 _ACEOF
18255 cat confdefs.h >>conftest.$ac_ext
18256 cat >>conftest.$ac_ext <<_ACEOF
18257 /* end confdefs.h. */
18258 $ac_includes_default
18259 typedef mode_t ac__type_new_;
18261 main ()
18263 if ((ac__type_new_ *) 0)
18264 return 0;
18265 if (sizeof (ac__type_new_))
18266 return 0;
18268 return 0;
18270 _ACEOF
18271 rm -f conftest.$ac_objext
18272 if { (ac_try="$ac_compile"
18273 case "(($ac_try" in
18274 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18275 *) ac_try_echo=$ac_try;;
18276 esac
18277 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18278 (eval "$ac_compile") 2>conftest.er1
18279 ac_status=$?
18280 grep -v '^ *+' conftest.er1 >conftest.err
18281 rm -f conftest.er1
18282 cat conftest.err >&5
18283 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18284 (exit $ac_status); } && {
18285 test -z "$ac_c_werror_flag" ||
18286 test ! -s conftest.err
18287 } && test -s conftest.$ac_objext; then
18288 ac_cv_type_mode_t=yes
18289 else
18290 echo "$as_me: failed program was:" >&5
18291 sed 's/^/| /' conftest.$ac_ext >&5
18293 ac_cv_type_mode_t=no
18296 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18298 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18299 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18300 if test $ac_cv_type_mode_t = yes; then
18302 cat >>confdefs.h <<_ACEOF
18303 #define HAVE_MODE_T 1
18304 _ACEOF
18308 { echo "$as_me:$LINENO: checking for off_t" >&5
18309 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18310 if test "${ac_cv_type_off_t+set}" = set; then
18311 echo $ECHO_N "(cached) $ECHO_C" >&6
18312 else
18313 cat >conftest.$ac_ext <<_ACEOF
18314 /* confdefs.h. */
18315 _ACEOF
18316 cat confdefs.h >>conftest.$ac_ext
18317 cat >>conftest.$ac_ext <<_ACEOF
18318 /* end confdefs.h. */
18319 $ac_includes_default
18320 typedef off_t ac__type_new_;
18322 main ()
18324 if ((ac__type_new_ *) 0)
18325 return 0;
18326 if (sizeof (ac__type_new_))
18327 return 0;
18329 return 0;
18331 _ACEOF
18332 rm -f conftest.$ac_objext
18333 if { (ac_try="$ac_compile"
18334 case "(($ac_try" in
18335 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18336 *) ac_try_echo=$ac_try;;
18337 esac
18338 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18339 (eval "$ac_compile") 2>conftest.er1
18340 ac_status=$?
18341 grep -v '^ *+' conftest.er1 >conftest.err
18342 rm -f conftest.er1
18343 cat conftest.err >&5
18344 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18345 (exit $ac_status); } && {
18346 test -z "$ac_c_werror_flag" ||
18347 test ! -s conftest.err
18348 } && test -s conftest.$ac_objext; then
18349 ac_cv_type_off_t=yes
18350 else
18351 echo "$as_me: failed program was:" >&5
18352 sed 's/^/| /' conftest.$ac_ext >&5
18354 ac_cv_type_off_t=no
18357 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18359 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18360 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18361 if test $ac_cv_type_off_t = yes; then
18363 cat >>confdefs.h <<_ACEOF
18364 #define HAVE_OFF_T 1
18365 _ACEOF
18369 { echo "$as_me:$LINENO: checking for pid_t" >&5
18370 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18371 if test "${ac_cv_type_pid_t+set}" = set; then
18372 echo $ECHO_N "(cached) $ECHO_C" >&6
18373 else
18374 cat >conftest.$ac_ext <<_ACEOF
18375 /* confdefs.h. */
18376 _ACEOF
18377 cat confdefs.h >>conftest.$ac_ext
18378 cat >>conftest.$ac_ext <<_ACEOF
18379 /* end confdefs.h. */
18380 $ac_includes_default
18381 typedef pid_t ac__type_new_;
18383 main ()
18385 if ((ac__type_new_ *) 0)
18386 return 0;
18387 if (sizeof (ac__type_new_))
18388 return 0;
18390 return 0;
18392 _ACEOF
18393 rm -f conftest.$ac_objext
18394 if { (ac_try="$ac_compile"
18395 case "(($ac_try" in
18396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18397 *) ac_try_echo=$ac_try;;
18398 esac
18399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18400 (eval "$ac_compile") 2>conftest.er1
18401 ac_status=$?
18402 grep -v '^ *+' conftest.er1 >conftest.err
18403 rm -f conftest.er1
18404 cat conftest.err >&5
18405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18406 (exit $ac_status); } && {
18407 test -z "$ac_c_werror_flag" ||
18408 test ! -s conftest.err
18409 } && test -s conftest.$ac_objext; then
18410 ac_cv_type_pid_t=yes
18411 else
18412 echo "$as_me: failed program was:" >&5
18413 sed 's/^/| /' conftest.$ac_ext >&5
18415 ac_cv_type_pid_t=no
18418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18420 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18421 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18422 if test $ac_cv_type_pid_t = yes; then
18424 cat >>confdefs.h <<_ACEOF
18425 #define HAVE_PID_T 1
18426 _ACEOF
18430 { echo "$as_me:$LINENO: checking for size_t" >&5
18431 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18432 if test "${ac_cv_type_size_t+set}" = set; then
18433 echo $ECHO_N "(cached) $ECHO_C" >&6
18434 else
18435 cat >conftest.$ac_ext <<_ACEOF
18436 /* confdefs.h. */
18437 _ACEOF
18438 cat confdefs.h >>conftest.$ac_ext
18439 cat >>conftest.$ac_ext <<_ACEOF
18440 /* end confdefs.h. */
18441 $ac_includes_default
18442 typedef size_t ac__type_new_;
18444 main ()
18446 if ((ac__type_new_ *) 0)
18447 return 0;
18448 if (sizeof (ac__type_new_))
18449 return 0;
18451 return 0;
18453 _ACEOF
18454 rm -f conftest.$ac_objext
18455 if { (ac_try="$ac_compile"
18456 case "(($ac_try" in
18457 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18458 *) ac_try_echo=$ac_try;;
18459 esac
18460 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18461 (eval "$ac_compile") 2>conftest.er1
18462 ac_status=$?
18463 grep -v '^ *+' conftest.er1 >conftest.err
18464 rm -f conftest.er1
18465 cat conftest.err >&5
18466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18467 (exit $ac_status); } && {
18468 test -z "$ac_c_werror_flag" ||
18469 test ! -s conftest.err
18470 } && test -s conftest.$ac_objext; then
18471 ac_cv_type_size_t=yes
18472 else
18473 echo "$as_me: failed program was:" >&5
18474 sed 's/^/| /' conftest.$ac_ext >&5
18476 ac_cv_type_size_t=no
18479 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18481 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18482 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18483 if test $ac_cv_type_size_t = yes; then
18485 cat >>confdefs.h <<_ACEOF
18486 #define HAVE_SIZE_T 1
18487 _ACEOF
18491 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18492 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18493 if test "${ac_cv_type_ssize_t+set}" = set; then
18494 echo $ECHO_N "(cached) $ECHO_C" >&6
18495 else
18496 cat >conftest.$ac_ext <<_ACEOF
18497 /* confdefs.h. */
18498 _ACEOF
18499 cat confdefs.h >>conftest.$ac_ext
18500 cat >>conftest.$ac_ext <<_ACEOF
18501 /* end confdefs.h. */
18502 $ac_includes_default
18503 typedef ssize_t ac__type_new_;
18505 main ()
18507 if ((ac__type_new_ *) 0)
18508 return 0;
18509 if (sizeof (ac__type_new_))
18510 return 0;
18512 return 0;
18514 _ACEOF
18515 rm -f conftest.$ac_objext
18516 if { (ac_try="$ac_compile"
18517 case "(($ac_try" in
18518 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18519 *) ac_try_echo=$ac_try;;
18520 esac
18521 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18522 (eval "$ac_compile") 2>conftest.er1
18523 ac_status=$?
18524 grep -v '^ *+' conftest.er1 >conftest.err
18525 rm -f conftest.er1
18526 cat conftest.err >&5
18527 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18528 (exit $ac_status); } && {
18529 test -z "$ac_c_werror_flag" ||
18530 test ! -s conftest.err
18531 } && test -s conftest.$ac_objext; then
18532 ac_cv_type_ssize_t=yes
18533 else
18534 echo "$as_me: failed program was:" >&5
18535 sed 's/^/| /' conftest.$ac_ext >&5
18537 ac_cv_type_ssize_t=no
18540 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18542 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18543 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18544 if test $ac_cv_type_ssize_t = yes; then
18546 cat >>confdefs.h <<_ACEOF
18547 #define HAVE_SSIZE_T 1
18548 _ACEOF
18552 { echo "$as_me:$LINENO: checking for long long" >&5
18553 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18554 if test "${ac_cv_type_long_long+set}" = set; then
18555 echo $ECHO_N "(cached) $ECHO_C" >&6
18556 else
18557 cat >conftest.$ac_ext <<_ACEOF
18558 /* confdefs.h. */
18559 _ACEOF
18560 cat confdefs.h >>conftest.$ac_ext
18561 cat >>conftest.$ac_ext <<_ACEOF
18562 /* end confdefs.h. */
18563 $ac_includes_default
18564 typedef long long ac__type_new_;
18566 main ()
18568 if ((ac__type_new_ *) 0)
18569 return 0;
18570 if (sizeof (ac__type_new_))
18571 return 0;
18573 return 0;
18575 _ACEOF
18576 rm -f conftest.$ac_objext
18577 if { (ac_try="$ac_compile"
18578 case "(($ac_try" in
18579 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18580 *) ac_try_echo=$ac_try;;
18581 esac
18582 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18583 (eval "$ac_compile") 2>conftest.er1
18584 ac_status=$?
18585 grep -v '^ *+' conftest.er1 >conftest.err
18586 rm -f conftest.er1
18587 cat conftest.err >&5
18588 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18589 (exit $ac_status); } && {
18590 test -z "$ac_c_werror_flag" ||
18591 test ! -s conftest.err
18592 } && test -s conftest.$ac_objext; then
18593 ac_cv_type_long_long=yes
18594 else
18595 echo "$as_me: failed program was:" >&5
18596 sed 's/^/| /' conftest.$ac_ext >&5
18598 ac_cv_type_long_long=no
18601 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18603 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18604 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18605 if test $ac_cv_type_long_long = yes; then
18607 cat >>confdefs.h <<_ACEOF
18608 #define HAVE_LONG_LONG 1
18609 _ACEOF
18613 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18614 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18615 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18616 echo $ECHO_N "(cached) $ECHO_C" >&6
18617 else
18618 cat >conftest.$ac_ext <<_ACEOF
18619 /* confdefs.h. */
18620 _ACEOF
18621 cat confdefs.h >>conftest.$ac_ext
18622 cat >>conftest.$ac_ext <<_ACEOF
18623 /* end confdefs.h. */
18624 $ac_includes_default
18625 typedef fsblkcnt_t ac__type_new_;
18627 main ()
18629 if ((ac__type_new_ *) 0)
18630 return 0;
18631 if (sizeof (ac__type_new_))
18632 return 0;
18634 return 0;
18636 _ACEOF
18637 rm -f conftest.$ac_objext
18638 if { (ac_try="$ac_compile"
18639 case "(($ac_try" in
18640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18641 *) ac_try_echo=$ac_try;;
18642 esac
18643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18644 (eval "$ac_compile") 2>conftest.er1
18645 ac_status=$?
18646 grep -v '^ *+' conftest.er1 >conftest.err
18647 rm -f conftest.er1
18648 cat conftest.err >&5
18649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18650 (exit $ac_status); } && {
18651 test -z "$ac_c_werror_flag" ||
18652 test ! -s conftest.err
18653 } && test -s conftest.$ac_objext; then
18654 ac_cv_type_fsblkcnt_t=yes
18655 else
18656 echo "$as_me: failed program was:" >&5
18657 sed 's/^/| /' conftest.$ac_ext >&5
18659 ac_cv_type_fsblkcnt_t=no
18662 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18664 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18665 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18666 if test $ac_cv_type_fsblkcnt_t = yes; then
18668 cat >>confdefs.h <<_ACEOF
18669 #define HAVE_FSBLKCNT_T 1
18670 _ACEOF
18674 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18675 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18676 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18677 echo $ECHO_N "(cached) $ECHO_C" >&6
18678 else
18679 cat >conftest.$ac_ext <<_ACEOF
18680 /* confdefs.h. */
18681 _ACEOF
18682 cat confdefs.h >>conftest.$ac_ext
18683 cat >>conftest.$ac_ext <<_ACEOF
18684 /* end confdefs.h. */
18685 $ac_includes_default
18686 typedef fsfilcnt_t ac__type_new_;
18688 main ()
18690 if ((ac__type_new_ *) 0)
18691 return 0;
18692 if (sizeof (ac__type_new_))
18693 return 0;
18695 return 0;
18697 _ACEOF
18698 rm -f conftest.$ac_objext
18699 if { (ac_try="$ac_compile"
18700 case "(($ac_try" in
18701 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18702 *) ac_try_echo=$ac_try;;
18703 esac
18704 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18705 (eval "$ac_compile") 2>conftest.er1
18706 ac_status=$?
18707 grep -v '^ *+' conftest.er1 >conftest.err
18708 rm -f conftest.er1
18709 cat conftest.err >&5
18710 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18711 (exit $ac_status); } && {
18712 test -z "$ac_c_werror_flag" ||
18713 test ! -s conftest.err
18714 } && test -s conftest.$ac_objext; then
18715 ac_cv_type_fsfilcnt_t=yes
18716 else
18717 echo "$as_me: failed program was:" >&5
18718 sed 's/^/| /' conftest.$ac_ext >&5
18720 ac_cv_type_fsfilcnt_t=no
18723 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18725 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
18726 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
18727 if test $ac_cv_type_fsfilcnt_t = yes; then
18729 cat >>confdefs.h <<_ACEOF
18730 #define HAVE_FSFILCNT_T 1
18731 _ACEOF
18736 { echo "$as_me:$LINENO: checking for sigset_t" >&5
18737 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
18738 if test "${ac_cv_type_sigset_t+set}" = set; then
18739 echo $ECHO_N "(cached) $ECHO_C" >&6
18740 else
18741 cat >conftest.$ac_ext <<_ACEOF
18742 /* confdefs.h. */
18743 _ACEOF
18744 cat confdefs.h >>conftest.$ac_ext
18745 cat >>conftest.$ac_ext <<_ACEOF
18746 /* end confdefs.h. */
18747 #include <signal.h>
18749 typedef sigset_t ac__type_new_;
18751 main ()
18753 if ((ac__type_new_ *) 0)
18754 return 0;
18755 if (sizeof (ac__type_new_))
18756 return 0;
18758 return 0;
18760 _ACEOF
18761 rm -f conftest.$ac_objext
18762 if { (ac_try="$ac_compile"
18763 case "(($ac_try" in
18764 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18765 *) ac_try_echo=$ac_try;;
18766 esac
18767 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18768 (eval "$ac_compile") 2>conftest.er1
18769 ac_status=$?
18770 grep -v '^ *+' conftest.er1 >conftest.err
18771 rm -f conftest.er1
18772 cat conftest.err >&5
18773 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18774 (exit $ac_status); } && {
18775 test -z "$ac_c_werror_flag" ||
18776 test ! -s conftest.err
18777 } && test -s conftest.$ac_objext; then
18778 ac_cv_type_sigset_t=yes
18779 else
18780 echo "$as_me: failed program was:" >&5
18781 sed 's/^/| /' conftest.$ac_ext >&5
18783 ac_cv_type_sigset_t=no
18786 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18788 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
18789 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
18790 if test $ac_cv_type_sigset_t = yes; then
18792 cat >>confdefs.h <<_ACEOF
18793 #define HAVE_SIGSET_T 1
18794 _ACEOF
18799 { echo "$as_me:$LINENO: checking for request_sense" >&5
18800 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
18801 if test "${ac_cv_type_request_sense+set}" = set; then
18802 echo $ECHO_N "(cached) $ECHO_C" >&6
18803 else
18804 cat >conftest.$ac_ext <<_ACEOF
18805 /* confdefs.h. */
18806 _ACEOF
18807 cat confdefs.h >>conftest.$ac_ext
18808 cat >>conftest.$ac_ext <<_ACEOF
18809 /* end confdefs.h. */
18810 #include <linux/cdrom.h>
18812 typedef request_sense ac__type_new_;
18814 main ()
18816 if ((ac__type_new_ *) 0)
18817 return 0;
18818 if (sizeof (ac__type_new_))
18819 return 0;
18821 return 0;
18823 _ACEOF
18824 rm -f conftest.$ac_objext
18825 if { (ac_try="$ac_compile"
18826 case "(($ac_try" in
18827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18828 *) ac_try_echo=$ac_try;;
18829 esac
18830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18831 (eval "$ac_compile") 2>conftest.er1
18832 ac_status=$?
18833 grep -v '^ *+' conftest.er1 >conftest.err
18834 rm -f conftest.er1
18835 cat conftest.err >&5
18836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18837 (exit $ac_status); } && {
18838 test -z "$ac_c_werror_flag" ||
18839 test ! -s conftest.err
18840 } && test -s conftest.$ac_objext; then
18841 ac_cv_type_request_sense=yes
18842 else
18843 echo "$as_me: failed program was:" >&5
18844 sed 's/^/| /' conftest.$ac_ext >&5
18846 ac_cv_type_request_sense=no
18849 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18851 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
18852 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
18853 if test $ac_cv_type_request_sense = yes; then
18855 cat >>confdefs.h <<_ACEOF
18856 #define HAVE_REQUEST_SENSE 1
18857 _ACEOF
18863 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
18864 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
18865 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
18866 echo $ECHO_N "(cached) $ECHO_C" >&6
18867 else
18868 cat >conftest.$ac_ext <<_ACEOF
18869 /* confdefs.h. */
18870 _ACEOF
18871 cat confdefs.h >>conftest.$ac_ext
18872 cat >>conftest.$ac_ext <<_ACEOF
18873 /* end confdefs.h. */
18874 #ifdef HAVE_LINUX_INPUT_H
18875 #include <linux/input.h>
18876 #endif
18879 main ()
18881 static struct ff_effect ac_aggr;
18882 if (ac_aggr.direction)
18883 return 0;
18885 return 0;
18887 _ACEOF
18888 rm -f conftest.$ac_objext
18889 if { (ac_try="$ac_compile"
18890 case "(($ac_try" in
18891 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18892 *) ac_try_echo=$ac_try;;
18893 esac
18894 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18895 (eval "$ac_compile") 2>conftest.er1
18896 ac_status=$?
18897 grep -v '^ *+' conftest.er1 >conftest.err
18898 rm -f conftest.er1
18899 cat conftest.err >&5
18900 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18901 (exit $ac_status); } && {
18902 test -z "$ac_c_werror_flag" ||
18903 test ! -s conftest.err
18904 } && test -s conftest.$ac_objext; then
18905 ac_cv_member_struct_ff_effect_direction=yes
18906 else
18907 echo "$as_me: failed program was:" >&5
18908 sed 's/^/| /' conftest.$ac_ext >&5
18910 cat >conftest.$ac_ext <<_ACEOF
18911 /* confdefs.h. */
18912 _ACEOF
18913 cat confdefs.h >>conftest.$ac_ext
18914 cat >>conftest.$ac_ext <<_ACEOF
18915 /* end confdefs.h. */
18916 #ifdef HAVE_LINUX_INPUT_H
18917 #include <linux/input.h>
18918 #endif
18921 main ()
18923 static struct ff_effect ac_aggr;
18924 if (sizeof ac_aggr.direction)
18925 return 0;
18927 return 0;
18929 _ACEOF
18930 rm -f conftest.$ac_objext
18931 if { (ac_try="$ac_compile"
18932 case "(($ac_try" in
18933 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18934 *) ac_try_echo=$ac_try;;
18935 esac
18936 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18937 (eval "$ac_compile") 2>conftest.er1
18938 ac_status=$?
18939 grep -v '^ *+' conftest.er1 >conftest.err
18940 rm -f conftest.er1
18941 cat conftest.err >&5
18942 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18943 (exit $ac_status); } && {
18944 test -z "$ac_c_werror_flag" ||
18945 test ! -s conftest.err
18946 } && test -s conftest.$ac_objext; then
18947 ac_cv_member_struct_ff_effect_direction=yes
18948 else
18949 echo "$as_me: failed program was:" >&5
18950 sed 's/^/| /' conftest.$ac_ext >&5
18952 ac_cv_member_struct_ff_effect_direction=no
18955 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18958 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18960 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
18961 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
18962 if test $ac_cv_member_struct_ff_effect_direction = yes; then
18964 cat >>confdefs.h <<_ACEOF
18965 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
18966 _ACEOF
18972 { echo "$as_me:$LINENO: checking for sigaddset" >&5
18973 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
18974 if test "${wine_cv_have_sigaddset+set}" = set; then
18975 echo $ECHO_N "(cached) $ECHO_C" >&6
18976 else
18977 cat >conftest.$ac_ext <<_ACEOF
18978 /* confdefs.h. */
18979 _ACEOF
18980 cat confdefs.h >>conftest.$ac_ext
18981 cat >>conftest.$ac_ext <<_ACEOF
18982 /* end confdefs.h. */
18983 #include <signal.h>
18985 main ()
18987 sigset_t set; sigaddset(&set,SIGTERM);
18989 return 0;
18991 _ACEOF
18992 rm -f conftest.$ac_objext conftest$ac_exeext
18993 if { (ac_try="$ac_link"
18994 case "(($ac_try" in
18995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18996 *) ac_try_echo=$ac_try;;
18997 esac
18998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18999 (eval "$ac_link") 2>conftest.er1
19000 ac_status=$?
19001 grep -v '^ *+' conftest.er1 >conftest.err
19002 rm -f conftest.er1
19003 cat conftest.err >&5
19004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19005 (exit $ac_status); } && {
19006 test -z "$ac_c_werror_flag" ||
19007 test ! -s conftest.err
19008 } && test -s conftest$ac_exeext &&
19009 $as_test_x conftest$ac_exeext; then
19010 wine_cv_have_sigaddset=yes
19011 else
19012 echo "$as_me: failed program was:" >&5
19013 sed 's/^/| /' conftest.$ac_ext >&5
19015 wine_cv_have_sigaddset=no
19018 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19019 conftest$ac_exeext conftest.$ac_ext
19021 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19022 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19023 if test "$wine_cv_have_sigaddset" = "yes"
19024 then
19026 cat >>confdefs.h <<\_ACEOF
19027 #define HAVE_SIGADDSET 1
19028 _ACEOF
19033 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19034 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19035 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19036 echo $ECHO_N "(cached) $ECHO_C" >&6
19037 else
19038 cat >conftest.$ac_ext <<_ACEOF
19039 /* confdefs.h. */
19040 _ACEOF
19041 cat confdefs.h >>conftest.$ac_ext
19042 cat >>conftest.$ac_ext <<_ACEOF
19043 /* end confdefs.h. */
19044 #include <netdb.h>
19046 main ()
19049 char *name=0;
19050 struct hostent he;
19051 struct hostent *result;
19052 char *buf=0;
19053 int bufsize=0;
19054 int res,errnr;
19055 char *addr=0;
19056 int addrlen=0;
19057 int addrtype=0;
19058 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19059 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19062 return 0;
19064 _ACEOF
19065 rm -f conftest.$ac_objext conftest$ac_exeext
19066 if { (ac_try="$ac_link"
19067 case "(($ac_try" in
19068 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19069 *) ac_try_echo=$ac_try;;
19070 esac
19071 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19072 (eval "$ac_link") 2>conftest.er1
19073 ac_status=$?
19074 grep -v '^ *+' conftest.er1 >conftest.err
19075 rm -f conftest.er1
19076 cat conftest.err >&5
19077 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19078 (exit $ac_status); } && {
19079 test -z "$ac_c_werror_flag" ||
19080 test ! -s conftest.err
19081 } && test -s conftest$ac_exeext &&
19082 $as_test_x conftest$ac_exeext; then
19083 wine_cv_linux_gethostbyname_r_6=yes
19084 else
19085 echo "$as_me: failed program was:" >&5
19086 sed 's/^/| /' conftest.$ac_ext >&5
19088 wine_cv_linux_gethostbyname_r_6=no
19092 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19093 conftest$ac_exeext conftest.$ac_ext
19096 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19097 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19098 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19099 then
19101 cat >>confdefs.h <<\_ACEOF
19102 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19103 _ACEOF
19107 if test "$ac_cv_header_linux_joystick_h" = "yes"
19108 then
19109 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19110 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19111 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19112 echo $ECHO_N "(cached) $ECHO_C" >&6
19113 else
19114 cat >conftest.$ac_ext <<_ACEOF
19115 /* confdefs.h. */
19116 _ACEOF
19117 cat confdefs.h >>conftest.$ac_ext
19118 cat >>conftest.$ac_ext <<_ACEOF
19119 /* end confdefs.h. */
19121 #include <sys/ioctl.h>
19122 #include <sys/types.h>
19123 #include <linux/joystick.h>
19125 struct js_event blub;
19126 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19127 #error "no 2.2 header"
19128 #endif
19131 main ()
19133 /*empty*/
19135 return 0;
19137 _ACEOF
19138 rm -f conftest.$ac_objext
19139 if { (ac_try="$ac_compile"
19140 case "(($ac_try" in
19141 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19142 *) ac_try_echo=$ac_try;;
19143 esac
19144 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19145 (eval "$ac_compile") 2>conftest.er1
19146 ac_status=$?
19147 grep -v '^ *+' conftest.er1 >conftest.err
19148 rm -f conftest.er1
19149 cat conftest.err >&5
19150 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19151 (exit $ac_status); } && {
19152 test -z "$ac_c_werror_flag" ||
19153 test ! -s conftest.err
19154 } && test -s conftest.$ac_objext; then
19155 wine_cv_linux_joystick_22_api=yes
19156 else
19157 echo "$as_me: failed program was:" >&5
19158 sed 's/^/| /' conftest.$ac_ext >&5
19160 wine_cv_linux_joystick_22_api=no
19163 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19166 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19167 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19168 if test "$wine_cv_linux_joystick_22_api" = "yes"
19169 then
19171 cat >>confdefs.h <<\_ACEOF
19172 #define HAVE_LINUX_22_JOYSTICK_API 1
19173 _ACEOF
19179 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19180 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19181 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19182 echo $ECHO_N "(cached) $ECHO_C" >&6
19183 else
19184 cat >conftest.$ac_ext <<_ACEOF
19185 /* confdefs.h. */
19186 _ACEOF
19187 cat confdefs.h >>conftest.$ac_ext
19188 cat >>conftest.$ac_ext <<_ACEOF
19189 /* end confdefs.h. */
19190 #include <sys/types.h>
19191 #ifdef HAVE_SYS_PARAM_H
19192 # include <sys/param.h>
19193 #endif
19194 #ifdef HAVE_SYS_MOUNT_H
19195 # include <sys/mount.h>
19196 #endif
19197 #ifdef HAVE_SYS_VFS_H
19198 # include <sys/vfs.h>
19199 #endif
19200 #ifdef HAVE_SYS_STATFS_H
19201 # include <sys/statfs.h>
19202 #endif
19205 main ()
19207 static struct statfs ac_aggr;
19208 if (ac_aggr.f_bfree)
19209 return 0;
19211 return 0;
19213 _ACEOF
19214 rm -f conftest.$ac_objext
19215 if { (ac_try="$ac_compile"
19216 case "(($ac_try" in
19217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19218 *) ac_try_echo=$ac_try;;
19219 esac
19220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19221 (eval "$ac_compile") 2>conftest.er1
19222 ac_status=$?
19223 grep -v '^ *+' conftest.er1 >conftest.err
19224 rm -f conftest.er1
19225 cat conftest.err >&5
19226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19227 (exit $ac_status); } && {
19228 test -z "$ac_c_werror_flag" ||
19229 test ! -s conftest.err
19230 } && test -s conftest.$ac_objext; then
19231 ac_cv_member_struct_statfs_f_bfree=yes
19232 else
19233 echo "$as_me: failed program was:" >&5
19234 sed 's/^/| /' conftest.$ac_ext >&5
19236 cat >conftest.$ac_ext <<_ACEOF
19237 /* confdefs.h. */
19238 _ACEOF
19239 cat confdefs.h >>conftest.$ac_ext
19240 cat >>conftest.$ac_ext <<_ACEOF
19241 /* end confdefs.h. */
19242 #include <sys/types.h>
19243 #ifdef HAVE_SYS_PARAM_H
19244 # include <sys/param.h>
19245 #endif
19246 #ifdef HAVE_SYS_MOUNT_H
19247 # include <sys/mount.h>
19248 #endif
19249 #ifdef HAVE_SYS_VFS_H
19250 # include <sys/vfs.h>
19251 #endif
19252 #ifdef HAVE_SYS_STATFS_H
19253 # include <sys/statfs.h>
19254 #endif
19257 main ()
19259 static struct statfs ac_aggr;
19260 if (sizeof ac_aggr.f_bfree)
19261 return 0;
19263 return 0;
19265 _ACEOF
19266 rm -f conftest.$ac_objext
19267 if { (ac_try="$ac_compile"
19268 case "(($ac_try" in
19269 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19270 *) ac_try_echo=$ac_try;;
19271 esac
19272 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19273 (eval "$ac_compile") 2>conftest.er1
19274 ac_status=$?
19275 grep -v '^ *+' conftest.er1 >conftest.err
19276 rm -f conftest.er1
19277 cat conftest.err >&5
19278 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19279 (exit $ac_status); } && {
19280 test -z "$ac_c_werror_flag" ||
19281 test ! -s conftest.err
19282 } && test -s conftest.$ac_objext; then
19283 ac_cv_member_struct_statfs_f_bfree=yes
19284 else
19285 echo "$as_me: failed program was:" >&5
19286 sed 's/^/| /' conftest.$ac_ext >&5
19288 ac_cv_member_struct_statfs_f_bfree=no
19291 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19294 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19296 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19297 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19298 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19300 cat >>confdefs.h <<_ACEOF
19301 #define HAVE_STRUCT_STATFS_F_BFREE 1
19302 _ACEOF
19306 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19307 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19308 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19309 echo $ECHO_N "(cached) $ECHO_C" >&6
19310 else
19311 cat >conftest.$ac_ext <<_ACEOF
19312 /* confdefs.h. */
19313 _ACEOF
19314 cat confdefs.h >>conftest.$ac_ext
19315 cat >>conftest.$ac_ext <<_ACEOF
19316 /* end confdefs.h. */
19317 #include <sys/types.h>
19318 #ifdef HAVE_SYS_PARAM_H
19319 # include <sys/param.h>
19320 #endif
19321 #ifdef HAVE_SYS_MOUNT_H
19322 # include <sys/mount.h>
19323 #endif
19324 #ifdef HAVE_SYS_VFS_H
19325 # include <sys/vfs.h>
19326 #endif
19327 #ifdef HAVE_SYS_STATFS_H
19328 # include <sys/statfs.h>
19329 #endif
19332 main ()
19334 static struct statfs ac_aggr;
19335 if (ac_aggr.f_bavail)
19336 return 0;
19338 return 0;
19340 _ACEOF
19341 rm -f conftest.$ac_objext
19342 if { (ac_try="$ac_compile"
19343 case "(($ac_try" in
19344 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19345 *) ac_try_echo=$ac_try;;
19346 esac
19347 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19348 (eval "$ac_compile") 2>conftest.er1
19349 ac_status=$?
19350 grep -v '^ *+' conftest.er1 >conftest.err
19351 rm -f conftest.er1
19352 cat conftest.err >&5
19353 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19354 (exit $ac_status); } && {
19355 test -z "$ac_c_werror_flag" ||
19356 test ! -s conftest.err
19357 } && test -s conftest.$ac_objext; then
19358 ac_cv_member_struct_statfs_f_bavail=yes
19359 else
19360 echo "$as_me: failed program was:" >&5
19361 sed 's/^/| /' conftest.$ac_ext >&5
19363 cat >conftest.$ac_ext <<_ACEOF
19364 /* confdefs.h. */
19365 _ACEOF
19366 cat confdefs.h >>conftest.$ac_ext
19367 cat >>conftest.$ac_ext <<_ACEOF
19368 /* end confdefs.h. */
19369 #include <sys/types.h>
19370 #ifdef HAVE_SYS_PARAM_H
19371 # include <sys/param.h>
19372 #endif
19373 #ifdef HAVE_SYS_MOUNT_H
19374 # include <sys/mount.h>
19375 #endif
19376 #ifdef HAVE_SYS_VFS_H
19377 # include <sys/vfs.h>
19378 #endif
19379 #ifdef HAVE_SYS_STATFS_H
19380 # include <sys/statfs.h>
19381 #endif
19384 main ()
19386 static struct statfs ac_aggr;
19387 if (sizeof ac_aggr.f_bavail)
19388 return 0;
19390 return 0;
19392 _ACEOF
19393 rm -f conftest.$ac_objext
19394 if { (ac_try="$ac_compile"
19395 case "(($ac_try" in
19396 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19397 *) ac_try_echo=$ac_try;;
19398 esac
19399 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19400 (eval "$ac_compile") 2>conftest.er1
19401 ac_status=$?
19402 grep -v '^ *+' conftest.er1 >conftest.err
19403 rm -f conftest.er1
19404 cat conftest.err >&5
19405 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19406 (exit $ac_status); } && {
19407 test -z "$ac_c_werror_flag" ||
19408 test ! -s conftest.err
19409 } && test -s conftest.$ac_objext; then
19410 ac_cv_member_struct_statfs_f_bavail=yes
19411 else
19412 echo "$as_me: failed program was:" >&5
19413 sed 's/^/| /' conftest.$ac_ext >&5
19415 ac_cv_member_struct_statfs_f_bavail=no
19418 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19421 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19423 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19424 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19425 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19427 cat >>confdefs.h <<_ACEOF
19428 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19429 _ACEOF
19433 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19434 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19435 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19436 echo $ECHO_N "(cached) $ECHO_C" >&6
19437 else
19438 cat >conftest.$ac_ext <<_ACEOF
19439 /* confdefs.h. */
19440 _ACEOF
19441 cat confdefs.h >>conftest.$ac_ext
19442 cat >>conftest.$ac_ext <<_ACEOF
19443 /* end confdefs.h. */
19444 #include <sys/types.h>
19445 #ifdef HAVE_SYS_PARAM_H
19446 # include <sys/param.h>
19447 #endif
19448 #ifdef HAVE_SYS_MOUNT_H
19449 # include <sys/mount.h>
19450 #endif
19451 #ifdef HAVE_SYS_VFS_H
19452 # include <sys/vfs.h>
19453 #endif
19454 #ifdef HAVE_SYS_STATFS_H
19455 # include <sys/statfs.h>
19456 #endif
19459 main ()
19461 static struct statfs ac_aggr;
19462 if (ac_aggr.f_frsize)
19463 return 0;
19465 return 0;
19467 _ACEOF
19468 rm -f conftest.$ac_objext
19469 if { (ac_try="$ac_compile"
19470 case "(($ac_try" in
19471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19472 *) ac_try_echo=$ac_try;;
19473 esac
19474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19475 (eval "$ac_compile") 2>conftest.er1
19476 ac_status=$?
19477 grep -v '^ *+' conftest.er1 >conftest.err
19478 rm -f conftest.er1
19479 cat conftest.err >&5
19480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19481 (exit $ac_status); } && {
19482 test -z "$ac_c_werror_flag" ||
19483 test ! -s conftest.err
19484 } && test -s conftest.$ac_objext; then
19485 ac_cv_member_struct_statfs_f_frsize=yes
19486 else
19487 echo "$as_me: failed program was:" >&5
19488 sed 's/^/| /' conftest.$ac_ext >&5
19490 cat >conftest.$ac_ext <<_ACEOF
19491 /* confdefs.h. */
19492 _ACEOF
19493 cat confdefs.h >>conftest.$ac_ext
19494 cat >>conftest.$ac_ext <<_ACEOF
19495 /* end confdefs.h. */
19496 #include <sys/types.h>
19497 #ifdef HAVE_SYS_PARAM_H
19498 # include <sys/param.h>
19499 #endif
19500 #ifdef HAVE_SYS_MOUNT_H
19501 # include <sys/mount.h>
19502 #endif
19503 #ifdef HAVE_SYS_VFS_H
19504 # include <sys/vfs.h>
19505 #endif
19506 #ifdef HAVE_SYS_STATFS_H
19507 # include <sys/statfs.h>
19508 #endif
19511 main ()
19513 static struct statfs ac_aggr;
19514 if (sizeof ac_aggr.f_frsize)
19515 return 0;
19517 return 0;
19519 _ACEOF
19520 rm -f conftest.$ac_objext
19521 if { (ac_try="$ac_compile"
19522 case "(($ac_try" in
19523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19524 *) ac_try_echo=$ac_try;;
19525 esac
19526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19527 (eval "$ac_compile") 2>conftest.er1
19528 ac_status=$?
19529 grep -v '^ *+' conftest.er1 >conftest.err
19530 rm -f conftest.er1
19531 cat conftest.err >&5
19532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19533 (exit $ac_status); } && {
19534 test -z "$ac_c_werror_flag" ||
19535 test ! -s conftest.err
19536 } && test -s conftest.$ac_objext; then
19537 ac_cv_member_struct_statfs_f_frsize=yes
19538 else
19539 echo "$as_me: failed program was:" >&5
19540 sed 's/^/| /' conftest.$ac_ext >&5
19542 ac_cv_member_struct_statfs_f_frsize=no
19545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19550 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19551 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19552 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19554 cat >>confdefs.h <<_ACEOF
19555 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19556 _ACEOF
19560 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19561 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19562 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19563 echo $ECHO_N "(cached) $ECHO_C" >&6
19564 else
19565 cat >conftest.$ac_ext <<_ACEOF
19566 /* confdefs.h. */
19567 _ACEOF
19568 cat confdefs.h >>conftest.$ac_ext
19569 cat >>conftest.$ac_ext <<_ACEOF
19570 /* end confdefs.h. */
19571 #include <sys/types.h>
19572 #ifdef HAVE_SYS_PARAM_H
19573 # include <sys/param.h>
19574 #endif
19575 #ifdef HAVE_SYS_MOUNT_H
19576 # include <sys/mount.h>
19577 #endif
19578 #ifdef HAVE_SYS_VFS_H
19579 # include <sys/vfs.h>
19580 #endif
19581 #ifdef HAVE_SYS_STATFS_H
19582 # include <sys/statfs.h>
19583 #endif
19586 main ()
19588 static struct statfs ac_aggr;
19589 if (ac_aggr.f_ffree)
19590 return 0;
19592 return 0;
19594 _ACEOF
19595 rm -f conftest.$ac_objext
19596 if { (ac_try="$ac_compile"
19597 case "(($ac_try" in
19598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19599 *) ac_try_echo=$ac_try;;
19600 esac
19601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19602 (eval "$ac_compile") 2>conftest.er1
19603 ac_status=$?
19604 grep -v '^ *+' conftest.er1 >conftest.err
19605 rm -f conftest.er1
19606 cat conftest.err >&5
19607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19608 (exit $ac_status); } && {
19609 test -z "$ac_c_werror_flag" ||
19610 test ! -s conftest.err
19611 } && test -s conftest.$ac_objext; then
19612 ac_cv_member_struct_statfs_f_ffree=yes
19613 else
19614 echo "$as_me: failed program was:" >&5
19615 sed 's/^/| /' conftest.$ac_ext >&5
19617 cat >conftest.$ac_ext <<_ACEOF
19618 /* confdefs.h. */
19619 _ACEOF
19620 cat confdefs.h >>conftest.$ac_ext
19621 cat >>conftest.$ac_ext <<_ACEOF
19622 /* end confdefs.h. */
19623 #include <sys/types.h>
19624 #ifdef HAVE_SYS_PARAM_H
19625 # include <sys/param.h>
19626 #endif
19627 #ifdef HAVE_SYS_MOUNT_H
19628 # include <sys/mount.h>
19629 #endif
19630 #ifdef HAVE_SYS_VFS_H
19631 # include <sys/vfs.h>
19632 #endif
19633 #ifdef HAVE_SYS_STATFS_H
19634 # include <sys/statfs.h>
19635 #endif
19638 main ()
19640 static struct statfs ac_aggr;
19641 if (sizeof ac_aggr.f_ffree)
19642 return 0;
19644 return 0;
19646 _ACEOF
19647 rm -f conftest.$ac_objext
19648 if { (ac_try="$ac_compile"
19649 case "(($ac_try" in
19650 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19651 *) ac_try_echo=$ac_try;;
19652 esac
19653 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19654 (eval "$ac_compile") 2>conftest.er1
19655 ac_status=$?
19656 grep -v '^ *+' conftest.er1 >conftest.err
19657 rm -f conftest.er1
19658 cat conftest.err >&5
19659 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19660 (exit $ac_status); } && {
19661 test -z "$ac_c_werror_flag" ||
19662 test ! -s conftest.err
19663 } && test -s conftest.$ac_objext; then
19664 ac_cv_member_struct_statfs_f_ffree=yes
19665 else
19666 echo "$as_me: failed program was:" >&5
19667 sed 's/^/| /' conftest.$ac_ext >&5
19669 ac_cv_member_struct_statfs_f_ffree=no
19672 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19675 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19677 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19678 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19679 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19681 cat >>confdefs.h <<_ACEOF
19682 #define HAVE_STRUCT_STATFS_F_FFREE 1
19683 _ACEOF
19687 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19688 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19689 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19690 echo $ECHO_N "(cached) $ECHO_C" >&6
19691 else
19692 cat >conftest.$ac_ext <<_ACEOF
19693 /* confdefs.h. */
19694 _ACEOF
19695 cat confdefs.h >>conftest.$ac_ext
19696 cat >>conftest.$ac_ext <<_ACEOF
19697 /* end confdefs.h. */
19698 #include <sys/types.h>
19699 #ifdef HAVE_SYS_PARAM_H
19700 # include <sys/param.h>
19701 #endif
19702 #ifdef HAVE_SYS_MOUNT_H
19703 # include <sys/mount.h>
19704 #endif
19705 #ifdef HAVE_SYS_VFS_H
19706 # include <sys/vfs.h>
19707 #endif
19708 #ifdef HAVE_SYS_STATFS_H
19709 # include <sys/statfs.h>
19710 #endif
19713 main ()
19715 static struct statfs ac_aggr;
19716 if (ac_aggr.f_favail)
19717 return 0;
19719 return 0;
19721 _ACEOF
19722 rm -f conftest.$ac_objext
19723 if { (ac_try="$ac_compile"
19724 case "(($ac_try" in
19725 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19726 *) ac_try_echo=$ac_try;;
19727 esac
19728 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19729 (eval "$ac_compile") 2>conftest.er1
19730 ac_status=$?
19731 grep -v '^ *+' conftest.er1 >conftest.err
19732 rm -f conftest.er1
19733 cat conftest.err >&5
19734 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19735 (exit $ac_status); } && {
19736 test -z "$ac_c_werror_flag" ||
19737 test ! -s conftest.err
19738 } && test -s conftest.$ac_objext; then
19739 ac_cv_member_struct_statfs_f_favail=yes
19740 else
19741 echo "$as_me: failed program was:" >&5
19742 sed 's/^/| /' conftest.$ac_ext >&5
19744 cat >conftest.$ac_ext <<_ACEOF
19745 /* confdefs.h. */
19746 _ACEOF
19747 cat confdefs.h >>conftest.$ac_ext
19748 cat >>conftest.$ac_ext <<_ACEOF
19749 /* end confdefs.h. */
19750 #include <sys/types.h>
19751 #ifdef HAVE_SYS_PARAM_H
19752 # include <sys/param.h>
19753 #endif
19754 #ifdef HAVE_SYS_MOUNT_H
19755 # include <sys/mount.h>
19756 #endif
19757 #ifdef HAVE_SYS_VFS_H
19758 # include <sys/vfs.h>
19759 #endif
19760 #ifdef HAVE_SYS_STATFS_H
19761 # include <sys/statfs.h>
19762 #endif
19765 main ()
19767 static struct statfs ac_aggr;
19768 if (sizeof ac_aggr.f_favail)
19769 return 0;
19771 return 0;
19773 _ACEOF
19774 rm -f conftest.$ac_objext
19775 if { (ac_try="$ac_compile"
19776 case "(($ac_try" in
19777 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19778 *) ac_try_echo=$ac_try;;
19779 esac
19780 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19781 (eval "$ac_compile") 2>conftest.er1
19782 ac_status=$?
19783 grep -v '^ *+' conftest.er1 >conftest.err
19784 rm -f conftest.er1
19785 cat conftest.err >&5
19786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19787 (exit $ac_status); } && {
19788 test -z "$ac_c_werror_flag" ||
19789 test ! -s conftest.err
19790 } && test -s conftest.$ac_objext; then
19791 ac_cv_member_struct_statfs_f_favail=yes
19792 else
19793 echo "$as_me: failed program was:" >&5
19794 sed 's/^/| /' conftest.$ac_ext >&5
19796 ac_cv_member_struct_statfs_f_favail=no
19799 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19802 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19804 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
19805 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
19806 if test $ac_cv_member_struct_statfs_f_favail = yes; then
19808 cat >>confdefs.h <<_ACEOF
19809 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
19810 _ACEOF
19814 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
19815 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
19816 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
19817 echo $ECHO_N "(cached) $ECHO_C" >&6
19818 else
19819 cat >conftest.$ac_ext <<_ACEOF
19820 /* confdefs.h. */
19821 _ACEOF
19822 cat confdefs.h >>conftest.$ac_ext
19823 cat >>conftest.$ac_ext <<_ACEOF
19824 /* end confdefs.h. */
19825 #include <sys/types.h>
19826 #ifdef HAVE_SYS_PARAM_H
19827 # include <sys/param.h>
19828 #endif
19829 #ifdef HAVE_SYS_MOUNT_H
19830 # include <sys/mount.h>
19831 #endif
19832 #ifdef HAVE_SYS_VFS_H
19833 # include <sys/vfs.h>
19834 #endif
19835 #ifdef HAVE_SYS_STATFS_H
19836 # include <sys/statfs.h>
19837 #endif
19840 main ()
19842 static struct statfs ac_aggr;
19843 if (ac_aggr.f_namelen)
19844 return 0;
19846 return 0;
19848 _ACEOF
19849 rm -f conftest.$ac_objext
19850 if { (ac_try="$ac_compile"
19851 case "(($ac_try" in
19852 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19853 *) ac_try_echo=$ac_try;;
19854 esac
19855 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19856 (eval "$ac_compile") 2>conftest.er1
19857 ac_status=$?
19858 grep -v '^ *+' conftest.er1 >conftest.err
19859 rm -f conftest.er1
19860 cat conftest.err >&5
19861 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19862 (exit $ac_status); } && {
19863 test -z "$ac_c_werror_flag" ||
19864 test ! -s conftest.err
19865 } && test -s conftest.$ac_objext; then
19866 ac_cv_member_struct_statfs_f_namelen=yes
19867 else
19868 echo "$as_me: failed program was:" >&5
19869 sed 's/^/| /' conftest.$ac_ext >&5
19871 cat >conftest.$ac_ext <<_ACEOF
19872 /* confdefs.h. */
19873 _ACEOF
19874 cat confdefs.h >>conftest.$ac_ext
19875 cat >>conftest.$ac_ext <<_ACEOF
19876 /* end confdefs.h. */
19877 #include <sys/types.h>
19878 #ifdef HAVE_SYS_PARAM_H
19879 # include <sys/param.h>
19880 #endif
19881 #ifdef HAVE_SYS_MOUNT_H
19882 # include <sys/mount.h>
19883 #endif
19884 #ifdef HAVE_SYS_VFS_H
19885 # include <sys/vfs.h>
19886 #endif
19887 #ifdef HAVE_SYS_STATFS_H
19888 # include <sys/statfs.h>
19889 #endif
19892 main ()
19894 static struct statfs ac_aggr;
19895 if (sizeof ac_aggr.f_namelen)
19896 return 0;
19898 return 0;
19900 _ACEOF
19901 rm -f conftest.$ac_objext
19902 if { (ac_try="$ac_compile"
19903 case "(($ac_try" in
19904 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19905 *) ac_try_echo=$ac_try;;
19906 esac
19907 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19908 (eval "$ac_compile") 2>conftest.er1
19909 ac_status=$?
19910 grep -v '^ *+' conftest.er1 >conftest.err
19911 rm -f conftest.er1
19912 cat conftest.err >&5
19913 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19914 (exit $ac_status); } && {
19915 test -z "$ac_c_werror_flag" ||
19916 test ! -s conftest.err
19917 } && test -s conftest.$ac_objext; then
19918 ac_cv_member_struct_statfs_f_namelen=yes
19919 else
19920 echo "$as_me: failed program was:" >&5
19921 sed 's/^/| /' conftest.$ac_ext >&5
19923 ac_cv_member_struct_statfs_f_namelen=no
19926 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19929 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19931 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
19932 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
19933 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
19935 cat >>confdefs.h <<_ACEOF
19936 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
19937 _ACEOF
19943 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
19944 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
19945 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
19946 echo $ECHO_N "(cached) $ECHO_C" >&6
19947 else
19948 cat >conftest.$ac_ext <<_ACEOF
19949 /* confdefs.h. */
19950 _ACEOF
19951 cat confdefs.h >>conftest.$ac_ext
19952 cat >>conftest.$ac_ext <<_ACEOF
19953 /* end confdefs.h. */
19954 #ifdef HAVE_SYS_STATVFS_H
19955 #include <sys/statvfs.h>
19956 #endif
19959 main ()
19961 static struct statvfs ac_aggr;
19962 if (ac_aggr.f_blocks)
19963 return 0;
19965 return 0;
19967 _ACEOF
19968 rm -f conftest.$ac_objext
19969 if { (ac_try="$ac_compile"
19970 case "(($ac_try" in
19971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19972 *) ac_try_echo=$ac_try;;
19973 esac
19974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19975 (eval "$ac_compile") 2>conftest.er1
19976 ac_status=$?
19977 grep -v '^ *+' conftest.er1 >conftest.err
19978 rm -f conftest.er1
19979 cat conftest.err >&5
19980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19981 (exit $ac_status); } && {
19982 test -z "$ac_c_werror_flag" ||
19983 test ! -s conftest.err
19984 } && test -s conftest.$ac_objext; then
19985 ac_cv_member_struct_statvfs_f_blocks=yes
19986 else
19987 echo "$as_me: failed program was:" >&5
19988 sed 's/^/| /' conftest.$ac_ext >&5
19990 cat >conftest.$ac_ext <<_ACEOF
19991 /* confdefs.h. */
19992 _ACEOF
19993 cat confdefs.h >>conftest.$ac_ext
19994 cat >>conftest.$ac_ext <<_ACEOF
19995 /* end confdefs.h. */
19996 #ifdef HAVE_SYS_STATVFS_H
19997 #include <sys/statvfs.h>
19998 #endif
20001 main ()
20003 static struct statvfs ac_aggr;
20004 if (sizeof ac_aggr.f_blocks)
20005 return 0;
20007 return 0;
20009 _ACEOF
20010 rm -f conftest.$ac_objext
20011 if { (ac_try="$ac_compile"
20012 case "(($ac_try" in
20013 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20014 *) ac_try_echo=$ac_try;;
20015 esac
20016 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20017 (eval "$ac_compile") 2>conftest.er1
20018 ac_status=$?
20019 grep -v '^ *+' conftest.er1 >conftest.err
20020 rm -f conftest.er1
20021 cat conftest.err >&5
20022 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20023 (exit $ac_status); } && {
20024 test -z "$ac_c_werror_flag" ||
20025 test ! -s conftest.err
20026 } && test -s conftest.$ac_objext; then
20027 ac_cv_member_struct_statvfs_f_blocks=yes
20028 else
20029 echo "$as_me: failed program was:" >&5
20030 sed 's/^/| /' conftest.$ac_ext >&5
20032 ac_cv_member_struct_statvfs_f_blocks=no
20035 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20038 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20040 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20041 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20042 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20044 cat >>confdefs.h <<_ACEOF
20045 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20046 _ACEOF
20052 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20053 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20054 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20055 echo $ECHO_N "(cached) $ECHO_C" >&6
20056 else
20057 cat >conftest.$ac_ext <<_ACEOF
20058 /* confdefs.h. */
20059 _ACEOF
20060 cat confdefs.h >>conftest.$ac_ext
20061 cat >>conftest.$ac_ext <<_ACEOF
20062 /* end confdefs.h. */
20063 #include <sys/types.h>
20064 #ifdef HAVE_SYS_SOCKET_H
20065 # include <sys/socket.h>
20066 #endif
20067 #ifdef HAVE_SYS_UN_H
20068 # include <sys/un.h>
20069 #endif
20072 main ()
20074 static struct msghdr ac_aggr;
20075 if (ac_aggr.msg_accrights)
20076 return 0;
20078 return 0;
20080 _ACEOF
20081 rm -f conftest.$ac_objext
20082 if { (ac_try="$ac_compile"
20083 case "(($ac_try" in
20084 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20085 *) ac_try_echo=$ac_try;;
20086 esac
20087 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20088 (eval "$ac_compile") 2>conftest.er1
20089 ac_status=$?
20090 grep -v '^ *+' conftest.er1 >conftest.err
20091 rm -f conftest.er1
20092 cat conftest.err >&5
20093 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20094 (exit $ac_status); } && {
20095 test -z "$ac_c_werror_flag" ||
20096 test ! -s conftest.err
20097 } && test -s conftest.$ac_objext; then
20098 ac_cv_member_struct_msghdr_msg_accrights=yes
20099 else
20100 echo "$as_me: failed program was:" >&5
20101 sed 's/^/| /' conftest.$ac_ext >&5
20103 cat >conftest.$ac_ext <<_ACEOF
20104 /* confdefs.h. */
20105 _ACEOF
20106 cat confdefs.h >>conftest.$ac_ext
20107 cat >>conftest.$ac_ext <<_ACEOF
20108 /* end confdefs.h. */
20109 #include <sys/types.h>
20110 #ifdef HAVE_SYS_SOCKET_H
20111 # include <sys/socket.h>
20112 #endif
20113 #ifdef HAVE_SYS_UN_H
20114 # include <sys/un.h>
20115 #endif
20118 main ()
20120 static struct msghdr ac_aggr;
20121 if (sizeof ac_aggr.msg_accrights)
20122 return 0;
20124 return 0;
20126 _ACEOF
20127 rm -f conftest.$ac_objext
20128 if { (ac_try="$ac_compile"
20129 case "(($ac_try" in
20130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20131 *) ac_try_echo=$ac_try;;
20132 esac
20133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20134 (eval "$ac_compile") 2>conftest.er1
20135 ac_status=$?
20136 grep -v '^ *+' conftest.er1 >conftest.err
20137 rm -f conftest.er1
20138 cat conftest.err >&5
20139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20140 (exit $ac_status); } && {
20141 test -z "$ac_c_werror_flag" ||
20142 test ! -s conftest.err
20143 } && test -s conftest.$ac_objext; then
20144 ac_cv_member_struct_msghdr_msg_accrights=yes
20145 else
20146 echo "$as_me: failed program was:" >&5
20147 sed 's/^/| /' conftest.$ac_ext >&5
20149 ac_cv_member_struct_msghdr_msg_accrights=no
20152 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20155 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20157 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20158 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20159 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20161 cat >>confdefs.h <<_ACEOF
20162 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20163 _ACEOF
20167 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20168 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20169 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20170 echo $ECHO_N "(cached) $ECHO_C" >&6
20171 else
20172 cat >conftest.$ac_ext <<_ACEOF
20173 /* confdefs.h. */
20174 _ACEOF
20175 cat confdefs.h >>conftest.$ac_ext
20176 cat >>conftest.$ac_ext <<_ACEOF
20177 /* end confdefs.h. */
20178 #include <sys/types.h>
20179 #ifdef HAVE_SYS_SOCKET_H
20180 # include <sys/socket.h>
20181 #endif
20182 #ifdef HAVE_SYS_UN_H
20183 # include <sys/un.h>
20184 #endif
20187 main ()
20189 static struct sockaddr ac_aggr;
20190 if (ac_aggr.sa_len)
20191 return 0;
20193 return 0;
20195 _ACEOF
20196 rm -f conftest.$ac_objext
20197 if { (ac_try="$ac_compile"
20198 case "(($ac_try" in
20199 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20200 *) ac_try_echo=$ac_try;;
20201 esac
20202 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20203 (eval "$ac_compile") 2>conftest.er1
20204 ac_status=$?
20205 grep -v '^ *+' conftest.er1 >conftest.err
20206 rm -f conftest.er1
20207 cat conftest.err >&5
20208 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20209 (exit $ac_status); } && {
20210 test -z "$ac_c_werror_flag" ||
20211 test ! -s conftest.err
20212 } && test -s conftest.$ac_objext; then
20213 ac_cv_member_struct_sockaddr_sa_len=yes
20214 else
20215 echo "$as_me: failed program was:" >&5
20216 sed 's/^/| /' conftest.$ac_ext >&5
20218 cat >conftest.$ac_ext <<_ACEOF
20219 /* confdefs.h. */
20220 _ACEOF
20221 cat confdefs.h >>conftest.$ac_ext
20222 cat >>conftest.$ac_ext <<_ACEOF
20223 /* end confdefs.h. */
20224 #include <sys/types.h>
20225 #ifdef HAVE_SYS_SOCKET_H
20226 # include <sys/socket.h>
20227 #endif
20228 #ifdef HAVE_SYS_UN_H
20229 # include <sys/un.h>
20230 #endif
20233 main ()
20235 static struct sockaddr ac_aggr;
20236 if (sizeof ac_aggr.sa_len)
20237 return 0;
20239 return 0;
20241 _ACEOF
20242 rm -f conftest.$ac_objext
20243 if { (ac_try="$ac_compile"
20244 case "(($ac_try" in
20245 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20246 *) ac_try_echo=$ac_try;;
20247 esac
20248 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20249 (eval "$ac_compile") 2>conftest.er1
20250 ac_status=$?
20251 grep -v '^ *+' conftest.er1 >conftest.err
20252 rm -f conftest.er1
20253 cat conftest.err >&5
20254 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20255 (exit $ac_status); } && {
20256 test -z "$ac_c_werror_flag" ||
20257 test ! -s conftest.err
20258 } && test -s conftest.$ac_objext; then
20259 ac_cv_member_struct_sockaddr_sa_len=yes
20260 else
20261 echo "$as_me: failed program was:" >&5
20262 sed 's/^/| /' conftest.$ac_ext >&5
20264 ac_cv_member_struct_sockaddr_sa_len=no
20267 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20270 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20272 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20273 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20274 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20276 cat >>confdefs.h <<_ACEOF
20277 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20278 _ACEOF
20282 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20283 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20284 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20285 echo $ECHO_N "(cached) $ECHO_C" >&6
20286 else
20287 cat >conftest.$ac_ext <<_ACEOF
20288 /* confdefs.h. */
20289 _ACEOF
20290 cat confdefs.h >>conftest.$ac_ext
20291 cat >>conftest.$ac_ext <<_ACEOF
20292 /* end confdefs.h. */
20293 #include <sys/types.h>
20294 #ifdef HAVE_SYS_SOCKET_H
20295 # include <sys/socket.h>
20296 #endif
20297 #ifdef HAVE_SYS_UN_H
20298 # include <sys/un.h>
20299 #endif
20302 main ()
20304 static struct sockaddr_un ac_aggr;
20305 if (ac_aggr.sun_len)
20306 return 0;
20308 return 0;
20310 _ACEOF
20311 rm -f conftest.$ac_objext
20312 if { (ac_try="$ac_compile"
20313 case "(($ac_try" in
20314 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20315 *) ac_try_echo=$ac_try;;
20316 esac
20317 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20318 (eval "$ac_compile") 2>conftest.er1
20319 ac_status=$?
20320 grep -v '^ *+' conftest.er1 >conftest.err
20321 rm -f conftest.er1
20322 cat conftest.err >&5
20323 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20324 (exit $ac_status); } && {
20325 test -z "$ac_c_werror_flag" ||
20326 test ! -s conftest.err
20327 } && test -s conftest.$ac_objext; then
20328 ac_cv_member_struct_sockaddr_un_sun_len=yes
20329 else
20330 echo "$as_me: failed program was:" >&5
20331 sed 's/^/| /' conftest.$ac_ext >&5
20333 cat >conftest.$ac_ext <<_ACEOF
20334 /* confdefs.h. */
20335 _ACEOF
20336 cat confdefs.h >>conftest.$ac_ext
20337 cat >>conftest.$ac_ext <<_ACEOF
20338 /* end confdefs.h. */
20339 #include <sys/types.h>
20340 #ifdef HAVE_SYS_SOCKET_H
20341 # include <sys/socket.h>
20342 #endif
20343 #ifdef HAVE_SYS_UN_H
20344 # include <sys/un.h>
20345 #endif
20348 main ()
20350 static struct sockaddr_un ac_aggr;
20351 if (sizeof ac_aggr.sun_len)
20352 return 0;
20354 return 0;
20356 _ACEOF
20357 rm -f conftest.$ac_objext
20358 if { (ac_try="$ac_compile"
20359 case "(($ac_try" in
20360 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20361 *) ac_try_echo=$ac_try;;
20362 esac
20363 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20364 (eval "$ac_compile") 2>conftest.er1
20365 ac_status=$?
20366 grep -v '^ *+' conftest.er1 >conftest.err
20367 rm -f conftest.er1
20368 cat conftest.err >&5
20369 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20370 (exit $ac_status); } && {
20371 test -z "$ac_c_werror_flag" ||
20372 test ! -s conftest.err
20373 } && test -s conftest.$ac_objext; then
20374 ac_cv_member_struct_sockaddr_un_sun_len=yes
20375 else
20376 echo "$as_me: failed program was:" >&5
20377 sed 's/^/| /' conftest.$ac_ext >&5
20379 ac_cv_member_struct_sockaddr_un_sun_len=no
20382 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20385 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20387 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20388 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20389 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20391 cat >>confdefs.h <<_ACEOF
20392 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20393 _ACEOF
20399 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20400 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20401 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20402 echo $ECHO_N "(cached) $ECHO_C" >&6
20403 else
20404 cat >conftest.$ac_ext <<_ACEOF
20405 /* confdefs.h. */
20406 _ACEOF
20407 cat confdefs.h >>conftest.$ac_ext
20408 cat >>conftest.$ac_ext <<_ACEOF
20409 /* end confdefs.h. */
20410 #include <sys/types.h>
20411 #ifdef HAVE_SCSI_SG_H
20412 #include <scsi/sg.h>
20413 #endif
20416 main ()
20418 static scsireq_t ac_aggr;
20419 if (ac_aggr.cmd)
20420 return 0;
20422 return 0;
20424 _ACEOF
20425 rm -f conftest.$ac_objext
20426 if { (ac_try="$ac_compile"
20427 case "(($ac_try" in
20428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20429 *) ac_try_echo=$ac_try;;
20430 esac
20431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20432 (eval "$ac_compile") 2>conftest.er1
20433 ac_status=$?
20434 grep -v '^ *+' conftest.er1 >conftest.err
20435 rm -f conftest.er1
20436 cat conftest.err >&5
20437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20438 (exit $ac_status); } && {
20439 test -z "$ac_c_werror_flag" ||
20440 test ! -s conftest.err
20441 } && test -s conftest.$ac_objext; then
20442 ac_cv_member_scsireq_t_cmd=yes
20443 else
20444 echo "$as_me: failed program was:" >&5
20445 sed 's/^/| /' conftest.$ac_ext >&5
20447 cat >conftest.$ac_ext <<_ACEOF
20448 /* confdefs.h. */
20449 _ACEOF
20450 cat confdefs.h >>conftest.$ac_ext
20451 cat >>conftest.$ac_ext <<_ACEOF
20452 /* end confdefs.h. */
20453 #include <sys/types.h>
20454 #ifdef HAVE_SCSI_SG_H
20455 #include <scsi/sg.h>
20456 #endif
20459 main ()
20461 static scsireq_t ac_aggr;
20462 if (sizeof ac_aggr.cmd)
20463 return 0;
20465 return 0;
20467 _ACEOF
20468 rm -f conftest.$ac_objext
20469 if { (ac_try="$ac_compile"
20470 case "(($ac_try" in
20471 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20472 *) ac_try_echo=$ac_try;;
20473 esac
20474 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20475 (eval "$ac_compile") 2>conftest.er1
20476 ac_status=$?
20477 grep -v '^ *+' conftest.er1 >conftest.err
20478 rm -f conftest.er1
20479 cat conftest.err >&5
20480 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20481 (exit $ac_status); } && {
20482 test -z "$ac_c_werror_flag" ||
20483 test ! -s conftest.err
20484 } && test -s conftest.$ac_objext; then
20485 ac_cv_member_scsireq_t_cmd=yes
20486 else
20487 echo "$as_me: failed program was:" >&5
20488 sed 's/^/| /' conftest.$ac_ext >&5
20490 ac_cv_member_scsireq_t_cmd=no
20493 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20496 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20498 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20499 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20500 if test $ac_cv_member_scsireq_t_cmd = yes; then
20502 cat >>confdefs.h <<_ACEOF
20503 #define HAVE_SCSIREQ_T_CMD 1
20504 _ACEOF
20508 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20509 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20510 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20511 echo $ECHO_N "(cached) $ECHO_C" >&6
20512 else
20513 cat >conftest.$ac_ext <<_ACEOF
20514 /* confdefs.h. */
20515 _ACEOF
20516 cat confdefs.h >>conftest.$ac_ext
20517 cat >>conftest.$ac_ext <<_ACEOF
20518 /* end confdefs.h. */
20519 #include <sys/types.h>
20520 #ifdef HAVE_SCSI_SG_H
20521 #include <scsi/sg.h>
20522 #endif
20525 main ()
20527 static sg_io_hdr_t ac_aggr;
20528 if (ac_aggr.interface_id)
20529 return 0;
20531 return 0;
20533 _ACEOF
20534 rm -f conftest.$ac_objext
20535 if { (ac_try="$ac_compile"
20536 case "(($ac_try" in
20537 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20538 *) ac_try_echo=$ac_try;;
20539 esac
20540 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20541 (eval "$ac_compile") 2>conftest.er1
20542 ac_status=$?
20543 grep -v '^ *+' conftest.er1 >conftest.err
20544 rm -f conftest.er1
20545 cat conftest.err >&5
20546 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20547 (exit $ac_status); } && {
20548 test -z "$ac_c_werror_flag" ||
20549 test ! -s conftest.err
20550 } && test -s conftest.$ac_objext; then
20551 ac_cv_member_sg_io_hdr_t_interface_id=yes
20552 else
20553 echo "$as_me: failed program was:" >&5
20554 sed 's/^/| /' conftest.$ac_ext >&5
20556 cat >conftest.$ac_ext <<_ACEOF
20557 /* confdefs.h. */
20558 _ACEOF
20559 cat confdefs.h >>conftest.$ac_ext
20560 cat >>conftest.$ac_ext <<_ACEOF
20561 /* end confdefs.h. */
20562 #include <sys/types.h>
20563 #ifdef HAVE_SCSI_SG_H
20564 #include <scsi/sg.h>
20565 #endif
20568 main ()
20570 static sg_io_hdr_t ac_aggr;
20571 if (sizeof ac_aggr.interface_id)
20572 return 0;
20574 return 0;
20576 _ACEOF
20577 rm -f conftest.$ac_objext
20578 if { (ac_try="$ac_compile"
20579 case "(($ac_try" in
20580 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20581 *) ac_try_echo=$ac_try;;
20582 esac
20583 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20584 (eval "$ac_compile") 2>conftest.er1
20585 ac_status=$?
20586 grep -v '^ *+' conftest.er1 >conftest.err
20587 rm -f conftest.er1
20588 cat conftest.err >&5
20589 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20590 (exit $ac_status); } && {
20591 test -z "$ac_c_werror_flag" ||
20592 test ! -s conftest.err
20593 } && test -s conftest.$ac_objext; then
20594 ac_cv_member_sg_io_hdr_t_interface_id=yes
20595 else
20596 echo "$as_me: failed program was:" >&5
20597 sed 's/^/| /' conftest.$ac_ext >&5
20599 ac_cv_member_sg_io_hdr_t_interface_id=no
20602 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20605 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20607 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20608 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20609 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20611 cat >>confdefs.h <<_ACEOF
20612 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20613 _ACEOF
20619 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20620 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20621 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20622 echo $ECHO_N "(cached) $ECHO_C" >&6
20623 else
20624 cat >conftest.$ac_ext <<_ACEOF
20625 /* confdefs.h. */
20626 _ACEOF
20627 cat confdefs.h >>conftest.$ac_ext
20628 cat >>conftest.$ac_ext <<_ACEOF
20629 /* end confdefs.h. */
20630 #include <signal.h>
20633 main ()
20635 static siginfo_t ac_aggr;
20636 if (ac_aggr.si_fd)
20637 return 0;
20639 return 0;
20641 _ACEOF
20642 rm -f conftest.$ac_objext
20643 if { (ac_try="$ac_compile"
20644 case "(($ac_try" in
20645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20646 *) ac_try_echo=$ac_try;;
20647 esac
20648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20649 (eval "$ac_compile") 2>conftest.er1
20650 ac_status=$?
20651 grep -v '^ *+' conftest.er1 >conftest.err
20652 rm -f conftest.er1
20653 cat conftest.err >&5
20654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20655 (exit $ac_status); } && {
20656 test -z "$ac_c_werror_flag" ||
20657 test ! -s conftest.err
20658 } && test -s conftest.$ac_objext; then
20659 ac_cv_member_siginfo_t_si_fd=yes
20660 else
20661 echo "$as_me: failed program was:" >&5
20662 sed 's/^/| /' conftest.$ac_ext >&5
20664 cat >conftest.$ac_ext <<_ACEOF
20665 /* confdefs.h. */
20666 _ACEOF
20667 cat confdefs.h >>conftest.$ac_ext
20668 cat >>conftest.$ac_ext <<_ACEOF
20669 /* end confdefs.h. */
20670 #include <signal.h>
20673 main ()
20675 static siginfo_t ac_aggr;
20676 if (sizeof ac_aggr.si_fd)
20677 return 0;
20679 return 0;
20681 _ACEOF
20682 rm -f conftest.$ac_objext
20683 if { (ac_try="$ac_compile"
20684 case "(($ac_try" in
20685 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20686 *) ac_try_echo=$ac_try;;
20687 esac
20688 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20689 (eval "$ac_compile") 2>conftest.er1
20690 ac_status=$?
20691 grep -v '^ *+' conftest.er1 >conftest.err
20692 rm -f conftest.er1
20693 cat conftest.err >&5
20694 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20695 (exit $ac_status); } && {
20696 test -z "$ac_c_werror_flag" ||
20697 test ! -s conftest.err
20698 } && test -s conftest.$ac_objext; then
20699 ac_cv_member_siginfo_t_si_fd=yes
20700 else
20701 echo "$as_me: failed program was:" >&5
20702 sed 's/^/| /' conftest.$ac_ext >&5
20704 ac_cv_member_siginfo_t_si_fd=no
20707 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20710 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20712 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20713 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20714 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20716 cat >>confdefs.h <<_ACEOF
20717 #define HAVE_SIGINFO_T_SI_FD 1
20718 _ACEOF
20724 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
20725 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
20726 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
20727 echo $ECHO_N "(cached) $ECHO_C" >&6
20728 else
20729 cat >conftest.$ac_ext <<_ACEOF
20730 /* confdefs.h. */
20731 _ACEOF
20732 cat confdefs.h >>conftest.$ac_ext
20733 cat >>conftest.$ac_ext <<_ACEOF
20734 /* end confdefs.h. */
20735 #include <sys/types.h>
20736 #ifdef HAVE_SYS_MTIO_H
20737 #include <sys/mtio.h>
20738 #endif
20741 main ()
20743 static struct mtget ac_aggr;
20744 if (ac_aggr.mt_blksiz)
20745 return 0;
20747 return 0;
20749 _ACEOF
20750 rm -f conftest.$ac_objext
20751 if { (ac_try="$ac_compile"
20752 case "(($ac_try" in
20753 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20754 *) ac_try_echo=$ac_try;;
20755 esac
20756 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20757 (eval "$ac_compile") 2>conftest.er1
20758 ac_status=$?
20759 grep -v '^ *+' conftest.er1 >conftest.err
20760 rm -f conftest.er1
20761 cat conftest.err >&5
20762 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20763 (exit $ac_status); } && {
20764 test -z "$ac_c_werror_flag" ||
20765 test ! -s conftest.err
20766 } && test -s conftest.$ac_objext; then
20767 ac_cv_member_struct_mtget_mt_blksiz=yes
20768 else
20769 echo "$as_me: failed program was:" >&5
20770 sed 's/^/| /' conftest.$ac_ext >&5
20772 cat >conftest.$ac_ext <<_ACEOF
20773 /* confdefs.h. */
20774 _ACEOF
20775 cat confdefs.h >>conftest.$ac_ext
20776 cat >>conftest.$ac_ext <<_ACEOF
20777 /* end confdefs.h. */
20778 #include <sys/types.h>
20779 #ifdef HAVE_SYS_MTIO_H
20780 #include <sys/mtio.h>
20781 #endif
20784 main ()
20786 static struct mtget ac_aggr;
20787 if (sizeof ac_aggr.mt_blksiz)
20788 return 0;
20790 return 0;
20792 _ACEOF
20793 rm -f conftest.$ac_objext
20794 if { (ac_try="$ac_compile"
20795 case "(($ac_try" in
20796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20797 *) ac_try_echo=$ac_try;;
20798 esac
20799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20800 (eval "$ac_compile") 2>conftest.er1
20801 ac_status=$?
20802 grep -v '^ *+' conftest.er1 >conftest.err
20803 rm -f conftest.er1
20804 cat conftest.err >&5
20805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20806 (exit $ac_status); } && {
20807 test -z "$ac_c_werror_flag" ||
20808 test ! -s conftest.err
20809 } && test -s conftest.$ac_objext; then
20810 ac_cv_member_struct_mtget_mt_blksiz=yes
20811 else
20812 echo "$as_me: failed program was:" >&5
20813 sed 's/^/| /' conftest.$ac_ext >&5
20815 ac_cv_member_struct_mtget_mt_blksiz=no
20818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20821 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20823 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
20824 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
20825 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
20827 cat >>confdefs.h <<_ACEOF
20828 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
20829 _ACEOF
20833 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
20834 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
20835 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
20836 echo $ECHO_N "(cached) $ECHO_C" >&6
20837 else
20838 cat >conftest.$ac_ext <<_ACEOF
20839 /* confdefs.h. */
20840 _ACEOF
20841 cat confdefs.h >>conftest.$ac_ext
20842 cat >>conftest.$ac_ext <<_ACEOF
20843 /* end confdefs.h. */
20844 #include <sys/types.h>
20845 #ifdef HAVE_SYS_MTIO_H
20846 #include <sys/mtio.h>
20847 #endif
20850 main ()
20852 static struct mtget ac_aggr;
20853 if (ac_aggr.mt_gstat)
20854 return 0;
20856 return 0;
20858 _ACEOF
20859 rm -f conftest.$ac_objext
20860 if { (ac_try="$ac_compile"
20861 case "(($ac_try" in
20862 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20863 *) ac_try_echo=$ac_try;;
20864 esac
20865 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20866 (eval "$ac_compile") 2>conftest.er1
20867 ac_status=$?
20868 grep -v '^ *+' conftest.er1 >conftest.err
20869 rm -f conftest.er1
20870 cat conftest.err >&5
20871 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20872 (exit $ac_status); } && {
20873 test -z "$ac_c_werror_flag" ||
20874 test ! -s conftest.err
20875 } && test -s conftest.$ac_objext; then
20876 ac_cv_member_struct_mtget_mt_gstat=yes
20877 else
20878 echo "$as_me: failed program was:" >&5
20879 sed 's/^/| /' conftest.$ac_ext >&5
20881 cat >conftest.$ac_ext <<_ACEOF
20882 /* confdefs.h. */
20883 _ACEOF
20884 cat confdefs.h >>conftest.$ac_ext
20885 cat >>conftest.$ac_ext <<_ACEOF
20886 /* end confdefs.h. */
20887 #include <sys/types.h>
20888 #ifdef HAVE_SYS_MTIO_H
20889 #include <sys/mtio.h>
20890 #endif
20893 main ()
20895 static struct mtget ac_aggr;
20896 if (sizeof ac_aggr.mt_gstat)
20897 return 0;
20899 return 0;
20901 _ACEOF
20902 rm -f conftest.$ac_objext
20903 if { (ac_try="$ac_compile"
20904 case "(($ac_try" in
20905 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20906 *) ac_try_echo=$ac_try;;
20907 esac
20908 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20909 (eval "$ac_compile") 2>conftest.er1
20910 ac_status=$?
20911 grep -v '^ *+' conftest.er1 >conftest.err
20912 rm -f conftest.er1
20913 cat conftest.err >&5
20914 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20915 (exit $ac_status); } && {
20916 test -z "$ac_c_werror_flag" ||
20917 test ! -s conftest.err
20918 } && test -s conftest.$ac_objext; then
20919 ac_cv_member_struct_mtget_mt_gstat=yes
20920 else
20921 echo "$as_me: failed program was:" >&5
20922 sed 's/^/| /' conftest.$ac_ext >&5
20924 ac_cv_member_struct_mtget_mt_gstat=no
20927 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20930 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20932 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
20933 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
20934 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
20936 cat >>confdefs.h <<_ACEOF
20937 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
20938 _ACEOF
20942 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
20943 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
20944 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
20945 echo $ECHO_N "(cached) $ECHO_C" >&6
20946 else
20947 cat >conftest.$ac_ext <<_ACEOF
20948 /* confdefs.h. */
20949 _ACEOF
20950 cat confdefs.h >>conftest.$ac_ext
20951 cat >>conftest.$ac_ext <<_ACEOF
20952 /* end confdefs.h. */
20953 #include <sys/types.h>
20954 #ifdef HAVE_SYS_MTIO_H
20955 #include <sys/mtio.h>
20956 #endif
20959 main ()
20961 static struct mtget ac_aggr;
20962 if (ac_aggr.mt_blkno)
20963 return 0;
20965 return 0;
20967 _ACEOF
20968 rm -f conftest.$ac_objext
20969 if { (ac_try="$ac_compile"
20970 case "(($ac_try" in
20971 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20972 *) ac_try_echo=$ac_try;;
20973 esac
20974 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20975 (eval "$ac_compile") 2>conftest.er1
20976 ac_status=$?
20977 grep -v '^ *+' conftest.er1 >conftest.err
20978 rm -f conftest.er1
20979 cat conftest.err >&5
20980 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20981 (exit $ac_status); } && {
20982 test -z "$ac_c_werror_flag" ||
20983 test ! -s conftest.err
20984 } && test -s conftest.$ac_objext; then
20985 ac_cv_member_struct_mtget_mt_blkno=yes
20986 else
20987 echo "$as_me: failed program was:" >&5
20988 sed 's/^/| /' conftest.$ac_ext >&5
20990 cat >conftest.$ac_ext <<_ACEOF
20991 /* confdefs.h. */
20992 _ACEOF
20993 cat confdefs.h >>conftest.$ac_ext
20994 cat >>conftest.$ac_ext <<_ACEOF
20995 /* end confdefs.h. */
20996 #include <sys/types.h>
20997 #ifdef HAVE_SYS_MTIO_H
20998 #include <sys/mtio.h>
20999 #endif
21002 main ()
21004 static struct mtget ac_aggr;
21005 if (sizeof ac_aggr.mt_blkno)
21006 return 0;
21008 return 0;
21010 _ACEOF
21011 rm -f conftest.$ac_objext
21012 if { (ac_try="$ac_compile"
21013 case "(($ac_try" in
21014 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21015 *) ac_try_echo=$ac_try;;
21016 esac
21017 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21018 (eval "$ac_compile") 2>conftest.er1
21019 ac_status=$?
21020 grep -v '^ *+' conftest.er1 >conftest.err
21021 rm -f conftest.er1
21022 cat conftest.err >&5
21023 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21024 (exit $ac_status); } && {
21025 test -z "$ac_c_werror_flag" ||
21026 test ! -s conftest.err
21027 } && test -s conftest.$ac_objext; then
21028 ac_cv_member_struct_mtget_mt_blkno=yes
21029 else
21030 echo "$as_me: failed program was:" >&5
21031 sed 's/^/| /' conftest.$ac_ext >&5
21033 ac_cv_member_struct_mtget_mt_blkno=no
21036 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21039 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21041 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21042 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21043 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21045 cat >>confdefs.h <<_ACEOF
21046 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21047 _ACEOF
21053 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21054 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21055 if test "${ac_cv_member_struct_option_name+set}" = set; then
21056 echo $ECHO_N "(cached) $ECHO_C" >&6
21057 else
21058 cat >conftest.$ac_ext <<_ACEOF
21059 /* confdefs.h. */
21060 _ACEOF
21061 cat confdefs.h >>conftest.$ac_ext
21062 cat >>conftest.$ac_ext <<_ACEOF
21063 /* end confdefs.h. */
21064 #ifdef HAVE_GETOPT_H
21065 #include <getopt.h>
21066 #endif
21069 main ()
21071 static struct option ac_aggr;
21072 if (ac_aggr.name)
21073 return 0;
21075 return 0;
21077 _ACEOF
21078 rm -f conftest.$ac_objext
21079 if { (ac_try="$ac_compile"
21080 case "(($ac_try" in
21081 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21082 *) ac_try_echo=$ac_try;;
21083 esac
21084 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21085 (eval "$ac_compile") 2>conftest.er1
21086 ac_status=$?
21087 grep -v '^ *+' conftest.er1 >conftest.err
21088 rm -f conftest.er1
21089 cat conftest.err >&5
21090 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21091 (exit $ac_status); } && {
21092 test -z "$ac_c_werror_flag" ||
21093 test ! -s conftest.err
21094 } && test -s conftest.$ac_objext; then
21095 ac_cv_member_struct_option_name=yes
21096 else
21097 echo "$as_me: failed program was:" >&5
21098 sed 's/^/| /' conftest.$ac_ext >&5
21100 cat >conftest.$ac_ext <<_ACEOF
21101 /* confdefs.h. */
21102 _ACEOF
21103 cat confdefs.h >>conftest.$ac_ext
21104 cat >>conftest.$ac_ext <<_ACEOF
21105 /* end confdefs.h. */
21106 #ifdef HAVE_GETOPT_H
21107 #include <getopt.h>
21108 #endif
21111 main ()
21113 static struct option ac_aggr;
21114 if (sizeof ac_aggr.name)
21115 return 0;
21117 return 0;
21119 _ACEOF
21120 rm -f conftest.$ac_objext
21121 if { (ac_try="$ac_compile"
21122 case "(($ac_try" in
21123 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21124 *) ac_try_echo=$ac_try;;
21125 esac
21126 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21127 (eval "$ac_compile") 2>conftest.er1
21128 ac_status=$?
21129 grep -v '^ *+' conftest.er1 >conftest.err
21130 rm -f conftest.er1
21131 cat conftest.err >&5
21132 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21133 (exit $ac_status); } && {
21134 test -z "$ac_c_werror_flag" ||
21135 test ! -s conftest.err
21136 } && test -s conftest.$ac_objext; then
21137 ac_cv_member_struct_option_name=yes
21138 else
21139 echo "$as_me: failed program was:" >&5
21140 sed 's/^/| /' conftest.$ac_ext >&5
21142 ac_cv_member_struct_option_name=no
21145 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21148 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21150 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21151 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21152 if test $ac_cv_member_struct_option_name = yes; then
21154 cat >>confdefs.h <<_ACEOF
21155 #define HAVE_STRUCT_OPTION_NAME 1
21156 _ACEOF
21162 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21163 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21164 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21165 echo $ECHO_N "(cached) $ECHO_C" >&6
21166 else
21167 cat >conftest.$ac_ext <<_ACEOF
21168 /* confdefs.h. */
21169 _ACEOF
21170 cat confdefs.h >>conftest.$ac_ext
21171 cat >>conftest.$ac_ext <<_ACEOF
21172 /* end confdefs.h. */
21173 $ac_includes_default
21175 main ()
21177 static struct stat ac_aggr;
21178 if (ac_aggr.st_blocks)
21179 return 0;
21181 return 0;
21183 _ACEOF
21184 rm -f conftest.$ac_objext
21185 if { (ac_try="$ac_compile"
21186 case "(($ac_try" in
21187 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21188 *) ac_try_echo=$ac_try;;
21189 esac
21190 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21191 (eval "$ac_compile") 2>conftest.er1
21192 ac_status=$?
21193 grep -v '^ *+' conftest.er1 >conftest.err
21194 rm -f conftest.er1
21195 cat conftest.err >&5
21196 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21197 (exit $ac_status); } && {
21198 test -z "$ac_c_werror_flag" ||
21199 test ! -s conftest.err
21200 } && test -s conftest.$ac_objext; then
21201 ac_cv_member_struct_stat_st_blocks=yes
21202 else
21203 echo "$as_me: failed program was:" >&5
21204 sed 's/^/| /' conftest.$ac_ext >&5
21206 cat >conftest.$ac_ext <<_ACEOF
21207 /* confdefs.h. */
21208 _ACEOF
21209 cat confdefs.h >>conftest.$ac_ext
21210 cat >>conftest.$ac_ext <<_ACEOF
21211 /* end confdefs.h. */
21212 $ac_includes_default
21214 main ()
21216 static struct stat ac_aggr;
21217 if (sizeof ac_aggr.st_blocks)
21218 return 0;
21220 return 0;
21222 _ACEOF
21223 rm -f conftest.$ac_objext
21224 if { (ac_try="$ac_compile"
21225 case "(($ac_try" in
21226 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21227 *) ac_try_echo=$ac_try;;
21228 esac
21229 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21230 (eval "$ac_compile") 2>conftest.er1
21231 ac_status=$?
21232 grep -v '^ *+' conftest.er1 >conftest.err
21233 rm -f conftest.er1
21234 cat conftest.err >&5
21235 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21236 (exit $ac_status); } && {
21237 test -z "$ac_c_werror_flag" ||
21238 test ! -s conftest.err
21239 } && test -s conftest.$ac_objext; then
21240 ac_cv_member_struct_stat_st_blocks=yes
21241 else
21242 echo "$as_me: failed program was:" >&5
21243 sed 's/^/| /' conftest.$ac_ext >&5
21245 ac_cv_member_struct_stat_st_blocks=no
21248 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21251 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21253 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21254 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21255 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21257 cat >>confdefs.h <<_ACEOF
21258 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21259 _ACEOF
21263 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21264 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21265 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21266 echo $ECHO_N "(cached) $ECHO_C" >&6
21267 else
21268 cat >conftest.$ac_ext <<_ACEOF
21269 /* confdefs.h. */
21270 _ACEOF
21271 cat confdefs.h >>conftest.$ac_ext
21272 cat >>conftest.$ac_ext <<_ACEOF
21273 /* end confdefs.h. */
21274 $ac_includes_default
21276 main ()
21278 static struct stat ac_aggr;
21279 if (ac_aggr.st_mtim)
21280 return 0;
21282 return 0;
21284 _ACEOF
21285 rm -f conftest.$ac_objext
21286 if { (ac_try="$ac_compile"
21287 case "(($ac_try" in
21288 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21289 *) ac_try_echo=$ac_try;;
21290 esac
21291 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21292 (eval "$ac_compile") 2>conftest.er1
21293 ac_status=$?
21294 grep -v '^ *+' conftest.er1 >conftest.err
21295 rm -f conftest.er1
21296 cat conftest.err >&5
21297 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21298 (exit $ac_status); } && {
21299 test -z "$ac_c_werror_flag" ||
21300 test ! -s conftest.err
21301 } && test -s conftest.$ac_objext; then
21302 ac_cv_member_struct_stat_st_mtim=yes
21303 else
21304 echo "$as_me: failed program was:" >&5
21305 sed 's/^/| /' conftest.$ac_ext >&5
21307 cat >conftest.$ac_ext <<_ACEOF
21308 /* confdefs.h. */
21309 _ACEOF
21310 cat confdefs.h >>conftest.$ac_ext
21311 cat >>conftest.$ac_ext <<_ACEOF
21312 /* end confdefs.h. */
21313 $ac_includes_default
21315 main ()
21317 static struct stat ac_aggr;
21318 if (sizeof ac_aggr.st_mtim)
21319 return 0;
21321 return 0;
21323 _ACEOF
21324 rm -f conftest.$ac_objext
21325 if { (ac_try="$ac_compile"
21326 case "(($ac_try" in
21327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21328 *) ac_try_echo=$ac_try;;
21329 esac
21330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21331 (eval "$ac_compile") 2>conftest.er1
21332 ac_status=$?
21333 grep -v '^ *+' conftest.er1 >conftest.err
21334 rm -f conftest.er1
21335 cat conftest.err >&5
21336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21337 (exit $ac_status); } && {
21338 test -z "$ac_c_werror_flag" ||
21339 test ! -s conftest.err
21340 } && test -s conftest.$ac_objext; then
21341 ac_cv_member_struct_stat_st_mtim=yes
21342 else
21343 echo "$as_me: failed program was:" >&5
21344 sed 's/^/| /' conftest.$ac_ext >&5
21346 ac_cv_member_struct_stat_st_mtim=no
21349 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21352 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21354 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21355 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21356 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21358 cat >>confdefs.h <<_ACEOF
21359 #define HAVE_STRUCT_STAT_ST_MTIM 1
21360 _ACEOF
21364 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21365 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21366 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21367 echo $ECHO_N "(cached) $ECHO_C" >&6
21368 else
21369 cat >conftest.$ac_ext <<_ACEOF
21370 /* confdefs.h. */
21371 _ACEOF
21372 cat confdefs.h >>conftest.$ac_ext
21373 cat >>conftest.$ac_ext <<_ACEOF
21374 /* end confdefs.h. */
21375 $ac_includes_default
21377 main ()
21379 static struct stat ac_aggr;
21380 if (ac_aggr.st_ctim)
21381 return 0;
21383 return 0;
21385 _ACEOF
21386 rm -f conftest.$ac_objext
21387 if { (ac_try="$ac_compile"
21388 case "(($ac_try" in
21389 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21390 *) ac_try_echo=$ac_try;;
21391 esac
21392 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21393 (eval "$ac_compile") 2>conftest.er1
21394 ac_status=$?
21395 grep -v '^ *+' conftest.er1 >conftest.err
21396 rm -f conftest.er1
21397 cat conftest.err >&5
21398 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21399 (exit $ac_status); } && {
21400 test -z "$ac_c_werror_flag" ||
21401 test ! -s conftest.err
21402 } && test -s conftest.$ac_objext; then
21403 ac_cv_member_struct_stat_st_ctim=yes
21404 else
21405 echo "$as_me: failed program was:" >&5
21406 sed 's/^/| /' conftest.$ac_ext >&5
21408 cat >conftest.$ac_ext <<_ACEOF
21409 /* confdefs.h. */
21410 _ACEOF
21411 cat confdefs.h >>conftest.$ac_ext
21412 cat >>conftest.$ac_ext <<_ACEOF
21413 /* end confdefs.h. */
21414 $ac_includes_default
21416 main ()
21418 static struct stat ac_aggr;
21419 if (sizeof ac_aggr.st_ctim)
21420 return 0;
21422 return 0;
21424 _ACEOF
21425 rm -f conftest.$ac_objext
21426 if { (ac_try="$ac_compile"
21427 case "(($ac_try" in
21428 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21429 *) ac_try_echo=$ac_try;;
21430 esac
21431 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21432 (eval "$ac_compile") 2>conftest.er1
21433 ac_status=$?
21434 grep -v '^ *+' conftest.er1 >conftest.err
21435 rm -f conftest.er1
21436 cat conftest.err >&5
21437 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21438 (exit $ac_status); } && {
21439 test -z "$ac_c_werror_flag" ||
21440 test ! -s conftest.err
21441 } && test -s conftest.$ac_objext; then
21442 ac_cv_member_struct_stat_st_ctim=yes
21443 else
21444 echo "$as_me: failed program was:" >&5
21445 sed 's/^/| /' conftest.$ac_ext >&5
21447 ac_cv_member_struct_stat_st_ctim=no
21450 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21453 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21455 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21456 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21457 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21459 cat >>confdefs.h <<_ACEOF
21460 #define HAVE_STRUCT_STAT_ST_CTIM 1
21461 _ACEOF
21465 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21466 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21467 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21468 echo $ECHO_N "(cached) $ECHO_C" >&6
21469 else
21470 cat >conftest.$ac_ext <<_ACEOF
21471 /* confdefs.h. */
21472 _ACEOF
21473 cat confdefs.h >>conftest.$ac_ext
21474 cat >>conftest.$ac_ext <<_ACEOF
21475 /* end confdefs.h. */
21476 $ac_includes_default
21478 main ()
21480 static struct stat ac_aggr;
21481 if (ac_aggr.st_atim)
21482 return 0;
21484 return 0;
21486 _ACEOF
21487 rm -f conftest.$ac_objext
21488 if { (ac_try="$ac_compile"
21489 case "(($ac_try" in
21490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21491 *) ac_try_echo=$ac_try;;
21492 esac
21493 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21494 (eval "$ac_compile") 2>conftest.er1
21495 ac_status=$?
21496 grep -v '^ *+' conftest.er1 >conftest.err
21497 rm -f conftest.er1
21498 cat conftest.err >&5
21499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21500 (exit $ac_status); } && {
21501 test -z "$ac_c_werror_flag" ||
21502 test ! -s conftest.err
21503 } && test -s conftest.$ac_objext; then
21504 ac_cv_member_struct_stat_st_atim=yes
21505 else
21506 echo "$as_me: failed program was:" >&5
21507 sed 's/^/| /' conftest.$ac_ext >&5
21509 cat >conftest.$ac_ext <<_ACEOF
21510 /* confdefs.h. */
21511 _ACEOF
21512 cat confdefs.h >>conftest.$ac_ext
21513 cat >>conftest.$ac_ext <<_ACEOF
21514 /* end confdefs.h. */
21515 $ac_includes_default
21517 main ()
21519 static struct stat ac_aggr;
21520 if (sizeof ac_aggr.st_atim)
21521 return 0;
21523 return 0;
21525 _ACEOF
21526 rm -f conftest.$ac_objext
21527 if { (ac_try="$ac_compile"
21528 case "(($ac_try" in
21529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21530 *) ac_try_echo=$ac_try;;
21531 esac
21532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21533 (eval "$ac_compile") 2>conftest.er1
21534 ac_status=$?
21535 grep -v '^ *+' conftest.er1 >conftest.err
21536 rm -f conftest.er1
21537 cat conftest.err >&5
21538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21539 (exit $ac_status); } && {
21540 test -z "$ac_c_werror_flag" ||
21541 test ! -s conftest.err
21542 } && test -s conftest.$ac_objext; then
21543 ac_cv_member_struct_stat_st_atim=yes
21544 else
21545 echo "$as_me: failed program was:" >&5
21546 sed 's/^/| /' conftest.$ac_ext >&5
21548 ac_cv_member_struct_stat_st_atim=no
21551 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21554 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21556 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21557 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21558 if test $ac_cv_member_struct_stat_st_atim = yes; then
21560 cat >>confdefs.h <<_ACEOF
21561 #define HAVE_STRUCT_STAT_ST_ATIM 1
21562 _ACEOF
21568 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21569 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21570 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21571 echo $ECHO_N "(cached) $ECHO_C" >&6
21572 else
21573 cat >conftest.$ac_ext <<_ACEOF
21574 /* confdefs.h. */
21575 _ACEOF
21576 cat confdefs.h >>conftest.$ac_ext
21577 cat >>conftest.$ac_ext <<_ACEOF
21578 /* end confdefs.h. */
21579 #ifdef HAVE_SYS_TYPES_H
21580 #include <sys/types.h>
21581 #endif
21582 #ifdef HAVE_NETINET_IN_H
21583 #include <netinet/in.h>
21584 #endif
21587 main ()
21589 static struct sockaddr_in6 ac_aggr;
21590 if (ac_aggr.sin6_scope_id)
21591 return 0;
21593 return 0;
21595 _ACEOF
21596 rm -f conftest.$ac_objext
21597 if { (ac_try="$ac_compile"
21598 case "(($ac_try" in
21599 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21600 *) ac_try_echo=$ac_try;;
21601 esac
21602 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21603 (eval "$ac_compile") 2>conftest.er1
21604 ac_status=$?
21605 grep -v '^ *+' conftest.er1 >conftest.err
21606 rm -f conftest.er1
21607 cat conftest.err >&5
21608 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21609 (exit $ac_status); } && {
21610 test -z "$ac_c_werror_flag" ||
21611 test ! -s conftest.err
21612 } && test -s conftest.$ac_objext; then
21613 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21614 else
21615 echo "$as_me: failed program was:" >&5
21616 sed 's/^/| /' conftest.$ac_ext >&5
21618 cat >conftest.$ac_ext <<_ACEOF
21619 /* confdefs.h. */
21620 _ACEOF
21621 cat confdefs.h >>conftest.$ac_ext
21622 cat >>conftest.$ac_ext <<_ACEOF
21623 /* end confdefs.h. */
21624 #ifdef HAVE_SYS_TYPES_H
21625 #include <sys/types.h>
21626 #endif
21627 #ifdef HAVE_NETINET_IN_H
21628 #include <netinet/in.h>
21629 #endif
21632 main ()
21634 static struct sockaddr_in6 ac_aggr;
21635 if (sizeof ac_aggr.sin6_scope_id)
21636 return 0;
21638 return 0;
21640 _ACEOF
21641 rm -f conftest.$ac_objext
21642 if { (ac_try="$ac_compile"
21643 case "(($ac_try" in
21644 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21645 *) ac_try_echo=$ac_try;;
21646 esac
21647 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21648 (eval "$ac_compile") 2>conftest.er1
21649 ac_status=$?
21650 grep -v '^ *+' conftest.er1 >conftest.err
21651 rm -f conftest.er1
21652 cat conftest.err >&5
21653 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21654 (exit $ac_status); } && {
21655 test -z "$ac_c_werror_flag" ||
21656 test ! -s conftest.err
21657 } && test -s conftest.$ac_objext; then
21658 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21659 else
21660 echo "$as_me: failed program was:" >&5
21661 sed 's/^/| /' conftest.$ac_ext >&5
21663 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21666 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21669 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21671 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21672 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21673 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21675 cat >>confdefs.h <<_ACEOF
21676 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21677 _ACEOF
21683 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21684 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21685 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21686 echo $ECHO_N "(cached) $ECHO_C" >&6
21687 else
21688 cat >conftest.$ac_ext <<_ACEOF
21689 /* confdefs.h. */
21690 _ACEOF
21691 cat confdefs.h >>conftest.$ac_ext
21692 cat >>conftest.$ac_ext <<_ACEOF
21693 /* end confdefs.h. */
21694 #ifdef HAVE_SYS_TYPES_H
21695 #include <sys/types.h>
21696 #endif
21697 #ifdef HAVE_NETINET_IN_H
21698 # include <netinet/in.h>
21699 #endif
21700 #ifdef HAVE_ARPA_NAMESER_H
21701 # include <arpa/nameser.h>
21702 #endif
21705 main ()
21707 static ns_msg ac_aggr;
21708 if (ac_aggr._msg_ptr)
21709 return 0;
21711 return 0;
21713 _ACEOF
21714 rm -f conftest.$ac_objext
21715 if { (ac_try="$ac_compile"
21716 case "(($ac_try" in
21717 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21718 *) ac_try_echo=$ac_try;;
21719 esac
21720 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21721 (eval "$ac_compile") 2>conftest.er1
21722 ac_status=$?
21723 grep -v '^ *+' conftest.er1 >conftest.err
21724 rm -f conftest.er1
21725 cat conftest.err >&5
21726 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21727 (exit $ac_status); } && {
21728 test -z "$ac_c_werror_flag" ||
21729 test ! -s conftest.err
21730 } && test -s conftest.$ac_objext; then
21731 ac_cv_member_ns_msg__msg_ptr=yes
21732 else
21733 echo "$as_me: failed program was:" >&5
21734 sed 's/^/| /' conftest.$ac_ext >&5
21736 cat >conftest.$ac_ext <<_ACEOF
21737 /* confdefs.h. */
21738 _ACEOF
21739 cat confdefs.h >>conftest.$ac_ext
21740 cat >>conftest.$ac_ext <<_ACEOF
21741 /* end confdefs.h. */
21742 #ifdef HAVE_SYS_TYPES_H
21743 #include <sys/types.h>
21744 #endif
21745 #ifdef HAVE_NETINET_IN_H
21746 # include <netinet/in.h>
21747 #endif
21748 #ifdef HAVE_ARPA_NAMESER_H
21749 # include <arpa/nameser.h>
21750 #endif
21753 main ()
21755 static ns_msg ac_aggr;
21756 if (sizeof ac_aggr._msg_ptr)
21757 return 0;
21759 return 0;
21761 _ACEOF
21762 rm -f conftest.$ac_objext
21763 if { (ac_try="$ac_compile"
21764 case "(($ac_try" in
21765 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21766 *) ac_try_echo=$ac_try;;
21767 esac
21768 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21769 (eval "$ac_compile") 2>conftest.er1
21770 ac_status=$?
21771 grep -v '^ *+' conftest.er1 >conftest.err
21772 rm -f conftest.er1
21773 cat conftest.err >&5
21774 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21775 (exit $ac_status); } && {
21776 test -z "$ac_c_werror_flag" ||
21777 test ! -s conftest.err
21778 } && test -s conftest.$ac_objext; then
21779 ac_cv_member_ns_msg__msg_ptr=yes
21780 else
21781 echo "$as_me: failed program was:" >&5
21782 sed 's/^/| /' conftest.$ac_ext >&5
21784 ac_cv_member_ns_msg__msg_ptr=no
21787 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21790 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21792 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
21793 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
21794 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
21796 cat >>confdefs.h <<_ACEOF
21797 #define HAVE_NS_MSG__MSG_PTR 1
21798 _ACEOF
21804 { echo "$as_me:$LINENO: checking for timezone variable" >&5
21805 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
21806 if test "${ac_cv_have_timezone+set}" = set; then
21807 echo $ECHO_N "(cached) $ECHO_C" >&6
21808 else
21809 cat >conftest.$ac_ext <<_ACEOF
21810 /* confdefs.h. */
21811 _ACEOF
21812 cat confdefs.h >>conftest.$ac_ext
21813 cat >>conftest.$ac_ext <<_ACEOF
21814 /* end confdefs.h. */
21815 #include <time.h>
21817 main ()
21819 timezone = 1
21821 return 0;
21823 _ACEOF
21824 rm -f conftest.$ac_objext conftest$ac_exeext
21825 if { (ac_try="$ac_link"
21826 case "(($ac_try" in
21827 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21828 *) ac_try_echo=$ac_try;;
21829 esac
21830 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21831 (eval "$ac_link") 2>conftest.er1
21832 ac_status=$?
21833 grep -v '^ *+' conftest.er1 >conftest.err
21834 rm -f conftest.er1
21835 cat conftest.err >&5
21836 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21837 (exit $ac_status); } && {
21838 test -z "$ac_c_werror_flag" ||
21839 test ! -s conftest.err
21840 } && test -s conftest$ac_exeext &&
21841 $as_test_x conftest$ac_exeext; then
21842 ac_cv_have_timezone="yes"
21843 else
21844 echo "$as_me: failed program was:" >&5
21845 sed 's/^/| /' conftest.$ac_ext >&5
21847 ac_cv_have_timezone="no"
21850 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21851 conftest$ac_exeext conftest.$ac_ext
21853 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
21854 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
21855 if test "$ac_cv_have_timezone" = "yes"
21856 then
21858 cat >>confdefs.h <<\_ACEOF
21859 #define HAVE_TIMEZONE 1
21860 _ACEOF
21863 { echo "$as_me:$LINENO: checking for daylight variable" >&5
21864 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
21865 if test "${ac_cv_have_daylight+set}" = set; then
21866 echo $ECHO_N "(cached) $ECHO_C" >&6
21867 else
21868 cat >conftest.$ac_ext <<_ACEOF
21869 /* confdefs.h. */
21870 _ACEOF
21871 cat confdefs.h >>conftest.$ac_ext
21872 cat >>conftest.$ac_ext <<_ACEOF
21873 /* end confdefs.h. */
21874 #include <time.h>
21876 main ()
21878 daylight = 1
21880 return 0;
21882 _ACEOF
21883 rm -f conftest.$ac_objext conftest$ac_exeext
21884 if { (ac_try="$ac_link"
21885 case "(($ac_try" in
21886 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21887 *) ac_try_echo=$ac_try;;
21888 esac
21889 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21890 (eval "$ac_link") 2>conftest.er1
21891 ac_status=$?
21892 grep -v '^ *+' conftest.er1 >conftest.err
21893 rm -f conftest.er1
21894 cat conftest.err >&5
21895 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21896 (exit $ac_status); } && {
21897 test -z "$ac_c_werror_flag" ||
21898 test ! -s conftest.err
21899 } && test -s conftest$ac_exeext &&
21900 $as_test_x conftest$ac_exeext; then
21901 ac_cv_have_daylight="yes"
21902 else
21903 echo "$as_me: failed program was:" >&5
21904 sed 's/^/| /' conftest.$ac_ext >&5
21906 ac_cv_have_daylight="no"
21909 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21910 conftest$ac_exeext conftest.$ac_ext
21912 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
21913 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
21914 if test "$ac_cv_have_daylight" = "yes"
21915 then
21917 cat >>confdefs.h <<\_ACEOF
21918 #define HAVE_DAYLIGHT 1
21919 _ACEOF
21923 { echo "$as_me:$LINENO: checking for isinf" >&5
21924 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
21925 if test "${ac_cv_have_isinf+set}" = set; then
21926 echo $ECHO_N "(cached) $ECHO_C" >&6
21927 else
21928 cat >conftest.$ac_ext <<_ACEOF
21929 /* confdefs.h. */
21930 _ACEOF
21931 cat confdefs.h >>conftest.$ac_ext
21932 cat >>conftest.$ac_ext <<_ACEOF
21933 /* end confdefs.h. */
21934 #include <math.h>
21936 main ()
21938 float f = 0.0; int i=isinf(f)
21940 return 0;
21942 _ACEOF
21943 rm -f conftest.$ac_objext conftest$ac_exeext
21944 if { (ac_try="$ac_link"
21945 case "(($ac_try" in
21946 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21947 *) ac_try_echo=$ac_try;;
21948 esac
21949 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21950 (eval "$ac_link") 2>conftest.er1
21951 ac_status=$?
21952 grep -v '^ *+' conftest.er1 >conftest.err
21953 rm -f conftest.er1
21954 cat conftest.err >&5
21955 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21956 (exit $ac_status); } && {
21957 test -z "$ac_c_werror_flag" ||
21958 test ! -s conftest.err
21959 } && test -s conftest$ac_exeext &&
21960 $as_test_x conftest$ac_exeext; then
21961 ac_cv_have_isinf="yes"
21962 else
21963 echo "$as_me: failed program was:" >&5
21964 sed 's/^/| /' conftest.$ac_ext >&5
21966 ac_cv_have_isinf="no"
21969 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
21970 conftest$ac_exeext conftest.$ac_ext
21972 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
21973 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
21974 if test "$ac_cv_have_isinf" = "yes"
21975 then
21977 cat >>confdefs.h <<\_ACEOF
21978 #define HAVE_ISINF 1
21979 _ACEOF
21984 case $host_cpu in
21985 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
21986 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
21987 if test "${ac_cv_cpp_def___i386__+set}" = set; then
21988 echo $ECHO_N "(cached) $ECHO_C" >&6
21989 else
21990 cat >conftest.$ac_ext <<_ACEOF
21991 /* confdefs.h. */
21992 _ACEOF
21993 cat confdefs.h >>conftest.$ac_ext
21994 cat >>conftest.$ac_ext <<_ACEOF
21995 /* end confdefs.h. */
21996 #ifndef __i386__
21998 #endif
21999 _ACEOF
22000 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22001 $EGREP "yes" >/dev/null 2>&1; then
22002 ac_cv_cpp_def___i386__=yes
22003 else
22004 ac_cv_cpp_def___i386__=no
22006 rm -f conftest*
22009 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22010 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22011 if test $ac_cv_cpp_def___i386__ = yes; then
22012 CFLAGS="$CFLAGS -D__i386__"
22013 LINTFLAGS="$LINTFLAGS -D__i386__"
22016 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22017 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22018 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22019 echo $ECHO_N "(cached) $ECHO_C" >&6
22020 else
22021 cat >conftest.$ac_ext <<_ACEOF
22022 /* confdefs.h. */
22023 _ACEOF
22024 cat confdefs.h >>conftest.$ac_ext
22025 cat >>conftest.$ac_ext <<_ACEOF
22026 /* end confdefs.h. */
22027 #ifndef __x86_64__
22029 #endif
22030 _ACEOF
22031 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22032 $EGREP "yes" >/dev/null 2>&1; then
22033 ac_cv_cpp_def___x86_64__=yes
22034 else
22035 ac_cv_cpp_def___x86_64__=no
22037 rm -f conftest*
22040 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22041 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22042 if test $ac_cv_cpp_def___x86_64__ = yes; then
22043 CFLAGS="$CFLAGS -D__x86_64__"
22044 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22047 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22048 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22049 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22050 echo $ECHO_N "(cached) $ECHO_C" >&6
22051 else
22052 cat >conftest.$ac_ext <<_ACEOF
22053 /* confdefs.h. */
22054 _ACEOF
22055 cat confdefs.h >>conftest.$ac_ext
22056 cat >>conftest.$ac_ext <<_ACEOF
22057 /* end confdefs.h. */
22058 #ifndef __ALPHA__
22060 #endif
22061 _ACEOF
22062 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22063 $EGREP "yes" >/dev/null 2>&1; then
22064 ac_cv_cpp_def___ALPHA__=yes
22065 else
22066 ac_cv_cpp_def___ALPHA__=no
22068 rm -f conftest*
22071 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22072 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22073 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22074 CFLAGS="$CFLAGS -D__ALPHA__"
22075 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22078 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22079 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22080 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22081 echo $ECHO_N "(cached) $ECHO_C" >&6
22082 else
22083 cat >conftest.$ac_ext <<_ACEOF
22084 /* confdefs.h. */
22085 _ACEOF
22086 cat confdefs.h >>conftest.$ac_ext
22087 cat >>conftest.$ac_ext <<_ACEOF
22088 /* end confdefs.h. */
22089 #ifndef __sparc__
22091 #endif
22092 _ACEOF
22093 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22094 $EGREP "yes" >/dev/null 2>&1; then
22095 ac_cv_cpp_def___sparc__=yes
22096 else
22097 ac_cv_cpp_def___sparc__=no
22099 rm -f conftest*
22102 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22103 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22104 if test $ac_cv_cpp_def___sparc__ = yes; then
22105 CFLAGS="$CFLAGS -D__sparc__"
22106 LINTFLAGS="$LINTFLAGS -D__sparc__"
22109 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22110 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22111 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22112 echo $ECHO_N "(cached) $ECHO_C" >&6
22113 else
22114 cat >conftest.$ac_ext <<_ACEOF
22115 /* confdefs.h. */
22116 _ACEOF
22117 cat confdefs.h >>conftest.$ac_ext
22118 cat >>conftest.$ac_ext <<_ACEOF
22119 /* end confdefs.h. */
22120 #ifndef __powerpc__
22122 #endif
22123 _ACEOF
22124 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22125 $EGREP "yes" >/dev/null 2>&1; then
22126 ac_cv_cpp_def___powerpc__=yes
22127 else
22128 ac_cv_cpp_def___powerpc__=no
22130 rm -f conftest*
22133 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22134 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22135 if test $ac_cv_cpp_def___powerpc__ = yes; then
22136 CFLAGS="$CFLAGS -D__powerpc__"
22137 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22140 esac
22142 case $host_vendor in
22143 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22144 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22145 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22146 echo $ECHO_N "(cached) $ECHO_C" >&6
22147 else
22148 cat >conftest.$ac_ext <<_ACEOF
22149 /* confdefs.h. */
22150 _ACEOF
22151 cat confdefs.h >>conftest.$ac_ext
22152 cat >>conftest.$ac_ext <<_ACEOF
22153 /* end confdefs.h. */
22154 #ifndef __sun__
22156 #endif
22157 _ACEOF
22158 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22159 $EGREP "yes" >/dev/null 2>&1; then
22160 ac_cv_cpp_def___sun__=yes
22161 else
22162 ac_cv_cpp_def___sun__=no
22164 rm -f conftest*
22167 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22168 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22169 if test $ac_cv_cpp_def___sun__ = yes; then
22170 CFLAGS="$CFLAGS -D__sun__"
22171 LINTFLAGS="$LINTFLAGS -D__sun__"
22174 esac
22177 DEPENDENCIES="### Dependencies:
22179 .INIT: Makefile
22180 .BEGIN: Makefile
22181 Makefile: dummy
22182 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22184 \$(OBJS): \$(IDL_GEN_HEADERS)
22185 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22186 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22187 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22188 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22191 ALL_MAKERULES=""
22193 ALL_MAKEFILES=""
22195 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22201 ac_config_commands="$ac_config_commands include/stamp-h"
22204 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22206 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22208 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22210 ac_config_commands="$ac_config_commands dlls/user32/resources"
22212 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22214 ac_config_commands="$ac_config_commands include/wine"
22217 ALL_MAKERULES="$ALL_MAKERULES \\
22218 Make.rules"
22219 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22220 Make.rules: Make.rules.in"
22221 MAKE_RULES=Make.rules
22222 ac_config_files="$ac_config_files Make.rules"
22224 ALL_MAKERULES="$ALL_MAKERULES \\
22225 dlls/Makedll.rules"
22226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22227 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22228 MAKE_DLL_RULES=dlls/Makedll.rules
22229 ac_config_files="$ac_config_files dlls/Makedll.rules"
22231 ALL_MAKERULES="$ALL_MAKERULES \\
22232 dlls/Makeimplib.rules"
22233 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22234 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22235 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22236 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22238 ALL_MAKERULES="$ALL_MAKERULES \\
22239 dlls/Maketest.rules"
22240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22241 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22242 MAKE_TEST_RULES=dlls/Maketest.rules
22243 ac_config_files="$ac_config_files dlls/Maketest.rules"
22245 ALL_MAKERULES="$ALL_MAKERULES \\
22246 programs/Makeprog.rules"
22247 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22248 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22249 MAKE_PROG_RULES=programs/Makeprog.rules
22250 ac_config_files="$ac_config_files programs/Makeprog.rules"
22254 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22255 Makefile: Makefile.in Make.rules"
22256 ac_config_files="$ac_config_files Makefile"
22258 ALL_MAKEFILES="$ALL_MAKEFILES \\
22259 dlls/Makefile"
22260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22261 dlls/Makefile: dlls/Makefile.in Make.rules"
22262 ac_config_files="$ac_config_files dlls/Makefile"
22264 ALL_MAKEFILES="$ALL_MAKEFILES \\
22265 dlls/acledit/Makefile"
22266 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22267 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22268 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22270 ALL_MAKEFILES="$ALL_MAKEFILES \\
22271 dlls/activeds/Makefile"
22272 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22273 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22274 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22276 ALL_MAKEFILES="$ALL_MAKEFILES \\
22277 dlls/actxprxy/Makefile"
22278 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22279 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22280 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22282 ALL_MAKEFILES="$ALL_MAKEFILES \\
22283 dlls/adsiid/Makefile"
22284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22285 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22286 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22288 ALL_MAKEFILES="$ALL_MAKEFILES \\
22289 dlls/advapi32/Makefile"
22290 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22291 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22292 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22294 ALL_MAKEFILES="$ALL_MAKEFILES \\
22295 dlls/advapi32/tests/Makefile"
22296 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22297 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22298 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22300 ALL_MAKEFILES="$ALL_MAKEFILES \\
22301 dlls/advpack/Makefile"
22302 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22303 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22304 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22306 ALL_MAKEFILES="$ALL_MAKEFILES \\
22307 dlls/advpack/tests/Makefile"
22308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22309 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22310 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22312 ALL_MAKEFILES="$ALL_MAKEFILES \\
22313 dlls/amstream/Makefile"
22314 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22315 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22316 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22318 ALL_MAKEFILES="$ALL_MAKEFILES \\
22319 dlls/appwiz.cpl/Makefile"
22320 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22321 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22322 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22324 ALL_MAKEFILES="$ALL_MAKEFILES \\
22325 dlls/atl/Makefile"
22326 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22327 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22328 ac_config_files="$ac_config_files dlls/atl/Makefile"
22330 ALL_MAKEFILES="$ALL_MAKEFILES \\
22331 dlls/avicap32/Makefile"
22332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22333 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22334 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22336 ALL_MAKEFILES="$ALL_MAKEFILES \\
22337 dlls/avifil32/Makefile"
22338 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22339 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22340 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22342 ALL_MAKEFILES="$ALL_MAKEFILES \\
22343 dlls/browseui/Makefile"
22344 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22345 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22346 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22348 ALL_MAKEFILES="$ALL_MAKEFILES \\
22349 dlls/browseui/tests/Makefile"
22350 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22351 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22352 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22354 ALL_MAKEFILES="$ALL_MAKEFILES \\
22355 dlls/cabinet/Makefile"
22356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22357 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22358 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22360 ALL_MAKEFILES="$ALL_MAKEFILES \\
22361 dlls/cabinet/tests/Makefile"
22362 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22363 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22364 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22366 ALL_MAKEFILES="$ALL_MAKEFILES \\
22367 dlls/capi2032/Makefile"
22368 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22369 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22370 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22372 ALL_MAKEFILES="$ALL_MAKEFILES \\
22373 dlls/cards/Makefile"
22374 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22375 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22376 ac_config_files="$ac_config_files dlls/cards/Makefile"
22378 ALL_MAKEFILES="$ALL_MAKEFILES \\
22379 dlls/cfgmgr32/Makefile"
22380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22381 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22382 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22384 ALL_MAKEFILES="$ALL_MAKEFILES \\
22385 dlls/clusapi/Makefile"
22386 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22387 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22388 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22390 ALL_MAKEFILES="$ALL_MAKEFILES \\
22391 dlls/comcat/Makefile"
22392 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22393 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22394 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22396 ALL_MAKEFILES="$ALL_MAKEFILES \\
22397 dlls/comcat/tests/Makefile"
22398 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22399 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22400 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22402 ALL_MAKEFILES="$ALL_MAKEFILES \\
22403 dlls/comctl32/Makefile"
22404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22405 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22406 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22408 ALL_MAKEFILES="$ALL_MAKEFILES \\
22409 dlls/comctl32/tests/Makefile"
22410 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22411 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22412 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22414 ALL_MAKEFILES="$ALL_MAKEFILES \\
22415 dlls/comdlg32/Makefile"
22416 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22417 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22418 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22420 ALL_MAKEFILES="$ALL_MAKEFILES \\
22421 dlls/comdlg32/tests/Makefile"
22422 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22423 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22424 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22426 ALL_MAKEFILES="$ALL_MAKEFILES \\
22427 dlls/compstui/Makefile"
22428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22429 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22430 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22432 ALL_MAKEFILES="$ALL_MAKEFILES \\
22433 dlls/credui/Makefile"
22434 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22435 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22436 ac_config_files="$ac_config_files dlls/credui/Makefile"
22438 ALL_MAKEFILES="$ALL_MAKEFILES \\
22439 dlls/credui/tests/Makefile"
22440 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22441 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22442 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22444 ALL_MAKEFILES="$ALL_MAKEFILES \\
22445 dlls/crtdll/Makefile"
22446 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22447 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22448 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22450 ALL_MAKEFILES="$ALL_MAKEFILES \\
22451 dlls/crypt32/Makefile"
22452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22453 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22454 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22456 ALL_MAKEFILES="$ALL_MAKEFILES \\
22457 dlls/crypt32/tests/Makefile"
22458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22459 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22460 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22462 ALL_MAKEFILES="$ALL_MAKEFILES \\
22463 dlls/cryptdlg/Makefile"
22464 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22465 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22466 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22468 ALL_MAKEFILES="$ALL_MAKEFILES \\
22469 dlls/cryptdll/Makefile"
22470 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22471 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22472 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22474 ALL_MAKEFILES="$ALL_MAKEFILES \\
22475 dlls/cryptnet/Makefile"
22476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22477 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22478 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22480 ALL_MAKEFILES="$ALL_MAKEFILES \\
22481 dlls/cryptnet/tests/Makefile"
22482 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22483 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22484 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22486 ALL_MAKEFILES="$ALL_MAKEFILES \\
22487 dlls/cryptui/Makefile"
22488 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22489 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22490 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22492 ALL_MAKEFILES="$ALL_MAKEFILES \\
22493 dlls/ctapi32/Makefile"
22494 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22495 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22496 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22498 ALL_MAKEFILES="$ALL_MAKEFILES \\
22499 dlls/ctl3d32/Makefile"
22500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22501 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22502 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22504 ALL_MAKEFILES="$ALL_MAKEFILES \\
22505 dlls/d3d10/Makefile"
22506 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22507 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22508 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22510 ALL_MAKEFILES="$ALL_MAKEFILES \\
22511 dlls/d3d8/Makefile"
22512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22513 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22514 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22516 ALL_MAKEFILES="$ALL_MAKEFILES \\
22517 dlls/d3d8/tests/Makefile"
22518 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22519 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22520 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22522 ALL_MAKEFILES="$ALL_MAKEFILES \\
22523 dlls/d3d9/Makefile"
22524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22525 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22526 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22528 ALL_MAKEFILES="$ALL_MAKEFILES \\
22529 dlls/d3d9/tests/Makefile"
22530 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22531 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22532 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22534 ALL_MAKEFILES="$ALL_MAKEFILES \\
22535 dlls/d3dim/Makefile"
22536 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22537 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22538 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22540 ALL_MAKEFILES="$ALL_MAKEFILES \\
22541 dlls/d3drm/Makefile"
22542 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22543 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22544 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22546 ALL_MAKEFILES="$ALL_MAKEFILES \\
22547 dlls/d3drm/tests/Makefile"
22548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22549 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22550 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22552 ALL_MAKEFILES="$ALL_MAKEFILES \\
22553 dlls/d3dx8/Makefile"
22554 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22555 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22556 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22558 ALL_MAKEFILES="$ALL_MAKEFILES \\
22559 dlls/d3dx8/tests/Makefile"
22560 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22561 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22562 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22564 ALL_MAKEFILES="$ALL_MAKEFILES \\
22565 dlls/d3dx9_24/Makefile"
22566 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22567 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22568 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22570 ALL_MAKEFILES="$ALL_MAKEFILES \\
22571 dlls/d3dx9_25/Makefile"
22572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22573 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22574 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22576 ALL_MAKEFILES="$ALL_MAKEFILES \\
22577 dlls/d3dx9_26/Makefile"
22578 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22579 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22580 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22582 ALL_MAKEFILES="$ALL_MAKEFILES \\
22583 dlls/d3dx9_27/Makefile"
22584 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22585 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22586 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22588 ALL_MAKEFILES="$ALL_MAKEFILES \\
22589 dlls/d3dx9_28/Makefile"
22590 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22591 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22592 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
22594 ALL_MAKEFILES="$ALL_MAKEFILES \\
22595 dlls/d3dx9_29/Makefile"
22596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22597 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
22598 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
22600 ALL_MAKEFILES="$ALL_MAKEFILES \\
22601 dlls/d3dx9_30/Makefile"
22602 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22603 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
22604 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
22606 ALL_MAKEFILES="$ALL_MAKEFILES \\
22607 dlls/d3dx9_31/Makefile"
22608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22609 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
22610 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
22612 ALL_MAKEFILES="$ALL_MAKEFILES \\
22613 dlls/d3dx9_32/Makefile"
22614 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22615 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
22616 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
22618 ALL_MAKEFILES="$ALL_MAKEFILES \\
22619 dlls/d3dx9_33/Makefile"
22620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22621 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
22622 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
22624 ALL_MAKEFILES="$ALL_MAKEFILES \\
22625 dlls/d3dx9_34/Makefile"
22626 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22627 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
22628 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
22630 ALL_MAKEFILES="$ALL_MAKEFILES \\
22631 dlls/d3dx9_35/Makefile"
22632 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22633 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
22634 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
22636 ALL_MAKEFILES="$ALL_MAKEFILES \\
22637 dlls/d3dx9_36/Makefile"
22638 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22639 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
22640 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
22642 ALL_MAKEFILES="$ALL_MAKEFILES \\
22643 dlls/d3dx9_36/tests/Makefile"
22644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22645 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
22646 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
22648 ALL_MAKEFILES="$ALL_MAKEFILES \\
22649 dlls/d3dx9_37/Makefile"
22650 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22651 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
22652 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
22654 ALL_MAKEFILES="$ALL_MAKEFILES \\
22655 dlls/d3dxof/Makefile"
22656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22657 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
22658 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
22660 ALL_MAKEFILES="$ALL_MAKEFILES \\
22661 dlls/d3dxof/tests/Makefile"
22662 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22663 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
22664 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
22666 ALL_MAKEFILES="$ALL_MAKEFILES \\
22667 dlls/dbghelp/Makefile"
22668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22669 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
22670 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
22672 ALL_MAKEFILES="$ALL_MAKEFILES \\
22673 dlls/dciman32/Makefile"
22674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22675 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
22676 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
22678 ALL_MAKEFILES="$ALL_MAKEFILES \\
22679 dlls/ddraw/Makefile"
22680 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22681 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
22682 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
22684 ALL_MAKEFILES="$ALL_MAKEFILES \\
22685 dlls/ddraw/tests/Makefile"
22686 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22687 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
22688 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
22690 ALL_MAKEFILES="$ALL_MAKEFILES \\
22691 dlls/ddrawex/Makefile"
22692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22693 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
22694 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
22696 ALL_MAKEFILES="$ALL_MAKEFILES \\
22697 dlls/devenum/Makefile"
22698 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22699 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
22700 ac_config_files="$ac_config_files dlls/devenum/Makefile"
22702 ALL_MAKEFILES="$ALL_MAKEFILES \\
22703 dlls/dinput/Makefile"
22704 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22705 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
22706 ac_config_files="$ac_config_files dlls/dinput/Makefile"
22708 ALL_MAKEFILES="$ALL_MAKEFILES \\
22709 dlls/dinput/tests/Makefile"
22710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22711 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
22712 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
22714 ALL_MAKEFILES="$ALL_MAKEFILES \\
22715 dlls/dinput8/Makefile"
22716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22717 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
22718 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
22720 ALL_MAKEFILES="$ALL_MAKEFILES \\
22721 dlls/dmband/Makefile"
22722 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22723 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
22724 ac_config_files="$ac_config_files dlls/dmband/Makefile"
22726 ALL_MAKEFILES="$ALL_MAKEFILES \\
22727 dlls/dmcompos/Makefile"
22728 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22729 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
22730 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
22732 ALL_MAKEFILES="$ALL_MAKEFILES \\
22733 dlls/dmime/Makefile"
22734 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22735 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
22736 ac_config_files="$ac_config_files dlls/dmime/Makefile"
22738 ALL_MAKEFILES="$ALL_MAKEFILES \\
22739 dlls/dmloader/Makefile"
22740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22741 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
22742 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
22744 ALL_MAKEFILES="$ALL_MAKEFILES \\
22745 dlls/dmscript/Makefile"
22746 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22747 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
22748 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
22750 ALL_MAKEFILES="$ALL_MAKEFILES \\
22751 dlls/dmstyle/Makefile"
22752 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22753 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
22754 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
22756 ALL_MAKEFILES="$ALL_MAKEFILES \\
22757 dlls/dmsynth/Makefile"
22758 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22759 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
22760 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
22762 ALL_MAKEFILES="$ALL_MAKEFILES \\
22763 dlls/dmusic/Makefile"
22764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22765 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
22766 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
22768 ALL_MAKEFILES="$ALL_MAKEFILES \\
22769 dlls/dmusic32/Makefile"
22770 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22771 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
22772 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
22774 ALL_MAKEFILES="$ALL_MAKEFILES \\
22775 dlls/dnsapi/Makefile"
22776 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22777 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
22778 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
22780 ALL_MAKEFILES="$ALL_MAKEFILES \\
22781 dlls/dnsapi/tests/Makefile"
22782 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22783 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
22784 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
22786 ALL_MAKEFILES="$ALL_MAKEFILES \\
22787 dlls/dplay/Makefile"
22788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22789 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
22790 ac_config_files="$ac_config_files dlls/dplay/Makefile"
22792 ALL_MAKEFILES="$ALL_MAKEFILES \\
22793 dlls/dplayx/Makefile"
22794 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22795 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
22796 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
22798 ALL_MAKEFILES="$ALL_MAKEFILES \\
22799 dlls/dplayx/tests/Makefile"
22800 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22801 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
22802 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
22804 ALL_MAKEFILES="$ALL_MAKEFILES \\
22805 dlls/dpnaddr/Makefile"
22806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22807 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
22808 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
22810 ALL_MAKEFILES="$ALL_MAKEFILES \\
22811 dlls/dpnet/Makefile"
22812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22813 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
22814 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
22816 ALL_MAKEFILES="$ALL_MAKEFILES \\
22817 dlls/dpnhpast/Makefile"
22818 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22819 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
22820 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
22822 ALL_MAKEFILES="$ALL_MAKEFILES \\
22823 dlls/dpnlobby/Makefile"
22824 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22825 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
22826 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
22828 ALL_MAKEFILES="$ALL_MAKEFILES \\
22829 dlls/dpwsockx/Makefile"
22830 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22831 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
22832 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
22834 ALL_MAKEFILES="$ALL_MAKEFILES \\
22835 dlls/dsound/Makefile"
22836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22837 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
22838 ac_config_files="$ac_config_files dlls/dsound/Makefile"
22840 ALL_MAKEFILES="$ALL_MAKEFILES \\
22841 dlls/dsound/tests/Makefile"
22842 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22843 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
22844 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
22846 ALL_MAKEFILES="$ALL_MAKEFILES \\
22847 dlls/dssenh/Makefile"
22848 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22849 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
22850 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
22852 ALL_MAKEFILES="$ALL_MAKEFILES \\
22853 dlls/dswave/Makefile"
22854 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22855 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
22856 ac_config_files="$ac_config_files dlls/dswave/Makefile"
22858 ALL_MAKEFILES="$ALL_MAKEFILES \\
22859 dlls/dwmapi/Makefile"
22860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22861 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
22862 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
22864 ALL_MAKEFILES="$ALL_MAKEFILES \\
22865 dlls/dxdiagn/Makefile"
22866 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22867 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
22868 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
22870 ALL_MAKEFILES="$ALL_MAKEFILES \\
22871 dlls/dxerr8/Makefile"
22872 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22873 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
22874 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
22876 ALL_MAKEFILES="$ALL_MAKEFILES \\
22877 dlls/dxerr9/Makefile"
22878 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22879 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
22880 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
22882 ALL_MAKEFILES="$ALL_MAKEFILES \\
22883 dlls/dxguid/Makefile"
22884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22885 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
22886 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
22888 ALL_MAKEFILES="$ALL_MAKEFILES \\
22889 dlls/faultrep/Makefile"
22890 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22891 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
22892 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
22894 ALL_MAKEFILES="$ALL_MAKEFILES \\
22895 dlls/fusion/Makefile"
22896 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22897 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
22898 ac_config_files="$ac_config_files dlls/fusion/Makefile"
22900 ALL_MAKEFILES="$ALL_MAKEFILES \\
22901 dlls/fusion/tests/Makefile"
22902 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22903 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
22904 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
22906 ALL_MAKEFILES="$ALL_MAKEFILES \\
22907 dlls/gdi32/Makefile"
22908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22909 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
22910 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
22912 ALL_MAKEFILES="$ALL_MAKEFILES \\
22913 dlls/gdi32/tests/Makefile"
22914 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22915 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
22916 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
22918 ALL_MAKEFILES="$ALL_MAKEFILES \\
22919 dlls/gdiplus/Makefile"
22920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22921 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
22922 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
22924 ALL_MAKEFILES="$ALL_MAKEFILES \\
22925 dlls/gdiplus/tests/Makefile"
22926 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22927 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
22928 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
22930 ALL_MAKEFILES="$ALL_MAKEFILES \\
22931 dlls/glu32/Makefile"
22932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22933 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
22934 ac_config_files="$ac_config_files dlls/glu32/Makefile"
22936 ALL_MAKEFILES="$ALL_MAKEFILES \\
22937 dlls/gphoto2.ds/Makefile"
22938 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22939 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
22940 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
22942 ALL_MAKEFILES="$ALL_MAKEFILES \\
22943 dlls/gpkcsp/Makefile"
22944 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22945 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
22946 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
22948 ALL_MAKEFILES="$ALL_MAKEFILES \\
22949 dlls/hal/Makefile"
22950 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22951 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
22952 ac_config_files="$ac_config_files dlls/hal/Makefile"
22954 ALL_MAKEFILES="$ALL_MAKEFILES \\
22955 dlls/hhctrl.ocx/Makefile"
22956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22957 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
22958 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
22960 ALL_MAKEFILES="$ALL_MAKEFILES \\
22961 dlls/hid/Makefile"
22962 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22963 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
22964 ac_config_files="$ac_config_files dlls/hid/Makefile"
22966 ALL_MAKEFILES="$ALL_MAKEFILES \\
22967 dlls/hlink/Makefile"
22968 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22969 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
22970 ac_config_files="$ac_config_files dlls/hlink/Makefile"
22972 ALL_MAKEFILES="$ALL_MAKEFILES \\
22973 dlls/hlink/tests/Makefile"
22974 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22975 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
22976 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
22978 ALL_MAKEFILES="$ALL_MAKEFILES \\
22979 dlls/hnetcfg/Makefile"
22980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22981 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
22982 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
22984 ALL_MAKEFILES="$ALL_MAKEFILES \\
22985 dlls/iccvid/Makefile"
22986 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22987 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
22988 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
22990 ALL_MAKEFILES="$ALL_MAKEFILES \\
22991 dlls/icmp/Makefile"
22992 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22993 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
22994 ac_config_files="$ac_config_files dlls/icmp/Makefile"
22996 ALL_MAKEFILES="$ALL_MAKEFILES \\
22997 dlls/ifsmgr.vxd/Makefile"
22998 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22999 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23000 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23002 ALL_MAKEFILES="$ALL_MAKEFILES \\
23003 dlls/imaadp32.acm/Makefile"
23004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23005 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23006 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23008 ALL_MAKEFILES="$ALL_MAKEFILES \\
23009 dlls/imagehlp/Makefile"
23010 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23011 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23012 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23014 ALL_MAKEFILES="$ALL_MAKEFILES \\
23015 dlls/imm32/Makefile"
23016 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23017 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23018 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23020 ALL_MAKEFILES="$ALL_MAKEFILES \\
23021 dlls/imm32/tests/Makefile"
23022 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23023 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23024 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23026 ALL_MAKEFILES="$ALL_MAKEFILES \\
23027 dlls/inetcomm/Makefile"
23028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23029 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23030 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23032 ALL_MAKEFILES="$ALL_MAKEFILES \\
23033 dlls/inetcomm/tests/Makefile"
23034 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23035 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23036 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23038 ALL_MAKEFILES="$ALL_MAKEFILES \\
23039 dlls/inetmib1/Makefile"
23040 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23041 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23042 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23044 ALL_MAKEFILES="$ALL_MAKEFILES \\
23045 dlls/inetmib1/tests/Makefile"
23046 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23047 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23048 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23050 ALL_MAKEFILES="$ALL_MAKEFILES \\
23051 dlls/infosoft/Makefile"
23052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23053 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23054 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23056 ALL_MAKEFILES="$ALL_MAKEFILES \\
23057 dlls/infosoft/tests/Makefile"
23058 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23059 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23060 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23062 ALL_MAKEFILES="$ALL_MAKEFILES \\
23063 dlls/initpki/Makefile"
23064 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23065 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23066 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23068 ALL_MAKEFILES="$ALL_MAKEFILES \\
23069 dlls/inkobj/Makefile"
23070 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23071 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23072 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23074 ALL_MAKEFILES="$ALL_MAKEFILES \\
23075 dlls/inseng/Makefile"
23076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23077 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23078 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23080 ALL_MAKEFILES="$ALL_MAKEFILES \\
23081 dlls/iphlpapi/Makefile"
23082 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23083 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23084 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23086 ALL_MAKEFILES="$ALL_MAKEFILES \\
23087 dlls/iphlpapi/tests/Makefile"
23088 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23089 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23090 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23092 ALL_MAKEFILES="$ALL_MAKEFILES \\
23093 dlls/itircl/Makefile"
23094 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23095 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23096 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23098 ALL_MAKEFILES="$ALL_MAKEFILES \\
23099 dlls/itss/Makefile"
23100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23101 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23102 ac_config_files="$ac_config_files dlls/itss/Makefile"
23104 ALL_MAKEFILES="$ALL_MAKEFILES \\
23105 dlls/itss/tests/Makefile"
23106 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23107 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23108 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23110 ALL_MAKEFILES="$ALL_MAKEFILES \\
23111 dlls/jscript/Makefile"
23112 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23113 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23114 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23116 ALL_MAKEFILES="$ALL_MAKEFILES \\
23117 dlls/jscript/tests/Makefile"
23118 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23119 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23120 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23122 ALL_MAKEFILES="$ALL_MAKEFILES \\
23123 dlls/kernel32/Makefile"
23124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23125 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23126 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23128 ALL_MAKEFILES="$ALL_MAKEFILES \\
23129 dlls/kernel32/tests/Makefile"
23130 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23131 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23132 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23134 ALL_MAKEFILES="$ALL_MAKEFILES \\
23135 dlls/localspl/Makefile"
23136 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23137 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23138 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23140 ALL_MAKEFILES="$ALL_MAKEFILES \\
23141 dlls/localspl/tests/Makefile"
23142 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23143 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23144 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23146 ALL_MAKEFILES="$ALL_MAKEFILES \\
23147 dlls/localui/Makefile"
23148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23149 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23150 ac_config_files="$ac_config_files dlls/localui/Makefile"
23152 ALL_MAKEFILES="$ALL_MAKEFILES \\
23153 dlls/localui/tests/Makefile"
23154 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23155 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23156 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23158 ALL_MAKEFILES="$ALL_MAKEFILES \\
23159 dlls/lz32/Makefile"
23160 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23161 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23162 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23164 ALL_MAKEFILES="$ALL_MAKEFILES \\
23165 dlls/lz32/tests/Makefile"
23166 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23167 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23168 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23170 ALL_MAKEFILES="$ALL_MAKEFILES \\
23171 dlls/mapi32/Makefile"
23172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23173 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23174 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23176 ALL_MAKEFILES="$ALL_MAKEFILES \\
23177 dlls/mapi32/tests/Makefile"
23178 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23179 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23180 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23182 ALL_MAKEFILES="$ALL_MAKEFILES \\
23183 dlls/mciavi32/Makefile"
23184 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23185 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23186 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23188 ALL_MAKEFILES="$ALL_MAKEFILES \\
23189 dlls/mcicda/Makefile"
23190 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23191 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23192 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23194 ALL_MAKEFILES="$ALL_MAKEFILES \\
23195 dlls/mciseq/Makefile"
23196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23197 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23198 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23200 ALL_MAKEFILES="$ALL_MAKEFILES \\
23201 dlls/mciwave/Makefile"
23202 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23203 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23204 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23206 ALL_MAKEFILES="$ALL_MAKEFILES \\
23207 dlls/midimap/Makefile"
23208 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23209 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23210 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23212 ALL_MAKEFILES="$ALL_MAKEFILES \\
23213 dlls/mlang/Makefile"
23214 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23215 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23216 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23218 ALL_MAKEFILES="$ALL_MAKEFILES \\
23219 dlls/mlang/tests/Makefile"
23220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23221 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23222 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23224 ALL_MAKEFILES="$ALL_MAKEFILES \\
23225 dlls/mmdevldr.vxd/Makefile"
23226 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23227 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23228 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23230 ALL_MAKEFILES="$ALL_MAKEFILES \\
23231 dlls/monodebg.vxd/Makefile"
23232 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23233 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23234 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23236 ALL_MAKEFILES="$ALL_MAKEFILES \\
23237 dlls/mountmgr.sys/Makefile"
23238 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23239 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23240 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23242 ALL_MAKEFILES="$ALL_MAKEFILES \\
23243 dlls/mpr/Makefile"
23244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23245 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23246 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23248 ALL_MAKEFILES="$ALL_MAKEFILES \\
23249 dlls/mprapi/Makefile"
23250 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23251 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23252 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23254 ALL_MAKEFILES="$ALL_MAKEFILES \\
23255 dlls/msacm32.drv/Makefile"
23256 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23257 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23258 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23260 ALL_MAKEFILES="$ALL_MAKEFILES \\
23261 dlls/msacm32/Makefile"
23262 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23263 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23264 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23266 ALL_MAKEFILES="$ALL_MAKEFILES \\
23267 dlls/msacm32/tests/Makefile"
23268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23269 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23270 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23272 ALL_MAKEFILES="$ALL_MAKEFILES \\
23273 dlls/msadp32.acm/Makefile"
23274 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23275 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23276 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23278 ALL_MAKEFILES="$ALL_MAKEFILES \\
23279 dlls/mscat32/Makefile"
23280 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23281 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23282 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23284 ALL_MAKEFILES="$ALL_MAKEFILES \\
23285 dlls/mscms/Makefile"
23286 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23287 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23288 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23290 ALL_MAKEFILES="$ALL_MAKEFILES \\
23291 dlls/mscms/tests/Makefile"
23292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23293 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23294 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23296 ALL_MAKEFILES="$ALL_MAKEFILES \\
23297 dlls/mscoree/Makefile"
23298 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23299 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23300 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23302 ALL_MAKEFILES="$ALL_MAKEFILES \\
23303 dlls/msdmo/Makefile"
23304 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23305 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23306 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23308 ALL_MAKEFILES="$ALL_MAKEFILES \\
23309 dlls/msftedit/Makefile"
23310 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23311 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23312 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23314 ALL_MAKEFILES="$ALL_MAKEFILES \\
23315 dlls/msg711.acm/Makefile"
23316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23317 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23318 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23320 ALL_MAKEFILES="$ALL_MAKEFILES \\
23321 dlls/mshtml.tlb/Makefile"
23322 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23323 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23324 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23326 ALL_MAKEFILES="$ALL_MAKEFILES \\
23327 dlls/mshtml/Makefile"
23328 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23329 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23330 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23332 ALL_MAKEFILES="$ALL_MAKEFILES \\
23333 dlls/mshtml/tests/Makefile"
23334 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23335 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23336 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23338 ALL_MAKEFILES="$ALL_MAKEFILES \\
23339 dlls/msi/Makefile"
23340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23341 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23342 ac_config_files="$ac_config_files dlls/msi/Makefile"
23344 ALL_MAKEFILES="$ALL_MAKEFILES \\
23345 dlls/msi/tests/Makefile"
23346 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23347 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
23348 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
23350 ALL_MAKEFILES="$ALL_MAKEFILES \\
23351 dlls/msimg32/Makefile"
23352 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23353 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
23354 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
23356 ALL_MAKEFILES="$ALL_MAKEFILES \\
23357 dlls/msimtf/Makefile"
23358 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23359 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
23360 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
23362 ALL_MAKEFILES="$ALL_MAKEFILES \\
23363 dlls/msisip/Makefile"
23364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23365 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
23366 ac_config_files="$ac_config_files dlls/msisip/Makefile"
23368 ALL_MAKEFILES="$ALL_MAKEFILES \\
23369 dlls/msisys.ocx/Makefile"
23370 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23371 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
23372 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
23374 ALL_MAKEFILES="$ALL_MAKEFILES \\
23375 dlls/msnet32/Makefile"
23376 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23377 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
23378 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
23380 ALL_MAKEFILES="$ALL_MAKEFILES \\
23381 dlls/msrle32/Makefile"
23382 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23383 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
23384 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
23386 ALL_MAKEFILES="$ALL_MAKEFILES \\
23387 dlls/mssip32/Makefile"
23388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23389 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
23390 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
23392 ALL_MAKEFILES="$ALL_MAKEFILES \\
23393 dlls/mstask/Makefile"
23394 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23395 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
23396 ac_config_files="$ac_config_files dlls/mstask/Makefile"
23398 ALL_MAKEFILES="$ALL_MAKEFILES \\
23399 dlls/mstask/tests/Makefile"
23400 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23401 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
23402 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
23404 ALL_MAKEFILES="$ALL_MAKEFILES \\
23405 dlls/msvcirt/Makefile"
23406 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23407 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
23408 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
23410 ALL_MAKEFILES="$ALL_MAKEFILES \\
23411 dlls/msvcr71/Makefile"
23412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23413 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
23414 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
23416 ALL_MAKEFILES="$ALL_MAKEFILES \\
23417 dlls/msvcrt/Makefile"
23418 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23419 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
23420 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
23422 ALL_MAKEFILES="$ALL_MAKEFILES \\
23423 dlls/msvcrt/tests/Makefile"
23424 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23425 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
23426 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
23428 ALL_MAKEFILES="$ALL_MAKEFILES \\
23429 dlls/msvcrt20/Makefile"
23430 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23431 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
23432 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
23434 ALL_MAKEFILES="$ALL_MAKEFILES \\
23435 dlls/msvcrt40/Makefile"
23436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23437 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
23438 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
23440 ALL_MAKEFILES="$ALL_MAKEFILES \\
23441 dlls/msvcrtd/Makefile"
23442 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23443 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
23444 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
23446 ALL_MAKEFILES="$ALL_MAKEFILES \\
23447 dlls/msvcrtd/tests/Makefile"
23448 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23449 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
23450 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
23452 ALL_MAKEFILES="$ALL_MAKEFILES \\
23453 dlls/msvfw32/Makefile"
23454 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23455 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
23456 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
23458 ALL_MAKEFILES="$ALL_MAKEFILES \\
23459 dlls/msvidc32/Makefile"
23460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23461 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
23462 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
23464 ALL_MAKEFILES="$ALL_MAKEFILES \\
23465 dlls/mswsock/Makefile"
23466 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23467 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
23468 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
23470 ALL_MAKEFILES="$ALL_MAKEFILES \\
23471 dlls/msxml3/Makefile"
23472 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23473 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
23474 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
23476 ALL_MAKEFILES="$ALL_MAKEFILES \\
23477 dlls/msxml3/tests/Makefile"
23478 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23479 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
23480 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
23482 ALL_MAKEFILES="$ALL_MAKEFILES \\
23483 dlls/nddeapi/Makefile"
23484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23485 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
23486 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
23488 ALL_MAKEFILES="$ALL_MAKEFILES \\
23489 dlls/netapi32/Makefile"
23490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23491 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
23492 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
23494 ALL_MAKEFILES="$ALL_MAKEFILES \\
23495 dlls/netapi32/tests/Makefile"
23496 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23497 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
23498 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
23500 ALL_MAKEFILES="$ALL_MAKEFILES \\
23501 dlls/newdev/Makefile"
23502 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23503 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
23504 ac_config_files="$ac_config_files dlls/newdev/Makefile"
23506 ALL_MAKEFILES="$ALL_MAKEFILES \\
23507 dlls/ntdll/Makefile"
23508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23509 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
23510 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
23512 ALL_MAKEFILES="$ALL_MAKEFILES \\
23513 dlls/ntdll/tests/Makefile"
23514 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23515 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
23516 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
23518 ALL_MAKEFILES="$ALL_MAKEFILES \\
23519 dlls/ntdsapi/Makefile"
23520 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23521 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
23522 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
23524 ALL_MAKEFILES="$ALL_MAKEFILES \\
23525 dlls/ntdsapi/tests/Makefile"
23526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23527 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
23528 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
23530 ALL_MAKEFILES="$ALL_MAKEFILES \\
23531 dlls/ntoskrnl.exe/Makefile"
23532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23533 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
23534 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
23536 ALL_MAKEFILES="$ALL_MAKEFILES \\
23537 dlls/ntprint/Makefile"
23538 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23539 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
23540 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
23542 ALL_MAKEFILES="$ALL_MAKEFILES \\
23543 dlls/ntprint/tests/Makefile"
23544 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23545 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
23546 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
23548 ALL_MAKEFILES="$ALL_MAKEFILES \\
23549 dlls/objsel/Makefile"
23550 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23551 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
23552 ac_config_files="$ac_config_files dlls/objsel/Makefile"
23554 ALL_MAKEFILES="$ALL_MAKEFILES \\
23555 dlls/odbc32/Makefile"
23556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23557 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
23558 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
23560 ALL_MAKEFILES="$ALL_MAKEFILES \\
23561 dlls/odbccp32/Makefile"
23562 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23563 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
23564 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
23566 ALL_MAKEFILES="$ALL_MAKEFILES \\
23567 dlls/odbccp32/tests/Makefile"
23568 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23569 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
23570 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
23572 ALL_MAKEFILES="$ALL_MAKEFILES \\
23573 dlls/ole32/Makefile"
23574 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23575 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
23576 ac_config_files="$ac_config_files dlls/ole32/Makefile"
23578 ALL_MAKEFILES="$ALL_MAKEFILES \\
23579 dlls/ole32/tests/Makefile"
23580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23581 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
23582 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
23584 ALL_MAKEFILES="$ALL_MAKEFILES \\
23585 dlls/oleacc/Makefile"
23586 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23587 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
23588 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
23590 ALL_MAKEFILES="$ALL_MAKEFILES \\
23591 dlls/oleaut32/Makefile"
23592 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23593 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
23594 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
23596 ALL_MAKEFILES="$ALL_MAKEFILES \\
23597 dlls/oleaut32/tests/Makefile"
23598 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23599 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
23600 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
23602 ALL_MAKEFILES="$ALL_MAKEFILES \\
23603 dlls/olecli32/Makefile"
23604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23605 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
23606 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
23608 ALL_MAKEFILES="$ALL_MAKEFILES \\
23609 dlls/oledlg/Makefile"
23610 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23611 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
23612 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
23614 ALL_MAKEFILES="$ALL_MAKEFILES \\
23615 dlls/olepro32/Makefile"
23616 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23617 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
23618 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
23620 ALL_MAKEFILES="$ALL_MAKEFILES \\
23621 dlls/olesvr32/Makefile"
23622 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23623 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
23624 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
23626 ALL_MAKEFILES="$ALL_MAKEFILES \\
23627 dlls/olethk32/Makefile"
23628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23629 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
23630 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
23632 ALL_MAKEFILES="$ALL_MAKEFILES \\
23633 dlls/opengl32/Makefile"
23634 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23635 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
23636 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
23638 ALL_MAKEFILES="$ALL_MAKEFILES \\
23639 dlls/opengl32/tests/Makefile"
23640 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23641 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
23642 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
23644 ALL_MAKEFILES="$ALL_MAKEFILES \\
23645 dlls/pdh/Makefile"
23646 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23647 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
23648 ac_config_files="$ac_config_files dlls/pdh/Makefile"
23650 ALL_MAKEFILES="$ALL_MAKEFILES \\
23651 dlls/pdh/tests/Makefile"
23652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23653 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
23654 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
23656 ALL_MAKEFILES="$ALL_MAKEFILES \\
23657 dlls/powrprof/Makefile"
23658 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23659 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
23660 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
23662 ALL_MAKEFILES="$ALL_MAKEFILES \\
23663 dlls/printui/Makefile"
23664 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23665 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
23666 ac_config_files="$ac_config_files dlls/printui/Makefile"
23668 ALL_MAKEFILES="$ALL_MAKEFILES \\
23669 dlls/propsys/Makefile"
23670 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23671 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
23672 ac_config_files="$ac_config_files dlls/propsys/Makefile"
23674 ALL_MAKEFILES="$ALL_MAKEFILES \\
23675 dlls/psapi/Makefile"
23676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23677 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
23678 ac_config_files="$ac_config_files dlls/psapi/Makefile"
23680 ALL_MAKEFILES="$ALL_MAKEFILES \\
23681 dlls/psapi/tests/Makefile"
23682 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23683 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
23684 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
23686 ALL_MAKEFILES="$ALL_MAKEFILES \\
23687 dlls/pstorec/Makefile"
23688 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23689 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
23690 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
23692 ALL_MAKEFILES="$ALL_MAKEFILES \\
23693 dlls/qcap/Makefile"
23694 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23695 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
23696 ac_config_files="$ac_config_files dlls/qcap/Makefile"
23698 ALL_MAKEFILES="$ALL_MAKEFILES \\
23699 dlls/qedit/Makefile"
23700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23701 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
23702 ac_config_files="$ac_config_files dlls/qedit/Makefile"
23704 ALL_MAKEFILES="$ALL_MAKEFILES \\
23705 dlls/qedit/tests/Makefile"
23706 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23707 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
23708 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
23710 ALL_MAKEFILES="$ALL_MAKEFILES \\
23711 dlls/qmgr/Makefile"
23712 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23713 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
23714 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
23716 ALL_MAKEFILES="$ALL_MAKEFILES \\
23717 dlls/qmgr/tests/Makefile"
23718 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23719 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
23720 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
23722 ALL_MAKEFILES="$ALL_MAKEFILES \\
23723 dlls/qmgrprxy/Makefile"
23724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23725 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
23726 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
23728 ALL_MAKEFILES="$ALL_MAKEFILES \\
23729 dlls/quartz/Makefile"
23730 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23731 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
23732 ac_config_files="$ac_config_files dlls/quartz/Makefile"
23734 ALL_MAKEFILES="$ALL_MAKEFILES \\
23735 dlls/quartz/tests/Makefile"
23736 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23737 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
23738 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
23740 ALL_MAKEFILES="$ALL_MAKEFILES \\
23741 dlls/query/Makefile"
23742 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23743 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
23744 ac_config_files="$ac_config_files dlls/query/Makefile"
23746 ALL_MAKEFILES="$ALL_MAKEFILES \\
23747 dlls/rasapi32/Makefile"
23748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23749 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
23750 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
23752 ALL_MAKEFILES="$ALL_MAKEFILES \\
23753 dlls/rasapi32/tests/Makefile"
23754 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23755 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
23756 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
23758 ALL_MAKEFILES="$ALL_MAKEFILES \\
23759 dlls/resutils/Makefile"
23760 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23761 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
23762 ac_config_files="$ac_config_files dlls/resutils/Makefile"
23764 ALL_MAKEFILES="$ALL_MAKEFILES \\
23765 dlls/riched20/Makefile"
23766 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23767 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
23768 ac_config_files="$ac_config_files dlls/riched20/Makefile"
23770 ALL_MAKEFILES="$ALL_MAKEFILES \\
23771 dlls/riched20/tests/Makefile"
23772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23773 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
23774 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
23776 ALL_MAKEFILES="$ALL_MAKEFILES \\
23777 dlls/riched32/Makefile"
23778 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23779 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
23780 ac_config_files="$ac_config_files dlls/riched32/Makefile"
23782 ALL_MAKEFILES="$ALL_MAKEFILES \\
23783 dlls/riched32/tests/Makefile"
23784 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23785 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
23786 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
23788 ALL_MAKEFILES="$ALL_MAKEFILES \\
23789 dlls/rpcrt4/Makefile"
23790 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23791 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
23792 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
23794 ALL_MAKEFILES="$ALL_MAKEFILES \\
23795 dlls/rpcrt4/tests/Makefile"
23796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23797 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
23798 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
23800 ALL_MAKEFILES="$ALL_MAKEFILES \\
23801 dlls/rsabase/Makefile"
23802 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23803 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
23804 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
23806 ALL_MAKEFILES="$ALL_MAKEFILES \\
23807 dlls/rsaenh/Makefile"
23808 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23809 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
23810 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
23812 ALL_MAKEFILES="$ALL_MAKEFILES \\
23813 dlls/rsaenh/tests/Makefile"
23814 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23815 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
23816 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
23818 ALL_MAKEFILES="$ALL_MAKEFILES \\
23819 dlls/sane.ds/Makefile"
23820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23821 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
23822 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
23824 ALL_MAKEFILES="$ALL_MAKEFILES \\
23825 dlls/sccbase/Makefile"
23826 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23827 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
23828 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
23830 ALL_MAKEFILES="$ALL_MAKEFILES \\
23831 dlls/schannel/Makefile"
23832 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23833 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
23834 ac_config_files="$ac_config_files dlls/schannel/Makefile"
23836 ALL_MAKEFILES="$ALL_MAKEFILES \\
23837 dlls/schannel/tests/Makefile"
23838 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23839 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
23840 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
23842 ALL_MAKEFILES="$ALL_MAKEFILES \\
23843 dlls/secur32/Makefile"
23844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23845 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
23846 ac_config_files="$ac_config_files dlls/secur32/Makefile"
23848 ALL_MAKEFILES="$ALL_MAKEFILES \\
23849 dlls/secur32/tests/Makefile"
23850 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23851 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
23852 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
23854 ALL_MAKEFILES="$ALL_MAKEFILES \\
23855 dlls/security/Makefile"
23856 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23857 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
23858 ac_config_files="$ac_config_files dlls/security/Makefile"
23860 ALL_MAKEFILES="$ALL_MAKEFILES \\
23861 dlls/sensapi/Makefile"
23862 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23863 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
23864 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
23866 ALL_MAKEFILES="$ALL_MAKEFILES \\
23867 dlls/serialui/Makefile"
23868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23869 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
23870 ac_config_files="$ac_config_files dlls/serialui/Makefile"
23872 ALL_MAKEFILES="$ALL_MAKEFILES \\
23873 dlls/serialui/tests/Makefile"
23874 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23875 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
23876 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
23878 ALL_MAKEFILES="$ALL_MAKEFILES \\
23879 dlls/setupapi/Makefile"
23880 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23881 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
23882 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
23884 ALL_MAKEFILES="$ALL_MAKEFILES \\
23885 dlls/setupapi/tests/Makefile"
23886 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23887 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
23888 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
23890 ALL_MAKEFILES="$ALL_MAKEFILES \\
23891 dlls/sfc/Makefile"
23892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23893 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
23894 ac_config_files="$ac_config_files dlls/sfc/Makefile"
23896 ALL_MAKEFILES="$ALL_MAKEFILES \\
23897 dlls/sfc_os/Makefile"
23898 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23899 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
23900 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
23902 ALL_MAKEFILES="$ALL_MAKEFILES \\
23903 dlls/shdoclc/Makefile"
23904 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23905 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
23906 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
23908 ALL_MAKEFILES="$ALL_MAKEFILES \\
23909 dlls/shdocvw/Makefile"
23910 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23911 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
23912 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
23914 ALL_MAKEFILES="$ALL_MAKEFILES \\
23915 dlls/shdocvw/tests/Makefile"
23916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23917 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
23918 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
23920 ALL_MAKEFILES="$ALL_MAKEFILES \\
23921 dlls/shell32/Makefile"
23922 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23923 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
23924 ac_config_files="$ac_config_files dlls/shell32/Makefile"
23926 ALL_MAKEFILES="$ALL_MAKEFILES \\
23927 dlls/shell32/tests/Makefile"
23928 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23929 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
23930 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
23932 ALL_MAKEFILES="$ALL_MAKEFILES \\
23933 dlls/shfolder/Makefile"
23934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23935 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
23936 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
23938 ALL_MAKEFILES="$ALL_MAKEFILES \\
23939 dlls/shlwapi/Makefile"
23940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23941 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
23942 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
23944 ALL_MAKEFILES="$ALL_MAKEFILES \\
23945 dlls/shlwapi/tests/Makefile"
23946 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23947 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
23948 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
23950 ALL_MAKEFILES="$ALL_MAKEFILES \\
23951 dlls/slbcsp/Makefile"
23952 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23953 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
23954 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
23956 ALL_MAKEFILES="$ALL_MAKEFILES \\
23957 dlls/slc/Makefile"
23958 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23959 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
23960 ac_config_files="$ac_config_files dlls/slc/Makefile"
23962 ALL_MAKEFILES="$ALL_MAKEFILES \\
23963 dlls/snmpapi/Makefile"
23964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23965 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
23966 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
23968 ALL_MAKEFILES="$ALL_MAKEFILES \\
23969 dlls/snmpapi/tests/Makefile"
23970 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23971 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
23972 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
23974 ALL_MAKEFILES="$ALL_MAKEFILES \\
23975 dlls/softpub/Makefile"
23976 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23977 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
23978 ac_config_files="$ac_config_files dlls/softpub/Makefile"
23980 ALL_MAKEFILES="$ALL_MAKEFILES \\
23981 dlls/spoolss/Makefile"
23982 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23983 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
23984 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
23986 ALL_MAKEFILES="$ALL_MAKEFILES \\
23987 dlls/spoolss/tests/Makefile"
23988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23989 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
23990 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
23992 ALL_MAKEFILES="$ALL_MAKEFILES \\
23993 dlls/stdole2.tlb/Makefile"
23994 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23995 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
23996 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
23998 ALL_MAKEFILES="$ALL_MAKEFILES \\
23999 dlls/stdole32.tlb/Makefile"
24000 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24001 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24002 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24004 ALL_MAKEFILES="$ALL_MAKEFILES \\
24005 dlls/sti/Makefile"
24006 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24007 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24008 ac_config_files="$ac_config_files dlls/sti/Makefile"
24010 ALL_MAKEFILES="$ALL_MAKEFILES \\
24011 dlls/strmiids/Makefile"
24012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24013 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24014 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24016 ALL_MAKEFILES="$ALL_MAKEFILES \\
24017 dlls/svrapi/Makefile"
24018 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24019 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24020 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24022 ALL_MAKEFILES="$ALL_MAKEFILES \\
24023 dlls/sxs/Makefile"
24024 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24025 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24026 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24028 ALL_MAKEFILES="$ALL_MAKEFILES \\
24029 dlls/tapi32/Makefile"
24030 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24031 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24032 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24034 ALL_MAKEFILES="$ALL_MAKEFILES \\
24035 dlls/twain_32/Makefile"
24036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24037 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24038 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24040 ALL_MAKEFILES="$ALL_MAKEFILES \\
24041 dlls/unicows/Makefile"
24042 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24043 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24044 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24046 ALL_MAKEFILES="$ALL_MAKEFILES \\
24047 dlls/url/Makefile"
24048 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24049 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24050 ac_config_files="$ac_config_files dlls/url/Makefile"
24052 ALL_MAKEFILES="$ALL_MAKEFILES \\
24053 dlls/urlmon/Makefile"
24054 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24055 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24056 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24058 ALL_MAKEFILES="$ALL_MAKEFILES \\
24059 dlls/urlmon/tests/Makefile"
24060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24061 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24062 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24064 ALL_MAKEFILES="$ALL_MAKEFILES \\
24065 dlls/user32/Makefile"
24066 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24067 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24068 ac_config_files="$ac_config_files dlls/user32/Makefile"
24070 ALL_MAKEFILES="$ALL_MAKEFILES \\
24071 dlls/user32/tests/Makefile"
24072 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24073 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24074 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24076 ALL_MAKEFILES="$ALL_MAKEFILES \\
24077 dlls/userenv/Makefile"
24078 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24079 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24080 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24082 ALL_MAKEFILES="$ALL_MAKEFILES \\
24083 dlls/userenv/tests/Makefile"
24084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24085 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24086 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24088 ALL_MAKEFILES="$ALL_MAKEFILES \\
24089 dlls/usp10/Makefile"
24090 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24091 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24092 ac_config_files="$ac_config_files dlls/usp10/Makefile"
24094 ALL_MAKEFILES="$ALL_MAKEFILES \\
24095 dlls/usp10/tests/Makefile"
24096 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24097 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
24098 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
24100 ALL_MAKEFILES="$ALL_MAKEFILES \\
24101 dlls/uuid/Makefile"
24102 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24103 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
24104 ac_config_files="$ac_config_files dlls/uuid/Makefile"
24106 ALL_MAKEFILES="$ALL_MAKEFILES \\
24107 dlls/uxtheme/Makefile"
24108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24109 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
24110 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
24112 ALL_MAKEFILES="$ALL_MAKEFILES \\
24113 dlls/uxtheme/tests/Makefile"
24114 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24115 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
24116 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
24118 ALL_MAKEFILES="$ALL_MAKEFILES \\
24119 dlls/vdhcp.vxd/Makefile"
24120 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24121 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
24122 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
24124 ALL_MAKEFILES="$ALL_MAKEFILES \\
24125 dlls/vdmdbg/Makefile"
24126 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24127 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
24128 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
24130 ALL_MAKEFILES="$ALL_MAKEFILES \\
24131 dlls/version/Makefile"
24132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24133 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
24134 ac_config_files="$ac_config_files dlls/version/Makefile"
24136 ALL_MAKEFILES="$ALL_MAKEFILES \\
24137 dlls/version/tests/Makefile"
24138 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24139 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
24140 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
24142 ALL_MAKEFILES="$ALL_MAKEFILES \\
24143 dlls/vmm.vxd/Makefile"
24144 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24145 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
24146 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
24148 ALL_MAKEFILES="$ALL_MAKEFILES \\
24149 dlls/vnbt.vxd/Makefile"
24150 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24151 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
24152 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
24154 ALL_MAKEFILES="$ALL_MAKEFILES \\
24155 dlls/vnetbios.vxd/Makefile"
24156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24157 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
24158 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
24160 ALL_MAKEFILES="$ALL_MAKEFILES \\
24161 dlls/vtdapi.vxd/Makefile"
24162 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24163 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
24164 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
24166 ALL_MAKEFILES="$ALL_MAKEFILES \\
24167 dlls/vwin32.vxd/Makefile"
24168 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24169 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
24170 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
24172 ALL_MAKEFILES="$ALL_MAKEFILES \\
24173 dlls/w32skrnl/Makefile"
24174 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24175 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
24176 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
24178 ALL_MAKEFILES="$ALL_MAKEFILES \\
24179 dlls/winealsa.drv/Makefile"
24180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24181 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
24182 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
24184 ALL_MAKEFILES="$ALL_MAKEFILES \\
24185 dlls/wineaudioio.drv/Makefile"
24186 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24187 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
24188 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
24190 ALL_MAKEFILES="$ALL_MAKEFILES \\
24191 dlls/winecoreaudio.drv/Makefile"
24192 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24193 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
24194 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
24196 ALL_MAKEFILES="$ALL_MAKEFILES \\
24197 dlls/winecrt0/Makefile"
24198 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24199 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
24200 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
24202 ALL_MAKEFILES="$ALL_MAKEFILES \\
24203 dlls/wined3d/Makefile"
24204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24205 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
24206 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
24208 ALL_MAKEFILES="$ALL_MAKEFILES \\
24209 dlls/winedos/Makefile"
24210 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24211 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
24212 ac_config_files="$ac_config_files dlls/winedos/Makefile"
24214 ALL_MAKEFILES="$ALL_MAKEFILES \\
24215 dlls/wineesd.drv/Makefile"
24216 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24217 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
24218 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
24220 ALL_MAKEFILES="$ALL_MAKEFILES \\
24221 dlls/winejack.drv/Makefile"
24222 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24223 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
24224 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
24226 ALL_MAKEFILES="$ALL_MAKEFILES \\
24227 dlls/winejoystick.drv/Makefile"
24228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24229 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
24230 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
24232 ALL_MAKEFILES="$ALL_MAKEFILES \\
24233 dlls/winemp3.acm/Makefile"
24234 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24235 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
24236 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
24238 ALL_MAKEFILES="$ALL_MAKEFILES \\
24239 dlls/winenas.drv/Makefile"
24240 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24241 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
24242 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
24244 ALL_MAKEFILES="$ALL_MAKEFILES \\
24245 dlls/wineoss.drv/Makefile"
24246 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24247 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
24248 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
24250 ALL_MAKEFILES="$ALL_MAKEFILES \\
24251 dlls/wineps.drv/Makefile"
24252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24253 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
24254 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
24256 ALL_MAKEFILES="$ALL_MAKEFILES \\
24257 dlls/winequartz.drv/Makefile"
24258 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24259 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
24260 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
24262 ALL_MAKEFILES="$ALL_MAKEFILES \\
24263 dlls/winex11.drv/Makefile"
24264 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24265 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
24266 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
24268 ALL_MAKEFILES="$ALL_MAKEFILES \\
24269 dlls/wing32/Makefile"
24270 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24271 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
24272 ac_config_files="$ac_config_files dlls/wing32/Makefile"
24274 ALL_MAKEFILES="$ALL_MAKEFILES \\
24275 dlls/winhttp/Makefile"
24276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24277 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
24278 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
24280 ALL_MAKEFILES="$ALL_MAKEFILES \\
24281 dlls/winhttp/tests/Makefile"
24282 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24283 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
24284 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
24286 ALL_MAKEFILES="$ALL_MAKEFILES \\
24287 dlls/wininet/Makefile"
24288 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24289 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
24290 ac_config_files="$ac_config_files dlls/wininet/Makefile"
24292 ALL_MAKEFILES="$ALL_MAKEFILES \\
24293 dlls/wininet/tests/Makefile"
24294 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24295 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
24296 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
24298 ALL_MAKEFILES="$ALL_MAKEFILES \\
24299 dlls/winmm/Makefile"
24300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24301 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
24302 ac_config_files="$ac_config_files dlls/winmm/Makefile"
24304 ALL_MAKEFILES="$ALL_MAKEFILES \\
24305 dlls/winmm/tests/Makefile"
24306 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24307 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
24308 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
24310 ALL_MAKEFILES="$ALL_MAKEFILES \\
24311 dlls/winnls32/Makefile"
24312 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24313 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
24314 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
24316 ALL_MAKEFILES="$ALL_MAKEFILES \\
24317 dlls/winscard/Makefile"
24318 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24319 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
24320 ac_config_files="$ac_config_files dlls/winscard/Makefile"
24322 ALL_MAKEFILES="$ALL_MAKEFILES \\
24323 dlls/winspool.drv/Makefile"
24324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24325 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
24326 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
24328 ALL_MAKEFILES="$ALL_MAKEFILES \\
24329 dlls/winspool.drv/tests/Makefile"
24330 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24331 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
24332 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
24334 ALL_MAKEFILES="$ALL_MAKEFILES \\
24335 dlls/wintab32/Makefile"
24336 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24337 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
24338 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
24340 ALL_MAKEFILES="$ALL_MAKEFILES \\
24341 dlls/wintrust/Makefile"
24342 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24343 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
24344 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
24346 ALL_MAKEFILES="$ALL_MAKEFILES \\
24347 dlls/wintrust/tests/Makefile"
24348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24349 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
24350 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
24352 ALL_MAKEFILES="$ALL_MAKEFILES \\
24353 dlls/wldap32/Makefile"
24354 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24355 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
24356 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
24358 ALL_MAKEFILES="$ALL_MAKEFILES \\
24359 dlls/wmi/Makefile"
24360 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24361 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
24362 ac_config_files="$ac_config_files dlls/wmi/Makefile"
24364 ALL_MAKEFILES="$ALL_MAKEFILES \\
24365 dlls/wnaspi32/Makefile"
24366 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24367 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
24368 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
24370 ALL_MAKEFILES="$ALL_MAKEFILES \\
24371 dlls/wow32/Makefile"
24372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24373 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
24374 ac_config_files="$ac_config_files dlls/wow32/Makefile"
24376 ALL_MAKEFILES="$ALL_MAKEFILES \\
24377 dlls/ws2_32/Makefile"
24378 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24379 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
24380 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
24382 ALL_MAKEFILES="$ALL_MAKEFILES \\
24383 dlls/ws2_32/tests/Makefile"
24384 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24385 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
24386 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
24388 ALL_MAKEFILES="$ALL_MAKEFILES \\
24389 dlls/wsock32/Makefile"
24390 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24391 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
24392 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
24394 ALL_MAKEFILES="$ALL_MAKEFILES \\
24395 dlls/wtsapi32/Makefile"
24396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24397 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
24398 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
24400 ALL_MAKEFILES="$ALL_MAKEFILES \\
24401 documentation/Makefile"
24402 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24403 documentation/Makefile: documentation/Makefile.in Make.rules"
24404 ac_config_files="$ac_config_files documentation/Makefile"
24406 ALL_MAKEFILES="$ALL_MAKEFILES \\
24407 fonts/Makefile"
24408 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24409 fonts/Makefile: fonts/Makefile.in Make.rules"
24410 ac_config_files="$ac_config_files fonts/Makefile"
24412 ALL_MAKEFILES="$ALL_MAKEFILES \\
24413 include/Makefile"
24414 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24415 include/Makefile: include/Makefile.in Make.rules"
24416 ac_config_files="$ac_config_files include/Makefile"
24418 ALL_MAKEFILES="$ALL_MAKEFILES \\
24419 libs/Makefile"
24420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24421 libs/Makefile: libs/Makefile.in Make.rules"
24422 ac_config_files="$ac_config_files libs/Makefile"
24424 ALL_MAKEFILES="$ALL_MAKEFILES \\
24425 libs/port/Makefile"
24426 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24427 libs/port/Makefile: libs/port/Makefile.in Make.rules"
24428 ac_config_files="$ac_config_files libs/port/Makefile"
24430 ALL_MAKEFILES="$ALL_MAKEFILES \\
24431 libs/wine/Makefile"
24432 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24433 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
24434 ac_config_files="$ac_config_files libs/wine/Makefile"
24436 ALL_MAKEFILES="$ALL_MAKEFILES \\
24437 libs/wpp/Makefile"
24438 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24439 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
24440 ac_config_files="$ac_config_files libs/wpp/Makefile"
24442 ALL_MAKEFILES="$ALL_MAKEFILES \\
24443 loader/Makefile"
24444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24445 loader/Makefile: loader/Makefile.in Make.rules"
24446 ac_config_files="$ac_config_files loader/Makefile"
24448 ALL_MAKEFILES="$ALL_MAKEFILES \\
24449 programs/Makefile"
24450 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24451 programs/Makefile: programs/Makefile.in Make.rules"
24452 ac_config_files="$ac_config_files programs/Makefile"
24454 ALL_MAKEFILES="$ALL_MAKEFILES \\
24455 programs/clock/Makefile"
24456 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24457 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
24458 ac_config_files="$ac_config_files programs/clock/Makefile"
24460 ALL_MAKEFILES="$ALL_MAKEFILES \\
24461 programs/cmd/Makefile"
24462 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24463 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
24464 ac_config_files="$ac_config_files programs/cmd/Makefile"
24466 ALL_MAKEFILES="$ALL_MAKEFILES \\
24467 programs/cmdlgtst/Makefile"
24468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24469 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
24470 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
24472 ALL_MAKEFILES="$ALL_MAKEFILES \\
24473 programs/control/Makefile"
24474 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24475 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
24476 ac_config_files="$ac_config_files programs/control/Makefile"
24478 ALL_MAKEFILES="$ALL_MAKEFILES \\
24479 programs/eject/Makefile"
24480 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24481 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
24482 ac_config_files="$ac_config_files programs/eject/Makefile"
24484 ALL_MAKEFILES="$ALL_MAKEFILES \\
24485 programs/expand/Makefile"
24486 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24487 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
24488 ac_config_files="$ac_config_files programs/expand/Makefile"
24490 ALL_MAKEFILES="$ALL_MAKEFILES \\
24491 programs/explorer/Makefile"
24492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24493 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
24494 ac_config_files="$ac_config_files programs/explorer/Makefile"
24496 ALL_MAKEFILES="$ALL_MAKEFILES \\
24497 programs/hh/Makefile"
24498 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24499 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
24500 ac_config_files="$ac_config_files programs/hh/Makefile"
24502 ALL_MAKEFILES="$ALL_MAKEFILES \\
24503 programs/icinfo/Makefile"
24504 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24505 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
24506 ac_config_files="$ac_config_files programs/icinfo/Makefile"
24508 ALL_MAKEFILES="$ALL_MAKEFILES \\
24509 programs/iexplore/Makefile"
24510 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24511 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
24512 ac_config_files="$ac_config_files programs/iexplore/Makefile"
24514 ALL_MAKEFILES="$ALL_MAKEFILES \\
24515 programs/msiexec/Makefile"
24516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24517 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
24518 ac_config_files="$ac_config_files programs/msiexec/Makefile"
24520 ALL_MAKEFILES="$ALL_MAKEFILES \\
24521 programs/net/Makefile"
24522 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24523 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
24524 ac_config_files="$ac_config_files programs/net/Makefile"
24526 ALL_MAKEFILES="$ALL_MAKEFILES \\
24527 programs/notepad/Makefile"
24528 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24529 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
24530 ac_config_files="$ac_config_files programs/notepad/Makefile"
24532 ALL_MAKEFILES="$ALL_MAKEFILES \\
24533 programs/oleview/Makefile"
24534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24535 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
24536 ac_config_files="$ac_config_files programs/oleview/Makefile"
24538 ALL_MAKEFILES="$ALL_MAKEFILES \\
24539 programs/progman/Makefile"
24540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24541 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
24542 ac_config_files="$ac_config_files programs/progman/Makefile"
24544 ALL_MAKEFILES="$ALL_MAKEFILES \\
24545 programs/reg/Makefile"
24546 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24547 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
24548 ac_config_files="$ac_config_files programs/reg/Makefile"
24550 ALL_MAKEFILES="$ALL_MAKEFILES \\
24551 programs/regedit/Makefile"
24552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24553 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
24554 ac_config_files="$ac_config_files programs/regedit/Makefile"
24556 ALL_MAKEFILES="$ALL_MAKEFILES \\
24557 programs/regsvr32/Makefile"
24558 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24559 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
24560 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
24562 ALL_MAKEFILES="$ALL_MAKEFILES \\
24563 programs/rpcss/Makefile"
24564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24565 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
24566 ac_config_files="$ac_config_files programs/rpcss/Makefile"
24568 ALL_MAKEFILES="$ALL_MAKEFILES \\
24569 programs/rundll32/Makefile"
24570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24571 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
24572 ac_config_files="$ac_config_files programs/rundll32/Makefile"
24574 ALL_MAKEFILES="$ALL_MAKEFILES \\
24575 programs/secedit/Makefile"
24576 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24577 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
24578 ac_config_files="$ac_config_files programs/secedit/Makefile"
24580 ALL_MAKEFILES="$ALL_MAKEFILES \\
24581 programs/services/Makefile"
24582 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24583 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
24584 ac_config_files="$ac_config_files programs/services/Makefile"
24586 ALL_MAKEFILES="$ALL_MAKEFILES \\
24587 programs/spoolsv/Makefile"
24588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24589 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
24590 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
24592 ALL_MAKEFILES="$ALL_MAKEFILES \\
24593 programs/start/Makefile"
24594 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24595 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
24596 ac_config_files="$ac_config_files programs/start/Makefile"
24598 ALL_MAKEFILES="$ALL_MAKEFILES \\
24599 programs/svchost/Makefile"
24600 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24601 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
24602 ac_config_files="$ac_config_files programs/svchost/Makefile"
24604 ALL_MAKEFILES="$ALL_MAKEFILES \\
24605 programs/taskmgr/Makefile"
24606 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24607 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
24608 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
24610 ALL_MAKEFILES="$ALL_MAKEFILES \\
24611 programs/uninstaller/Makefile"
24612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24613 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
24614 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
24616 ALL_MAKEFILES="$ALL_MAKEFILES \\
24617 programs/view/Makefile"
24618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24619 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
24620 ac_config_files="$ac_config_files programs/view/Makefile"
24622 ALL_MAKEFILES="$ALL_MAKEFILES \\
24623 programs/wineboot/Makefile"
24624 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24625 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
24626 ac_config_files="$ac_config_files programs/wineboot/Makefile"
24628 ALL_MAKEFILES="$ALL_MAKEFILES \\
24629 programs/winebrowser/Makefile"
24630 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24631 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
24632 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
24634 ALL_MAKEFILES="$ALL_MAKEFILES \\
24635 programs/winecfg/Makefile"
24636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24637 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
24638 ac_config_files="$ac_config_files programs/winecfg/Makefile"
24640 ALL_MAKEFILES="$ALL_MAKEFILES \\
24641 programs/wineconsole/Makefile"
24642 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24643 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
24644 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
24646 ALL_MAKEFILES="$ALL_MAKEFILES \\
24647 programs/winedbg/Makefile"
24648 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24649 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
24650 ac_config_files="$ac_config_files programs/winedbg/Makefile"
24652 ALL_MAKEFILES="$ALL_MAKEFILES \\
24653 programs/winedevice/Makefile"
24654 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24655 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
24656 ac_config_files="$ac_config_files programs/winedevice/Makefile"
24658 ALL_MAKEFILES="$ALL_MAKEFILES \\
24659 programs/winefile/Makefile"
24660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24661 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
24662 ac_config_files="$ac_config_files programs/winefile/Makefile"
24664 ALL_MAKEFILES="$ALL_MAKEFILES \\
24665 programs/winemenubuilder/Makefile"
24666 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24667 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
24668 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
24670 ALL_MAKEFILES="$ALL_MAKEFILES \\
24671 programs/winemine/Makefile"
24672 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24673 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
24674 ac_config_files="$ac_config_files programs/winemine/Makefile"
24676 ALL_MAKEFILES="$ALL_MAKEFILES \\
24677 programs/winepath/Makefile"
24678 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24679 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
24680 ac_config_files="$ac_config_files programs/winepath/Makefile"
24682 ALL_MAKEFILES="$ALL_MAKEFILES \\
24683 programs/winetest/Makefile"
24684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24685 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
24686 ac_config_files="$ac_config_files programs/winetest/Makefile"
24688 ALL_MAKEFILES="$ALL_MAKEFILES \\
24689 programs/winevdm/Makefile"
24690 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24691 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
24692 ac_config_files="$ac_config_files programs/winevdm/Makefile"
24694 ALL_MAKEFILES="$ALL_MAKEFILES \\
24695 programs/winhlp32/Makefile"
24696 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24697 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
24698 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
24700 ALL_MAKEFILES="$ALL_MAKEFILES \\
24701 programs/winver/Makefile"
24702 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24703 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
24704 ac_config_files="$ac_config_files programs/winver/Makefile"
24706 ALL_MAKEFILES="$ALL_MAKEFILES \\
24707 programs/wordpad/Makefile"
24708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24709 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
24710 ac_config_files="$ac_config_files programs/wordpad/Makefile"
24712 ALL_MAKEFILES="$ALL_MAKEFILES \\
24713 programs/write/Makefile"
24714 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24715 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
24716 ac_config_files="$ac_config_files programs/write/Makefile"
24718 ALL_MAKEFILES="$ALL_MAKEFILES \\
24719 programs/xcopy/Makefile"
24720 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24721 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
24722 ac_config_files="$ac_config_files programs/xcopy/Makefile"
24724 ALL_MAKEFILES="$ALL_MAKEFILES \\
24725 server/Makefile"
24726 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24727 server/Makefile: server/Makefile.in Make.rules"
24728 ac_config_files="$ac_config_files server/Makefile"
24730 ALL_MAKEFILES="$ALL_MAKEFILES \\
24731 tools/Makefile"
24732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24733 tools/Makefile: tools/Makefile.in Make.rules"
24734 ac_config_files="$ac_config_files tools/Makefile"
24736 ALL_MAKEFILES="$ALL_MAKEFILES \\
24737 tools/widl/Makefile"
24738 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24739 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
24740 ac_config_files="$ac_config_files tools/widl/Makefile"
24742 ALL_MAKEFILES="$ALL_MAKEFILES \\
24743 tools/winebuild/Makefile"
24744 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24745 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
24746 ac_config_files="$ac_config_files tools/winebuild/Makefile"
24748 ALL_MAKEFILES="$ALL_MAKEFILES \\
24749 tools/winedump/Makefile"
24750 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24751 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
24752 ac_config_files="$ac_config_files tools/winedump/Makefile"
24754 ALL_MAKEFILES="$ALL_MAKEFILES \\
24755 tools/winegcc/Makefile"
24756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24757 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
24758 ac_config_files="$ac_config_files tools/winegcc/Makefile"
24760 ALL_MAKEFILES="$ALL_MAKEFILES \\
24761 tools/wmc/Makefile"
24762 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24763 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
24764 ac_config_files="$ac_config_files tools/wmc/Makefile"
24766 ALL_MAKEFILES="$ALL_MAKEFILES \\
24767 tools/wrc/Makefile"
24768 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24769 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
24770 ac_config_files="$ac_config_files tools/wrc/Makefile"
24773 cat >confcache <<\_ACEOF
24774 # This file is a shell script that caches the results of configure
24775 # tests run on this system so they can be shared between configure
24776 # scripts and configure runs, see configure's option --config-cache.
24777 # It is not useful on other systems. If it contains results you don't
24778 # want to keep, you may remove or edit it.
24780 # config.status only pays attention to the cache file if you give it
24781 # the --recheck option to rerun configure.
24783 # `ac_cv_env_foo' variables (set or unset) will be overridden when
24784 # loading this file, other *unset* `ac_cv_foo' will be assigned the
24785 # following values.
24787 _ACEOF
24789 # The following way of writing the cache mishandles newlines in values,
24790 # but we know of no workaround that is simple, portable, and efficient.
24791 # So, we kill variables containing newlines.
24792 # Ultrix sh set writes to stderr and can't be redirected directly,
24793 # and sets the high bit in the cache file unless we assign to the vars.
24795 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
24796 eval ac_val=\$$ac_var
24797 case $ac_val in #(
24798 *${as_nl}*)
24799 case $ac_var in #(
24800 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
24801 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
24802 esac
24803 case $ac_var in #(
24804 _ | IFS | as_nl) ;; #(
24805 *) $as_unset $ac_var ;;
24806 esac ;;
24807 esac
24808 done
24810 (set) 2>&1 |
24811 case $as_nl`(ac_space=' '; set) 2>&1` in #(
24812 *${as_nl}ac_space=\ *)
24813 # `set' does not quote correctly, so add quotes (double-quote
24814 # substitution turns \\\\ into \\, and sed turns \\ into \).
24815 sed -n \
24816 "s/'/'\\\\''/g;
24817 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
24818 ;; #(
24820 # `set' quotes correctly as required by POSIX, so do not add quotes.
24821 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
24823 esac |
24824 sort
24826 sed '
24827 /^ac_cv_env_/b end
24828 t clear
24829 :clear
24830 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
24831 t end
24832 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
24833 :end' >>confcache
24834 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
24835 if test -w "$cache_file"; then
24836 test "x$cache_file" != "x/dev/null" &&
24837 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
24838 echo "$as_me: updating cache $cache_file" >&6;}
24839 cat confcache >$cache_file
24840 else
24841 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
24842 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
24845 rm -f confcache
24847 test "x$prefix" = xNONE && prefix=$ac_default_prefix
24848 # Let make expand exec_prefix.
24849 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
24851 DEFS=-DHAVE_CONFIG_H
24853 ac_libobjs=
24854 ac_ltlibobjs=
24855 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
24856 # 1. Remove the extension, and $U if already installed.
24857 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
24858 ac_i=`echo "$ac_i" | sed "$ac_script"`
24859 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
24860 # will be set to the directory where LIBOBJS objects are built.
24861 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
24862 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
24863 done
24864 LIBOBJS=$ac_libobjs
24866 LTLIBOBJS=$ac_ltlibobjs
24870 : ${CONFIG_STATUS=./config.status}
24871 ac_clean_files_save=$ac_clean_files
24872 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
24873 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
24874 echo "$as_me: creating $CONFIG_STATUS" >&6;}
24875 cat >$CONFIG_STATUS <<_ACEOF
24876 #! $SHELL
24877 # Generated by $as_me.
24878 # Run this file to recreate the current configuration.
24879 # Compiler output produced by configure, useful for debugging
24880 # configure, is in config.log if it exists.
24882 debug=false
24883 ac_cs_recheck=false
24884 ac_cs_silent=false
24885 SHELL=\${CONFIG_SHELL-$SHELL}
24886 _ACEOF
24888 cat >>$CONFIG_STATUS <<\_ACEOF
24889 ## --------------------- ##
24890 ## M4sh Initialization. ##
24891 ## --------------------- ##
24893 # Be more Bourne compatible
24894 DUALCASE=1; export DUALCASE # for MKS sh
24895 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
24896 emulate sh
24897 NULLCMD=:
24898 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
24899 # is contrary to our usage. Disable this feature.
24900 alias -g '${1+"$@"}'='"$@"'
24901 setopt NO_GLOB_SUBST
24902 else
24903 case `(set -o) 2>/dev/null` in
24904 *posix*) set -o posix ;;
24905 esac
24912 # PATH needs CR
24913 # Avoid depending upon Character Ranges.
24914 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
24915 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
24916 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
24917 as_cr_digits='0123456789'
24918 as_cr_alnum=$as_cr_Letters$as_cr_digits
24920 # The user is always right.
24921 if test "${PATH_SEPARATOR+set}" != set; then
24922 echo "#! /bin/sh" >conf$$.sh
24923 echo "exit 0" >>conf$$.sh
24924 chmod +x conf$$.sh
24925 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
24926 PATH_SEPARATOR=';'
24927 else
24928 PATH_SEPARATOR=:
24930 rm -f conf$$.sh
24933 # Support unset when possible.
24934 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
24935 as_unset=unset
24936 else
24937 as_unset=false
24941 # IFS
24942 # We need space, tab and new line, in precisely that order. Quoting is
24943 # there to prevent editors from complaining about space-tab.
24944 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
24945 # splitting by setting IFS to empty value.)
24946 as_nl='
24948 IFS=" "" $as_nl"
24950 # Find who we are. Look in the path if we contain no directory separator.
24951 case $0 in
24952 *[\\/]* ) as_myself=$0 ;;
24953 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
24954 for as_dir in $PATH
24956 IFS=$as_save_IFS
24957 test -z "$as_dir" && as_dir=.
24958 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
24959 done
24960 IFS=$as_save_IFS
24963 esac
24964 # We did not find ourselves, most probably we were run as `sh COMMAND'
24965 # in which case we are not to be found in the path.
24966 if test "x$as_myself" = x; then
24967 as_myself=$0
24969 if test ! -f "$as_myself"; then
24970 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
24971 { (exit 1); exit 1; }
24974 # Work around bugs in pre-3.0 UWIN ksh.
24975 for as_var in ENV MAIL MAILPATH
24976 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
24977 done
24978 PS1='$ '
24979 PS2='> '
24980 PS4='+ '
24982 # NLS nuisances.
24983 for as_var in \
24984 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
24985 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
24986 LC_TELEPHONE LC_TIME
24988 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
24989 eval $as_var=C; export $as_var
24990 else
24991 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
24993 done
24995 # Required to use basename.
24996 if expr a : '\(a\)' >/dev/null 2>&1 &&
24997 test "X`expr 00001 : '.*\(...\)'`" = X001; then
24998 as_expr=expr
24999 else
25000 as_expr=false
25003 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
25004 as_basename=basename
25005 else
25006 as_basename=false
25010 # Name of the executable.
25011 as_me=`$as_basename -- "$0" ||
25012 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
25013 X"$0" : 'X\(//\)$' \| \
25014 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
25015 echo X/"$0" |
25016 sed '/^.*\/\([^/][^/]*\)\/*$/{
25017 s//\1/
25020 /^X\/\(\/\/\)$/{
25021 s//\1/
25024 /^X\/\(\/\).*/{
25025 s//\1/
25028 s/.*/./; q'`
25030 # CDPATH.
25031 $as_unset CDPATH
25035 as_lineno_1=$LINENO
25036 as_lineno_2=$LINENO
25037 test "x$as_lineno_1" != "x$as_lineno_2" &&
25038 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
25040 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
25041 # uniformly replaced by the line number. The first 'sed' inserts a
25042 # line-number line after each line using $LINENO; the second 'sed'
25043 # does the real work. The second script uses 'N' to pair each
25044 # line-number line with the line containing $LINENO, and appends
25045 # trailing '-' during substitution so that $LINENO is not a special
25046 # case at line end.
25047 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
25048 # scripts with optimization help from Paolo Bonzini. Blame Lee
25049 # E. McMahon (1931-1989) for sed's syntax. :-)
25050 sed -n '
25052 /[$]LINENO/=
25053 ' <$as_myself |
25054 sed '
25055 s/[$]LINENO.*/&-/
25056 t lineno
25058 :lineno
25060 :loop
25061 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
25062 t loop
25063 s/-\n.*//
25064 ' >$as_me.lineno &&
25065 chmod +x "$as_me.lineno" ||
25066 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
25067 { (exit 1); exit 1; }; }
25069 # Don't try to exec as it changes $[0], causing all sort of problems
25070 # (the dirname of $[0] is not the place where we might find the
25071 # original and so on. Autoconf is especially sensitive to this).
25072 . "./$as_me.lineno"
25073 # Exit status is that of the last command.
25074 exit
25078 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
25079 as_dirname=dirname
25080 else
25081 as_dirname=false
25084 ECHO_C= ECHO_N= ECHO_T=
25085 case `echo -n x` in
25086 -n*)
25087 case `echo 'x\c'` in
25088 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
25089 *) ECHO_C='\c';;
25090 esac;;
25092 ECHO_N='-n';;
25093 esac
25095 if expr a : '\(a\)' >/dev/null 2>&1 &&
25096 test "X`expr 00001 : '.*\(...\)'`" = X001; then
25097 as_expr=expr
25098 else
25099 as_expr=false
25102 rm -f conf$$ conf$$.exe conf$$.file
25103 if test -d conf$$.dir; then
25104 rm -f conf$$.dir/conf$$.file
25105 else
25106 rm -f conf$$.dir
25107 mkdir conf$$.dir
25109 echo >conf$$.file
25110 if ln -s conf$$.file conf$$ 2>/dev/null; then
25111 as_ln_s='ln -s'
25112 # ... but there are two gotchas:
25113 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
25114 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
25115 # In both cases, we have to default to `cp -p'.
25116 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
25117 as_ln_s='cp -p'
25118 elif ln conf$$.file conf$$ 2>/dev/null; then
25119 as_ln_s=ln
25120 else
25121 as_ln_s='cp -p'
25123 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
25124 rmdir conf$$.dir 2>/dev/null
25126 if mkdir -p . 2>/dev/null; then
25127 as_mkdir_p=:
25128 else
25129 test -d ./-p && rmdir ./-p
25130 as_mkdir_p=false
25133 if test -x / >/dev/null 2>&1; then
25134 as_test_x='test -x'
25135 else
25136 if ls -dL / >/dev/null 2>&1; then
25137 as_ls_L_option=L
25138 else
25139 as_ls_L_option=
25141 as_test_x='
25142 eval sh -c '\''
25143 if test -d "$1"; then
25144 test -d "$1/.";
25145 else
25146 case $1 in
25147 -*)set "./$1";;
25148 esac;
25149 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
25150 ???[sx]*):;;*)false;;esac;fi
25151 '\'' sh
25154 as_executable_p=$as_test_x
25156 # Sed expression to map a string onto a valid CPP name.
25157 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
25159 # Sed expression to map a string onto a valid variable name.
25160 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
25163 exec 6>&1
25165 # Save the log message, to keep $[0] and so on meaningful, and to
25166 # report actual input values of CONFIG_FILES etc. instead of their
25167 # values after options handling.
25168 ac_log="
25169 This file was extended by Wine $as_me 1.1.2, which was
25170 generated by GNU Autoconf 2.61. Invocation command line was
25172 CONFIG_FILES = $CONFIG_FILES
25173 CONFIG_HEADERS = $CONFIG_HEADERS
25174 CONFIG_LINKS = $CONFIG_LINKS
25175 CONFIG_COMMANDS = $CONFIG_COMMANDS
25176 $ $0 $@
25178 on `(hostname || uname -n) 2>/dev/null | sed 1q`
25181 _ACEOF
25183 cat >>$CONFIG_STATUS <<_ACEOF
25184 # Files that config.status was made for.
25185 config_files="$ac_config_files"
25186 config_headers="$ac_config_headers"
25187 config_commands="$ac_config_commands"
25189 _ACEOF
25191 cat >>$CONFIG_STATUS <<\_ACEOF
25192 ac_cs_usage="\
25193 \`$as_me' instantiates files from templates according to the
25194 current configuration.
25196 Usage: $0 [OPTIONS] [FILE]...
25198 -h, --help print this help, then exit
25199 -V, --version print version number and configuration settings, then exit
25200 -q, --quiet do not print progress messages
25201 -d, --debug don't remove temporary files
25202 --recheck update $as_me by reconfiguring in the same conditions
25203 --file=FILE[:TEMPLATE]
25204 instantiate the configuration file FILE
25205 --header=FILE[:TEMPLATE]
25206 instantiate the configuration header FILE
25208 Configuration files:
25209 $config_files
25211 Configuration headers:
25212 $config_headers
25214 Configuration commands:
25215 $config_commands
25217 Report bugs to <bug-autoconf@gnu.org>."
25219 _ACEOF
25220 cat >>$CONFIG_STATUS <<_ACEOF
25221 ac_cs_version="\\
25222 Wine config.status 1.1.2
25223 configured by $0, generated by GNU Autoconf 2.61,
25224 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
25226 Copyright (C) 2006 Free Software Foundation, Inc.
25227 This config.status script is free software; the Free Software Foundation
25228 gives unlimited permission to copy, distribute and modify it."
25230 ac_pwd='$ac_pwd'
25231 srcdir='$srcdir'
25232 INSTALL='$INSTALL'
25233 _ACEOF
25235 cat >>$CONFIG_STATUS <<\_ACEOF
25236 # If no file are specified by the user, then we need to provide default
25237 # value. By we need to know if files were specified by the user.
25238 ac_need_defaults=:
25239 while test $# != 0
25241 case $1 in
25242 --*=*)
25243 ac_option=`expr "X$1" : 'X\([^=]*\)='`
25244 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
25245 ac_shift=:
25248 ac_option=$1
25249 ac_optarg=$2
25250 ac_shift=shift
25252 esac
25254 case $ac_option in
25255 # Handling of the options.
25256 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
25257 ac_cs_recheck=: ;;
25258 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
25259 echo "$ac_cs_version"; exit ;;
25260 --debug | --debu | --deb | --de | --d | -d )
25261 debug=: ;;
25262 --file | --fil | --fi | --f )
25263 $ac_shift
25264 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
25265 ac_need_defaults=false;;
25266 --header | --heade | --head | --hea )
25267 $ac_shift
25268 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
25269 ac_need_defaults=false;;
25270 --he | --h)
25271 # Conflict between --help and --header
25272 { echo "$as_me: error: ambiguous option: $1
25273 Try \`$0 --help' for more information." >&2
25274 { (exit 1); exit 1; }; };;
25275 --help | --hel | -h )
25276 echo "$ac_cs_usage"; exit ;;
25277 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
25278 | -silent | --silent | --silen | --sile | --sil | --si | --s)
25279 ac_cs_silent=: ;;
25281 # This is an error.
25282 -*) { echo "$as_me: error: unrecognized option: $1
25283 Try \`$0 --help' for more information." >&2
25284 { (exit 1); exit 1; }; } ;;
25286 *) ac_config_targets="$ac_config_targets $1"
25287 ac_need_defaults=false ;;
25289 esac
25290 shift
25291 done
25293 ac_configure_extra_args=
25295 if $ac_cs_silent; then
25296 exec 6>/dev/null
25297 ac_configure_extra_args="$ac_configure_extra_args --silent"
25300 _ACEOF
25301 cat >>$CONFIG_STATUS <<_ACEOF
25302 if \$ac_cs_recheck; then
25303 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
25304 CONFIG_SHELL=$SHELL
25305 export CONFIG_SHELL
25306 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
25309 _ACEOF
25310 cat >>$CONFIG_STATUS <<\_ACEOF
25311 exec 5>>config.log
25313 echo
25314 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
25315 ## Running $as_me. ##
25316 _ASBOX
25317 echo "$ac_log"
25318 } >&5
25320 _ACEOF
25321 cat >>$CONFIG_STATUS <<_ACEOF
25322 _ACEOF
25324 cat >>$CONFIG_STATUS <<\_ACEOF
25326 # Handling of arguments.
25327 for ac_config_target in $ac_config_targets
25329 case $ac_config_target in
25330 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
25331 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
25332 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
25333 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
25334 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
25335 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
25336 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
25337 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
25338 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
25339 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
25340 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
25341 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
25342 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
25343 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
25344 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
25345 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
25346 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
25347 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
25348 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
25349 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
25350 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
25351 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
25352 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
25353 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
25354 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
25355 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
25356 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
25357 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
25358 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
25359 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
25360 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
25361 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
25362 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
25363 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
25364 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
25365 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
25366 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
25367 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
25368 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
25369 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
25370 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
25371 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
25372 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
25373 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
25374 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
25375 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
25376 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
25377 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
25378 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
25379 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
25380 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
25381 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
25382 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
25383 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
25384 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
25385 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
25386 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
25387 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
25388 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
25389 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
25390 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
25391 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
25392 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
25393 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
25394 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
25395 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
25396 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
25397 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
25398 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
25399 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
25400 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
25401 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
25402 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
25403 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
25404 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
25405 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
25406 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
25407 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
25408 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
25409 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
25410 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
25411 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
25412 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
25413 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
25414 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
25415 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
25416 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
25417 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
25418 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
25419 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
25420 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
25421 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
25422 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
25423 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
25424 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
25425 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
25426 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
25427 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
25428 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
25429 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
25430 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
25431 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
25432 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
25433 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
25434 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
25435 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
25436 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
25437 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
25438 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
25439 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
25440 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
25441 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
25442 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
25443 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
25444 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
25445 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
25446 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
25447 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
25448 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
25449 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
25450 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
25451 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
25452 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
25453 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
25454 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
25455 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
25456 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
25457 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
25458 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
25459 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
25460 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
25461 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
25462 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
25463 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
25464 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
25465 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
25466 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
25467 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
25468 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
25469 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
25470 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
25471 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
25472 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
25473 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
25474 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
25475 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
25476 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
25477 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
25478 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
25479 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
25480 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
25481 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
25482 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
25483 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
25484 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
25485 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
25486 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
25487 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
25488 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
25489 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
25490 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
25491 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
25492 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
25493 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
25494 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
25495 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
25496 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
25497 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
25498 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
25499 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
25500 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
25501 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
25502 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
25503 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
25504 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
25505 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
25506 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
25507 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
25508 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
25509 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
25510 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
25511 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
25512 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
25513 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
25514 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
25515 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
25516 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
25517 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
25518 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
25519 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
25520 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
25521 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
25522 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
25523 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
25524 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
25525 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
25526 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
25527 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
25528 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
25529 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
25530 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
25531 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
25532 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
25533 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
25534 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
25535 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
25536 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
25537 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
25538 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
25539 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
25540 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
25541 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
25542 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
25543 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
25544 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
25545 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
25546 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
25547 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
25548 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
25549 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
25550 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
25551 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
25552 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
25553 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
25554 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
25555 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
25556 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
25557 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
25558 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
25559 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
25560 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
25561 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
25562 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
25563 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
25564 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
25565 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
25566 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
25567 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
25568 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
25569 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
25570 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
25571 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
25572 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
25573 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
25574 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
25575 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
25576 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
25577 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
25578 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
25579 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
25580 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
25581 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
25582 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
25583 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
25584 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
25585 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
25586 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
25587 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
25588 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
25589 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
25590 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
25591 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
25592 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
25593 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
25594 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
25595 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
25596 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
25597 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
25598 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
25599 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
25600 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
25601 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
25602 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
25603 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
25604 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
25605 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
25606 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
25607 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
25608 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
25609 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
25610 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
25611 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
25612 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
25613 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
25614 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
25615 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
25616 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
25617 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
25618 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
25619 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
25620 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
25621 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
25622 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
25623 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
25624 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
25625 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
25626 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
25627 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
25628 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
25629 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
25630 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
25631 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
25632 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
25633 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
25634 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
25635 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
25636 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
25637 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
25638 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
25639 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
25640 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
25641 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
25642 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
25643 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
25644 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
25645 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
25646 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
25647 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
25648 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
25649 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
25650 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
25651 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
25652 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
25653 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
25654 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
25655 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
25656 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
25657 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
25658 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
25659 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
25660 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
25661 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
25662 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
25663 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
25664 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
25665 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
25666 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
25667 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
25668 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
25669 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
25670 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
25671 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
25672 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
25673 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
25674 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
25675 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
25676 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
25677 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
25678 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
25679 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
25680 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
25681 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
25682 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
25683 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
25684 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
25685 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
25686 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
25687 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
25688 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
25689 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
25690 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
25691 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
25692 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
25693 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
25694 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
25695 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
25696 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
25697 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
25698 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
25699 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
25700 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
25701 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
25702 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
25703 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
25704 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
25705 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
25706 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
25707 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
25708 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
25709 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
25710 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
25711 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
25712 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
25713 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
25714 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
25715 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
25716 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
25717 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
25718 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
25719 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
25720 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
25721 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
25722 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
25723 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
25724 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
25725 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
25726 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
25727 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
25728 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
25729 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
25730 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
25731 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
25732 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
25733 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
25734 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
25735 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
25736 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
25737 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
25738 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
25739 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
25740 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
25741 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
25742 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
25743 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
25744 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
25745 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
25746 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
25747 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
25748 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
25749 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
25750 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
25751 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
25752 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
25753 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
25754 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
25755 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
25756 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
25757 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
25758 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
25759 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
25760 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
25761 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
25762 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
25764 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
25765 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
25766 { (exit 1); exit 1; }; };;
25767 esac
25768 done
25771 # If the user did not use the arguments to specify the items to instantiate,
25772 # then the envvar interface is used. Set only those that are not.
25773 # We use the long form for the default assignment because of an extremely
25774 # bizarre bug on SunOS 4.1.3.
25775 if $ac_need_defaults; then
25776 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
25777 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
25778 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
25781 # Have a temporary directory for convenience. Make it in the build tree
25782 # simply because there is no reason against having it here, and in addition,
25783 # creating and moving files from /tmp can sometimes cause problems.
25784 # Hook for its removal unless debugging.
25785 # Note that there is a small window in which the directory will not be cleaned:
25786 # after its creation but before its name has been assigned to `$tmp'.
25787 $debug ||
25789 tmp=
25790 trap 'exit_status=$?
25791 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
25793 trap '{ (exit 1); exit 1; }' 1 2 13 15
25795 # Create a (secure) tmp directory for tmp files.
25798 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
25799 test -n "$tmp" && test -d "$tmp"
25800 } ||
25802 tmp=./conf$$-$RANDOM
25803 (umask 077 && mkdir "$tmp")
25804 } ||
25806 echo "$me: cannot create a temporary directory in ." >&2
25807 { (exit 1); exit 1; }
25811 # Set up the sed scripts for CONFIG_FILES section.
25814 # No need to generate the scripts if there are no CONFIG_FILES.
25815 # This happens for instance when ./config.status config.h
25816 if test -n "$CONFIG_FILES"; then
25818 _ACEOF
25820 # Create sed commands to just substitute file output variables.
25822 # Remaining file output variables are in a fragment that also has non-file
25823 # output varibles.
25827 ac_delim='%!_!# '
25828 for ac_last_try in false false false false false :; do
25829 cat >conf$$subs.sed <<_ACEOF
25830 SHELL!$SHELL$ac_delim
25831 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
25832 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
25833 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
25834 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
25835 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
25836 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
25837 exec_prefix!$exec_prefix$ac_delim
25838 prefix!$prefix$ac_delim
25839 program_transform_name!$program_transform_name$ac_delim
25840 bindir!$bindir$ac_delim
25841 sbindir!$sbindir$ac_delim
25842 libexecdir!$libexecdir$ac_delim
25843 datarootdir!$datarootdir$ac_delim
25844 datadir!$datadir$ac_delim
25845 sysconfdir!$sysconfdir$ac_delim
25846 sharedstatedir!$sharedstatedir$ac_delim
25847 localstatedir!$localstatedir$ac_delim
25848 includedir!$includedir$ac_delim
25849 oldincludedir!$oldincludedir$ac_delim
25850 docdir!$docdir$ac_delim
25851 infodir!$infodir$ac_delim
25852 htmldir!$htmldir$ac_delim
25853 dvidir!$dvidir$ac_delim
25854 pdfdir!$pdfdir$ac_delim
25855 psdir!$psdir$ac_delim
25856 libdir!$libdir$ac_delim
25857 localedir!$localedir$ac_delim
25858 mandir!$mandir$ac_delim
25859 DEFS!$DEFS$ac_delim
25860 ECHO_C!$ECHO_C$ac_delim
25861 ECHO_N!$ECHO_N$ac_delim
25862 ECHO_T!$ECHO_T$ac_delim
25863 LIBS!$LIBS$ac_delim
25864 build_alias!$build_alias$ac_delim
25865 host_alias!$host_alias$ac_delim
25866 target_alias!$target_alias$ac_delim
25867 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
25868 build!$build$ac_delim
25869 build_cpu!$build_cpu$ac_delim
25870 build_vendor!$build_vendor$ac_delim
25871 build_os!$build_os$ac_delim
25872 host!$host$ac_delim
25873 host_cpu!$host_cpu$ac_delim
25874 host_vendor!$host_vendor$ac_delim
25875 host_os!$host_os$ac_delim
25876 WIN16_FILES!$WIN16_FILES$ac_delim
25877 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
25878 TESTSUBDIRS!$TESTSUBDIRS$ac_delim
25879 WINETEST!$WINETEST$ac_delim
25880 SET_MAKE!$SET_MAKE$ac_delim
25881 CC!$CC$ac_delim
25882 CFLAGS!$CFLAGS$ac_delim
25883 LDFLAGS!$LDFLAGS$ac_delim
25884 CPPFLAGS!$CPPFLAGS$ac_delim
25885 ac_ct_CC!$ac_ct_CC$ac_delim
25886 EXEEXT!$EXEEXT$ac_delim
25887 OBJEXT!$OBJEXT$ac_delim
25888 CXX!$CXX$ac_delim
25889 CXXFLAGS!$CXXFLAGS$ac_delim
25890 ac_ct_CXX!$ac_ct_CXX$ac_delim
25891 CPPBIN!$CPPBIN$ac_delim
25892 TOOLSDIR!$TOOLSDIR$ac_delim
25893 XMKMF!$XMKMF$ac_delim
25894 CPP!$CPP$ac_delim
25895 X_CFLAGS!$X_CFLAGS$ac_delim
25896 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
25897 X_LIBS!$X_LIBS$ac_delim
25898 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
25899 FLEX!$FLEX$ac_delim
25900 BISON!$BISON$ac_delim
25901 AS!$AS$ac_delim
25902 ac_ct_AS!$ac_ct_AS$ac_delim
25903 LD!$LD$ac_delim
25904 ac_ct_LD!$ac_ct_LD$ac_delim
25905 NM!$NM$ac_delim
25906 ac_ct_NM!$ac_ct_NM$ac_delim
25907 AR!$AR$ac_delim
25908 ac_ct_AR!$ac_ct_AR$ac_delim
25909 ARFLAGS!$ARFLAGS$ac_delim
25910 RANLIB!$RANLIB$ac_delim
25911 STRIP!$STRIP$ac_delim
25912 _ACEOF
25914 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
25915 break
25916 elif $ac_last_try; then
25917 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
25918 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
25919 { (exit 1); exit 1; }; }
25920 else
25921 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
25923 done
25925 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
25926 if test -n "$ac_eof"; then
25927 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
25928 ac_eof=`expr $ac_eof + 1`
25931 cat >>$CONFIG_STATUS <<_ACEOF
25932 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
25933 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
25934 /^[ ]*@MAKE_RULES@[ ]*$/{
25935 r $MAKE_RULES
25938 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
25939 r $MAKE_DLL_RULES
25942 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
25943 r $MAKE_IMPLIB_RULES
25946 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
25947 r $MAKE_TEST_RULES
25950 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
25951 r $MAKE_PROG_RULES
25954 _ACEOF
25955 sed '
25956 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
25957 s/^/s,@/; s/!/@,|#_!!_#|/
25960 s/'"$ac_delim"'$/,g/; t
25961 s/$/\\/; p
25962 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
25963 ' >>$CONFIG_STATUS <conf$$subs.sed
25964 rm -f conf$$subs.sed
25965 cat >>$CONFIG_STATUS <<_ACEOF
25966 CEOF$ac_eof
25967 _ACEOF
25970 ac_delim='%!_!# '
25971 for ac_last_try in false false false false false :; do
25972 cat >conf$$subs.sed <<_ACEOF
25973 WINDRES!$WINDRES$ac_delim
25974 LN_S!$LN_S$ac_delim
25975 LN!$LN$ac_delim
25976 GREP!$GREP$ac_delim
25977 EGREP!$EGREP$ac_delim
25978 LDCONFIG!$LDCONFIG$ac_delim
25979 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
25980 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
25981 INSTALL_DATA!$INSTALL_DATA$ac_delim
25982 LINT!$LINT$ac_delim
25983 LINTFLAGS!$LINTFLAGS$ac_delim
25984 FONTFORGE!$FONTFORGE$ac_delim
25985 PKG_CONFIG!$PKG_CONFIG$ac_delim
25986 RSVG!$RSVG$ac_delim
25987 ICOTOOL!$ICOTOOL$ac_delim
25988 PRELINK!$PRELINK$ac_delim
25989 LIBPTHREAD!$LIBPTHREAD$ac_delim
25990 XLIB!$XLIB$ac_delim
25991 XFILES!$XFILES$ac_delim
25992 OPENGLFILES!$OPENGLFILES$ac_delim
25993 GLU32FILES!$GLU32FILES$ac_delim
25994 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
25995 QUARTZFILES!$QUARTZFILES$ac_delim
25996 DLLEXT!$DLLEXT$ac_delim
25997 DLLFLAGS!$DLLFLAGS$ac_delim
25998 LDSHARED!$LDSHARED$ac_delim
25999 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
26000 LIBEXT!$LIBEXT$ac_delim
26001 IMPLIBEXT!$IMPLIBEXT$ac_delim
26002 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
26003 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
26004 LDD!$LDD$ac_delim
26005 DLLTOOL!$DLLTOOL$ac_delim
26006 DLLWRAP!$DLLWRAP$ac_delim
26007 MINGWAR!$MINGWAR$ac_delim
26008 SECURITYLIB!$SECURITYLIB$ac_delim
26009 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
26010 IOKITLIB!$IOKITLIB$ac_delim
26011 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
26012 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
26013 COREAUDIO!$COREAUDIO$ac_delim
26014 CARBONLIB!$CARBONLIB$ac_delim
26015 CROSSTEST!$CROSSTEST$ac_delim
26016 CROSSCC!$CROSSCC$ac_delim
26017 CROSSWINDRES!$CROSSWINDRES$ac_delim
26018 NASLIBS!$NASLIBS$ac_delim
26019 XML2LIBS!$XML2LIBS$ac_delim
26020 XML2INCL!$XML2INCL$ac_delim
26021 XSLTLIBS!$XSLTLIBS$ac_delim
26022 XSLTINCL!$XSLTINCL$ac_delim
26023 HALINCL!$HALINCL$ac_delim
26024 sane_devel!$sane_devel$ac_delim
26025 SANEINCL!$SANEINCL$ac_delim
26026 gphoto2_devel!$gphoto2_devel$ac_delim
26027 gphoto2port_devel!$gphoto2port_devel$ac_delim
26028 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
26029 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
26030 RESOLVLIBS!$RESOLVLIBS$ac_delim
26031 LCMSLIBS!$LCMSLIBS$ac_delim
26032 ft_devel!$ft_devel$ac_delim
26033 FREETYPELIBS!$FREETYPELIBS$ac_delim
26034 FREETYPEINCL!$FREETYPEINCL$ac_delim
26035 FONTSSUBDIRS!$FONTSSUBDIRS$ac_delim
26036 ESDCONFIG!$ESDCONFIG$ac_delim
26037 ESDINCL!$ESDINCL$ac_delim
26038 ESDLIBS!$ESDLIBS$ac_delim
26039 ALSALIBS!$ALSALIBS$ac_delim
26040 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
26041 CUPSINCL!$CUPSINCL$ac_delim
26042 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
26043 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
26044 BUILTINFLAG!$BUILTINFLAG$ac_delim
26045 LDPATH!$LDPATH$ac_delim
26046 CRTLIBS!$CRTLIBS$ac_delim
26047 SOCKETLIBS!$SOCKETLIBS$ac_delim
26048 MAIN_BINARY!$MAIN_BINARY$ac_delim
26049 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
26050 LIBDL!$LIBDL$ac_delim
26051 LIBPOLL!$LIBPOLL$ac_delim
26052 LDAPLIBS!$LDAPLIBS$ac_delim
26053 DEPENDENCIES!$DEPENDENCIES$ac_delim
26054 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
26055 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
26056 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
26057 LIBOBJS!$LIBOBJS$ac_delim
26058 LTLIBOBJS!$LTLIBOBJS$ac_delim
26059 _ACEOF
26061 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 86; then
26062 break
26063 elif $ac_last_try; then
26064 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
26065 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
26066 { (exit 1); exit 1; }; }
26067 else
26068 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
26070 done
26072 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
26073 if test -n "$ac_eof"; then
26074 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
26075 ac_eof=`expr $ac_eof + 1`
26078 cat >>$CONFIG_STATUS <<_ACEOF
26079 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
26080 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
26081 _ACEOF
26082 sed '
26083 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
26084 s/^/s,@/; s/!/@,|#_!!_#|/
26087 s/'"$ac_delim"'$/,g/; t
26088 s/$/\\/; p
26089 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
26090 ' >>$CONFIG_STATUS <conf$$subs.sed
26091 rm -f conf$$subs.sed
26092 cat >>$CONFIG_STATUS <<_ACEOF
26093 :end
26094 s/|#_!!_#|//g
26095 CEOF$ac_eof
26096 _ACEOF
26099 # VPATH may cause trouble with some makes, so we remove $(srcdir),
26100 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
26101 # trailing colons and then remove the whole line if VPATH becomes empty
26102 # (actually we leave an empty line to preserve line numbers).
26103 if test "x$srcdir" = x.; then
26104 ac_vpsub='/^[ ]*VPATH[ ]*=/{
26105 s/:*\$(srcdir):*/:/
26106 s/:*\${srcdir}:*/:/
26107 s/:*@srcdir@:*/:/
26108 s/^\([^=]*=[ ]*\):*/\1/
26109 s/:*$//
26110 s/^[^=]*=[ ]*$//
26114 cat >>$CONFIG_STATUS <<\_ACEOF
26115 fi # test -n "$CONFIG_FILES"
26118 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
26120 case $ac_tag in
26121 :[FHLC]) ac_mode=$ac_tag; continue;;
26122 esac
26123 case $ac_mode$ac_tag in
26124 :[FHL]*:*);;
26125 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
26126 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
26127 { (exit 1); exit 1; }; };;
26128 :[FH]-) ac_tag=-:-;;
26129 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
26130 esac
26131 ac_save_IFS=$IFS
26132 IFS=:
26133 set x $ac_tag
26134 IFS=$ac_save_IFS
26135 shift
26136 ac_file=$1
26137 shift
26139 case $ac_mode in
26140 :L) ac_source=$1;;
26141 :[FH])
26142 ac_file_inputs=
26143 for ac_f
26145 case $ac_f in
26146 -) ac_f="$tmp/stdin";;
26147 *) # Look for the file first in the build tree, then in the source tree
26148 # (if the path is not absolute). The absolute path cannot be DOS-style,
26149 # because $ac_f cannot contain `:'.
26150 test -f "$ac_f" ||
26151 case $ac_f in
26152 [\\/$]*) false;;
26153 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
26154 esac ||
26155 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
26156 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
26157 { (exit 1); exit 1; }; };;
26158 esac
26159 ac_file_inputs="$ac_file_inputs $ac_f"
26160 done
26162 # Let's still pretend it is `configure' which instantiates (i.e., don't
26163 # use $as_me), people would be surprised to read:
26164 # /* config.h. Generated by config.status. */
26165 configure_input="Generated from "`IFS=:
26166 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
26167 if test x"$ac_file" != x-; then
26168 configure_input="$ac_file. $configure_input"
26169 { echo "$as_me:$LINENO: creating $ac_file" >&5
26170 echo "$as_me: creating $ac_file" >&6;}
26173 case $ac_tag in
26174 *:-:* | *:-) cat >"$tmp/stdin";;
26175 esac
26177 esac
26179 ac_dir=`$as_dirname -- "$ac_file" ||
26180 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26181 X"$ac_file" : 'X\(//\)[^/]' \| \
26182 X"$ac_file" : 'X\(//\)$' \| \
26183 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
26184 echo X"$ac_file" |
26185 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26186 s//\1/
26189 /^X\(\/\/\)[^/].*/{
26190 s//\1/
26193 /^X\(\/\/\)$/{
26194 s//\1/
26197 /^X\(\/\).*/{
26198 s//\1/
26201 s/.*/./; q'`
26202 { as_dir="$ac_dir"
26203 case $as_dir in #(
26204 -*) as_dir=./$as_dir;;
26205 esac
26206 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
26207 as_dirs=
26208 while :; do
26209 case $as_dir in #(
26210 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
26211 *) as_qdir=$as_dir;;
26212 esac
26213 as_dirs="'$as_qdir' $as_dirs"
26214 as_dir=`$as_dirname -- "$as_dir" ||
26215 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
26216 X"$as_dir" : 'X\(//\)[^/]' \| \
26217 X"$as_dir" : 'X\(//\)$' \| \
26218 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
26219 echo X"$as_dir" |
26220 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
26221 s//\1/
26224 /^X\(\/\/\)[^/].*/{
26225 s//\1/
26228 /^X\(\/\/\)$/{
26229 s//\1/
26232 /^X\(\/\).*/{
26233 s//\1/
26236 s/.*/./; q'`
26237 test -d "$as_dir" && break
26238 done
26239 test -z "$as_dirs" || eval "mkdir $as_dirs"
26240 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
26241 echo "$as_me: error: cannot create directory $as_dir" >&2;}
26242 { (exit 1); exit 1; }; }; }
26243 ac_builddir=.
26245 case "$ac_dir" in
26246 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
26248 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
26249 # A ".." for each directory in $ac_dir_suffix.
26250 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
26251 case $ac_top_builddir_sub in
26252 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
26253 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
26254 esac ;;
26255 esac
26256 ac_abs_top_builddir=$ac_pwd
26257 ac_abs_builddir=$ac_pwd$ac_dir_suffix
26258 # for backward compatibility:
26259 ac_top_builddir=$ac_top_build_prefix
26261 case $srcdir in
26262 .) # We are building in place.
26263 ac_srcdir=.
26264 ac_top_srcdir=$ac_top_builddir_sub
26265 ac_abs_top_srcdir=$ac_pwd ;;
26266 [\\/]* | ?:[\\/]* ) # Absolute name.
26267 ac_srcdir=$srcdir$ac_dir_suffix;
26268 ac_top_srcdir=$srcdir
26269 ac_abs_top_srcdir=$srcdir ;;
26270 *) # Relative name.
26271 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
26272 ac_top_srcdir=$ac_top_build_prefix$srcdir
26273 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
26274 esac
26275 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
26278 case $ac_mode in
26281 # CONFIG_FILE
26284 case $INSTALL in
26285 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
26286 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
26287 esac
26288 _ACEOF
26290 cat >>$CONFIG_STATUS <<\_ACEOF
26291 # If the template does not know about datarootdir, expand it.
26292 # FIXME: This hack should be removed a few years after 2.60.
26293 ac_datarootdir_hack=; ac_datarootdir_seen=
26295 case `sed -n '/datarootdir/ {
26299 /@datadir@/p
26300 /@docdir@/p
26301 /@infodir@/p
26302 /@localedir@/p
26303 /@mandir@/p
26304 ' $ac_file_inputs` in
26305 *datarootdir*) ac_datarootdir_seen=yes;;
26306 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
26307 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
26308 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
26309 _ACEOF
26310 cat >>$CONFIG_STATUS <<_ACEOF
26311 ac_datarootdir_hack='
26312 s&@datadir@&$datadir&g
26313 s&@docdir@&$docdir&g
26314 s&@infodir@&$infodir&g
26315 s&@localedir@&$localedir&g
26316 s&@mandir@&$mandir&g
26317 s&\\\${datarootdir}&$datarootdir&g' ;;
26318 esac
26319 _ACEOF
26321 # Neutralize VPATH when `$srcdir' = `.'.
26322 # Shell code in configure.ac might set extrasub.
26323 # FIXME: do we really want to maintain this feature?
26324 cat >>$CONFIG_STATUS <<_ACEOF
26325 sed "$ac_vpsub
26326 $extrasub
26327 _ACEOF
26328 cat >>$CONFIG_STATUS <<\_ACEOF
26330 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
26331 s&@configure_input@&$configure_input&;t t
26332 s&@top_builddir@&$ac_top_builddir_sub&;t t
26333 s&@srcdir@&$ac_srcdir&;t t
26334 s&@abs_srcdir@&$ac_abs_srcdir&;t t
26335 s&@top_srcdir@&$ac_top_srcdir&;t t
26336 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
26337 s&@builddir@&$ac_builddir&;t t
26338 s&@abs_builddir@&$ac_abs_builddir&;t t
26339 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
26340 s&@INSTALL@&$ac_INSTALL&;t t
26341 $ac_datarootdir_hack
26342 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
26344 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
26345 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
26346 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
26347 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
26348 which seems to be undefined. Please make sure it is defined." >&5
26349 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
26350 which seems to be undefined. Please make sure it is defined." >&2;}
26352 rm -f "$tmp/stdin"
26353 case $ac_file in
26354 -) cat "$tmp/out"; rm -f "$tmp/out";;
26355 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
26356 esac
26360 # CONFIG_HEADER
26362 _ACEOF
26364 # Transform confdefs.h into a sed script `conftest.defines', that
26365 # substitutes the proper values into config.h.in to produce config.h.
26366 rm -f conftest.defines conftest.tail
26367 # First, append a space to every undef/define line, to ease matching.
26368 echo 's/$/ /' >conftest.defines
26369 # Then, protect against being on the right side of a sed subst, or in
26370 # an unquoted here document, in config.status. If some macros were
26371 # called several times there might be several #defines for the same
26372 # symbol, which is useless. But do not sort them, since the last
26373 # AC_DEFINE must be honored.
26374 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
26375 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
26376 # NAME is the cpp macro being defined, VALUE is the value it is being given.
26377 # PARAMS is the parameter list in the macro definition--in most cases, it's
26378 # just an empty string.
26379 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
26380 ac_dB='\\)[ (].*,\\1define\\2'
26381 ac_dC=' '
26382 ac_dD=' ,'
26384 uniq confdefs.h |
26385 sed -n '
26386 t rset
26387 :rset
26388 s/^[ ]*#[ ]*define[ ][ ]*//
26389 t ok
26392 s/[\\&,]/\\&/g
26393 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
26394 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
26395 ' >>conftest.defines
26397 # Remove the space that was appended to ease matching.
26398 # Then replace #undef with comments. This is necessary, for
26399 # example, in the case of _POSIX_SOURCE, which is predefined and required
26400 # on some systems where configure will not decide to define it.
26401 # (The regexp can be short, since the line contains either #define or #undef.)
26402 echo 's/ $//
26403 s,^[ #]*u.*,/* & */,' >>conftest.defines
26405 # Break up conftest.defines:
26406 ac_max_sed_lines=50
26408 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
26409 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
26410 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
26411 # et cetera.
26412 ac_in='$ac_file_inputs'
26413 ac_out='"$tmp/out1"'
26414 ac_nxt='"$tmp/out2"'
26416 while :
26418 # Write a here document:
26419 cat >>$CONFIG_STATUS <<_ACEOF
26420 # First, check the format of the line:
26421 cat >"\$tmp/defines.sed" <<\\CEOF
26422 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
26423 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
26425 :def
26426 _ACEOF
26427 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
26428 echo 'CEOF
26429 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
26430 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
26431 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
26432 grep . conftest.tail >/dev/null || break
26433 rm -f conftest.defines
26434 mv conftest.tail conftest.defines
26435 done
26436 rm -f conftest.defines conftest.tail
26438 echo "ac_result=$ac_in" >>$CONFIG_STATUS
26439 cat >>$CONFIG_STATUS <<\_ACEOF
26440 if test x"$ac_file" != x-; then
26441 echo "/* $configure_input */" >"$tmp/config.h"
26442 cat "$ac_result" >>"$tmp/config.h"
26443 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
26444 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
26445 echo "$as_me: $ac_file is unchanged" >&6;}
26446 else
26447 rm -f $ac_file
26448 mv "$tmp/config.h" $ac_file
26450 else
26451 echo "/* $configure_input */"
26452 cat "$ac_result"
26454 rm -f "$tmp/out12"
26457 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
26458 echo "$as_me: executing $ac_file commands" >&6;}
26460 esac
26463 case $ac_file$ac_mode in
26464 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
26465 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
26466 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
26467 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
26468 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
26469 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
26470 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
26471 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
26472 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
26473 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
26474 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
26475 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
26476 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
26478 esac
26479 done # for ac_tag
26482 { (exit 0); exit 0; }
26483 _ACEOF
26484 chmod +x $CONFIG_STATUS
26485 ac_clean_files=$ac_clean_files_save
26488 # configure is writing to config.log, and then calls config.status.
26489 # config.status does its own redirection, appending to config.log.
26490 # Unfortunately, on DOS this fails, as config.log is still kept open
26491 # by configure, so config.status won't be able to write to it; its
26492 # output is simply discarded. So we exec the FD to /dev/null,
26493 # effectively closing config.log, so it can be properly (re)opened and
26494 # appended to by config.status. When coming back to configure, we
26495 # need to make the FD available again.
26496 if test "$no_create" != yes; then
26497 ac_cs_success=:
26498 ac_config_status_args=
26499 test "$silent" = yes &&
26500 ac_config_status_args="$ac_config_status_args --quiet"
26501 exec 5>/dev/null
26502 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
26503 exec 5>>config.log
26504 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
26505 # would make configure fail if this is the last instruction.
26506 $ac_cs_success || { (exit 1); exit 1; }
26510 if test "$no_create" = "yes"
26511 then
26512 exit 0
26515 ac_save_IFS="$IFS"
26516 IFS="|"
26517 if test "x$wine_notices != "x; then
26518 echo >&6
26519 for msg in $wine_notices; do
26520 if test -n "$msg"; then
26521 { echo "$as_me:$LINENO: $msg" >&5
26522 echo "$as_me: $msg" >&6;}
26524 done
26526 for msg in $wine_warnings; do
26527 if test -n "$msg"; then
26528 echo >&2
26529 { echo "$as_me:$LINENO: WARNING: $msg" >&5
26530 echo "$as_me: WARNING: $msg" >&2;}
26532 done
26533 IFS="$ac_save_IFS"
26535 echo "
26536 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
26537 " >&6