push a2cdc08df9ee37ff1ff95fe35a57b5ecb3356138
[wine/hacks.git] / configure
blobb0ab9ce3a4fe7029527d578308f2d71fe471a306
1 #! /bin/sh
2 # Guess values for system-dependent variables and create Makefiles.
3 # Generated by GNU Autoconf 2.61 for Wine 1.1.5.
5 # Report bugs to <wine-devel@winehq.org>.
7 # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
8 # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
9 # This configure script is free software; the Free Software Foundation
10 # gives unlimited permission to copy, distribute and modify it.
11 ## --------------------- ##
12 ## M4sh Initialization. ##
13 ## --------------------- ##
15 # Be more Bourne compatible
16 DUALCASE=1; export DUALCASE # for MKS sh
17 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
18 emulate sh
19 NULLCMD=:
20 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
21 # is contrary to our usage. Disable this feature.
22 alias -g '${1+"$@"}'='"$@"'
23 setopt NO_GLOB_SUBST
24 else
25 case `(set -o) 2>/dev/null` in
26 *posix*) set -o posix ;;
27 esac
34 # PATH needs CR
35 # Avoid depending upon Character Ranges.
36 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
37 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
38 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
39 as_cr_digits='0123456789'
40 as_cr_alnum=$as_cr_Letters$as_cr_digits
42 # The user is always right.
43 if test "${PATH_SEPARATOR+set}" != set; then
44 echo "#! /bin/sh" >conf$$.sh
45 echo "exit 0" >>conf$$.sh
46 chmod +x conf$$.sh
47 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
48 PATH_SEPARATOR=';'
49 else
50 PATH_SEPARATOR=:
52 rm -f conf$$.sh
55 # Support unset when possible.
56 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
57 as_unset=unset
58 else
59 as_unset=false
63 # IFS
64 # We need space, tab and new line, in precisely that order. Quoting is
65 # there to prevent editors from complaining about space-tab.
66 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
67 # splitting by setting IFS to empty value.)
68 as_nl='
70 IFS=" "" $as_nl"
72 # Find who we are. Look in the path if we contain no directory separator.
73 case $0 in
74 *[\\/]* ) as_myself=$0 ;;
75 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
76 for as_dir in $PATH
78 IFS=$as_save_IFS
79 test -z "$as_dir" && as_dir=.
80 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
81 done
82 IFS=$as_save_IFS
85 esac
86 # We did not find ourselves, most probably we were run as `sh COMMAND'
87 # in which case we are not to be found in the path.
88 if test "x$as_myself" = x; then
89 as_myself=$0
91 if test ! -f "$as_myself"; then
92 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
93 { (exit 1); exit 1; }
96 # Work around bugs in pre-3.0 UWIN ksh.
97 for as_var in ENV MAIL MAILPATH
98 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
99 done
100 PS1='$ '
101 PS2='> '
102 PS4='+ '
104 # NLS nuisances.
105 for as_var in \
106 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
107 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
108 LC_TELEPHONE LC_TIME
110 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
111 eval $as_var=C; export $as_var
112 else
113 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
115 done
117 # Required to use basename.
118 if expr a : '\(a\)' >/dev/null 2>&1 &&
119 test "X`expr 00001 : '.*\(...\)'`" = X001; then
120 as_expr=expr
121 else
122 as_expr=false
125 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
126 as_basename=basename
127 else
128 as_basename=false
132 # Name of the executable.
133 as_me=`$as_basename -- "$0" ||
134 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
135 X"$0" : 'X\(//\)$' \| \
136 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
137 echo X/"$0" |
138 sed '/^.*\/\([^/][^/]*\)\/*$/{
139 s//\1/
142 /^X\/\(\/\/\)$/{
143 s//\1/
146 /^X\/\(\/\).*/{
147 s//\1/
150 s/.*/./; q'`
152 # CDPATH.
153 $as_unset CDPATH
156 if test "x$CONFIG_SHELL" = x; then
157 if (eval ":") 2>/dev/null; then
158 as_have_required=yes
159 else
160 as_have_required=no
163 if test $as_have_required = yes && (eval ":
164 (as_func_return () {
165 (exit \$1)
167 as_func_success () {
168 as_func_return 0
170 as_func_failure () {
171 as_func_return 1
173 as_func_ret_success () {
174 return 0
176 as_func_ret_failure () {
177 return 1
180 exitcode=0
181 if as_func_success; then
183 else
184 exitcode=1
185 echo as_func_success failed.
188 if as_func_failure; then
189 exitcode=1
190 echo as_func_failure succeeded.
193 if as_func_ret_success; then
195 else
196 exitcode=1
197 echo as_func_ret_success failed.
200 if as_func_ret_failure; then
201 exitcode=1
202 echo as_func_ret_failure succeeded.
205 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
207 else
208 exitcode=1
209 echo positional parameters were not saved.
212 test \$exitcode = 0) || { (exit 1); exit 1; }
215 as_lineno_1=\$LINENO
216 as_lineno_2=\$LINENO
217 test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
218 test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
219 ") 2> /dev/null; then
221 else
222 as_candidate_shells=
223 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
224 for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
226 IFS=$as_save_IFS
227 test -z "$as_dir" && as_dir=.
228 case $as_dir in
230 for as_base in sh bash ksh sh5; do
231 as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
232 done;;
233 esac
234 done
235 IFS=$as_save_IFS
238 for as_shell in $as_candidate_shells $SHELL; do
239 # Try only shells that exist, to save several forks.
240 if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
241 { ("$as_shell") 2> /dev/null <<\_ASEOF
242 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
243 emulate sh
244 NULLCMD=:
245 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
246 # is contrary to our usage. Disable this feature.
247 alias -g '${1+"$@"}'='"$@"'
248 setopt NO_GLOB_SUBST
249 else
250 case `(set -o) 2>/dev/null` in
251 *posix*) set -o posix ;;
252 esac
258 _ASEOF
259 }; then
260 CONFIG_SHELL=$as_shell
261 as_have_required=yes
262 if { "$as_shell" 2> /dev/null <<\_ASEOF
263 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
264 emulate sh
265 NULLCMD=:
266 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
267 # is contrary to our usage. Disable this feature.
268 alias -g '${1+"$@"}'='"$@"'
269 setopt NO_GLOB_SUBST
270 else
271 case `(set -o) 2>/dev/null` in
272 *posix*) set -o posix ;;
273 esac
279 (as_func_return () {
280 (exit $1)
282 as_func_success () {
283 as_func_return 0
285 as_func_failure () {
286 as_func_return 1
288 as_func_ret_success () {
289 return 0
291 as_func_ret_failure () {
292 return 1
295 exitcode=0
296 if as_func_success; then
298 else
299 exitcode=1
300 echo as_func_success failed.
303 if as_func_failure; then
304 exitcode=1
305 echo as_func_failure succeeded.
308 if as_func_ret_success; then
310 else
311 exitcode=1
312 echo as_func_ret_success failed.
315 if as_func_ret_failure; then
316 exitcode=1
317 echo as_func_ret_failure succeeded.
320 if ( set x; as_func_ret_success y && test x = "$1" ); then
322 else
323 exitcode=1
324 echo positional parameters were not saved.
327 test $exitcode = 0) || { (exit 1); exit 1; }
330 as_lineno_1=$LINENO
331 as_lineno_2=$LINENO
332 test "x$as_lineno_1" != "x$as_lineno_2" &&
333 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
335 _ASEOF
336 }; then
337 break
342 done
344 if test "x$CONFIG_SHELL" != x; then
345 for as_var in BASH_ENV ENV
346 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
347 done
348 export CONFIG_SHELL
349 exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
353 if test $as_have_required = no; then
354 echo This script requires a shell more modern than all the
355 echo shells that I found on your system. Please install a
356 echo modern shell, or manually run the script under such a
357 echo shell if you do have one.
358 { (exit 1); exit 1; }
368 (eval "as_func_return () {
369 (exit \$1)
371 as_func_success () {
372 as_func_return 0
374 as_func_failure () {
375 as_func_return 1
377 as_func_ret_success () {
378 return 0
380 as_func_ret_failure () {
381 return 1
384 exitcode=0
385 if as_func_success; then
387 else
388 exitcode=1
389 echo as_func_success failed.
392 if as_func_failure; then
393 exitcode=1
394 echo as_func_failure succeeded.
397 if as_func_ret_success; then
399 else
400 exitcode=1
401 echo as_func_ret_success failed.
404 if as_func_ret_failure; then
405 exitcode=1
406 echo as_func_ret_failure succeeded.
409 if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
411 else
412 exitcode=1
413 echo positional parameters were not saved.
416 test \$exitcode = 0") || {
417 echo No shell found that supports shell functions.
418 echo Please tell autoconf@gnu.org about your system,
419 echo including any error possibly output before this
420 echo message
425 as_lineno_1=$LINENO
426 as_lineno_2=$LINENO
427 test "x$as_lineno_1" != "x$as_lineno_2" &&
428 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
430 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
431 # uniformly replaced by the line number. The first 'sed' inserts a
432 # line-number line after each line using $LINENO; the second 'sed'
433 # does the real work. The second script uses 'N' to pair each
434 # line-number line with the line containing $LINENO, and appends
435 # trailing '-' during substitution so that $LINENO is not a special
436 # case at line end.
437 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
438 # scripts with optimization help from Paolo Bonzini. Blame Lee
439 # E. McMahon (1931-1989) for sed's syntax. :-)
440 sed -n '
442 /[$]LINENO/=
443 ' <$as_myself |
444 sed '
445 s/[$]LINENO.*/&-/
446 t lineno
448 :lineno
450 :loop
451 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
452 t loop
453 s/-\n.*//
454 ' >$as_me.lineno &&
455 chmod +x "$as_me.lineno" ||
456 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
457 { (exit 1); exit 1; }; }
459 # Don't try to exec as it changes $[0], causing all sort of problems
460 # (the dirname of $[0] is not the place where we might find the
461 # original and so on. Autoconf is especially sensitive to this).
462 . "./$as_me.lineno"
463 # Exit status is that of the last command.
464 exit
468 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
469 as_dirname=dirname
470 else
471 as_dirname=false
474 ECHO_C= ECHO_N= ECHO_T=
475 case `echo -n x` in
476 -n*)
477 case `echo 'x\c'` in
478 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
479 *) ECHO_C='\c';;
480 esac;;
482 ECHO_N='-n';;
483 esac
485 if expr a : '\(a\)' >/dev/null 2>&1 &&
486 test "X`expr 00001 : '.*\(...\)'`" = X001; then
487 as_expr=expr
488 else
489 as_expr=false
492 rm -f conf$$ conf$$.exe conf$$.file
493 if test -d conf$$.dir; then
494 rm -f conf$$.dir/conf$$.file
495 else
496 rm -f conf$$.dir
497 mkdir conf$$.dir
499 echo >conf$$.file
500 if ln -s conf$$.file conf$$ 2>/dev/null; then
501 as_ln_s='ln -s'
502 # ... but there are two gotchas:
503 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
504 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
505 # In both cases, we have to default to `cp -p'.
506 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
507 as_ln_s='cp -p'
508 elif ln conf$$.file conf$$ 2>/dev/null; then
509 as_ln_s=ln
510 else
511 as_ln_s='cp -p'
513 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
514 rmdir conf$$.dir 2>/dev/null
516 if mkdir -p . 2>/dev/null; then
517 as_mkdir_p=:
518 else
519 test -d ./-p && rmdir ./-p
520 as_mkdir_p=false
523 if test -x / >/dev/null 2>&1; then
524 as_test_x='test -x'
525 else
526 if ls -dL / >/dev/null 2>&1; then
527 as_ls_L_option=L
528 else
529 as_ls_L_option=
531 as_test_x='
532 eval sh -c '\''
533 if test -d "$1"; then
534 test -d "$1/.";
535 else
536 case $1 in
537 -*)set "./$1";;
538 esac;
539 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
540 ???[sx]*):;;*)false;;esac;fi
541 '\'' sh
544 as_executable_p=$as_test_x
546 # Sed expression to map a string onto a valid CPP name.
547 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
549 # Sed expression to map a string onto a valid variable name.
550 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
554 exec 7<&0 </dev/null 6>&1
556 # Name of the host.
557 # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
558 # so uname gets run too.
559 ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
562 # Initializations.
564 ac_default_prefix=/usr/local
565 ac_clean_files=
566 ac_config_libobj_dir=.
567 LIBOBJS=
568 cross_compiling=no
569 subdirs=
570 MFLAGS=
571 MAKEFLAGS=
572 SHELL=${CONFIG_SHELL-/bin/sh}
574 # Identity of this package.
575 PACKAGE_NAME='Wine'
576 PACKAGE_TARNAME='wine'
577 PACKAGE_VERSION='1.1.5'
578 PACKAGE_STRING='Wine 1.1.5'
579 PACKAGE_BUGREPORT='wine-devel@winehq.org'
581 ac_unique_file="server/atom.c"
582 # Factoring default headers for most tests.
583 ac_includes_default="\
584 #include <stdio.h>
585 #ifdef HAVE_SYS_TYPES_H
586 # include <sys/types.h>
587 #endif
588 #ifdef HAVE_SYS_STAT_H
589 # include <sys/stat.h>
590 #endif
591 #ifdef STDC_HEADERS
592 # include <stdlib.h>
593 # include <stddef.h>
594 #else
595 # ifdef HAVE_STDLIB_H
596 # include <stdlib.h>
597 # endif
598 #endif
599 #ifdef HAVE_STRING_H
600 # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
601 # include <memory.h>
602 # endif
603 # include <string.h>
604 #endif
605 #ifdef HAVE_STRINGS_H
606 # include <strings.h>
607 #endif
608 #ifdef HAVE_INTTYPES_H
609 # include <inttypes.h>
610 #endif
611 #ifdef HAVE_STDINT_H
612 # include <stdint.h>
613 #endif
614 #ifdef HAVE_UNISTD_H
615 # include <unistd.h>
616 #endif"
618 ac_subst_vars='SHELL
619 PATH_SEPARATOR
620 PACKAGE_NAME
621 PACKAGE_TARNAME
622 PACKAGE_VERSION
623 PACKAGE_STRING
624 PACKAGE_BUGREPORT
625 exec_prefix
626 prefix
627 program_transform_name
628 bindir
629 sbindir
630 libexecdir
631 datarootdir
632 datadir
633 sysconfdir
634 sharedstatedir
635 localstatedir
636 includedir
637 oldincludedir
638 docdir
639 infodir
640 htmldir
641 dvidir
642 pdfdir
643 psdir
644 libdir
645 localedir
646 mandir
647 DEFS
648 ECHO_C
649 ECHO_N
650 ECHO_T
651 LIBS
652 build_alias
653 host_alias
654 target_alias
655 MAINTAINER_MODE
656 build
657 build_cpu
658 build_vendor
659 build_os
660 host
661 host_cpu
662 host_vendor
663 host_os
664 WIN16_FILES
665 WIN16_INSTALL
666 WINETEST
667 SET_MAKE
669 CFLAGS
670 LDFLAGS
671 CPPFLAGS
672 ac_ct_CC
673 EXEEXT
674 OBJEXT
676 CXXFLAGS
677 ac_ct_CXX
678 CPPBIN
679 TOOLSDIR
680 XMKMF
682 X_CFLAGS
683 X_PRE_LIBS
684 X_LIBS
685 X_EXTRA_LIBS
686 FLEX
687 BISON
689 ac_ct_AS
691 ac_ct_LD
693 ac_ct_NM
695 ac_ct_AR
696 ARFLAGS
697 RANLIB
698 STRIP
699 WINDRES
700 LN_S
702 GREP
703 EGREP
704 LDCONFIG
705 INSTALL_PROGRAM
706 INSTALL_SCRIPT
707 INSTALL_DATA
708 LINT
709 LINTFLAGS
710 FONTFORGE
711 PKG_CONFIG
712 RSVG
713 ICOTOOL
714 PRELINK
715 LIBPTHREAD
716 XLIB
717 OPENGL_LIBS
718 DLLEXT
719 DLLFLAGS
720 LDSHARED
721 LDDLLFLAGS
722 LIBEXT
723 IMPLIBEXT
724 LDRPATH_INSTALL
725 LDRPATH_LOCAL
727 DLLTOOL
728 DLLWRAP
729 MINGWAR
730 SECURITYLIB
731 COREFOUNDATIONLIB
732 IOKITLIB
733 LDEXECFLAGS
734 DISKARBITRATIONLIB
735 COREAUDIO
736 CARBONLIB
737 CROSSTEST
738 CROSSCC
739 CROSSWINDRES
740 NASLIBS
741 XML2LIBS
742 XML2INCL
743 XSLTLIBS
744 XSLTINCL
745 HALINCL
746 GNUTLSINCL
747 sane_devel
748 SANEINCL
749 gphoto2_devel
750 gphoto2port_devel
751 GPHOTO2LIBS
752 GPHOTO2INCL
753 RESOLVLIBS
754 LCMSLIBS
755 ft_devel
756 FREETYPELIBS
757 FREETYPEINCL
758 ESDCONFIG
759 ESDINCL
760 ESDLIBS
761 PULSELIBS
762 ALSALIBS
763 AUDIOIOLIBS
764 CUPSINCL
765 FONTCONFIGINCL
766 EXTRACFLAGS
767 BUILTINFLAG
768 LDPATH
769 CRTLIBS
770 SOCKETLIBS
771 MAIN_BINARY
772 EXTRA_BINARIES
773 LIBDL
774 LIBPOLL
775 LDAPLIBS
776 DEPENDENCIES
777 ALL_MAKERULES
778 ALL_MAKEFILES
779 ALL_MAKEFILE_DEPENDS
780 ALL_TOP_DIRS
781 ALL_DLL_DIRS
782 ALL_IMPLIB_DIRS
783 ALL_TEST_DIRS
784 ALL_PROGRAM_DIRS
785 ALL_PROGRAM_INSTALL_DIRS
786 ALL_PROGRAM_BIN_INSTALL_DIRS
787 ALL_WINETEST_DEPENDS
788 LIBOBJS
789 LTLIBOBJS'
790 ac_subst_files='MAKE_RULES
791 MAKE_DLL_RULES
792 MAKE_IMPLIB_RULES
793 MAKE_TEST_RULES
794 MAKE_PROG_RULES'
795 ac_precious_vars='build_alias
796 host_alias
797 target_alias
799 CFLAGS
800 LDFLAGS
801 LIBS
802 CPPFLAGS
804 CXXFLAGS
806 XMKMF
807 CPP'
810 # Initialize some variables set by options.
811 ac_init_help=
812 ac_init_version=false
813 # The variables have the same names as the options, with
814 # dashes changed to underlines.
815 cache_file=/dev/null
816 exec_prefix=NONE
817 no_create=
818 no_recursion=
819 prefix=NONE
820 program_prefix=NONE
821 program_suffix=NONE
822 program_transform_name=s,x,x,
823 silent=
824 site=
825 srcdir=
826 verbose=
827 x_includes=NONE
828 x_libraries=NONE
830 # Installation directory options.
831 # These are left unexpanded so users can "make install exec_prefix=/foo"
832 # and all the variables that are supposed to be based on exec_prefix
833 # by default will actually change.
834 # Use braces instead of parens because sh, perl, etc. also accept them.
835 # (The list follows the same order as the GNU Coding Standards.)
836 bindir='${exec_prefix}/bin'
837 sbindir='${exec_prefix}/sbin'
838 libexecdir='${exec_prefix}/libexec'
839 datarootdir='${prefix}/share'
840 datadir='${datarootdir}'
841 sysconfdir='${prefix}/etc'
842 sharedstatedir='${prefix}/com'
843 localstatedir='${prefix}/var'
844 includedir='${prefix}/include'
845 oldincludedir='/usr/include'
846 docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
847 infodir='${datarootdir}/info'
848 htmldir='${docdir}'
849 dvidir='${docdir}'
850 pdfdir='${docdir}'
851 psdir='${docdir}'
852 libdir='${exec_prefix}/lib'
853 localedir='${datarootdir}/locale'
854 mandir='${datarootdir}/man'
856 ac_prev=
857 ac_dashdash=
858 for ac_option
860 # If the previous option needs an argument, assign it.
861 if test -n "$ac_prev"; then
862 eval $ac_prev=\$ac_option
863 ac_prev=
864 continue
867 case $ac_option in
868 *=*) ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
869 *) ac_optarg=yes ;;
870 esac
872 # Accept the important Cygnus configure options, so we can diagnose typos.
874 case $ac_dashdash$ac_option in
876 ac_dashdash=yes ;;
878 -bindir | --bindir | --bindi | --bind | --bin | --bi)
879 ac_prev=bindir ;;
880 -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
881 bindir=$ac_optarg ;;
883 -build | --build | --buil | --bui | --bu)
884 ac_prev=build_alias ;;
885 -build=* | --build=* | --buil=* | --bui=* | --bu=*)
886 build_alias=$ac_optarg ;;
888 -cache-file | --cache-file | --cache-fil | --cache-fi \
889 | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
890 ac_prev=cache_file ;;
891 -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
892 | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
893 cache_file=$ac_optarg ;;
895 --config-cache | -C)
896 cache_file=config.cache ;;
898 -datadir | --datadir | --datadi | --datad)
899 ac_prev=datadir ;;
900 -datadir=* | --datadir=* | --datadi=* | --datad=*)
901 datadir=$ac_optarg ;;
903 -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
904 | --dataroo | --dataro | --datar)
905 ac_prev=datarootdir ;;
906 -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
907 | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
908 datarootdir=$ac_optarg ;;
910 -disable-* | --disable-*)
911 ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
912 # Reject names that are not valid shell variable names.
913 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
914 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
915 { (exit 1); exit 1; }; }
916 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
917 eval enable_$ac_feature=no ;;
919 -docdir | --docdir | --docdi | --doc | --do)
920 ac_prev=docdir ;;
921 -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
922 docdir=$ac_optarg ;;
924 -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
925 ac_prev=dvidir ;;
926 -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
927 dvidir=$ac_optarg ;;
929 -enable-* | --enable-*)
930 ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
931 # Reject names that are not valid shell variable names.
932 expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
933 { echo "$as_me: error: invalid feature name: $ac_feature" >&2
934 { (exit 1); exit 1; }; }
935 ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
936 eval enable_$ac_feature=\$ac_optarg ;;
938 -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
939 | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
940 | --exec | --exe | --ex)
941 ac_prev=exec_prefix ;;
942 -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
943 | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
944 | --exec=* | --exe=* | --ex=*)
945 exec_prefix=$ac_optarg ;;
947 -gas | --gas | --ga | --g)
948 # Obsolete; use --with-gas.
949 with_gas=yes ;;
951 -help | --help | --hel | --he | -h)
952 ac_init_help=long ;;
953 -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
954 ac_init_help=recursive ;;
955 -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
956 ac_init_help=short ;;
958 -host | --host | --hos | --ho)
959 ac_prev=host_alias ;;
960 -host=* | --host=* | --hos=* | --ho=*)
961 host_alias=$ac_optarg ;;
963 -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
964 ac_prev=htmldir ;;
965 -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
966 | --ht=*)
967 htmldir=$ac_optarg ;;
969 -includedir | --includedir | --includedi | --included | --include \
970 | --includ | --inclu | --incl | --inc)
971 ac_prev=includedir ;;
972 -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
973 | --includ=* | --inclu=* | --incl=* | --inc=*)
974 includedir=$ac_optarg ;;
976 -infodir | --infodir | --infodi | --infod | --info | --inf)
977 ac_prev=infodir ;;
978 -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
979 infodir=$ac_optarg ;;
981 -libdir | --libdir | --libdi | --libd)
982 ac_prev=libdir ;;
983 -libdir=* | --libdir=* | --libdi=* | --libd=*)
984 libdir=$ac_optarg ;;
986 -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
987 | --libexe | --libex | --libe)
988 ac_prev=libexecdir ;;
989 -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
990 | --libexe=* | --libex=* | --libe=*)
991 libexecdir=$ac_optarg ;;
993 -localedir | --localedir | --localedi | --localed | --locale)
994 ac_prev=localedir ;;
995 -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
996 localedir=$ac_optarg ;;
998 -localstatedir | --localstatedir | --localstatedi | --localstated \
999 | --localstate | --localstat | --localsta | --localst | --locals)
1000 ac_prev=localstatedir ;;
1001 -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
1002 | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
1003 localstatedir=$ac_optarg ;;
1005 -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
1006 ac_prev=mandir ;;
1007 -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
1008 mandir=$ac_optarg ;;
1010 -nfp | --nfp | --nf)
1011 # Obsolete; use --without-fp.
1012 with_fp=no ;;
1014 -no-create | --no-create | --no-creat | --no-crea | --no-cre \
1015 | --no-cr | --no-c | -n)
1016 no_create=yes ;;
1018 -no-recursion | --no-recursion | --no-recursio | --no-recursi \
1019 | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
1020 no_recursion=yes ;;
1022 -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
1023 | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
1024 | --oldin | --oldi | --old | --ol | --o)
1025 ac_prev=oldincludedir ;;
1026 -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
1027 | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
1028 | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
1029 oldincludedir=$ac_optarg ;;
1031 -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
1032 ac_prev=prefix ;;
1033 -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
1034 prefix=$ac_optarg ;;
1036 -program-prefix | --program-prefix | --program-prefi | --program-pref \
1037 | --program-pre | --program-pr | --program-p)
1038 ac_prev=program_prefix ;;
1039 -program-prefix=* | --program-prefix=* | --program-prefi=* \
1040 | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
1041 program_prefix=$ac_optarg ;;
1043 -program-suffix | --program-suffix | --program-suffi | --program-suff \
1044 | --program-suf | --program-su | --program-s)
1045 ac_prev=program_suffix ;;
1046 -program-suffix=* | --program-suffix=* | --program-suffi=* \
1047 | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
1048 program_suffix=$ac_optarg ;;
1050 -program-transform-name | --program-transform-name \
1051 | --program-transform-nam | --program-transform-na \
1052 | --program-transform-n | --program-transform- \
1053 | --program-transform | --program-transfor \
1054 | --program-transfo | --program-transf \
1055 | --program-trans | --program-tran \
1056 | --progr-tra | --program-tr | --program-t)
1057 ac_prev=program_transform_name ;;
1058 -program-transform-name=* | --program-transform-name=* \
1059 | --program-transform-nam=* | --program-transform-na=* \
1060 | --program-transform-n=* | --program-transform-=* \
1061 | --program-transform=* | --program-transfor=* \
1062 | --program-transfo=* | --program-transf=* \
1063 | --program-trans=* | --program-tran=* \
1064 | --progr-tra=* | --program-tr=* | --program-t=*)
1065 program_transform_name=$ac_optarg ;;
1067 -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
1068 ac_prev=pdfdir ;;
1069 -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
1070 pdfdir=$ac_optarg ;;
1072 -psdir | --psdir | --psdi | --psd | --ps)
1073 ac_prev=psdir ;;
1074 -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
1075 psdir=$ac_optarg ;;
1077 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1078 | -silent | --silent | --silen | --sile | --sil)
1079 silent=yes ;;
1081 -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
1082 ac_prev=sbindir ;;
1083 -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
1084 | --sbi=* | --sb=*)
1085 sbindir=$ac_optarg ;;
1087 -sharedstatedir | --sharedstatedir | --sharedstatedi \
1088 | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
1089 | --sharedst | --shareds | --shared | --share | --shar \
1090 | --sha | --sh)
1091 ac_prev=sharedstatedir ;;
1092 -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
1093 | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
1094 | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
1095 | --sha=* | --sh=*)
1096 sharedstatedir=$ac_optarg ;;
1098 -site | --site | --sit)
1099 ac_prev=site ;;
1100 -site=* | --site=* | --sit=*)
1101 site=$ac_optarg ;;
1103 -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
1104 ac_prev=srcdir ;;
1105 -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
1106 srcdir=$ac_optarg ;;
1108 -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
1109 | --syscon | --sysco | --sysc | --sys | --sy)
1110 ac_prev=sysconfdir ;;
1111 -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
1112 | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
1113 sysconfdir=$ac_optarg ;;
1115 -target | --target | --targe | --targ | --tar | --ta | --t)
1116 ac_prev=target_alias ;;
1117 -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
1118 target_alias=$ac_optarg ;;
1120 -v | -verbose | --verbose | --verbos | --verbo | --verb)
1121 verbose=yes ;;
1123 -version | --version | --versio | --versi | --vers | -V)
1124 ac_init_version=: ;;
1126 -with-* | --with-*)
1127 ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
1128 # Reject names that are not valid shell variable names.
1129 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1130 { echo "$as_me: error: invalid package name: $ac_package" >&2
1131 { (exit 1); exit 1; }; }
1132 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1133 eval with_$ac_package=\$ac_optarg ;;
1135 -without-* | --without-*)
1136 ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
1137 # Reject names that are not valid shell variable names.
1138 expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1139 { echo "$as_me: error: invalid package name: $ac_package" >&2
1140 { (exit 1); exit 1; }; }
1141 ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
1142 eval with_$ac_package=no ;;
1144 --x)
1145 # Obsolete; use --with-x.
1146 with_x=yes ;;
1148 -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
1149 | --x-incl | --x-inc | --x-in | --x-i)
1150 ac_prev=x_includes ;;
1151 -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
1152 | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
1153 x_includes=$ac_optarg ;;
1155 -x-libraries | --x-libraries | --x-librarie | --x-librari \
1156 | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
1157 ac_prev=x_libraries ;;
1158 -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
1159 | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
1160 x_libraries=$ac_optarg ;;
1162 -*) { echo "$as_me: error: unrecognized option: $ac_option
1163 Try \`$0 --help' for more information." >&2
1164 { (exit 1); exit 1; }; }
1167 *=*)
1168 ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
1169 # Reject names that are not valid shell variable names.
1170 expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
1171 { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
1172 { (exit 1); exit 1; }; }
1173 eval $ac_envvar=\$ac_optarg
1174 export $ac_envvar ;;
1177 # FIXME: should be removed in autoconf 3.0.
1178 echo "$as_me: WARNING: you should use --build, --host, --target" >&2
1179 expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
1180 echo "$as_me: WARNING: invalid host type: $ac_option" >&2
1181 : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
1184 esac
1185 done
1187 if test -n "$ac_prev"; then
1188 ac_option=--`echo $ac_prev | sed 's/_/-/g'`
1189 { echo "$as_me: error: missing argument to $ac_option" >&2
1190 { (exit 1); exit 1; }; }
1193 # Be sure to have absolute directory names.
1194 for ac_var in exec_prefix prefix bindir sbindir libexecdir datarootdir \
1195 datadir sysconfdir sharedstatedir localstatedir includedir \
1196 oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
1197 libdir localedir mandir
1199 eval ac_val=\$$ac_var
1200 case $ac_val in
1201 [\\/$]* | ?:[\\/]* ) continue;;
1202 NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
1203 esac
1204 { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
1205 { (exit 1); exit 1; }; }
1206 done
1208 # There might be people who depend on the old broken behavior: `$host'
1209 # used to hold the argument of --host etc.
1210 # FIXME: To remove some day.
1211 build=$build_alias
1212 host=$host_alias
1213 target=$target_alias
1215 # FIXME: To remove some day.
1216 if test "x$host_alias" != x; then
1217 if test "x$build_alias" = x; then
1218 cross_compiling=maybe
1219 echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
1220 If a cross compiler is detected then cross compile mode will be used." >&2
1221 elif test "x$build_alias" != "x$host_alias"; then
1222 cross_compiling=yes
1226 ac_tool_prefix=
1227 test -n "$host_alias" && ac_tool_prefix=$host_alias-
1229 test "$silent" = yes && exec 6>/dev/null
1232 ac_pwd=`pwd` && test -n "$ac_pwd" &&
1233 ac_ls_di=`ls -di .` &&
1234 ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
1235 { echo "$as_me: error: Working directory cannot be determined" >&2
1236 { (exit 1); exit 1; }; }
1237 test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
1238 { echo "$as_me: error: pwd does not report name of working directory" >&2
1239 { (exit 1); exit 1; }; }
1242 # Find the source files, if location was not specified.
1243 if test -z "$srcdir"; then
1244 ac_srcdir_defaulted=yes
1245 # Try the directory containing this script, then the parent directory.
1246 ac_confdir=`$as_dirname -- "$0" ||
1247 $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
1248 X"$0" : 'X\(//\)[^/]' \| \
1249 X"$0" : 'X\(//\)$' \| \
1250 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
1251 echo X"$0" |
1252 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
1253 s//\1/
1256 /^X\(\/\/\)[^/].*/{
1257 s//\1/
1260 /^X\(\/\/\)$/{
1261 s//\1/
1264 /^X\(\/\).*/{
1265 s//\1/
1268 s/.*/./; q'`
1269 srcdir=$ac_confdir
1270 if test ! -r "$srcdir/$ac_unique_file"; then
1271 srcdir=..
1273 else
1274 ac_srcdir_defaulted=no
1276 if test ! -r "$srcdir/$ac_unique_file"; then
1277 test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
1278 { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
1279 { (exit 1); exit 1; }; }
1281 ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
1282 ac_abs_confdir=`(
1283 cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
1284 { (exit 1); exit 1; }; }
1285 pwd)`
1286 # When building in place, set srcdir=.
1287 if test "$ac_abs_confdir" = "$ac_pwd"; then
1288 srcdir=.
1290 # Remove unnecessary trailing slashes from srcdir.
1291 # Double slashes in file names in object file debugging info
1292 # mess up M-x gdb in Emacs.
1293 case $srcdir in
1294 */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
1295 esac
1296 for ac_var in $ac_precious_vars; do
1297 eval ac_env_${ac_var}_set=\${${ac_var}+set}
1298 eval ac_env_${ac_var}_value=\$${ac_var}
1299 eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
1300 eval ac_cv_env_${ac_var}_value=\$${ac_var}
1301 done
1304 # Report the --help message.
1306 if test "$ac_init_help" = "long"; then
1307 # Omit some internal or obsolete options to make the list less imposing.
1308 # This message is too long to be a string in the A/UX 3.1 sh.
1309 cat <<_ACEOF
1310 \`configure' configures Wine 1.1.5 to adapt to many kinds of systems.
1312 Usage: $0 [OPTION]... [VAR=VALUE]...
1314 To assign environment variables (e.g., CC, CFLAGS...), specify them as
1315 VAR=VALUE. See below for descriptions of some of the useful variables.
1317 Defaults for the options are specified in brackets.
1319 Configuration:
1320 -h, --help display this help and exit
1321 --help=short display options specific to this package
1322 --help=recursive display the short help of all the included packages
1323 -V, --version display version information and exit
1324 -q, --quiet, --silent do not print \`checking...' messages
1325 --cache-file=FILE cache test results in FILE [disabled]
1326 -C, --config-cache alias for \`--cache-file=config.cache'
1327 -n, --no-create do not create output files
1328 --srcdir=DIR find the sources in DIR [configure dir or \`..']
1330 Installation directories:
1331 --prefix=PREFIX install architecture-independent files in PREFIX
1332 [$ac_default_prefix]
1333 --exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
1334 [PREFIX]
1336 By default, \`make install' will install all the files in
1337 \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc. You can specify
1338 an installation prefix other than \`$ac_default_prefix' using \`--prefix',
1339 for instance \`--prefix=\$HOME'.
1341 For better control, use the options below.
1343 Fine tuning of the installation directories:
1344 --bindir=DIR user executables [EPREFIX/bin]
1345 --sbindir=DIR system admin executables [EPREFIX/sbin]
1346 --libexecdir=DIR program executables [EPREFIX/libexec]
1347 --sysconfdir=DIR read-only single-machine data [PREFIX/etc]
1348 --sharedstatedir=DIR modifiable architecture-independent data [PREFIX/com]
1349 --localstatedir=DIR modifiable single-machine data [PREFIX/var]
1350 --libdir=DIR object code libraries [EPREFIX/lib]
1351 --includedir=DIR C header files [PREFIX/include]
1352 --oldincludedir=DIR C header files for non-gcc [/usr/include]
1353 --datarootdir=DIR read-only arch.-independent data root [PREFIX/share]
1354 --datadir=DIR read-only architecture-independent data [DATAROOTDIR]
1355 --infodir=DIR info documentation [DATAROOTDIR/info]
1356 --localedir=DIR locale-dependent data [DATAROOTDIR/locale]
1357 --mandir=DIR man documentation [DATAROOTDIR/man]
1358 --docdir=DIR documentation root [DATAROOTDIR/doc/wine]
1359 --htmldir=DIR html documentation [DOCDIR]
1360 --dvidir=DIR dvi documentation [DOCDIR]
1361 --pdfdir=DIR pdf documentation [DOCDIR]
1362 --psdir=DIR ps documentation [DOCDIR]
1363 _ACEOF
1365 cat <<\_ACEOF
1367 X features:
1368 --x-includes=DIR X include files are in DIR
1369 --x-libraries=DIR X library files are in DIR
1371 System types:
1372 --build=BUILD configure for building on BUILD [guessed]
1373 --host=HOST cross-compile to build programs to run on HOST [BUILD]
1374 _ACEOF
1377 if test -n "$ac_init_help"; then
1378 case $ac_init_help in
1379 short | recursive ) echo "Configuration of Wine 1.1.5:";;
1380 esac
1381 cat <<\_ACEOF
1383 Optional Features:
1384 --disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
1385 --enable-FEATURE[=ARG] include FEATURE [ARG=yes]
1386 --disable-win16 do not include Win16 support
1387 --enable-win64 build a Win64 emulator on AMD64 (won't run Win32
1388 binaries)
1389 --enable-maintainer-mode
1390 enable maintainer-specific build rules
1391 --disable-tests do not build the testsuites
1393 Optional Packages:
1394 --with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
1395 --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
1396 --without-alsa do not use the Alsa sound support
1397 --without-audioio do not use the AudioIO sound support
1398 --without-capi do not use CAPI (ISDN support)
1399 --without-cms do not use CMS (color management support)
1400 --without-coreaudio do not use the CoreAudio sound support
1401 --without-cups do not use CUPS
1402 --without-curses do not use (n)curses
1403 --without-esd do not use the EsounD sound support
1404 --without-fontconfig do not use fontconfig
1405 --without-freetype do not use the FreeType library
1406 --without-gphoto do not use gphoto (Digital Camera support)
1407 --without-glu do not use the GLU library
1408 --without-gnutls do not use GnuTLS (schannel support)
1409 --without-hal do not use HAL (dynamic device support)
1410 --without-jack do not use the Jack sound support
1411 --without-jpeg do not use JPEG
1412 --without-ldap do not use LDAP
1413 --without-nas do not use the NAS sound support
1414 --without-opengl do not use OpenGL
1415 --without-openssl do not use OpenSSL
1416 --without-oss do not use the OSS sound support
1417 --without-png do not use PNG
1418 --without-pulse do not use PulseAudio sound support
1419 --without-sane do not use SANE (scanner support)
1420 --without-xcomposite do not use the Xcomposite extension
1421 --without-xcursor do not use the Xcursor extension
1422 --without-xinerama do not use Xinerama (multi-monitor support)
1423 --without-xinput do not use the Xinput extension
1424 --without-xml do not use XML
1425 --without-xrandr do not use Xrandr (resolution changes)
1426 --without-xrender do not use the Xrender extension
1427 --without-xshape do not use the Xshape extension
1428 --without-xshm do not use XShm (shared memory extension)
1429 --without-xslt do not use XSLT
1430 --without-xxf86vm do not use XFree video mode extension
1431 --with-wine-tools=DIR use Wine tools from directory DIR
1432 --with-x use the X Window System
1434 Some influential environment variables:
1435 CC C compiler command
1436 CFLAGS C compiler flags
1437 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a
1438 nonstandard directory <lib dir>
1439 LIBS libraries to pass to the linker, e.g. -l<library>
1440 CPPFLAGS C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
1441 you have headers in a nonstandard directory <include dir>
1442 CXX C++ compiler command
1443 CXXFLAGS C++ compiler flags
1444 XMKMF Path to xmkmf, Makefile generator for X Window System
1445 CPP C preprocessor
1447 Use these variables to override the choices made by `configure' or to help
1448 it to find libraries and programs with nonstandard names/locations.
1450 Report bugs to <wine-devel@winehq.org>.
1451 _ACEOF
1452 ac_status=$?
1455 if test "$ac_init_help" = "recursive"; then
1456 # If there are subdirs, report their specific --help.
1457 for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
1458 test -d "$ac_dir" || continue
1459 ac_builddir=.
1461 case "$ac_dir" in
1462 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
1464 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
1465 # A ".." for each directory in $ac_dir_suffix.
1466 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
1467 case $ac_top_builddir_sub in
1468 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
1469 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
1470 esac ;;
1471 esac
1472 ac_abs_top_builddir=$ac_pwd
1473 ac_abs_builddir=$ac_pwd$ac_dir_suffix
1474 # for backward compatibility:
1475 ac_top_builddir=$ac_top_build_prefix
1477 case $srcdir in
1478 .) # We are building in place.
1479 ac_srcdir=.
1480 ac_top_srcdir=$ac_top_builddir_sub
1481 ac_abs_top_srcdir=$ac_pwd ;;
1482 [\\/]* | ?:[\\/]* ) # Absolute name.
1483 ac_srcdir=$srcdir$ac_dir_suffix;
1484 ac_top_srcdir=$srcdir
1485 ac_abs_top_srcdir=$srcdir ;;
1486 *) # Relative name.
1487 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
1488 ac_top_srcdir=$ac_top_build_prefix$srcdir
1489 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
1490 esac
1491 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
1493 cd "$ac_dir" || { ac_status=$?; continue; }
1494 # Check for guested configure.
1495 if test -f "$ac_srcdir/configure.gnu"; then
1496 echo &&
1497 $SHELL "$ac_srcdir/configure.gnu" --help=recursive
1498 elif test -f "$ac_srcdir/configure"; then
1499 echo &&
1500 $SHELL "$ac_srcdir/configure" --help=recursive
1501 else
1502 echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
1503 fi || ac_status=$?
1504 cd "$ac_pwd" || { ac_status=$?; break; }
1505 done
1508 test -n "$ac_init_help" && exit $ac_status
1509 if $ac_init_version; then
1510 cat <<\_ACEOF
1511 Wine configure 1.1.5
1512 generated by GNU Autoconf 2.61
1514 Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
1515 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
1516 This configure script is free software; the Free Software Foundation
1517 gives unlimited permission to copy, distribute and modify it.
1518 _ACEOF
1519 exit
1521 cat >config.log <<_ACEOF
1522 This file contains any messages produced by compilers while
1523 running configure, to aid debugging if configure makes a mistake.
1525 It was created by Wine $as_me 1.1.5, which was
1526 generated by GNU Autoconf 2.61. Invocation command line was
1528 $ $0 $@
1530 _ACEOF
1531 exec 5>>config.log
1533 cat <<_ASUNAME
1534 ## --------- ##
1535 ## Platform. ##
1536 ## --------- ##
1538 hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
1539 uname -m = `(uname -m) 2>/dev/null || echo unknown`
1540 uname -r = `(uname -r) 2>/dev/null || echo unknown`
1541 uname -s = `(uname -s) 2>/dev/null || echo unknown`
1542 uname -v = `(uname -v) 2>/dev/null || echo unknown`
1544 /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
1545 /bin/uname -X = `(/bin/uname -X) 2>/dev/null || echo unknown`
1547 /bin/arch = `(/bin/arch) 2>/dev/null || echo unknown`
1548 /usr/bin/arch -k = `(/usr/bin/arch -k) 2>/dev/null || echo unknown`
1549 /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
1550 /usr/bin/hostinfo = `(/usr/bin/hostinfo) 2>/dev/null || echo unknown`
1551 /bin/machine = `(/bin/machine) 2>/dev/null || echo unknown`
1552 /usr/bin/oslevel = `(/usr/bin/oslevel) 2>/dev/null || echo unknown`
1553 /bin/universe = `(/bin/universe) 2>/dev/null || echo unknown`
1555 _ASUNAME
1557 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
1558 for as_dir in $PATH
1560 IFS=$as_save_IFS
1561 test -z "$as_dir" && as_dir=.
1562 echo "PATH: $as_dir"
1563 done
1564 IFS=$as_save_IFS
1566 } >&5
1568 cat >&5 <<_ACEOF
1571 ## ----------- ##
1572 ## Core tests. ##
1573 ## ----------- ##
1575 _ACEOF
1578 # Keep a trace of the command line.
1579 # Strip out --no-create and --no-recursion so they do not pile up.
1580 # Strip out --silent because we don't want to record it for future runs.
1581 # Also quote any args containing shell meta-characters.
1582 # Make two passes to allow for proper duplicate-argument suppression.
1583 ac_configure_args=
1584 ac_configure_args0=
1585 ac_configure_args1=
1586 ac_must_keep_next=false
1587 for ac_pass in 1 2
1589 for ac_arg
1591 case $ac_arg in
1592 -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;
1593 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
1594 | -silent | --silent | --silen | --sile | --sil)
1595 continue ;;
1596 *\'*)
1597 ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;
1598 esac
1599 case $ac_pass in
1600 1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;
1602 ac_configure_args1="$ac_configure_args1 '$ac_arg'"
1603 if test $ac_must_keep_next = true; then
1604 ac_must_keep_next=false # Got value, back to normal.
1605 else
1606 case $ac_arg in
1607 *=* | --config-cache | -C | -disable-* | --disable-* \
1608 | -enable-* | --enable-* | -gas | --g* | -nfp | --nf* \
1609 | -q | -quiet | --q* | -silent | --sil* | -v | -verb* \
1610 | -with-* | --with-* | -without-* | --without-* | --x)
1611 case "$ac_configure_args0 " in
1612 "$ac_configure_args1"*" '$ac_arg' "* ) continue ;;
1613 esac
1615 -* ) ac_must_keep_next=true ;;
1616 esac
1618 ac_configure_args="$ac_configure_args '$ac_arg'"
1620 esac
1621 done
1622 done
1623 $as_unset ac_configure_args0 || test "${ac_configure_args0+set}" != set || { ac_configure_args0=; export ac_configure_args0; }
1624 $as_unset ac_configure_args1 || test "${ac_configure_args1+set}" != set || { ac_configure_args1=; export ac_configure_args1; }
1626 # When interrupted or exit'd, cleanup temporary files, and complete
1627 # config.log. We remove comments because anyway the quotes in there
1628 # would cause problems or look ugly.
1629 # WARNING: Use '\'' to represent an apostrophe within the trap.
1630 # WARNING: Do not start the trap code with a newline, due to a FreeBSD 4.0 bug.
1631 trap 'exit_status=$?
1632 # Save into config.log some information that might help in debugging.
1634 echo
1636 cat <<\_ASBOX
1637 ## ---------------- ##
1638 ## Cache variables. ##
1639 ## ---------------- ##
1640 _ASBOX
1641 echo
1642 # The following way of writing the cache mishandles newlines in values,
1644 for ac_var in `(set) 2>&1 | sed -n '\''s/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'\''`; do
1645 eval ac_val=\$$ac_var
1646 case $ac_val in #(
1647 *${as_nl}*)
1648 case $ac_var in #(
1649 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
1650 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
1651 esac
1652 case $ac_var in #(
1653 _ | IFS | as_nl) ;; #(
1654 *) $as_unset $ac_var ;;
1655 esac ;;
1656 esac
1657 done
1658 (set) 2>&1 |
1659 case $as_nl`(ac_space='\'' '\''; set) 2>&1` in #(
1660 *${as_nl}ac_space=\ *)
1661 sed -n \
1662 "s/'\''/'\''\\\\'\'''\''/g;
1663 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\''\\2'\''/p"
1664 ;; #(
1666 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
1668 esac |
1669 sort
1671 echo
1673 cat <<\_ASBOX
1674 ## ----------------- ##
1675 ## Output variables. ##
1676 ## ----------------- ##
1677 _ASBOX
1678 echo
1679 for ac_var in $ac_subst_vars
1681 eval ac_val=\$$ac_var
1682 case $ac_val in
1683 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1684 esac
1685 echo "$ac_var='\''$ac_val'\''"
1686 done | sort
1687 echo
1689 if test -n "$ac_subst_files"; then
1690 cat <<\_ASBOX
1691 ## ------------------- ##
1692 ## File substitutions. ##
1693 ## ------------------- ##
1694 _ASBOX
1695 echo
1696 for ac_var in $ac_subst_files
1698 eval ac_val=\$$ac_var
1699 case $ac_val in
1700 *\'\''*) ac_val=`echo "$ac_val" | sed "s/'\''/'\''\\\\\\\\'\'''\''/g"`;;
1701 esac
1702 echo "$ac_var='\''$ac_val'\''"
1703 done | sort
1704 echo
1707 if test -s confdefs.h; then
1708 cat <<\_ASBOX
1709 ## ----------- ##
1710 ## confdefs.h. ##
1711 ## ----------- ##
1712 _ASBOX
1713 echo
1714 cat confdefs.h
1715 echo
1717 test "$ac_signal" != 0 &&
1718 echo "$as_me: caught signal $ac_signal"
1719 echo "$as_me: exit $exit_status"
1720 } >&5
1721 rm -f core *.core core.conftest.* &&
1722 rm -f -r conftest* confdefs* conf$$* $ac_clean_files &&
1723 exit $exit_status
1725 for ac_signal in 1 2 13 15; do
1726 trap 'ac_signal='$ac_signal'; { (exit 1); exit 1; }' $ac_signal
1727 done
1728 ac_signal=0
1730 # confdefs.h avoids OS command line length limits that DEFS can exceed.
1731 rm -f -r conftest* confdefs.h
1733 # Predefined preprocessor variables.
1735 cat >>confdefs.h <<_ACEOF
1736 #define PACKAGE_NAME "$PACKAGE_NAME"
1737 _ACEOF
1740 cat >>confdefs.h <<_ACEOF
1741 #define PACKAGE_TARNAME "$PACKAGE_TARNAME"
1742 _ACEOF
1745 cat >>confdefs.h <<_ACEOF
1746 #define PACKAGE_VERSION "$PACKAGE_VERSION"
1747 _ACEOF
1750 cat >>confdefs.h <<_ACEOF
1751 #define PACKAGE_STRING "$PACKAGE_STRING"
1752 _ACEOF
1755 cat >>confdefs.h <<_ACEOF
1756 #define PACKAGE_BUGREPORT "$PACKAGE_BUGREPORT"
1757 _ACEOF
1760 # Let the site file select an alternate cache file if it wants to.
1761 # Prefer explicitly selected file to automatically selected ones.
1762 if test -n "$CONFIG_SITE"; then
1763 set x "$CONFIG_SITE"
1764 elif test "x$prefix" != xNONE; then
1765 set x "$prefix/share/config.site" "$prefix/etc/config.site"
1766 else
1767 set x "$ac_default_prefix/share/config.site" \
1768 "$ac_default_prefix/etc/config.site"
1770 shift
1771 for ac_site_file
1773 if test -r "$ac_site_file"; then
1774 { echo "$as_me:$LINENO: loading site script $ac_site_file" >&5
1775 echo "$as_me: loading site script $ac_site_file" >&6;}
1776 sed 's/^/| /' "$ac_site_file" >&5
1777 . "$ac_site_file"
1779 done
1781 if test -r "$cache_file"; then
1782 # Some versions of bash will fail to source /dev/null (special
1783 # files actually), so we avoid doing that.
1784 if test -f "$cache_file"; then
1785 { echo "$as_me:$LINENO: loading cache $cache_file" >&5
1786 echo "$as_me: loading cache $cache_file" >&6;}
1787 case $cache_file in
1788 [\\/]* | ?:[\\/]* ) . "$cache_file";;
1789 *) . "./$cache_file";;
1790 esac
1792 else
1793 { echo "$as_me:$LINENO: creating cache $cache_file" >&5
1794 echo "$as_me: creating cache $cache_file" >&6;}
1795 >$cache_file
1798 # Check that the precious variables saved in the cache have kept the same
1799 # value.
1800 ac_cache_corrupted=false
1801 for ac_var in $ac_precious_vars; do
1802 eval ac_old_set=\$ac_cv_env_${ac_var}_set
1803 eval ac_new_set=\$ac_env_${ac_var}_set
1804 eval ac_old_val=\$ac_cv_env_${ac_var}_value
1805 eval ac_new_val=\$ac_env_${ac_var}_value
1806 case $ac_old_set,$ac_new_set in
1807 set,)
1808 { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5
1809 echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;}
1810 ac_cache_corrupted=: ;;
1811 ,set)
1812 { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5
1813 echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;}
1814 ac_cache_corrupted=: ;;
1815 ,);;
1817 if test "x$ac_old_val" != "x$ac_new_val"; then
1818 { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5
1819 echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;}
1820 { echo "$as_me:$LINENO: former value: $ac_old_val" >&5
1821 echo "$as_me: former value: $ac_old_val" >&2;}
1822 { echo "$as_me:$LINENO: current value: $ac_new_val" >&5
1823 echo "$as_me: current value: $ac_new_val" >&2;}
1824 ac_cache_corrupted=:
1825 fi;;
1826 esac
1827 # Pass precious variables to config.status.
1828 if test "$ac_new_set" = set; then
1829 case $ac_new_val in
1830 *\'*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;;
1831 *) ac_arg=$ac_var=$ac_new_val ;;
1832 esac
1833 case " $ac_configure_args " in
1834 *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy.
1835 *) ac_configure_args="$ac_configure_args '$ac_arg'" ;;
1836 esac
1838 done
1839 if $ac_cache_corrupted; then
1840 { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5
1841 echo "$as_me: error: changes in the environment can compromise the build" >&2;}
1842 { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5
1843 echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;}
1844 { (exit 1); exit 1; }; }
1871 ac_ext=c
1872 ac_cpp='$CPP $CPPFLAGS'
1873 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
1874 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
1875 ac_compiler_gnu=$ac_cv_c_compiler_gnu
1879 ac_config_headers="$ac_config_headers include/config.h"
1881 ac_aux_dir=
1882 for ac_dir in tools "$srcdir"/tools; do
1883 if test -f "$ac_dir/install-sh"; then
1884 ac_aux_dir=$ac_dir
1885 ac_install_sh="$ac_aux_dir/install-sh -c"
1886 break
1887 elif test -f "$ac_dir/install.sh"; then
1888 ac_aux_dir=$ac_dir
1889 ac_install_sh="$ac_aux_dir/install.sh -c"
1890 break
1891 elif test -f "$ac_dir/shtool"; then
1892 ac_aux_dir=$ac_dir
1893 ac_install_sh="$ac_aux_dir/shtool install -c"
1894 break
1896 done
1897 if test -z "$ac_aux_dir"; then
1898 { { echo "$as_me:$LINENO: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&5
1899 echo "$as_me: error: cannot find install-sh or install.sh in tools \"$srcdir\"/tools" >&2;}
1900 { (exit 1); exit 1; }; }
1903 # These three variables are undocumented and unsupported,
1904 # and are intended to be withdrawn in a future Autoconf release.
1905 # They can cause serious problems if a builder's source tree is in a directory
1906 # whose full name contains unusual characters.
1907 ac_config_guess="$SHELL $ac_aux_dir/config.guess" # Please don't use this var.
1908 ac_config_sub="$SHELL $ac_aux_dir/config.sub" # Please don't use this var.
1909 ac_configure="$SHELL $ac_aux_dir/configure" # Please don't use this var.
1914 # Check whether --enable-win16 was given.
1915 if test "${enable_win16+set}" = set; then
1916 enableval=$enable_win16;
1919 # Check whether --enable-win64 was given.
1920 if test "${enable_win64+set}" = set; then
1921 enableval=$enable_win64;
1924 # Check whether --enable-maintainer-mode was given.
1925 if test "${enable_maintainer_mode+set}" = set; then
1926 enableval=$enable_maintainer_mode;
1927 else
1928 MAINTAINER_MODE=\#
1934 # Check whether --with-alsa was given.
1935 if test "${with_alsa+set}" = set; then
1936 withval=$with_alsa; if test "x$withval" = "xno"; then ac_cv_header_sys_asoundlib_h=no; ac_cv_header_alsa_asoundlib_h=no; fi
1940 # Check whether --with-audioio was given.
1941 if test "${with_audioio+set}" = set; then
1942 withval=$with_audioio; if test "x$withval" = "xno"; then ac_cv_header_libaudioio_h=no; fi
1946 # Check whether --with-capi was given.
1947 if test "${with_capi+set}" = set; then
1948 withval=$with_capi; if test "x$withval" = "xno"; then ac_cv_header_capi20_h=no; ac_cv_header_linux_capi_h=no; fi
1952 # Check whether --with-cms was given.
1953 if test "${with_cms+set}" = set; then
1954 withval=$with_cms; if test "x$withval" = "xno"; then ac_cv_header_lcms_h=no; ac_cv_header_lcms_lcms_h=no; fi
1958 # Check whether --with-coreaudio was given.
1959 if test "${with_coreaudio+set}" = set; then
1960 withval=$with_coreaudio; if test "x$withval" = "xno"; then ac_cv_header_CoreAudio_CoreAudio_h=no; fi
1964 # Check whether --with-cups was given.
1965 if test "${with_cups+set}" = set; then
1966 withval=$with_cups;
1970 # Check whether --with-curses was given.
1971 if test "${with_curses+set}" = set; then
1972 withval=$with_curses; if test "x$withval" = "xno"; then ac_cv_header_ncurses_h=no; ac_cv_header_curses_h=no; fi
1976 # Check whether --with-esd was given.
1977 if test "${with_esd+set}" = set; then
1978 withval=$with_esd;
1982 # Check whether --with-fontconfig was given.
1983 if test "${with_fontconfig+set}" = set; then
1984 withval=$with_fontconfig; if test "x$withval" = "xno"; then ac_cv_header_fontconfig_fontconfig_h=no; fi
1988 # Check whether --with-freetype was given.
1989 if test "${with_freetype+set}" = set; then
1990 withval=$with_freetype;
1994 # Check whether --with-gphoto was given.
1995 if test "${with_gphoto+set}" = set; then
1996 withval=$with_gphoto;
2000 # Check whether --with-glu was given.
2001 if test "${with_glu+set}" = set; then
2002 withval=$with_glu; if test "x$withval" = "xno"; then ac_cv_header_GL_glu_h=no; fi
2006 # Check whether --with-gnutls was given.
2007 if test "${with_gnutls+set}" = set; then
2008 withval=$with_gnutls;
2012 # Check whether --with-hal was given.
2013 if test "${with_hal+set}" = set; then
2014 withval=$with_hal;
2018 # Check whether --with-jack was given.
2019 if test "${with_jack+set}" = set; then
2020 withval=$with_jack; if test "x$withval" = "xno"; then ac_cv_header_jack_jack_h=no; fi
2024 # Check whether --with-jpeg was given.
2025 if test "${with_jpeg+set}" = set; then
2026 withval=$with_jpeg; if test "x$withval" = "xno"; then ac_cv_header_jpeglib_h=no; fi
2030 # Check whether --with-ldap was given.
2031 if test "${with_ldap+set}" = set; then
2032 withval=$with_ldap; if test "x$withval" = "xno"; then ac_cv_header_ldap_h=no; ac_cv_header_lber_h=no; fi
2036 # Check whether --with-nas was given.
2037 if test "${with_nas+set}" = set; then
2038 withval=$with_nas; if test "x$withval" = "xno"; then ac_cv_header_audio_audiolib_h=no; fi
2042 # Check whether --with-opengl was given.
2043 if test "${with_opengl+set}" = set; then
2044 withval=$with_opengl;
2048 # Check whether --with-openssl was given.
2049 if test "${with_openssl+set}" = set; then
2050 withval=$with_openssl; if test "x$withval" = "xno"; then ac_cv_header_openssl_err_h=no; ac_cv_header_openssl_ssl_h=no; fi
2054 # Check whether --with-oss was given.
2055 if test "${with_oss+set}" = set; then
2056 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
2060 # Check whether --with-png was given.
2061 if test "${with_png+set}" = set; then
2062 withval=$with_png; if test "x$withval" = "xno"; then ac_cv_header_png_h=no; fi
2066 # Check whether --with-pulse was given.
2067 if test "${with_pulse+set}" = set; then
2068 withval=$with_pulse;
2072 # Check whether --with-sane was given.
2073 if test "${with_sane+set}" = set; then
2074 withval=$with_sane;
2078 # Check whether --with-xcomposite was given.
2079 if test "${with_xcomposite+set}" = set; then
2080 withval=$with_xcomposite; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xcomposite_h=no; fi
2084 # Check whether --with-xcursor was given.
2085 if test "${with_xcursor+set}" = set; then
2086 withval=$with_xcursor; if test "x$withval" = "xno"; then ac_cv_header_X11_Xcursor_Xcursor_h=no; fi
2090 # Check whether --with-xinerama was given.
2091 if test "${with_xinerama+set}" = set; then
2092 withval=$with_xinerama; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xinerama_h=no; fi
2096 # Check whether --with-xinput was given.
2097 if test "${with_xinput+set}" = set; then
2098 withval=$with_xinput; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XInput_h=no; fi
2102 # Check whether --with-xml was given.
2103 if test "${with_xml+set}" = set; then
2104 withval=$with_xml;
2108 # Check whether --with-xrandr was given.
2109 if test "${with_xrandr+set}" = set; then
2110 withval=$with_xrandr; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrandr_h=no; fi
2114 # Check whether --with-xrender was given.
2115 if test "${with_xrender+set}" = set; then
2116 withval=$with_xrender; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_Xrender_h=no; fi
2120 # Check whether --with-xshape was given.
2121 if test "${with_xshape+set}" = set; then
2122 withval=$with_xshape; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_shape_h=no; fi
2126 # Check whether --with-xshm was given.
2127 if test "${with_xshm+set}" = set; then
2128 withval=$with_xshm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_XShm_h=no; fi
2132 # Check whether --with-xslt was given.
2133 if test "${with_xslt+set}" = set; then
2134 withval=$with_xslt;
2138 # Check whether --with-xxf86vm was given.
2139 if test "${with_xxf86vm+set}" = set; then
2140 withval=$with_xxf86vm; if test "x$withval" = "xno"; then ac_cv_header_X11_extensions_xf86vmode_h=no; fi
2145 # Check whether --with-wine-tools was given.
2146 if test "${with_wine_tools+set}" = set; then
2147 withval=$with_wine_tools;
2150 # Check whether --enable-tests was given.
2151 if test "${enable_tests+set}" = set; then
2152 enableval=$enable_tests;
2156 # Make sure we can run config.sub.
2157 $SHELL "$ac_aux_dir/config.sub" sun4 >/dev/null 2>&1 ||
2158 { { echo "$as_me:$LINENO: error: cannot run $SHELL $ac_aux_dir/config.sub" >&5
2159 echo "$as_me: error: cannot run $SHELL $ac_aux_dir/config.sub" >&2;}
2160 { (exit 1); exit 1; }; }
2162 { echo "$as_me:$LINENO: checking build system type" >&5
2163 echo $ECHO_N "checking build system type... $ECHO_C" >&6; }
2164 if test "${ac_cv_build+set}" = set; then
2165 echo $ECHO_N "(cached) $ECHO_C" >&6
2166 else
2167 ac_build_alias=$build_alias
2168 test "x$ac_build_alias" = x &&
2169 ac_build_alias=`$SHELL "$ac_aux_dir/config.guess"`
2170 test "x$ac_build_alias" = x &&
2171 { { echo "$as_me:$LINENO: error: cannot guess build type; you must specify one" >&5
2172 echo "$as_me: error: cannot guess build type; you must specify one" >&2;}
2173 { (exit 1); exit 1; }; }
2174 ac_cv_build=`$SHELL "$ac_aux_dir/config.sub" $ac_build_alias` ||
2175 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&5
2176 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $ac_build_alias failed" >&2;}
2177 { (exit 1); exit 1; }; }
2180 { echo "$as_me:$LINENO: result: $ac_cv_build" >&5
2181 echo "${ECHO_T}$ac_cv_build" >&6; }
2182 case $ac_cv_build in
2183 *-*-*) ;;
2184 *) { { echo "$as_me:$LINENO: error: invalid value of canonical build" >&5
2185 echo "$as_me: error: invalid value of canonical build" >&2;}
2186 { (exit 1); exit 1; }; };;
2187 esac
2188 build=$ac_cv_build
2189 ac_save_IFS=$IFS; IFS='-'
2190 set x $ac_cv_build
2191 shift
2192 build_cpu=$1
2193 build_vendor=$2
2194 shift; shift
2195 # Remember, the first character of IFS is used to create $*,
2196 # except with old shells:
2197 build_os=$*
2198 IFS=$ac_save_IFS
2199 case $build_os in *\ *) build_os=`echo "$build_os" | sed 's/ /-/g'`;; esac
2202 { echo "$as_me:$LINENO: checking host system type" >&5
2203 echo $ECHO_N "checking host system type... $ECHO_C" >&6; }
2204 if test "${ac_cv_host+set}" = set; then
2205 echo $ECHO_N "(cached) $ECHO_C" >&6
2206 else
2207 if test "x$host_alias" = x; then
2208 ac_cv_host=$ac_cv_build
2209 else
2210 ac_cv_host=`$SHELL "$ac_aux_dir/config.sub" $host_alias` ||
2211 { { echo "$as_me:$LINENO: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&5
2212 echo "$as_me: error: $SHELL $ac_aux_dir/config.sub $host_alias failed" >&2;}
2213 { (exit 1); exit 1; }; }
2217 { echo "$as_me:$LINENO: result: $ac_cv_host" >&5
2218 echo "${ECHO_T}$ac_cv_host" >&6; }
2219 case $ac_cv_host in
2220 *-*-*) ;;
2221 *) { { echo "$as_me:$LINENO: error: invalid value of canonical host" >&5
2222 echo "$as_me: error: invalid value of canonical host" >&2;}
2223 { (exit 1); exit 1; }; };;
2224 esac
2225 host=$ac_cv_host
2226 ac_save_IFS=$IFS; IFS='-'
2227 set x $ac_cv_host
2228 shift
2229 host_cpu=$1
2230 host_vendor=$2
2231 shift; shift
2232 # Remember, the first character of IFS is used to create $*,
2233 # except with old shells:
2234 host_os=$*
2235 IFS=$ac_save_IFS
2236 case $host_os in *\ *) host_os=`echo "$host_os" | sed 's/ /-/g'`;; esac
2239 case $host in
2240 x86_64*linux*)
2241 if test "x$enable_win64" != "xyes"
2242 then
2243 test -n "$CC" || CC="gcc -m32"
2244 test -n "$CXX"|| CXX="g++ -m32"
2245 test -n "$LD" || LD="ld -m elf_i386"
2246 test -n "$AS" || AS="as --32"
2247 host_cpu="i386"
2250 esac
2252 case $host_cpu in
2253 *i[3456789]86*)
2254 if test "x$enable_win16" != "xno"
2255 then
2256 enable_win16="yes"
2259 esac
2261 WIN16_FILES="\$(WIN16_FILES)"
2263 WIN16_INSTALL="\$(WIN16_INSTALL)"
2265 if test "x$enable_win16" != "xyes"
2266 then
2267 WIN16_FILES=""
2268 WIN16_INSTALL=""
2271 if test "x$enable_tests" == "xno"
2272 then
2273 WINETEST=""
2275 else
2276 WINETEST="winetest"
2280 case "$srcdir" in
2281 .) ;;
2282 *) if test -f "$srcdir/Makefile" -o -f "$srcdir/include/config.h"; then
2283 { { echo "$as_me:$LINENO: error: you are building out of the source tree, but the source tree contains object files.
2284 You need to run 'make distclean' in the source tree first." >&5
2285 echo "$as_me: error: you are building out of the source tree, but the source tree contains object files.
2286 You need to run 'make distclean' in the source tree first." >&2;}
2287 { (exit 1); exit 1; }; }
2288 fi ;;
2289 esac
2292 { echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5
2293 echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6; }
2294 set x ${MAKE-make}; ac_make=`echo "$2" | sed 's/+/p/g; s/[^a-zA-Z0-9_]/_/g'`
2295 if { as_var=ac_cv_prog_make_${ac_make}_set; eval "test \"\${$as_var+set}\" = set"; }; then
2296 echo $ECHO_N "(cached) $ECHO_C" >&6
2297 else
2298 cat >conftest.make <<\_ACEOF
2299 SHELL = /bin/sh
2300 all:
2301 @echo '@@@%%%=$(MAKE)=@@@%%%'
2302 _ACEOF
2303 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
2304 case `${MAKE-make} -f conftest.make 2>/dev/null` in
2305 *@@@%%%=?*=@@@%%%*)
2306 eval ac_cv_prog_make_${ac_make}_set=yes;;
2308 eval ac_cv_prog_make_${ac_make}_set=no;;
2309 esac
2310 rm -f conftest.make
2312 if eval test \$ac_cv_prog_make_${ac_make}_set = yes; then
2313 { echo "$as_me:$LINENO: result: yes" >&5
2314 echo "${ECHO_T}yes" >&6; }
2315 SET_MAKE=
2316 else
2317 { echo "$as_me:$LINENO: result: no" >&5
2318 echo "${ECHO_T}no" >&6; }
2319 SET_MAKE="MAKE=${MAKE-make}"
2322 ac_ext=c
2323 ac_cpp='$CPP $CPPFLAGS'
2324 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
2325 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
2326 ac_compiler_gnu=$ac_cv_c_compiler_gnu
2327 if test -n "$ac_tool_prefix"; then
2328 # Extract the first word of "${ac_tool_prefix}gcc", so it can be a program name with args.
2329 set dummy ${ac_tool_prefix}gcc; ac_word=$2
2330 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2331 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2332 if test "${ac_cv_prog_CC+set}" = set; then
2333 echo $ECHO_N "(cached) $ECHO_C" >&6
2334 else
2335 if test -n "$CC"; then
2336 ac_cv_prog_CC="$CC" # Let the user override the test.
2337 else
2338 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2339 for as_dir in $PATH
2341 IFS=$as_save_IFS
2342 test -z "$as_dir" && as_dir=.
2343 for ac_exec_ext in '' $ac_executable_extensions; do
2344 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2345 ac_cv_prog_CC="${ac_tool_prefix}gcc"
2346 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2347 break 2
2349 done
2350 done
2351 IFS=$as_save_IFS
2355 CC=$ac_cv_prog_CC
2356 if test -n "$CC"; then
2357 { echo "$as_me:$LINENO: result: $CC" >&5
2358 echo "${ECHO_T}$CC" >&6; }
2359 else
2360 { echo "$as_me:$LINENO: result: no" >&5
2361 echo "${ECHO_T}no" >&6; }
2366 if test -z "$ac_cv_prog_CC"; then
2367 ac_ct_CC=$CC
2368 # Extract the first word of "gcc", so it can be a program name with args.
2369 set dummy gcc; ac_word=$2
2370 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2371 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2372 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2373 echo $ECHO_N "(cached) $ECHO_C" >&6
2374 else
2375 if test -n "$ac_ct_CC"; then
2376 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2377 else
2378 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2379 for as_dir in $PATH
2381 IFS=$as_save_IFS
2382 test -z "$as_dir" && as_dir=.
2383 for ac_exec_ext in '' $ac_executable_extensions; do
2384 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2385 ac_cv_prog_ac_ct_CC="gcc"
2386 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2387 break 2
2389 done
2390 done
2391 IFS=$as_save_IFS
2395 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2396 if test -n "$ac_ct_CC"; then
2397 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2398 echo "${ECHO_T}$ac_ct_CC" >&6; }
2399 else
2400 { echo "$as_me:$LINENO: result: no" >&5
2401 echo "${ECHO_T}no" >&6; }
2404 if test "x$ac_ct_CC" = x; then
2405 CC=""
2406 else
2407 case $cross_compiling:$ac_tool_warned in
2408 yes:)
2409 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2410 whose name does not start with the host triplet. If you think this
2411 configuration is useful to you, please write to autoconf@gnu.org." >&5
2412 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2413 whose name does not start with the host triplet. If you think this
2414 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2415 ac_tool_warned=yes ;;
2416 esac
2417 CC=$ac_ct_CC
2419 else
2420 CC="$ac_cv_prog_CC"
2423 if test -z "$CC"; then
2424 if test -n "$ac_tool_prefix"; then
2425 # Extract the first word of "${ac_tool_prefix}cc", so it can be a program name with args.
2426 set dummy ${ac_tool_prefix}cc; ac_word=$2
2427 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2429 if test "${ac_cv_prog_CC+set}" = set; then
2430 echo $ECHO_N "(cached) $ECHO_C" >&6
2431 else
2432 if test -n "$CC"; then
2433 ac_cv_prog_CC="$CC" # Let the user override the test.
2434 else
2435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2436 for as_dir in $PATH
2438 IFS=$as_save_IFS
2439 test -z "$as_dir" && as_dir=.
2440 for ac_exec_ext in '' $ac_executable_extensions; do
2441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2442 ac_cv_prog_CC="${ac_tool_prefix}cc"
2443 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2444 break 2
2446 done
2447 done
2448 IFS=$as_save_IFS
2452 CC=$ac_cv_prog_CC
2453 if test -n "$CC"; then
2454 { echo "$as_me:$LINENO: result: $CC" >&5
2455 echo "${ECHO_T}$CC" >&6; }
2456 else
2457 { echo "$as_me:$LINENO: result: no" >&5
2458 echo "${ECHO_T}no" >&6; }
2464 if test -z "$CC"; then
2465 # Extract the first word of "cc", so it can be a program name with args.
2466 set dummy cc; ac_word=$2
2467 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2468 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2469 if test "${ac_cv_prog_CC+set}" = set; then
2470 echo $ECHO_N "(cached) $ECHO_C" >&6
2471 else
2472 if test -n "$CC"; then
2473 ac_cv_prog_CC="$CC" # Let the user override the test.
2474 else
2475 ac_prog_rejected=no
2476 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2477 for as_dir in $PATH
2479 IFS=$as_save_IFS
2480 test -z "$as_dir" && as_dir=.
2481 for ac_exec_ext in '' $ac_executable_extensions; do
2482 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2483 if test "$as_dir/$ac_word$ac_exec_ext" = "/usr/ucb/cc"; then
2484 ac_prog_rejected=yes
2485 continue
2487 ac_cv_prog_CC="cc"
2488 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2489 break 2
2491 done
2492 done
2493 IFS=$as_save_IFS
2495 if test $ac_prog_rejected = yes; then
2496 # We found a bogon in the path, so make sure we never use it.
2497 set dummy $ac_cv_prog_CC
2498 shift
2499 if test $# != 0; then
2500 # We chose a different compiler from the bogus one.
2501 # However, it has the same basename, so the bogon will be chosen
2502 # first if we set CC to just the basename; use the full file name.
2503 shift
2504 ac_cv_prog_CC="$as_dir/$ac_word${1+' '}$@"
2509 CC=$ac_cv_prog_CC
2510 if test -n "$CC"; then
2511 { echo "$as_me:$LINENO: result: $CC" >&5
2512 echo "${ECHO_T}$CC" >&6; }
2513 else
2514 { echo "$as_me:$LINENO: result: no" >&5
2515 echo "${ECHO_T}no" >&6; }
2520 if test -z "$CC"; then
2521 if test -n "$ac_tool_prefix"; then
2522 for ac_prog in cl.exe
2524 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
2525 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
2526 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2527 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2528 if test "${ac_cv_prog_CC+set}" = set; then
2529 echo $ECHO_N "(cached) $ECHO_C" >&6
2530 else
2531 if test -n "$CC"; then
2532 ac_cv_prog_CC="$CC" # Let the user override the test.
2533 else
2534 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2535 for as_dir in $PATH
2537 IFS=$as_save_IFS
2538 test -z "$as_dir" && as_dir=.
2539 for ac_exec_ext in '' $ac_executable_extensions; do
2540 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2541 ac_cv_prog_CC="$ac_tool_prefix$ac_prog"
2542 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2543 break 2
2545 done
2546 done
2547 IFS=$as_save_IFS
2551 CC=$ac_cv_prog_CC
2552 if test -n "$CC"; then
2553 { echo "$as_me:$LINENO: result: $CC" >&5
2554 echo "${ECHO_T}$CC" >&6; }
2555 else
2556 { echo "$as_me:$LINENO: result: no" >&5
2557 echo "${ECHO_T}no" >&6; }
2561 test -n "$CC" && break
2562 done
2564 if test -z "$CC"; then
2565 ac_ct_CC=$CC
2566 for ac_prog in cl.exe
2568 # Extract the first word of "$ac_prog", so it can be a program name with args.
2569 set dummy $ac_prog; ac_word=$2
2570 { echo "$as_me:$LINENO: checking for $ac_word" >&5
2571 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
2572 if test "${ac_cv_prog_ac_ct_CC+set}" = set; then
2573 echo $ECHO_N "(cached) $ECHO_C" >&6
2574 else
2575 if test -n "$ac_ct_CC"; then
2576 ac_cv_prog_ac_ct_CC="$ac_ct_CC" # Let the user override the test.
2577 else
2578 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
2579 for as_dir in $PATH
2581 IFS=$as_save_IFS
2582 test -z "$as_dir" && as_dir=.
2583 for ac_exec_ext in '' $ac_executable_extensions; do
2584 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
2585 ac_cv_prog_ac_ct_CC="$ac_prog"
2586 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
2587 break 2
2589 done
2590 done
2591 IFS=$as_save_IFS
2595 ac_ct_CC=$ac_cv_prog_ac_ct_CC
2596 if test -n "$ac_ct_CC"; then
2597 { echo "$as_me:$LINENO: result: $ac_ct_CC" >&5
2598 echo "${ECHO_T}$ac_ct_CC" >&6; }
2599 else
2600 { echo "$as_me:$LINENO: result: no" >&5
2601 echo "${ECHO_T}no" >&6; }
2605 test -n "$ac_ct_CC" && break
2606 done
2608 if test "x$ac_ct_CC" = x; then
2609 CC=""
2610 else
2611 case $cross_compiling:$ac_tool_warned in
2612 yes:)
2613 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
2614 whose name does not start with the host triplet. If you think this
2615 configuration is useful to you, please write to autoconf@gnu.org." >&5
2616 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
2617 whose name does not start with the host triplet. If you think this
2618 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
2619 ac_tool_warned=yes ;;
2620 esac
2621 CC=$ac_ct_CC
2628 test -z "$CC" && { { echo "$as_me:$LINENO: error: no acceptable C compiler found in \$PATH
2629 See \`config.log' for more details." >&5
2630 echo "$as_me: error: no acceptable C compiler found in \$PATH
2631 See \`config.log' for more details." >&2;}
2632 { (exit 1); exit 1; }; }
2634 # Provide some information about the compiler.
2635 echo "$as_me:$LINENO: checking for C compiler version" >&5
2636 ac_compiler=`set X $ac_compile; echo $2`
2637 { (ac_try="$ac_compiler --version >&5"
2638 case "(($ac_try" in
2639 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2640 *) ac_try_echo=$ac_try;;
2641 esac
2642 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2643 (eval "$ac_compiler --version >&5") 2>&5
2644 ac_status=$?
2645 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2646 (exit $ac_status); }
2647 { (ac_try="$ac_compiler -v >&5"
2648 case "(($ac_try" in
2649 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2650 *) ac_try_echo=$ac_try;;
2651 esac
2652 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2653 (eval "$ac_compiler -v >&5") 2>&5
2654 ac_status=$?
2655 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2656 (exit $ac_status); }
2657 { (ac_try="$ac_compiler -V >&5"
2658 case "(($ac_try" in
2659 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2660 *) ac_try_echo=$ac_try;;
2661 esac
2662 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2663 (eval "$ac_compiler -V >&5") 2>&5
2664 ac_status=$?
2665 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2666 (exit $ac_status); }
2668 cat >conftest.$ac_ext <<_ACEOF
2669 /* confdefs.h. */
2670 _ACEOF
2671 cat confdefs.h >>conftest.$ac_ext
2672 cat >>conftest.$ac_ext <<_ACEOF
2673 /* end confdefs.h. */
2676 main ()
2680 return 0;
2682 _ACEOF
2683 ac_clean_files_save=$ac_clean_files
2684 ac_clean_files="$ac_clean_files a.out a.exe b.out"
2685 # Try to create an executable without -o first, disregard a.out.
2686 # It will help us diagnose broken compilers, and finding out an intuition
2687 # of exeext.
2688 { echo "$as_me:$LINENO: checking for C compiler default output file name" >&5
2689 echo $ECHO_N "checking for C compiler default output file name... $ECHO_C" >&6; }
2690 ac_link_default=`echo "$ac_link" | sed 's/ -o *conftest[^ ]*//'`
2692 # List of possible output files, starting from the most likely.
2693 # The algorithm is not robust to junk in `.', hence go to wildcards (a.*)
2694 # only as a last resort. b.out is created by i960 compilers.
2695 ac_files='a_out.exe a.exe conftest.exe a.out conftest a.* conftest.* b.out'
2697 # The IRIX 6 linker writes into existing files which may not be
2698 # executable, retaining their permissions. Remove them first so a
2699 # subsequent execution test works.
2700 ac_rmfiles=
2701 for ac_file in $ac_files
2703 case $ac_file in
2704 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2705 * ) ac_rmfiles="$ac_rmfiles $ac_file";;
2706 esac
2707 done
2708 rm -f $ac_rmfiles
2710 if { (ac_try="$ac_link_default"
2711 case "(($ac_try" in
2712 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2713 *) ac_try_echo=$ac_try;;
2714 esac
2715 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2716 (eval "$ac_link_default") 2>&5
2717 ac_status=$?
2718 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2719 (exit $ac_status); }; then
2720 # Autoconf-2.13 could set the ac_cv_exeext variable to `no'.
2721 # So ignore a value of `no', otherwise this would lead to `EXEEXT = no'
2722 # in a Makefile. We should not override ac_cv_exeext if it was cached,
2723 # so that the user can short-circuit this test for compilers unknown to
2724 # Autoconf.
2725 for ac_file in $ac_files ''
2727 test -f "$ac_file" || continue
2728 case $ac_file in
2729 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj )
2731 [ab].out )
2732 # We found the default executable, but exeext='' is most
2733 # certainly right.
2734 break;;
2735 *.* )
2736 if test "${ac_cv_exeext+set}" = set && test "$ac_cv_exeext" != no;
2737 then :; else
2738 ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2740 # We set ac_cv_exeext here because the later test for it is not
2741 # safe: cross compilers may not add the suffix if given an `-o'
2742 # argument, so we may need to know it at that point already.
2743 # Even if this section looks crufty: it has the advantage of
2744 # actually working.
2745 break;;
2747 break;;
2748 esac
2749 done
2750 test "$ac_cv_exeext" = no && ac_cv_exeext=
2752 else
2753 ac_file=''
2756 { echo "$as_me:$LINENO: result: $ac_file" >&5
2757 echo "${ECHO_T}$ac_file" >&6; }
2758 if test -z "$ac_file"; then
2759 echo "$as_me: failed program was:" >&5
2760 sed 's/^/| /' conftest.$ac_ext >&5
2762 { { echo "$as_me:$LINENO: error: C compiler cannot create executables
2763 See \`config.log' for more details." >&5
2764 echo "$as_me: error: C compiler cannot create executables
2765 See \`config.log' for more details." >&2;}
2766 { (exit 77); exit 77; }; }
2769 ac_exeext=$ac_cv_exeext
2771 # Check that the compiler produces executables we can run. If not, either
2772 # the compiler is broken, or we cross compile.
2773 { echo "$as_me:$LINENO: checking whether the C compiler works" >&5
2774 echo $ECHO_N "checking whether the C compiler works... $ECHO_C" >&6; }
2775 # FIXME: These cross compiler hacks should be removed for Autoconf 3.0
2776 # If not cross compiling, check that we can run a simple program.
2777 if test "$cross_compiling" != yes; then
2778 if { ac_try='./$ac_file'
2779 { (case "(($ac_try" in
2780 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2781 *) ac_try_echo=$ac_try;;
2782 esac
2783 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2784 (eval "$ac_try") 2>&5
2785 ac_status=$?
2786 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2787 (exit $ac_status); }; }; then
2788 cross_compiling=no
2789 else
2790 if test "$cross_compiling" = maybe; then
2791 cross_compiling=yes
2792 else
2793 { { echo "$as_me:$LINENO: error: cannot run C compiled programs.
2794 If you meant to cross compile, use \`--host'.
2795 See \`config.log' for more details." >&5
2796 echo "$as_me: error: cannot run C compiled programs.
2797 If you meant to cross compile, use \`--host'.
2798 See \`config.log' for more details." >&2;}
2799 { (exit 1); exit 1; }; }
2803 { echo "$as_me:$LINENO: result: yes" >&5
2804 echo "${ECHO_T}yes" >&6; }
2806 rm -f a.out a.exe conftest$ac_cv_exeext b.out
2807 ac_clean_files=$ac_clean_files_save
2808 # Check that the compiler produces executables we can run. If not, either
2809 # the compiler is broken, or we cross compile.
2810 { echo "$as_me:$LINENO: checking whether we are cross compiling" >&5
2811 echo $ECHO_N "checking whether we are cross compiling... $ECHO_C" >&6; }
2812 { echo "$as_me:$LINENO: result: $cross_compiling" >&5
2813 echo "${ECHO_T}$cross_compiling" >&6; }
2815 { echo "$as_me:$LINENO: checking for suffix of executables" >&5
2816 echo $ECHO_N "checking for suffix of executables... $ECHO_C" >&6; }
2817 if { (ac_try="$ac_link"
2818 case "(($ac_try" in
2819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2820 *) ac_try_echo=$ac_try;;
2821 esac
2822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2823 (eval "$ac_link") 2>&5
2824 ac_status=$?
2825 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2826 (exit $ac_status); }; then
2827 # If both `conftest.exe' and `conftest' are `present' (well, observable)
2828 # catch `conftest.exe'. For instance with Cygwin, `ls conftest' will
2829 # work properly (i.e., refer to `conftest.exe'), while it won't with
2830 # `rm'.
2831 for ac_file in conftest.exe conftest conftest.*; do
2832 test -f "$ac_file" || continue
2833 case $ac_file in
2834 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf | *.o | *.obj ) ;;
2835 *.* ) ac_cv_exeext=`expr "$ac_file" : '[^.]*\(\..*\)'`
2836 break;;
2837 * ) break;;
2838 esac
2839 done
2840 else
2841 { { echo "$as_me:$LINENO: error: cannot compute suffix of executables: cannot compile and link
2842 See \`config.log' for more details." >&5
2843 echo "$as_me: error: cannot compute suffix of executables: cannot compile and link
2844 See \`config.log' for more details." >&2;}
2845 { (exit 1); exit 1; }; }
2848 rm -f conftest$ac_cv_exeext
2849 { echo "$as_me:$LINENO: result: $ac_cv_exeext" >&5
2850 echo "${ECHO_T}$ac_cv_exeext" >&6; }
2852 rm -f conftest.$ac_ext
2853 EXEEXT=$ac_cv_exeext
2854 ac_exeext=$EXEEXT
2855 { echo "$as_me:$LINENO: checking for suffix of object files" >&5
2856 echo $ECHO_N "checking for suffix of object files... $ECHO_C" >&6; }
2857 if test "${ac_cv_objext+set}" = set; then
2858 echo $ECHO_N "(cached) $ECHO_C" >&6
2859 else
2860 cat >conftest.$ac_ext <<_ACEOF
2861 /* confdefs.h. */
2862 _ACEOF
2863 cat confdefs.h >>conftest.$ac_ext
2864 cat >>conftest.$ac_ext <<_ACEOF
2865 /* end confdefs.h. */
2868 main ()
2872 return 0;
2874 _ACEOF
2875 rm -f conftest.o conftest.obj
2876 if { (ac_try="$ac_compile"
2877 case "(($ac_try" in
2878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2879 *) ac_try_echo=$ac_try;;
2880 esac
2881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2882 (eval "$ac_compile") 2>&5
2883 ac_status=$?
2884 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2885 (exit $ac_status); }; then
2886 for ac_file in conftest.o conftest.obj conftest.*; do
2887 test -f "$ac_file" || continue;
2888 case $ac_file in
2889 *.$ac_ext | *.xcoff | *.tds | *.d | *.pdb | *.xSYM | *.bb | *.bbg | *.map | *.inf ) ;;
2890 *) ac_cv_objext=`expr "$ac_file" : '.*\.\(.*\)'`
2891 break;;
2892 esac
2893 done
2894 else
2895 echo "$as_me: failed program was:" >&5
2896 sed 's/^/| /' conftest.$ac_ext >&5
2898 { { echo "$as_me:$LINENO: error: cannot compute suffix of object files: cannot compile
2899 See \`config.log' for more details." >&5
2900 echo "$as_me: error: cannot compute suffix of object files: cannot compile
2901 See \`config.log' for more details." >&2;}
2902 { (exit 1); exit 1; }; }
2905 rm -f conftest.$ac_cv_objext conftest.$ac_ext
2907 { echo "$as_me:$LINENO: result: $ac_cv_objext" >&5
2908 echo "${ECHO_T}$ac_cv_objext" >&6; }
2909 OBJEXT=$ac_cv_objext
2910 ac_objext=$OBJEXT
2911 { echo "$as_me:$LINENO: checking whether we are using the GNU C compiler" >&5
2912 echo $ECHO_N "checking whether we are using the GNU C compiler... $ECHO_C" >&6; }
2913 if test "${ac_cv_c_compiler_gnu+set}" = set; then
2914 echo $ECHO_N "(cached) $ECHO_C" >&6
2915 else
2916 cat >conftest.$ac_ext <<_ACEOF
2917 /* confdefs.h. */
2918 _ACEOF
2919 cat confdefs.h >>conftest.$ac_ext
2920 cat >>conftest.$ac_ext <<_ACEOF
2921 /* end confdefs.h. */
2924 main ()
2926 #ifndef __GNUC__
2927 choke me
2928 #endif
2931 return 0;
2933 _ACEOF
2934 rm -f conftest.$ac_objext
2935 if { (ac_try="$ac_compile"
2936 case "(($ac_try" in
2937 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2938 *) ac_try_echo=$ac_try;;
2939 esac
2940 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2941 (eval "$ac_compile") 2>conftest.er1
2942 ac_status=$?
2943 grep -v '^ *+' conftest.er1 >conftest.err
2944 rm -f conftest.er1
2945 cat conftest.err >&5
2946 echo "$as_me:$LINENO: \$? = $ac_status" >&5
2947 (exit $ac_status); } && {
2948 test -z "$ac_c_werror_flag" ||
2949 test ! -s conftest.err
2950 } && test -s conftest.$ac_objext; then
2951 ac_compiler_gnu=yes
2952 else
2953 echo "$as_me: failed program was:" >&5
2954 sed 's/^/| /' conftest.$ac_ext >&5
2956 ac_compiler_gnu=no
2959 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2960 ac_cv_c_compiler_gnu=$ac_compiler_gnu
2963 { echo "$as_me:$LINENO: result: $ac_cv_c_compiler_gnu" >&5
2964 echo "${ECHO_T}$ac_cv_c_compiler_gnu" >&6; }
2965 GCC=`test $ac_compiler_gnu = yes && echo yes`
2966 ac_test_CFLAGS=${CFLAGS+set}
2967 ac_save_CFLAGS=$CFLAGS
2968 { echo "$as_me:$LINENO: checking whether $CC accepts -g" >&5
2969 echo $ECHO_N "checking whether $CC accepts -g... $ECHO_C" >&6; }
2970 if test "${ac_cv_prog_cc_g+set}" = set; then
2971 echo $ECHO_N "(cached) $ECHO_C" >&6
2972 else
2973 ac_save_c_werror_flag=$ac_c_werror_flag
2974 ac_c_werror_flag=yes
2975 ac_cv_prog_cc_g=no
2976 CFLAGS="-g"
2977 cat >conftest.$ac_ext <<_ACEOF
2978 /* confdefs.h. */
2979 _ACEOF
2980 cat confdefs.h >>conftest.$ac_ext
2981 cat >>conftest.$ac_ext <<_ACEOF
2982 /* end confdefs.h. */
2985 main ()
2989 return 0;
2991 _ACEOF
2992 rm -f conftest.$ac_objext
2993 if { (ac_try="$ac_compile"
2994 case "(($ac_try" in
2995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
2996 *) ac_try_echo=$ac_try;;
2997 esac
2998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
2999 (eval "$ac_compile") 2>conftest.er1
3000 ac_status=$?
3001 grep -v '^ *+' conftest.er1 >conftest.err
3002 rm -f conftest.er1
3003 cat conftest.err >&5
3004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3005 (exit $ac_status); } && {
3006 test -z "$ac_c_werror_flag" ||
3007 test ! -s conftest.err
3008 } && test -s conftest.$ac_objext; then
3009 ac_cv_prog_cc_g=yes
3010 else
3011 echo "$as_me: failed program was:" >&5
3012 sed 's/^/| /' conftest.$ac_ext >&5
3014 CFLAGS=""
3015 cat >conftest.$ac_ext <<_ACEOF
3016 /* confdefs.h. */
3017 _ACEOF
3018 cat confdefs.h >>conftest.$ac_ext
3019 cat >>conftest.$ac_ext <<_ACEOF
3020 /* end confdefs.h. */
3023 main ()
3027 return 0;
3029 _ACEOF
3030 rm -f conftest.$ac_objext
3031 if { (ac_try="$ac_compile"
3032 case "(($ac_try" in
3033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3034 *) ac_try_echo=$ac_try;;
3035 esac
3036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3037 (eval "$ac_compile") 2>conftest.er1
3038 ac_status=$?
3039 grep -v '^ *+' conftest.er1 >conftest.err
3040 rm -f conftest.er1
3041 cat conftest.err >&5
3042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3043 (exit $ac_status); } && {
3044 test -z "$ac_c_werror_flag" ||
3045 test ! -s conftest.err
3046 } && test -s conftest.$ac_objext; then
3048 else
3049 echo "$as_me: failed program was:" >&5
3050 sed 's/^/| /' conftest.$ac_ext >&5
3052 ac_c_werror_flag=$ac_save_c_werror_flag
3053 CFLAGS="-g"
3054 cat >conftest.$ac_ext <<_ACEOF
3055 /* confdefs.h. */
3056 _ACEOF
3057 cat confdefs.h >>conftest.$ac_ext
3058 cat >>conftest.$ac_ext <<_ACEOF
3059 /* end confdefs.h. */
3062 main ()
3066 return 0;
3068 _ACEOF
3069 rm -f conftest.$ac_objext
3070 if { (ac_try="$ac_compile"
3071 case "(($ac_try" in
3072 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3073 *) ac_try_echo=$ac_try;;
3074 esac
3075 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3076 (eval "$ac_compile") 2>conftest.er1
3077 ac_status=$?
3078 grep -v '^ *+' conftest.er1 >conftest.err
3079 rm -f conftest.er1
3080 cat conftest.err >&5
3081 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3082 (exit $ac_status); } && {
3083 test -z "$ac_c_werror_flag" ||
3084 test ! -s conftest.err
3085 } && test -s conftest.$ac_objext; then
3086 ac_cv_prog_cc_g=yes
3087 else
3088 echo "$as_me: failed program was:" >&5
3089 sed 's/^/| /' conftest.$ac_ext >&5
3094 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3097 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3100 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3101 ac_c_werror_flag=$ac_save_c_werror_flag
3103 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_g" >&5
3104 echo "${ECHO_T}$ac_cv_prog_cc_g" >&6; }
3105 if test "$ac_test_CFLAGS" = set; then
3106 CFLAGS=$ac_save_CFLAGS
3107 elif test $ac_cv_prog_cc_g = yes; then
3108 if test "$GCC" = yes; then
3109 CFLAGS="-g -O2"
3110 else
3111 CFLAGS="-g"
3113 else
3114 if test "$GCC" = yes; then
3115 CFLAGS="-O2"
3116 else
3117 CFLAGS=
3120 { echo "$as_me:$LINENO: checking for $CC option to accept ISO C89" >&5
3121 echo $ECHO_N "checking for $CC option to accept ISO C89... $ECHO_C" >&6; }
3122 if test "${ac_cv_prog_cc_c89+set}" = set; then
3123 echo $ECHO_N "(cached) $ECHO_C" >&6
3124 else
3125 ac_cv_prog_cc_c89=no
3126 ac_save_CC=$CC
3127 cat >conftest.$ac_ext <<_ACEOF
3128 /* confdefs.h. */
3129 _ACEOF
3130 cat confdefs.h >>conftest.$ac_ext
3131 cat >>conftest.$ac_ext <<_ACEOF
3132 /* end confdefs.h. */
3133 #include <stdarg.h>
3134 #include <stdio.h>
3135 #include <sys/types.h>
3136 #include <sys/stat.h>
3137 /* Most of the following tests are stolen from RCS 5.7's src/conf.sh. */
3138 struct buf { int x; };
3139 FILE * (*rcsopen) (struct buf *, struct stat *, int);
3140 static char *e (p, i)
3141 char **p;
3142 int i;
3144 return p[i];
3146 static char *f (char * (*g) (char **, int), char **p, ...)
3148 char *s;
3149 va_list v;
3150 va_start (v,p);
3151 s = g (p, va_arg (v,int));
3152 va_end (v);
3153 return s;
3156 /* OSF 4.0 Compaq cc is some sort of almost-ANSI by default. It has
3157 function prototypes and stuff, but not '\xHH' hex character constants.
3158 These don't provoke an error unfortunately, instead are silently treated
3159 as 'x'. The following induces an error, until -std is added to get
3160 proper ANSI mode. Curiously '\x00'!='x' always comes out true, for an
3161 array size at least. It's necessary to write '\x00'==0 to get something
3162 that's true only with -std. */
3163 int osf4_cc_array ['\x00' == 0 ? 1 : -1];
3165 /* IBM C 6 for AIX is almost-ANSI by default, but it replaces macro parameters
3166 inside strings and character constants. */
3167 #define FOO(x) 'x'
3168 int xlc6_cc_array[FOO(a) == 'x' ? 1 : -1];
3170 int test (int i, double x);
3171 struct s1 {int (*f) (int a);};
3172 struct s2 {int (*f) (double a);};
3173 int pairnames (int, char **, FILE *(*)(struct buf *, struct stat *, int), int, int);
3174 int argc;
3175 char **argv;
3177 main ()
3179 return f (e, argv, 0) != argv[0] || f (e, argv, 1) != argv[1];
3181 return 0;
3183 _ACEOF
3184 for ac_arg in '' -qlanglvl=extc89 -qlanglvl=ansi -std \
3185 -Ae "-Aa -D_HPUX_SOURCE" "-Xc -D__EXTENSIONS__"
3187 CC="$ac_save_CC $ac_arg"
3188 rm -f conftest.$ac_objext
3189 if { (ac_try="$ac_compile"
3190 case "(($ac_try" in
3191 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3192 *) ac_try_echo=$ac_try;;
3193 esac
3194 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3195 (eval "$ac_compile") 2>conftest.er1
3196 ac_status=$?
3197 grep -v '^ *+' conftest.er1 >conftest.err
3198 rm -f conftest.er1
3199 cat conftest.err >&5
3200 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3201 (exit $ac_status); } && {
3202 test -z "$ac_c_werror_flag" ||
3203 test ! -s conftest.err
3204 } && test -s conftest.$ac_objext; then
3205 ac_cv_prog_cc_c89=$ac_arg
3206 else
3207 echo "$as_me: failed program was:" >&5
3208 sed 's/^/| /' conftest.$ac_ext >&5
3213 rm -f core conftest.err conftest.$ac_objext
3214 test "x$ac_cv_prog_cc_c89" != "xno" && break
3215 done
3216 rm -f conftest.$ac_ext
3217 CC=$ac_save_CC
3220 # AC_CACHE_VAL
3221 case "x$ac_cv_prog_cc_c89" in
3223 { echo "$as_me:$LINENO: result: none needed" >&5
3224 echo "${ECHO_T}none needed" >&6; } ;;
3225 xno)
3226 { echo "$as_me:$LINENO: result: unsupported" >&5
3227 echo "${ECHO_T}unsupported" >&6; } ;;
3229 CC="$CC $ac_cv_prog_cc_c89"
3230 { echo "$as_me:$LINENO: result: $ac_cv_prog_cc_c89" >&5
3231 echo "${ECHO_T}$ac_cv_prog_cc_c89" >&6; } ;;
3232 esac
3235 ac_ext=c
3236 ac_cpp='$CPP $CPPFLAGS'
3237 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3238 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3239 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3241 ac_ext=cpp
3242 ac_cpp='$CXXCPP $CPPFLAGS'
3243 ac_compile='$CXX -c $CXXFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3244 ac_link='$CXX -o conftest$ac_exeext $CXXFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3245 ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
3246 if test -z "$CXX"; then
3247 if test -n "$CCC"; then
3248 CXX=$CCC
3249 else
3250 if test -n "$ac_tool_prefix"; then
3251 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3253 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
3254 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
3255 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3256 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3257 if test "${ac_cv_prog_CXX+set}" = set; then
3258 echo $ECHO_N "(cached) $ECHO_C" >&6
3259 else
3260 if test -n "$CXX"; then
3261 ac_cv_prog_CXX="$CXX" # Let the user override the test.
3262 else
3263 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3264 for as_dir in $PATH
3266 IFS=$as_save_IFS
3267 test -z "$as_dir" && as_dir=.
3268 for ac_exec_ext in '' $ac_executable_extensions; do
3269 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3270 ac_cv_prog_CXX="$ac_tool_prefix$ac_prog"
3271 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3272 break 2
3274 done
3275 done
3276 IFS=$as_save_IFS
3280 CXX=$ac_cv_prog_CXX
3281 if test -n "$CXX"; then
3282 { echo "$as_me:$LINENO: result: $CXX" >&5
3283 echo "${ECHO_T}$CXX" >&6; }
3284 else
3285 { echo "$as_me:$LINENO: result: no" >&5
3286 echo "${ECHO_T}no" >&6; }
3290 test -n "$CXX" && break
3291 done
3293 if test -z "$CXX"; then
3294 ac_ct_CXX=$CXX
3295 for ac_prog in g++ c++ gpp aCC CC cxx cc++ cl.exe FCC KCC RCC xlC_r xlC
3297 # Extract the first word of "$ac_prog", so it can be a program name with args.
3298 set dummy $ac_prog; ac_word=$2
3299 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3300 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3301 if test "${ac_cv_prog_ac_ct_CXX+set}" = set; then
3302 echo $ECHO_N "(cached) $ECHO_C" >&6
3303 else
3304 if test -n "$ac_ct_CXX"; then
3305 ac_cv_prog_ac_ct_CXX="$ac_ct_CXX" # Let the user override the test.
3306 else
3307 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3308 for as_dir in $PATH
3310 IFS=$as_save_IFS
3311 test -z "$as_dir" && as_dir=.
3312 for ac_exec_ext in '' $ac_executable_extensions; do
3313 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3314 ac_cv_prog_ac_ct_CXX="$ac_prog"
3315 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3316 break 2
3318 done
3319 done
3320 IFS=$as_save_IFS
3324 ac_ct_CXX=$ac_cv_prog_ac_ct_CXX
3325 if test -n "$ac_ct_CXX"; then
3326 { echo "$as_me:$LINENO: result: $ac_ct_CXX" >&5
3327 echo "${ECHO_T}$ac_ct_CXX" >&6; }
3328 else
3329 { echo "$as_me:$LINENO: result: no" >&5
3330 echo "${ECHO_T}no" >&6; }
3334 test -n "$ac_ct_CXX" && break
3335 done
3337 if test "x$ac_ct_CXX" = x; then
3338 CXX="g++"
3339 else
3340 case $cross_compiling:$ac_tool_warned in
3341 yes:)
3342 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3343 whose name does not start with the host triplet. If you think this
3344 configuration is useful to you, please write to autoconf@gnu.org." >&5
3345 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3346 whose name does not start with the host triplet. If you think this
3347 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3348 ac_tool_warned=yes ;;
3349 esac
3350 CXX=$ac_ct_CXX
3356 # Provide some information about the compiler.
3357 echo "$as_me:$LINENO: checking for C++ compiler version" >&5
3358 ac_compiler=`set X $ac_compile; echo $2`
3359 { (ac_try="$ac_compiler --version >&5"
3360 case "(($ac_try" in
3361 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3362 *) ac_try_echo=$ac_try;;
3363 esac
3364 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3365 (eval "$ac_compiler --version >&5") 2>&5
3366 ac_status=$?
3367 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3368 (exit $ac_status); }
3369 { (ac_try="$ac_compiler -v >&5"
3370 case "(($ac_try" in
3371 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3372 *) ac_try_echo=$ac_try;;
3373 esac
3374 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3375 (eval "$ac_compiler -v >&5") 2>&5
3376 ac_status=$?
3377 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3378 (exit $ac_status); }
3379 { (ac_try="$ac_compiler -V >&5"
3380 case "(($ac_try" in
3381 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3382 *) ac_try_echo=$ac_try;;
3383 esac
3384 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3385 (eval "$ac_compiler -V >&5") 2>&5
3386 ac_status=$?
3387 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3388 (exit $ac_status); }
3390 { echo "$as_me:$LINENO: checking whether we are using the GNU C++ compiler" >&5
3391 echo $ECHO_N "checking whether we are using the GNU C++ compiler... $ECHO_C" >&6; }
3392 if test "${ac_cv_cxx_compiler_gnu+set}" = set; then
3393 echo $ECHO_N "(cached) $ECHO_C" >&6
3394 else
3395 cat >conftest.$ac_ext <<_ACEOF
3396 /* confdefs.h. */
3397 _ACEOF
3398 cat confdefs.h >>conftest.$ac_ext
3399 cat >>conftest.$ac_ext <<_ACEOF
3400 /* end confdefs.h. */
3403 main ()
3405 #ifndef __GNUC__
3406 choke me
3407 #endif
3410 return 0;
3412 _ACEOF
3413 rm -f conftest.$ac_objext
3414 if { (ac_try="$ac_compile"
3415 case "(($ac_try" in
3416 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3417 *) ac_try_echo=$ac_try;;
3418 esac
3419 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3420 (eval "$ac_compile") 2>conftest.er1
3421 ac_status=$?
3422 grep -v '^ *+' conftest.er1 >conftest.err
3423 rm -f conftest.er1
3424 cat conftest.err >&5
3425 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3426 (exit $ac_status); } && {
3427 test -z "$ac_cxx_werror_flag" ||
3428 test ! -s conftest.err
3429 } && test -s conftest.$ac_objext; then
3430 ac_compiler_gnu=yes
3431 else
3432 echo "$as_me: failed program was:" >&5
3433 sed 's/^/| /' conftest.$ac_ext >&5
3435 ac_compiler_gnu=no
3438 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3439 ac_cv_cxx_compiler_gnu=$ac_compiler_gnu
3442 { echo "$as_me:$LINENO: result: $ac_cv_cxx_compiler_gnu" >&5
3443 echo "${ECHO_T}$ac_cv_cxx_compiler_gnu" >&6; }
3444 GXX=`test $ac_compiler_gnu = yes && echo yes`
3445 ac_test_CXXFLAGS=${CXXFLAGS+set}
3446 ac_save_CXXFLAGS=$CXXFLAGS
3447 { echo "$as_me:$LINENO: checking whether $CXX accepts -g" >&5
3448 echo $ECHO_N "checking whether $CXX accepts -g... $ECHO_C" >&6; }
3449 if test "${ac_cv_prog_cxx_g+set}" = set; then
3450 echo $ECHO_N "(cached) $ECHO_C" >&6
3451 else
3452 ac_save_cxx_werror_flag=$ac_cxx_werror_flag
3453 ac_cxx_werror_flag=yes
3454 ac_cv_prog_cxx_g=no
3455 CXXFLAGS="-g"
3456 cat >conftest.$ac_ext <<_ACEOF
3457 /* confdefs.h. */
3458 _ACEOF
3459 cat confdefs.h >>conftest.$ac_ext
3460 cat >>conftest.$ac_ext <<_ACEOF
3461 /* end confdefs.h. */
3464 main ()
3468 return 0;
3470 _ACEOF
3471 rm -f conftest.$ac_objext
3472 if { (ac_try="$ac_compile"
3473 case "(($ac_try" in
3474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3475 *) ac_try_echo=$ac_try;;
3476 esac
3477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3478 (eval "$ac_compile") 2>conftest.er1
3479 ac_status=$?
3480 grep -v '^ *+' conftest.er1 >conftest.err
3481 rm -f conftest.er1
3482 cat conftest.err >&5
3483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3484 (exit $ac_status); } && {
3485 test -z "$ac_cxx_werror_flag" ||
3486 test ! -s conftest.err
3487 } && test -s conftest.$ac_objext; then
3488 ac_cv_prog_cxx_g=yes
3489 else
3490 echo "$as_me: failed program was:" >&5
3491 sed 's/^/| /' conftest.$ac_ext >&5
3493 CXXFLAGS=""
3494 cat >conftest.$ac_ext <<_ACEOF
3495 /* confdefs.h. */
3496 _ACEOF
3497 cat confdefs.h >>conftest.$ac_ext
3498 cat >>conftest.$ac_ext <<_ACEOF
3499 /* end confdefs.h. */
3502 main ()
3506 return 0;
3508 _ACEOF
3509 rm -f conftest.$ac_objext
3510 if { (ac_try="$ac_compile"
3511 case "(($ac_try" in
3512 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3513 *) ac_try_echo=$ac_try;;
3514 esac
3515 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3516 (eval "$ac_compile") 2>conftest.er1
3517 ac_status=$?
3518 grep -v '^ *+' conftest.er1 >conftest.err
3519 rm -f conftest.er1
3520 cat conftest.err >&5
3521 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3522 (exit $ac_status); } && {
3523 test -z "$ac_cxx_werror_flag" ||
3524 test ! -s conftest.err
3525 } && test -s conftest.$ac_objext; then
3527 else
3528 echo "$as_me: failed program was:" >&5
3529 sed 's/^/| /' conftest.$ac_ext >&5
3531 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3532 CXXFLAGS="-g"
3533 cat >conftest.$ac_ext <<_ACEOF
3534 /* confdefs.h. */
3535 _ACEOF
3536 cat confdefs.h >>conftest.$ac_ext
3537 cat >>conftest.$ac_ext <<_ACEOF
3538 /* end confdefs.h. */
3541 main ()
3545 return 0;
3547 _ACEOF
3548 rm -f conftest.$ac_objext
3549 if { (ac_try="$ac_compile"
3550 case "(($ac_try" in
3551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3552 *) ac_try_echo=$ac_try;;
3553 esac
3554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3555 (eval "$ac_compile") 2>conftest.er1
3556 ac_status=$?
3557 grep -v '^ *+' conftest.er1 >conftest.err
3558 rm -f conftest.er1
3559 cat conftest.err >&5
3560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3561 (exit $ac_status); } && {
3562 test -z "$ac_cxx_werror_flag" ||
3563 test ! -s conftest.err
3564 } && test -s conftest.$ac_objext; then
3565 ac_cv_prog_cxx_g=yes
3566 else
3567 echo "$as_me: failed program was:" >&5
3568 sed 's/^/| /' conftest.$ac_ext >&5
3573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3576 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3579 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3580 ac_cxx_werror_flag=$ac_save_cxx_werror_flag
3582 { echo "$as_me:$LINENO: result: $ac_cv_prog_cxx_g" >&5
3583 echo "${ECHO_T}$ac_cv_prog_cxx_g" >&6; }
3584 if test "$ac_test_CXXFLAGS" = set; then
3585 CXXFLAGS=$ac_save_CXXFLAGS
3586 elif test $ac_cv_prog_cxx_g = yes; then
3587 if test "$GXX" = yes; then
3588 CXXFLAGS="-g -O2"
3589 else
3590 CXXFLAGS="-g"
3592 else
3593 if test "$GXX" = yes; then
3594 CXXFLAGS="-O2"
3595 else
3596 CXXFLAGS=
3599 ac_ext=c
3600 ac_cpp='$CPP $CPPFLAGS'
3601 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3602 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3603 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3605 if test -n "$ac_tool_prefix"; then
3606 # Extract the first word of "${ac_tool_prefix}cpp", so it can be a program name with args.
3607 set dummy ${ac_tool_prefix}cpp; ac_word=$2
3608 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3609 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3610 if test "${ac_cv_prog_CPPBIN+set}" = set; then
3611 echo $ECHO_N "(cached) $ECHO_C" >&6
3612 else
3613 if test -n "$CPPBIN"; then
3614 ac_cv_prog_CPPBIN="$CPPBIN" # Let the user override the test.
3615 else
3616 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3617 for as_dir in $PATH
3619 IFS=$as_save_IFS
3620 test -z "$as_dir" && as_dir=.
3621 for ac_exec_ext in '' $ac_executable_extensions; do
3622 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3623 ac_cv_prog_CPPBIN="${ac_tool_prefix}cpp"
3624 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3625 break 2
3627 done
3628 done
3629 IFS=$as_save_IFS
3633 CPPBIN=$ac_cv_prog_CPPBIN
3634 if test -n "$CPPBIN"; then
3635 { echo "$as_me:$LINENO: result: $CPPBIN" >&5
3636 echo "${ECHO_T}$CPPBIN" >&6; }
3637 else
3638 { echo "$as_me:$LINENO: result: no" >&5
3639 echo "${ECHO_T}no" >&6; }
3644 if test -z "$ac_cv_prog_CPPBIN"; then
3645 ac_ct_CPPBIN=$CPPBIN
3646 # Extract the first word of "cpp", so it can be a program name with args.
3647 set dummy cpp; ac_word=$2
3648 { echo "$as_me:$LINENO: checking for $ac_word" >&5
3649 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
3650 if test "${ac_cv_prog_ac_ct_CPPBIN+set}" = set; then
3651 echo $ECHO_N "(cached) $ECHO_C" >&6
3652 else
3653 if test -n "$ac_ct_CPPBIN"; then
3654 ac_cv_prog_ac_ct_CPPBIN="$ac_ct_CPPBIN" # Let the user override the test.
3655 else
3656 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
3657 for as_dir in $PATH
3659 IFS=$as_save_IFS
3660 test -z "$as_dir" && as_dir=.
3661 for ac_exec_ext in '' $ac_executable_extensions; do
3662 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
3663 ac_cv_prog_ac_ct_CPPBIN="cpp"
3664 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
3665 break 2
3667 done
3668 done
3669 IFS=$as_save_IFS
3673 ac_ct_CPPBIN=$ac_cv_prog_ac_ct_CPPBIN
3674 if test -n "$ac_ct_CPPBIN"; then
3675 { echo "$as_me:$LINENO: result: $ac_ct_CPPBIN" >&5
3676 echo "${ECHO_T}$ac_ct_CPPBIN" >&6; }
3677 else
3678 { echo "$as_me:$LINENO: result: no" >&5
3679 echo "${ECHO_T}no" >&6; }
3682 if test "x$ac_ct_CPPBIN" = x; then
3683 CPPBIN="cpp"
3684 else
3685 case $cross_compiling:$ac_tool_warned in
3686 yes:)
3687 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
3688 whose name does not start with the host triplet. If you think this
3689 configuration is useful to you, please write to autoconf@gnu.org." >&5
3690 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
3691 whose name does not start with the host triplet. If you think this
3692 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
3693 ac_tool_warned=yes ;;
3694 esac
3695 CPPBIN=$ac_ct_CPPBIN
3697 else
3698 CPPBIN="$ac_cv_prog_CPPBIN"
3702 { echo "$as_me:$LINENO: checking for the directory containing the Wine tools" >&5
3703 echo $ECHO_N "checking for the directory containing the Wine tools... $ECHO_C" >&6; }
3704 if test "${wine_cv_toolsdir+set}" = set; then
3705 echo $ECHO_N "(cached) $ECHO_C" >&6
3706 else
3707 if test -z "$with_wine_tools"; then
3708 if test "$cross_compiling" = "yes"; then
3709 { { echo "$as_me:$LINENO: error: you must use the --with-wine-tools option when cross-compiling." >&5
3710 echo "$as_me: error: you must use the --with-wine-tools option when cross-compiling." >&2;}
3711 { (exit 1); exit 1; }; }
3712 else
3713 wine_cv_toolsdir="\$(TOPOBJDIR)"
3715 elif test -d "$with_wine_tools/tools/winebuild"; then
3716 case $with_wine_tools in
3717 /*) wine_cv_toolsdir="$with_wine_tools" ;;
3718 *) wine_cv_toolsdir="\$(TOPOBJDIR)/$with_wine_tools" ;;
3719 esac
3720 else
3721 { { echo "$as_me:$LINENO: error: could not find Wine tools in $with_wine_tools." >&5
3722 echo "$as_me: error: could not find Wine tools in $with_wine_tools." >&2;}
3723 { (exit 1); exit 1; }; }
3726 { echo "$as_me:$LINENO: result: $wine_cv_toolsdir" >&5
3727 echo "${ECHO_T}$wine_cv_toolsdir" >&6; }
3728 TOOLSDIR=$wine_cv_toolsdir
3732 ac_ext=c
3733 ac_cpp='$CPP $CPPFLAGS'
3734 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3735 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3736 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3737 { echo "$as_me:$LINENO: checking how to run the C preprocessor" >&5
3738 echo $ECHO_N "checking how to run the C preprocessor... $ECHO_C" >&6; }
3739 # On Suns, sometimes $CPP names a directory.
3740 if test -n "$CPP" && test -d "$CPP"; then
3741 CPP=
3743 if test -z "$CPP"; then
3744 if test "${ac_cv_prog_CPP+set}" = set; then
3745 echo $ECHO_N "(cached) $ECHO_C" >&6
3746 else
3747 # Double quotes because CPP needs to be expanded
3748 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
3750 ac_preproc_ok=false
3751 for ac_c_preproc_warn_flag in '' yes
3753 # Use a header file that comes with gcc, so configuring glibc
3754 # with a fresh cross-compiler works.
3755 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3756 # <limits.h> exists even on freestanding compilers.
3757 # On the NeXT, cc -E runs the code through the compiler's parser,
3758 # not just through cpp. "Syntax error" is here to catch this case.
3759 cat >conftest.$ac_ext <<_ACEOF
3760 /* confdefs.h. */
3761 _ACEOF
3762 cat confdefs.h >>conftest.$ac_ext
3763 cat >>conftest.$ac_ext <<_ACEOF
3764 /* end confdefs.h. */
3765 #ifdef __STDC__
3766 # include <limits.h>
3767 #else
3768 # include <assert.h>
3769 #endif
3770 Syntax error
3771 _ACEOF
3772 if { (ac_try="$ac_cpp conftest.$ac_ext"
3773 case "(($ac_try" in
3774 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3775 *) ac_try_echo=$ac_try;;
3776 esac
3777 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3778 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3779 ac_status=$?
3780 grep -v '^ *+' conftest.er1 >conftest.err
3781 rm -f conftest.er1
3782 cat conftest.err >&5
3783 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3784 (exit $ac_status); } >/dev/null && {
3785 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3786 test ! -s conftest.err
3787 }; then
3789 else
3790 echo "$as_me: failed program was:" >&5
3791 sed 's/^/| /' conftest.$ac_ext >&5
3793 # Broken: fails on valid input.
3794 continue
3797 rm -f conftest.err conftest.$ac_ext
3799 # OK, works on sane cases. Now check whether nonexistent headers
3800 # can be detected and how.
3801 cat >conftest.$ac_ext <<_ACEOF
3802 /* confdefs.h. */
3803 _ACEOF
3804 cat confdefs.h >>conftest.$ac_ext
3805 cat >>conftest.$ac_ext <<_ACEOF
3806 /* end confdefs.h. */
3807 #include <ac_nonexistent.h>
3808 _ACEOF
3809 if { (ac_try="$ac_cpp conftest.$ac_ext"
3810 case "(($ac_try" in
3811 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3812 *) ac_try_echo=$ac_try;;
3813 esac
3814 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3815 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3816 ac_status=$?
3817 grep -v '^ *+' conftest.er1 >conftest.err
3818 rm -f conftest.er1
3819 cat conftest.err >&5
3820 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3821 (exit $ac_status); } >/dev/null && {
3822 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3823 test ! -s conftest.err
3824 }; then
3825 # Broken: success on invalid input.
3826 continue
3827 else
3828 echo "$as_me: failed program was:" >&5
3829 sed 's/^/| /' conftest.$ac_ext >&5
3831 # Passes both tests.
3832 ac_preproc_ok=:
3833 break
3836 rm -f conftest.err conftest.$ac_ext
3838 done
3839 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3840 rm -f conftest.err conftest.$ac_ext
3841 if $ac_preproc_ok; then
3842 break
3845 done
3846 ac_cv_prog_CPP=$CPP
3849 CPP=$ac_cv_prog_CPP
3850 else
3851 ac_cv_prog_CPP=$CPP
3853 { echo "$as_me:$LINENO: result: $CPP" >&5
3854 echo "${ECHO_T}$CPP" >&6; }
3855 ac_preproc_ok=false
3856 for ac_c_preproc_warn_flag in '' yes
3858 # Use a header file that comes with gcc, so configuring glibc
3859 # with a fresh cross-compiler works.
3860 # Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
3861 # <limits.h> exists even on freestanding compilers.
3862 # On the NeXT, cc -E runs the code through the compiler's parser,
3863 # not just through cpp. "Syntax error" is here to catch this case.
3864 cat >conftest.$ac_ext <<_ACEOF
3865 /* confdefs.h. */
3866 _ACEOF
3867 cat confdefs.h >>conftest.$ac_ext
3868 cat >>conftest.$ac_ext <<_ACEOF
3869 /* end confdefs.h. */
3870 #ifdef __STDC__
3871 # include <limits.h>
3872 #else
3873 # include <assert.h>
3874 #endif
3875 Syntax error
3876 _ACEOF
3877 if { (ac_try="$ac_cpp conftest.$ac_ext"
3878 case "(($ac_try" in
3879 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3880 *) ac_try_echo=$ac_try;;
3881 esac
3882 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3883 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3884 ac_status=$?
3885 grep -v '^ *+' conftest.er1 >conftest.err
3886 rm -f conftest.er1
3887 cat conftest.err >&5
3888 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3889 (exit $ac_status); } >/dev/null && {
3890 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3891 test ! -s conftest.err
3892 }; then
3894 else
3895 echo "$as_me: failed program was:" >&5
3896 sed 's/^/| /' conftest.$ac_ext >&5
3898 # Broken: fails on valid input.
3899 continue
3902 rm -f conftest.err conftest.$ac_ext
3904 # OK, works on sane cases. Now check whether nonexistent headers
3905 # can be detected and how.
3906 cat >conftest.$ac_ext <<_ACEOF
3907 /* confdefs.h. */
3908 _ACEOF
3909 cat confdefs.h >>conftest.$ac_ext
3910 cat >>conftest.$ac_ext <<_ACEOF
3911 /* end confdefs.h. */
3912 #include <ac_nonexistent.h>
3913 _ACEOF
3914 if { (ac_try="$ac_cpp conftest.$ac_ext"
3915 case "(($ac_try" in
3916 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
3917 *) ac_try_echo=$ac_try;;
3918 esac
3919 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
3920 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
3921 ac_status=$?
3922 grep -v '^ *+' conftest.er1 >conftest.err
3923 rm -f conftest.er1
3924 cat conftest.err >&5
3925 echo "$as_me:$LINENO: \$? = $ac_status" >&5
3926 (exit $ac_status); } >/dev/null && {
3927 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
3928 test ! -s conftest.err
3929 }; then
3930 # Broken: success on invalid input.
3931 continue
3932 else
3933 echo "$as_me: failed program was:" >&5
3934 sed 's/^/| /' conftest.$ac_ext >&5
3936 # Passes both tests.
3937 ac_preproc_ok=:
3938 break
3941 rm -f conftest.err conftest.$ac_ext
3943 done
3944 # Because of `break', _AC_PREPROC_IFELSE's cleaning code was skipped.
3945 rm -f conftest.err conftest.$ac_ext
3946 if $ac_preproc_ok; then
3948 else
3949 { { echo "$as_me:$LINENO: error: C preprocessor \"$CPP\" fails sanity check
3950 See \`config.log' for more details." >&5
3951 echo "$as_me: error: C preprocessor \"$CPP\" fails sanity check
3952 See \`config.log' for more details." >&2;}
3953 { (exit 1); exit 1; }; }
3956 ac_ext=c
3957 ac_cpp='$CPP $CPPFLAGS'
3958 ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'
3959 ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'
3960 ac_compiler_gnu=$ac_cv_c_compiler_gnu
3963 { echo "$as_me:$LINENO: checking for X" >&5
3964 echo $ECHO_N "checking for X... $ECHO_C" >&6; }
3967 # Check whether --with-x was given.
3968 if test "${with_x+set}" = set; then
3969 withval=$with_x;
3972 # $have_x is `yes', `no', `disabled', or empty when we do not yet know.
3973 if test "x$with_x" = xno; then
3974 # The user explicitly disabled X.
3975 have_x=disabled
3976 else
3977 case $x_includes,$x_libraries in #(
3978 *\'*) { { echo "$as_me:$LINENO: error: Cannot use X directory names containing '" >&5
3979 echo "$as_me: error: Cannot use X directory names containing '" >&2;}
3980 { (exit 1); exit 1; }; };; #(
3981 *,NONE | NONE,*) if test "${ac_cv_have_x+set}" = set; then
3982 echo $ECHO_N "(cached) $ECHO_C" >&6
3983 else
3984 # One or both of the vars are not set, and there is no cached value.
3985 ac_x_includes=no ac_x_libraries=no
3986 rm -f -r conftest.dir
3987 if mkdir conftest.dir; then
3988 cd conftest.dir
3989 cat >Imakefile <<'_ACEOF'
3990 incroot:
3991 @echo incroot='${INCROOT}'
3992 usrlibdir:
3993 @echo usrlibdir='${USRLIBDIR}'
3994 libdir:
3995 @echo libdir='${LIBDIR}'
3996 _ACEOF
3997 if (export CC; ${XMKMF-xmkmf}) >/dev/null 2>/dev/null && test -f Makefile; then
3998 # GNU make sometimes prints "make[1]: Entering...", which would confuse us.
3999 for ac_var in incroot usrlibdir libdir; do
4000 eval "ac_im_$ac_var=\`\${MAKE-make} $ac_var 2>/dev/null | sed -n 's/^$ac_var=//p'\`"
4001 done
4002 # Open Windows xmkmf reportedly sets LIBDIR instead of USRLIBDIR.
4003 for ac_extension in a so sl; do
4004 if test ! -f "$ac_im_usrlibdir/libX11.$ac_extension" &&
4005 test -f "$ac_im_libdir/libX11.$ac_extension"; then
4006 ac_im_usrlibdir=$ac_im_libdir; break
4008 done
4009 # Screen out bogus values from the imake configuration. They are
4010 # bogus both because they are the default anyway, and because
4011 # using them would break gcc on systems where it needs fixed includes.
4012 case $ac_im_incroot in
4013 /usr/include) ac_x_includes= ;;
4014 *) test -f "$ac_im_incroot/X11/Xos.h" && ac_x_includes=$ac_im_incroot;;
4015 esac
4016 case $ac_im_usrlibdir in
4017 /usr/lib | /lib) ;;
4018 *) test -d "$ac_im_usrlibdir" && ac_x_libraries=$ac_im_usrlibdir ;;
4019 esac
4021 cd ..
4022 rm -f -r conftest.dir
4025 # Standard set of common directories for X headers.
4026 # Check X11 before X11Rn because it is often a symlink to the current release.
4027 ac_x_header_dirs='
4028 /usr/X11/include
4029 /usr/X11R6/include
4030 /usr/X11R5/include
4031 /usr/X11R4/include
4033 /usr/include/X11
4034 /usr/include/X11R6
4035 /usr/include/X11R5
4036 /usr/include/X11R4
4038 /usr/local/X11/include
4039 /usr/local/X11R6/include
4040 /usr/local/X11R5/include
4041 /usr/local/X11R4/include
4043 /usr/local/include/X11
4044 /usr/local/include/X11R6
4045 /usr/local/include/X11R5
4046 /usr/local/include/X11R4
4048 /usr/X386/include
4049 /usr/x386/include
4050 /usr/XFree86/include/X11
4052 /usr/include
4053 /usr/local/include
4054 /usr/unsupported/include
4055 /usr/athena/include
4056 /usr/local/x11r5/include
4057 /usr/lpp/Xamples/include
4059 /usr/openwin/include
4060 /usr/openwin/share/include'
4062 if test "$ac_x_includes" = no; then
4063 # Guess where to find include files, by looking for Xlib.h.
4064 # First, try using that file with no special directory specified.
4065 cat >conftest.$ac_ext <<_ACEOF
4066 /* confdefs.h. */
4067 _ACEOF
4068 cat confdefs.h >>conftest.$ac_ext
4069 cat >>conftest.$ac_ext <<_ACEOF
4070 /* end confdefs.h. */
4071 #include <X11/Xlib.h>
4072 _ACEOF
4073 if { (ac_try="$ac_cpp conftest.$ac_ext"
4074 case "(($ac_try" in
4075 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4076 *) ac_try_echo=$ac_try;;
4077 esac
4078 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4079 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
4080 ac_status=$?
4081 grep -v '^ *+' conftest.er1 >conftest.err
4082 rm -f conftest.er1
4083 cat conftest.err >&5
4084 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4085 (exit $ac_status); } >/dev/null && {
4086 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
4087 test ! -s conftest.err
4088 }; then
4089 # We can compile using X headers with no special include directory.
4090 ac_x_includes=
4091 else
4092 echo "$as_me: failed program was:" >&5
4093 sed 's/^/| /' conftest.$ac_ext >&5
4095 for ac_dir in $ac_x_header_dirs; do
4096 if test -r "$ac_dir/X11/Xlib.h"; then
4097 ac_x_includes=$ac_dir
4098 break
4100 done
4103 rm -f conftest.err conftest.$ac_ext
4104 fi # $ac_x_includes = no
4106 if test "$ac_x_libraries" = no; then
4107 # Check for the libraries.
4108 # See if we find them without any special options.
4109 # Don't add to $LIBS permanently.
4110 ac_save_LIBS=$LIBS
4111 LIBS="-lX11 $LIBS"
4112 cat >conftest.$ac_ext <<_ACEOF
4113 /* confdefs.h. */
4114 _ACEOF
4115 cat confdefs.h >>conftest.$ac_ext
4116 cat >>conftest.$ac_ext <<_ACEOF
4117 /* end confdefs.h. */
4118 #include <X11/Xlib.h>
4120 main ()
4122 XrmInitialize ()
4124 return 0;
4126 _ACEOF
4127 rm -f conftest.$ac_objext conftest$ac_exeext
4128 if { (ac_try="$ac_link"
4129 case "(($ac_try" in
4130 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4131 *) ac_try_echo=$ac_try;;
4132 esac
4133 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4134 (eval "$ac_link") 2>conftest.er1
4135 ac_status=$?
4136 grep -v '^ *+' conftest.er1 >conftest.err
4137 rm -f conftest.er1
4138 cat conftest.err >&5
4139 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4140 (exit $ac_status); } && {
4141 test -z "$ac_c_werror_flag" ||
4142 test ! -s conftest.err
4143 } && test -s conftest$ac_exeext &&
4144 $as_test_x conftest$ac_exeext; then
4145 LIBS=$ac_save_LIBS
4146 # We can link X programs with no special library path.
4147 ac_x_libraries=
4148 else
4149 echo "$as_me: failed program was:" >&5
4150 sed 's/^/| /' conftest.$ac_ext >&5
4152 LIBS=$ac_save_LIBS
4153 for ac_dir in `echo "$ac_x_includes $ac_x_header_dirs" | sed s/include/lib/g`
4155 # Don't even attempt the hair of trying to link an X program!
4156 for ac_extension in a so sl; do
4157 if test -r "$ac_dir/libX11.$ac_extension"; then
4158 ac_x_libraries=$ac_dir
4159 break 2
4161 done
4162 done
4165 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4166 conftest$ac_exeext conftest.$ac_ext
4167 fi # $ac_x_libraries = no
4169 case $ac_x_includes,$ac_x_libraries in #(
4170 no,* | *,no | *\'*)
4171 # Didn't find X, or a directory has "'" in its name.
4172 ac_cv_have_x="have_x=no";; #(
4174 # Record where we found X for the cache.
4175 ac_cv_have_x="have_x=yes\
4176 ac_x_includes='$ac_x_includes'\
4177 ac_x_libraries='$ac_x_libraries'"
4178 esac
4180 ;; #(
4181 *) have_x=yes;;
4182 esac
4183 eval "$ac_cv_have_x"
4184 fi # $with_x != no
4186 if test "$have_x" != yes; then
4187 { echo "$as_me:$LINENO: result: $have_x" >&5
4188 echo "${ECHO_T}$have_x" >&6; }
4189 no_x=yes
4190 else
4191 # If each of the values was on the command line, it overrides each guess.
4192 test "x$x_includes" = xNONE && x_includes=$ac_x_includes
4193 test "x$x_libraries" = xNONE && x_libraries=$ac_x_libraries
4194 # Update the cache value to reflect the command line values.
4195 ac_cv_have_x="have_x=yes\
4196 ac_x_includes='$x_includes'\
4197 ac_x_libraries='$x_libraries'"
4198 { echo "$as_me:$LINENO: result: libraries $x_libraries, headers $x_includes" >&5
4199 echo "${ECHO_T}libraries $x_libraries, headers $x_includes" >&6; }
4202 if test "$no_x" = yes; then
4203 # Not all programs may use this symbol, but it does not hurt to define it.
4205 cat >>confdefs.h <<\_ACEOF
4206 #define X_DISPLAY_MISSING 1
4207 _ACEOF
4209 X_CFLAGS= X_PRE_LIBS= X_LIBS= X_EXTRA_LIBS=
4210 else
4211 if test -n "$x_includes"; then
4212 X_CFLAGS="$X_CFLAGS -I$x_includes"
4215 # It would also be nice to do this for all -L options, not just this one.
4216 if test -n "$x_libraries"; then
4217 X_LIBS="$X_LIBS -L$x_libraries"
4218 # For Solaris; some versions of Sun CC require a space after -R and
4219 # others require no space. Words are not sufficient . . . .
4220 { echo "$as_me:$LINENO: checking whether -R must be followed by a space" >&5
4221 echo $ECHO_N "checking whether -R must be followed by a space... $ECHO_C" >&6; }
4222 ac_xsave_LIBS=$LIBS; LIBS="$LIBS -R$x_libraries"
4223 ac_xsave_c_werror_flag=$ac_c_werror_flag
4224 ac_c_werror_flag=yes
4225 cat >conftest.$ac_ext <<_ACEOF
4226 /* confdefs.h. */
4227 _ACEOF
4228 cat confdefs.h >>conftest.$ac_ext
4229 cat >>conftest.$ac_ext <<_ACEOF
4230 /* end confdefs.h. */
4233 main ()
4237 return 0;
4239 _ACEOF
4240 rm -f conftest.$ac_objext conftest$ac_exeext
4241 if { (ac_try="$ac_link"
4242 case "(($ac_try" in
4243 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4244 *) ac_try_echo=$ac_try;;
4245 esac
4246 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4247 (eval "$ac_link") 2>conftest.er1
4248 ac_status=$?
4249 grep -v '^ *+' conftest.er1 >conftest.err
4250 rm -f conftest.er1
4251 cat conftest.err >&5
4252 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4253 (exit $ac_status); } && {
4254 test -z "$ac_c_werror_flag" ||
4255 test ! -s conftest.err
4256 } && test -s conftest$ac_exeext &&
4257 $as_test_x conftest$ac_exeext; then
4258 { echo "$as_me:$LINENO: result: no" >&5
4259 echo "${ECHO_T}no" >&6; }
4260 X_LIBS="$X_LIBS -R$x_libraries"
4261 else
4262 echo "$as_me: failed program was:" >&5
4263 sed 's/^/| /' conftest.$ac_ext >&5
4265 LIBS="$ac_xsave_LIBS -R $x_libraries"
4266 cat >conftest.$ac_ext <<_ACEOF
4267 /* confdefs.h. */
4268 _ACEOF
4269 cat confdefs.h >>conftest.$ac_ext
4270 cat >>conftest.$ac_ext <<_ACEOF
4271 /* end confdefs.h. */
4274 main ()
4278 return 0;
4280 _ACEOF
4281 rm -f conftest.$ac_objext conftest$ac_exeext
4282 if { (ac_try="$ac_link"
4283 case "(($ac_try" in
4284 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4285 *) ac_try_echo=$ac_try;;
4286 esac
4287 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4288 (eval "$ac_link") 2>conftest.er1
4289 ac_status=$?
4290 grep -v '^ *+' conftest.er1 >conftest.err
4291 rm -f conftest.er1
4292 cat conftest.err >&5
4293 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4294 (exit $ac_status); } && {
4295 test -z "$ac_c_werror_flag" ||
4296 test ! -s conftest.err
4297 } && test -s conftest$ac_exeext &&
4298 $as_test_x conftest$ac_exeext; then
4299 { echo "$as_me:$LINENO: result: yes" >&5
4300 echo "${ECHO_T}yes" >&6; }
4301 X_LIBS="$X_LIBS -R $x_libraries"
4302 else
4303 echo "$as_me: failed program was:" >&5
4304 sed 's/^/| /' conftest.$ac_ext >&5
4306 { echo "$as_me:$LINENO: result: neither works" >&5
4307 echo "${ECHO_T}neither works" >&6; }
4310 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4311 conftest$ac_exeext conftest.$ac_ext
4314 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4315 conftest$ac_exeext conftest.$ac_ext
4316 ac_c_werror_flag=$ac_xsave_c_werror_flag
4317 LIBS=$ac_xsave_LIBS
4320 # Check for system-dependent libraries X programs must link with.
4321 # Do this before checking for the system-independent R6 libraries
4322 # (-lICE), since we may need -lsocket or whatever for X linking.
4324 if test "$ISC" = yes; then
4325 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl_s -linet"
4326 else
4327 # Martyn Johnson says this is needed for Ultrix, if the X
4328 # libraries were built with DECnet support. And Karl Berry says
4329 # the Alpha needs dnet_stub (dnet does not exist).
4330 ac_xsave_LIBS="$LIBS"; LIBS="$LIBS $X_LIBS -lX11"
4331 cat >conftest.$ac_ext <<_ACEOF
4332 /* confdefs.h. */
4333 _ACEOF
4334 cat confdefs.h >>conftest.$ac_ext
4335 cat >>conftest.$ac_ext <<_ACEOF
4336 /* end confdefs.h. */
4338 /* Override any GCC internal prototype to avoid an error.
4339 Use char because int might match the return type of a GCC
4340 builtin and then its argument prototype would still apply. */
4341 #ifdef __cplusplus
4342 extern "C"
4343 #endif
4344 char XOpenDisplay ();
4346 main ()
4348 return XOpenDisplay ();
4350 return 0;
4352 _ACEOF
4353 rm -f conftest.$ac_objext conftest$ac_exeext
4354 if { (ac_try="$ac_link"
4355 case "(($ac_try" in
4356 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4357 *) ac_try_echo=$ac_try;;
4358 esac
4359 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4360 (eval "$ac_link") 2>conftest.er1
4361 ac_status=$?
4362 grep -v '^ *+' conftest.er1 >conftest.err
4363 rm -f conftest.er1
4364 cat conftest.err >&5
4365 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4366 (exit $ac_status); } && {
4367 test -z "$ac_c_werror_flag" ||
4368 test ! -s conftest.err
4369 } && test -s conftest$ac_exeext &&
4370 $as_test_x conftest$ac_exeext; then
4372 else
4373 echo "$as_me: failed program was:" >&5
4374 sed 's/^/| /' conftest.$ac_ext >&5
4376 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet" >&5
4377 echo $ECHO_N "checking for dnet_ntoa in -ldnet... $ECHO_C" >&6; }
4378 if test "${ac_cv_lib_dnet_dnet_ntoa+set}" = set; then
4379 echo $ECHO_N "(cached) $ECHO_C" >&6
4380 else
4381 ac_check_lib_save_LIBS=$LIBS
4382 LIBS="-ldnet $LIBS"
4383 cat >conftest.$ac_ext <<_ACEOF
4384 /* confdefs.h. */
4385 _ACEOF
4386 cat confdefs.h >>conftest.$ac_ext
4387 cat >>conftest.$ac_ext <<_ACEOF
4388 /* end confdefs.h. */
4390 /* Override any GCC internal prototype to avoid an error.
4391 Use char because int might match the return type of a GCC
4392 builtin and then its argument prototype would still apply. */
4393 #ifdef __cplusplus
4394 extern "C"
4395 #endif
4396 char dnet_ntoa ();
4398 main ()
4400 return dnet_ntoa ();
4402 return 0;
4404 _ACEOF
4405 rm -f conftest.$ac_objext conftest$ac_exeext
4406 if { (ac_try="$ac_link"
4407 case "(($ac_try" in
4408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4409 *) ac_try_echo=$ac_try;;
4410 esac
4411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4412 (eval "$ac_link") 2>conftest.er1
4413 ac_status=$?
4414 grep -v '^ *+' conftest.er1 >conftest.err
4415 rm -f conftest.er1
4416 cat conftest.err >&5
4417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4418 (exit $ac_status); } && {
4419 test -z "$ac_c_werror_flag" ||
4420 test ! -s conftest.err
4421 } && test -s conftest$ac_exeext &&
4422 $as_test_x conftest$ac_exeext; then
4423 ac_cv_lib_dnet_dnet_ntoa=yes
4424 else
4425 echo "$as_me: failed program was:" >&5
4426 sed 's/^/| /' conftest.$ac_ext >&5
4428 ac_cv_lib_dnet_dnet_ntoa=no
4431 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4432 conftest$ac_exeext conftest.$ac_ext
4433 LIBS=$ac_check_lib_save_LIBS
4435 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_dnet_ntoa" >&5
4436 echo "${ECHO_T}$ac_cv_lib_dnet_dnet_ntoa" >&6; }
4437 if test $ac_cv_lib_dnet_dnet_ntoa = yes; then
4438 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet"
4441 if test $ac_cv_lib_dnet_dnet_ntoa = no; then
4442 { echo "$as_me:$LINENO: checking for dnet_ntoa in -ldnet_stub" >&5
4443 echo $ECHO_N "checking for dnet_ntoa in -ldnet_stub... $ECHO_C" >&6; }
4444 if test "${ac_cv_lib_dnet_stub_dnet_ntoa+set}" = set; then
4445 echo $ECHO_N "(cached) $ECHO_C" >&6
4446 else
4447 ac_check_lib_save_LIBS=$LIBS
4448 LIBS="-ldnet_stub $LIBS"
4449 cat >conftest.$ac_ext <<_ACEOF
4450 /* confdefs.h. */
4451 _ACEOF
4452 cat confdefs.h >>conftest.$ac_ext
4453 cat >>conftest.$ac_ext <<_ACEOF
4454 /* end confdefs.h. */
4456 /* Override any GCC internal prototype to avoid an error.
4457 Use char because int might match the return type of a GCC
4458 builtin and then its argument prototype would still apply. */
4459 #ifdef __cplusplus
4460 extern "C"
4461 #endif
4462 char dnet_ntoa ();
4464 main ()
4466 return dnet_ntoa ();
4468 return 0;
4470 _ACEOF
4471 rm -f conftest.$ac_objext conftest$ac_exeext
4472 if { (ac_try="$ac_link"
4473 case "(($ac_try" in
4474 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4475 *) ac_try_echo=$ac_try;;
4476 esac
4477 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4478 (eval "$ac_link") 2>conftest.er1
4479 ac_status=$?
4480 grep -v '^ *+' conftest.er1 >conftest.err
4481 rm -f conftest.er1
4482 cat conftest.err >&5
4483 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4484 (exit $ac_status); } && {
4485 test -z "$ac_c_werror_flag" ||
4486 test ! -s conftest.err
4487 } && test -s conftest$ac_exeext &&
4488 $as_test_x conftest$ac_exeext; then
4489 ac_cv_lib_dnet_stub_dnet_ntoa=yes
4490 else
4491 echo "$as_me: failed program was:" >&5
4492 sed 's/^/| /' conftest.$ac_ext >&5
4494 ac_cv_lib_dnet_stub_dnet_ntoa=no
4497 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4498 conftest$ac_exeext conftest.$ac_ext
4499 LIBS=$ac_check_lib_save_LIBS
4501 { echo "$as_me:$LINENO: result: $ac_cv_lib_dnet_stub_dnet_ntoa" >&5
4502 echo "${ECHO_T}$ac_cv_lib_dnet_stub_dnet_ntoa" >&6; }
4503 if test $ac_cv_lib_dnet_stub_dnet_ntoa = yes; then
4504 X_EXTRA_LIBS="$X_EXTRA_LIBS -ldnet_stub"
4510 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4511 conftest$ac_exeext conftest.$ac_ext
4512 LIBS="$ac_xsave_LIBS"
4514 # msh@cis.ufl.edu says -lnsl (and -lsocket) are needed for his 386/AT,
4515 # to get the SysV transport functions.
4516 # Chad R. Larson says the Pyramis MIS-ES running DC/OSx (SVR4)
4517 # needs -lnsl.
4518 # The nsl library prevents programs from opening the X display
4519 # on Irix 5.2, according to T.E. Dickey.
4520 # The functions gethostbyname, getservbyname, and inet_addr are
4521 # in -lbsd on LynxOS 3.0.1/i386, according to Lars Hecking.
4522 { echo "$as_me:$LINENO: checking for gethostbyname" >&5
4523 echo $ECHO_N "checking for gethostbyname... $ECHO_C" >&6; }
4524 if test "${ac_cv_func_gethostbyname+set}" = set; then
4525 echo $ECHO_N "(cached) $ECHO_C" >&6
4526 else
4527 cat >conftest.$ac_ext <<_ACEOF
4528 /* confdefs.h. */
4529 _ACEOF
4530 cat confdefs.h >>conftest.$ac_ext
4531 cat >>conftest.$ac_ext <<_ACEOF
4532 /* end confdefs.h. */
4533 /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
4534 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4535 #define gethostbyname innocuous_gethostbyname
4537 /* System header to define __stub macros and hopefully few prototypes,
4538 which can conflict with char gethostbyname (); below.
4539 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4540 <limits.h> exists even on freestanding compilers. */
4542 #ifdef __STDC__
4543 # include <limits.h>
4544 #else
4545 # include <assert.h>
4546 #endif
4548 #undef gethostbyname
4550 /* Override any GCC internal prototype to avoid an error.
4551 Use char because int might match the return type of a GCC
4552 builtin and then its argument prototype would still apply. */
4553 #ifdef __cplusplus
4554 extern "C"
4555 #endif
4556 char gethostbyname ();
4557 /* The GNU C library defines this for functions which it implements
4558 to always fail with ENOSYS. Some functions are actually named
4559 something starting with __ and the normal name is an alias. */
4560 #if defined __stub_gethostbyname || defined __stub___gethostbyname
4561 choke me
4562 #endif
4565 main ()
4567 return gethostbyname ();
4569 return 0;
4571 _ACEOF
4572 rm -f conftest.$ac_objext conftest$ac_exeext
4573 if { (ac_try="$ac_link"
4574 case "(($ac_try" in
4575 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4576 *) ac_try_echo=$ac_try;;
4577 esac
4578 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4579 (eval "$ac_link") 2>conftest.er1
4580 ac_status=$?
4581 grep -v '^ *+' conftest.er1 >conftest.err
4582 rm -f conftest.er1
4583 cat conftest.err >&5
4584 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4585 (exit $ac_status); } && {
4586 test -z "$ac_c_werror_flag" ||
4587 test ! -s conftest.err
4588 } && test -s conftest$ac_exeext &&
4589 $as_test_x conftest$ac_exeext; then
4590 ac_cv_func_gethostbyname=yes
4591 else
4592 echo "$as_me: failed program was:" >&5
4593 sed 's/^/| /' conftest.$ac_ext >&5
4595 ac_cv_func_gethostbyname=no
4598 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4599 conftest$ac_exeext conftest.$ac_ext
4601 { echo "$as_me:$LINENO: result: $ac_cv_func_gethostbyname" >&5
4602 echo "${ECHO_T}$ac_cv_func_gethostbyname" >&6; }
4604 if test $ac_cv_func_gethostbyname = no; then
4605 { echo "$as_me:$LINENO: checking for gethostbyname in -lnsl" >&5
4606 echo $ECHO_N "checking for gethostbyname in -lnsl... $ECHO_C" >&6; }
4607 if test "${ac_cv_lib_nsl_gethostbyname+set}" = set; then
4608 echo $ECHO_N "(cached) $ECHO_C" >&6
4609 else
4610 ac_check_lib_save_LIBS=$LIBS
4611 LIBS="-lnsl $LIBS"
4612 cat >conftest.$ac_ext <<_ACEOF
4613 /* confdefs.h. */
4614 _ACEOF
4615 cat confdefs.h >>conftest.$ac_ext
4616 cat >>conftest.$ac_ext <<_ACEOF
4617 /* end confdefs.h. */
4619 /* Override any GCC internal prototype to avoid an error.
4620 Use char because int might match the return type of a GCC
4621 builtin and then its argument prototype would still apply. */
4622 #ifdef __cplusplus
4623 extern "C"
4624 #endif
4625 char gethostbyname ();
4627 main ()
4629 return gethostbyname ();
4631 return 0;
4633 _ACEOF
4634 rm -f conftest.$ac_objext conftest$ac_exeext
4635 if { (ac_try="$ac_link"
4636 case "(($ac_try" in
4637 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4638 *) ac_try_echo=$ac_try;;
4639 esac
4640 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4641 (eval "$ac_link") 2>conftest.er1
4642 ac_status=$?
4643 grep -v '^ *+' conftest.er1 >conftest.err
4644 rm -f conftest.er1
4645 cat conftest.err >&5
4646 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4647 (exit $ac_status); } && {
4648 test -z "$ac_c_werror_flag" ||
4649 test ! -s conftest.err
4650 } && test -s conftest$ac_exeext &&
4651 $as_test_x conftest$ac_exeext; then
4652 ac_cv_lib_nsl_gethostbyname=yes
4653 else
4654 echo "$as_me: failed program was:" >&5
4655 sed 's/^/| /' conftest.$ac_ext >&5
4657 ac_cv_lib_nsl_gethostbyname=no
4660 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4661 conftest$ac_exeext conftest.$ac_ext
4662 LIBS=$ac_check_lib_save_LIBS
4664 { echo "$as_me:$LINENO: result: $ac_cv_lib_nsl_gethostbyname" >&5
4665 echo "${ECHO_T}$ac_cv_lib_nsl_gethostbyname" >&6; }
4666 if test $ac_cv_lib_nsl_gethostbyname = yes; then
4667 X_EXTRA_LIBS="$X_EXTRA_LIBS -lnsl"
4670 if test $ac_cv_lib_nsl_gethostbyname = no; then
4671 { echo "$as_me:$LINENO: checking for gethostbyname in -lbsd" >&5
4672 echo $ECHO_N "checking for gethostbyname in -lbsd... $ECHO_C" >&6; }
4673 if test "${ac_cv_lib_bsd_gethostbyname+set}" = set; then
4674 echo $ECHO_N "(cached) $ECHO_C" >&6
4675 else
4676 ac_check_lib_save_LIBS=$LIBS
4677 LIBS="-lbsd $LIBS"
4678 cat >conftest.$ac_ext <<_ACEOF
4679 /* confdefs.h. */
4680 _ACEOF
4681 cat confdefs.h >>conftest.$ac_ext
4682 cat >>conftest.$ac_ext <<_ACEOF
4683 /* end confdefs.h. */
4685 /* Override any GCC internal prototype to avoid an error.
4686 Use char because int might match the return type of a GCC
4687 builtin and then its argument prototype would still apply. */
4688 #ifdef __cplusplus
4689 extern "C"
4690 #endif
4691 char gethostbyname ();
4693 main ()
4695 return gethostbyname ();
4697 return 0;
4699 _ACEOF
4700 rm -f conftest.$ac_objext conftest$ac_exeext
4701 if { (ac_try="$ac_link"
4702 case "(($ac_try" in
4703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4704 *) ac_try_echo=$ac_try;;
4705 esac
4706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4707 (eval "$ac_link") 2>conftest.er1
4708 ac_status=$?
4709 grep -v '^ *+' conftest.er1 >conftest.err
4710 rm -f conftest.er1
4711 cat conftest.err >&5
4712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4713 (exit $ac_status); } && {
4714 test -z "$ac_c_werror_flag" ||
4715 test ! -s conftest.err
4716 } && test -s conftest$ac_exeext &&
4717 $as_test_x conftest$ac_exeext; then
4718 ac_cv_lib_bsd_gethostbyname=yes
4719 else
4720 echo "$as_me: failed program was:" >&5
4721 sed 's/^/| /' conftest.$ac_ext >&5
4723 ac_cv_lib_bsd_gethostbyname=no
4726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4727 conftest$ac_exeext conftest.$ac_ext
4728 LIBS=$ac_check_lib_save_LIBS
4730 { echo "$as_me:$LINENO: result: $ac_cv_lib_bsd_gethostbyname" >&5
4731 echo "${ECHO_T}$ac_cv_lib_bsd_gethostbyname" >&6; }
4732 if test $ac_cv_lib_bsd_gethostbyname = yes; then
4733 X_EXTRA_LIBS="$X_EXTRA_LIBS -lbsd"
4739 # lieder@skyler.mavd.honeywell.com says without -lsocket,
4740 # socket/setsockopt and other routines are undefined under SCO ODT
4741 # 2.0. But -lsocket is broken on IRIX 5.2 (and is not necessary
4742 # on later versions), says Simon Leinen: it contains gethostby*
4743 # variants that don't use the name server (or something). -lsocket
4744 # must be given before -lnsl if both are needed. We assume that
4745 # if connect needs -lnsl, so does gethostbyname.
4746 { echo "$as_me:$LINENO: checking for connect" >&5
4747 echo $ECHO_N "checking for connect... $ECHO_C" >&6; }
4748 if test "${ac_cv_func_connect+set}" = set; then
4749 echo $ECHO_N "(cached) $ECHO_C" >&6
4750 else
4751 cat >conftest.$ac_ext <<_ACEOF
4752 /* confdefs.h. */
4753 _ACEOF
4754 cat confdefs.h >>conftest.$ac_ext
4755 cat >>conftest.$ac_ext <<_ACEOF
4756 /* end confdefs.h. */
4757 /* Define connect to an innocuous variant, in case <limits.h> declares connect.
4758 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4759 #define connect innocuous_connect
4761 /* System header to define __stub macros and hopefully few prototypes,
4762 which can conflict with char connect (); below.
4763 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4764 <limits.h> exists even on freestanding compilers. */
4766 #ifdef __STDC__
4767 # include <limits.h>
4768 #else
4769 # include <assert.h>
4770 #endif
4772 #undef connect
4774 /* Override any GCC internal prototype to avoid an error.
4775 Use char because int might match the return type of a GCC
4776 builtin and then its argument prototype would still apply. */
4777 #ifdef __cplusplus
4778 extern "C"
4779 #endif
4780 char connect ();
4781 /* The GNU C library defines this for functions which it implements
4782 to always fail with ENOSYS. Some functions are actually named
4783 something starting with __ and the normal name is an alias. */
4784 #if defined __stub_connect || defined __stub___connect
4785 choke me
4786 #endif
4789 main ()
4791 return connect ();
4793 return 0;
4795 _ACEOF
4796 rm -f conftest.$ac_objext conftest$ac_exeext
4797 if { (ac_try="$ac_link"
4798 case "(($ac_try" in
4799 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4800 *) ac_try_echo=$ac_try;;
4801 esac
4802 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4803 (eval "$ac_link") 2>conftest.er1
4804 ac_status=$?
4805 grep -v '^ *+' conftest.er1 >conftest.err
4806 rm -f conftest.er1
4807 cat conftest.err >&5
4808 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4809 (exit $ac_status); } && {
4810 test -z "$ac_c_werror_flag" ||
4811 test ! -s conftest.err
4812 } && test -s conftest$ac_exeext &&
4813 $as_test_x conftest$ac_exeext; then
4814 ac_cv_func_connect=yes
4815 else
4816 echo "$as_me: failed program was:" >&5
4817 sed 's/^/| /' conftest.$ac_ext >&5
4819 ac_cv_func_connect=no
4822 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4823 conftest$ac_exeext conftest.$ac_ext
4825 { echo "$as_me:$LINENO: result: $ac_cv_func_connect" >&5
4826 echo "${ECHO_T}$ac_cv_func_connect" >&6; }
4828 if test $ac_cv_func_connect = no; then
4829 { echo "$as_me:$LINENO: checking for connect in -lsocket" >&5
4830 echo $ECHO_N "checking for connect in -lsocket... $ECHO_C" >&6; }
4831 if test "${ac_cv_lib_socket_connect+set}" = set; then
4832 echo $ECHO_N "(cached) $ECHO_C" >&6
4833 else
4834 ac_check_lib_save_LIBS=$LIBS
4835 LIBS="-lsocket $X_EXTRA_LIBS $LIBS"
4836 cat >conftest.$ac_ext <<_ACEOF
4837 /* confdefs.h. */
4838 _ACEOF
4839 cat confdefs.h >>conftest.$ac_ext
4840 cat >>conftest.$ac_ext <<_ACEOF
4841 /* end confdefs.h. */
4843 /* Override any GCC internal prototype to avoid an error.
4844 Use char because int might match the return type of a GCC
4845 builtin and then its argument prototype would still apply. */
4846 #ifdef __cplusplus
4847 extern "C"
4848 #endif
4849 char connect ();
4851 main ()
4853 return connect ();
4855 return 0;
4857 _ACEOF
4858 rm -f conftest.$ac_objext conftest$ac_exeext
4859 if { (ac_try="$ac_link"
4860 case "(($ac_try" in
4861 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4862 *) ac_try_echo=$ac_try;;
4863 esac
4864 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4865 (eval "$ac_link") 2>conftest.er1
4866 ac_status=$?
4867 grep -v '^ *+' conftest.er1 >conftest.err
4868 rm -f conftest.er1
4869 cat conftest.err >&5
4870 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4871 (exit $ac_status); } && {
4872 test -z "$ac_c_werror_flag" ||
4873 test ! -s conftest.err
4874 } && test -s conftest$ac_exeext &&
4875 $as_test_x conftest$ac_exeext; then
4876 ac_cv_lib_socket_connect=yes
4877 else
4878 echo "$as_me: failed program was:" >&5
4879 sed 's/^/| /' conftest.$ac_ext >&5
4881 ac_cv_lib_socket_connect=no
4884 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4885 conftest$ac_exeext conftest.$ac_ext
4886 LIBS=$ac_check_lib_save_LIBS
4888 { echo "$as_me:$LINENO: result: $ac_cv_lib_socket_connect" >&5
4889 echo "${ECHO_T}$ac_cv_lib_socket_connect" >&6; }
4890 if test $ac_cv_lib_socket_connect = yes; then
4891 X_EXTRA_LIBS="-lsocket $X_EXTRA_LIBS"
4896 # Guillermo Gomez says -lposix is necessary on A/UX.
4897 { echo "$as_me:$LINENO: checking for remove" >&5
4898 echo $ECHO_N "checking for remove... $ECHO_C" >&6; }
4899 if test "${ac_cv_func_remove+set}" = set; then
4900 echo $ECHO_N "(cached) $ECHO_C" >&6
4901 else
4902 cat >conftest.$ac_ext <<_ACEOF
4903 /* confdefs.h. */
4904 _ACEOF
4905 cat confdefs.h >>conftest.$ac_ext
4906 cat >>conftest.$ac_ext <<_ACEOF
4907 /* end confdefs.h. */
4908 /* Define remove to an innocuous variant, in case <limits.h> declares remove.
4909 For example, HP-UX 11i <limits.h> declares gettimeofday. */
4910 #define remove innocuous_remove
4912 /* System header to define __stub macros and hopefully few prototypes,
4913 which can conflict with char remove (); below.
4914 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
4915 <limits.h> exists even on freestanding compilers. */
4917 #ifdef __STDC__
4918 # include <limits.h>
4919 #else
4920 # include <assert.h>
4921 #endif
4923 #undef remove
4925 /* Override any GCC internal prototype to avoid an error.
4926 Use char because int might match the return type of a GCC
4927 builtin and then its argument prototype would still apply. */
4928 #ifdef __cplusplus
4929 extern "C"
4930 #endif
4931 char remove ();
4932 /* The GNU C library defines this for functions which it implements
4933 to always fail with ENOSYS. Some functions are actually named
4934 something starting with __ and the normal name is an alias. */
4935 #if defined __stub_remove || defined __stub___remove
4936 choke me
4937 #endif
4940 main ()
4942 return remove ();
4944 return 0;
4946 _ACEOF
4947 rm -f conftest.$ac_objext conftest$ac_exeext
4948 if { (ac_try="$ac_link"
4949 case "(($ac_try" in
4950 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
4951 *) ac_try_echo=$ac_try;;
4952 esac
4953 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
4954 (eval "$ac_link") 2>conftest.er1
4955 ac_status=$?
4956 grep -v '^ *+' conftest.er1 >conftest.err
4957 rm -f conftest.er1
4958 cat conftest.err >&5
4959 echo "$as_me:$LINENO: \$? = $ac_status" >&5
4960 (exit $ac_status); } && {
4961 test -z "$ac_c_werror_flag" ||
4962 test ! -s conftest.err
4963 } && test -s conftest$ac_exeext &&
4964 $as_test_x conftest$ac_exeext; then
4965 ac_cv_func_remove=yes
4966 else
4967 echo "$as_me: failed program was:" >&5
4968 sed 's/^/| /' conftest.$ac_ext >&5
4970 ac_cv_func_remove=no
4973 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
4974 conftest$ac_exeext conftest.$ac_ext
4976 { echo "$as_me:$LINENO: result: $ac_cv_func_remove" >&5
4977 echo "${ECHO_T}$ac_cv_func_remove" >&6; }
4979 if test $ac_cv_func_remove = no; then
4980 { echo "$as_me:$LINENO: checking for remove in -lposix" >&5
4981 echo $ECHO_N "checking for remove in -lposix... $ECHO_C" >&6; }
4982 if test "${ac_cv_lib_posix_remove+set}" = set; then
4983 echo $ECHO_N "(cached) $ECHO_C" >&6
4984 else
4985 ac_check_lib_save_LIBS=$LIBS
4986 LIBS="-lposix $LIBS"
4987 cat >conftest.$ac_ext <<_ACEOF
4988 /* confdefs.h. */
4989 _ACEOF
4990 cat confdefs.h >>conftest.$ac_ext
4991 cat >>conftest.$ac_ext <<_ACEOF
4992 /* end confdefs.h. */
4994 /* Override any GCC internal prototype to avoid an error.
4995 Use char because int might match the return type of a GCC
4996 builtin and then its argument prototype would still apply. */
4997 #ifdef __cplusplus
4998 extern "C"
4999 #endif
5000 char remove ();
5002 main ()
5004 return remove ();
5006 return 0;
5008 _ACEOF
5009 rm -f conftest.$ac_objext conftest$ac_exeext
5010 if { (ac_try="$ac_link"
5011 case "(($ac_try" in
5012 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5013 *) ac_try_echo=$ac_try;;
5014 esac
5015 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5016 (eval "$ac_link") 2>conftest.er1
5017 ac_status=$?
5018 grep -v '^ *+' conftest.er1 >conftest.err
5019 rm -f conftest.er1
5020 cat conftest.err >&5
5021 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5022 (exit $ac_status); } && {
5023 test -z "$ac_c_werror_flag" ||
5024 test ! -s conftest.err
5025 } && test -s conftest$ac_exeext &&
5026 $as_test_x conftest$ac_exeext; then
5027 ac_cv_lib_posix_remove=yes
5028 else
5029 echo "$as_me: failed program was:" >&5
5030 sed 's/^/| /' conftest.$ac_ext >&5
5032 ac_cv_lib_posix_remove=no
5035 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5036 conftest$ac_exeext conftest.$ac_ext
5037 LIBS=$ac_check_lib_save_LIBS
5039 { echo "$as_me:$LINENO: result: $ac_cv_lib_posix_remove" >&5
5040 echo "${ECHO_T}$ac_cv_lib_posix_remove" >&6; }
5041 if test $ac_cv_lib_posix_remove = yes; then
5042 X_EXTRA_LIBS="$X_EXTRA_LIBS -lposix"
5047 # BSDI BSD/OS 2.1 needs -lipc for XOpenDisplay.
5048 { echo "$as_me:$LINENO: checking for shmat" >&5
5049 echo $ECHO_N "checking for shmat... $ECHO_C" >&6; }
5050 if test "${ac_cv_func_shmat+set}" = set; then
5051 echo $ECHO_N "(cached) $ECHO_C" >&6
5052 else
5053 cat >conftest.$ac_ext <<_ACEOF
5054 /* confdefs.h. */
5055 _ACEOF
5056 cat confdefs.h >>conftest.$ac_ext
5057 cat >>conftest.$ac_ext <<_ACEOF
5058 /* end confdefs.h. */
5059 /* Define shmat to an innocuous variant, in case <limits.h> declares shmat.
5060 For example, HP-UX 11i <limits.h> declares gettimeofday. */
5061 #define shmat innocuous_shmat
5063 /* System header to define __stub macros and hopefully few prototypes,
5064 which can conflict with char shmat (); below.
5065 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
5066 <limits.h> exists even on freestanding compilers. */
5068 #ifdef __STDC__
5069 # include <limits.h>
5070 #else
5071 # include <assert.h>
5072 #endif
5074 #undef shmat
5076 /* Override any GCC internal prototype to avoid an error.
5077 Use char because int might match the return type of a GCC
5078 builtin and then its argument prototype would still apply. */
5079 #ifdef __cplusplus
5080 extern "C"
5081 #endif
5082 char shmat ();
5083 /* The GNU C library defines this for functions which it implements
5084 to always fail with ENOSYS. Some functions are actually named
5085 something starting with __ and the normal name is an alias. */
5086 #if defined __stub_shmat || defined __stub___shmat
5087 choke me
5088 #endif
5091 main ()
5093 return shmat ();
5095 return 0;
5097 _ACEOF
5098 rm -f conftest.$ac_objext conftest$ac_exeext
5099 if { (ac_try="$ac_link"
5100 case "(($ac_try" in
5101 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5102 *) ac_try_echo=$ac_try;;
5103 esac
5104 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5105 (eval "$ac_link") 2>conftest.er1
5106 ac_status=$?
5107 grep -v '^ *+' conftest.er1 >conftest.err
5108 rm -f conftest.er1
5109 cat conftest.err >&5
5110 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5111 (exit $ac_status); } && {
5112 test -z "$ac_c_werror_flag" ||
5113 test ! -s conftest.err
5114 } && test -s conftest$ac_exeext &&
5115 $as_test_x conftest$ac_exeext; then
5116 ac_cv_func_shmat=yes
5117 else
5118 echo "$as_me: failed program was:" >&5
5119 sed 's/^/| /' conftest.$ac_ext >&5
5121 ac_cv_func_shmat=no
5124 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5125 conftest$ac_exeext conftest.$ac_ext
5127 { echo "$as_me:$LINENO: result: $ac_cv_func_shmat" >&5
5128 echo "${ECHO_T}$ac_cv_func_shmat" >&6; }
5130 if test $ac_cv_func_shmat = no; then
5131 { echo "$as_me:$LINENO: checking for shmat in -lipc" >&5
5132 echo $ECHO_N "checking for shmat in -lipc... $ECHO_C" >&6; }
5133 if test "${ac_cv_lib_ipc_shmat+set}" = set; then
5134 echo $ECHO_N "(cached) $ECHO_C" >&6
5135 else
5136 ac_check_lib_save_LIBS=$LIBS
5137 LIBS="-lipc $LIBS"
5138 cat >conftest.$ac_ext <<_ACEOF
5139 /* confdefs.h. */
5140 _ACEOF
5141 cat confdefs.h >>conftest.$ac_ext
5142 cat >>conftest.$ac_ext <<_ACEOF
5143 /* end confdefs.h. */
5145 /* Override any GCC internal prototype to avoid an error.
5146 Use char because int might match the return type of a GCC
5147 builtin and then its argument prototype would still apply. */
5148 #ifdef __cplusplus
5149 extern "C"
5150 #endif
5151 char shmat ();
5153 main ()
5155 return shmat ();
5157 return 0;
5159 _ACEOF
5160 rm -f conftest.$ac_objext conftest$ac_exeext
5161 if { (ac_try="$ac_link"
5162 case "(($ac_try" in
5163 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5164 *) ac_try_echo=$ac_try;;
5165 esac
5166 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5167 (eval "$ac_link") 2>conftest.er1
5168 ac_status=$?
5169 grep -v '^ *+' conftest.er1 >conftest.err
5170 rm -f conftest.er1
5171 cat conftest.err >&5
5172 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5173 (exit $ac_status); } && {
5174 test -z "$ac_c_werror_flag" ||
5175 test ! -s conftest.err
5176 } && test -s conftest$ac_exeext &&
5177 $as_test_x conftest$ac_exeext; then
5178 ac_cv_lib_ipc_shmat=yes
5179 else
5180 echo "$as_me: failed program was:" >&5
5181 sed 's/^/| /' conftest.$ac_ext >&5
5183 ac_cv_lib_ipc_shmat=no
5186 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5187 conftest$ac_exeext conftest.$ac_ext
5188 LIBS=$ac_check_lib_save_LIBS
5190 { echo "$as_me:$LINENO: result: $ac_cv_lib_ipc_shmat" >&5
5191 echo "${ECHO_T}$ac_cv_lib_ipc_shmat" >&6; }
5192 if test $ac_cv_lib_ipc_shmat = yes; then
5193 X_EXTRA_LIBS="$X_EXTRA_LIBS -lipc"
5199 # Check for libraries that X11R6 Xt/Xaw programs need.
5200 ac_save_LDFLAGS=$LDFLAGS
5201 test -n "$x_libraries" && LDFLAGS="$LDFLAGS -L$x_libraries"
5202 # SM needs ICE to (dynamically) link under SunOS 4.x (so we have to
5203 # check for ICE first), but we must link in the order -lSM -lICE or
5204 # we get undefined symbols. So assume we have SM if we have ICE.
5205 # These have to be linked with before -lX11, unlike the other
5206 # libraries we check for below, so use a different variable.
5207 # John Interrante, Karl Berry
5208 { echo "$as_me:$LINENO: checking for IceConnectionNumber in -lICE" >&5
5209 echo $ECHO_N "checking for IceConnectionNumber in -lICE... $ECHO_C" >&6; }
5210 if test "${ac_cv_lib_ICE_IceConnectionNumber+set}" = set; then
5211 echo $ECHO_N "(cached) $ECHO_C" >&6
5212 else
5213 ac_check_lib_save_LIBS=$LIBS
5214 LIBS="-lICE $X_EXTRA_LIBS $LIBS"
5215 cat >conftest.$ac_ext <<_ACEOF
5216 /* confdefs.h. */
5217 _ACEOF
5218 cat confdefs.h >>conftest.$ac_ext
5219 cat >>conftest.$ac_ext <<_ACEOF
5220 /* end confdefs.h. */
5222 /* Override any GCC internal prototype to avoid an error.
5223 Use char because int might match the return type of a GCC
5224 builtin and then its argument prototype would still apply. */
5225 #ifdef __cplusplus
5226 extern "C"
5227 #endif
5228 char IceConnectionNumber ();
5230 main ()
5232 return IceConnectionNumber ();
5234 return 0;
5236 _ACEOF
5237 rm -f conftest.$ac_objext conftest$ac_exeext
5238 if { (ac_try="$ac_link"
5239 case "(($ac_try" in
5240 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
5241 *) ac_try_echo=$ac_try;;
5242 esac
5243 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
5244 (eval "$ac_link") 2>conftest.er1
5245 ac_status=$?
5246 grep -v '^ *+' conftest.er1 >conftest.err
5247 rm -f conftest.er1
5248 cat conftest.err >&5
5249 echo "$as_me:$LINENO: \$? = $ac_status" >&5
5250 (exit $ac_status); } && {
5251 test -z "$ac_c_werror_flag" ||
5252 test ! -s conftest.err
5253 } && test -s conftest$ac_exeext &&
5254 $as_test_x conftest$ac_exeext; then
5255 ac_cv_lib_ICE_IceConnectionNumber=yes
5256 else
5257 echo "$as_me: failed program was:" >&5
5258 sed 's/^/| /' conftest.$ac_ext >&5
5260 ac_cv_lib_ICE_IceConnectionNumber=no
5263 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
5264 conftest$ac_exeext conftest.$ac_ext
5265 LIBS=$ac_check_lib_save_LIBS
5267 { echo "$as_me:$LINENO: result: $ac_cv_lib_ICE_IceConnectionNumber" >&5
5268 echo "${ECHO_T}$ac_cv_lib_ICE_IceConnectionNumber" >&6; }
5269 if test $ac_cv_lib_ICE_IceConnectionNumber = yes; then
5270 X_PRE_LIBS="$X_PRE_LIBS -lSM -lICE"
5273 LDFLAGS=$ac_save_LDFLAGS
5278 for ac_prog in flex
5280 # Extract the first word of "$ac_prog", so it can be a program name with args.
5281 set dummy $ac_prog; ac_word=$2
5282 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5283 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5284 if test "${ac_cv_prog_FLEX+set}" = set; then
5285 echo $ECHO_N "(cached) $ECHO_C" >&6
5286 else
5287 if test -n "$FLEX"; then
5288 ac_cv_prog_FLEX="$FLEX" # Let the user override the test.
5289 else
5290 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5291 for as_dir in $PATH
5293 IFS=$as_save_IFS
5294 test -z "$as_dir" && as_dir=.
5295 for ac_exec_ext in '' $ac_executable_extensions; do
5296 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5297 ac_cv_prog_FLEX="$ac_prog"
5298 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5299 break 2
5301 done
5302 done
5303 IFS=$as_save_IFS
5307 FLEX=$ac_cv_prog_FLEX
5308 if test -n "$FLEX"; then
5309 { echo "$as_me:$LINENO: result: $FLEX" >&5
5310 echo "${ECHO_T}$FLEX" >&6; }
5311 else
5312 { echo "$as_me:$LINENO: result: no" >&5
5313 echo "${ECHO_T}no" >&6; }
5317 test -n "$FLEX" && break
5318 done
5319 test -n "$FLEX" || FLEX="none"
5321 if test "$FLEX" = "none"
5322 then
5323 { { echo "$as_me:$LINENO: error: no suitable flex found. Please install the 'flex' package." >&5
5324 echo "$as_me: error: no suitable flex found. Please install the 'flex' package." >&2;}
5325 { (exit 1); exit 1; }; }
5328 for ac_prog in bison
5330 # Extract the first word of "$ac_prog", so it can be a program name with args.
5331 set dummy $ac_prog; ac_word=$2
5332 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5333 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5334 if test "${ac_cv_prog_BISON+set}" = set; then
5335 echo $ECHO_N "(cached) $ECHO_C" >&6
5336 else
5337 if test -n "$BISON"; then
5338 ac_cv_prog_BISON="$BISON" # Let the user override the test.
5339 else
5340 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5341 for as_dir in $PATH
5343 IFS=$as_save_IFS
5344 test -z "$as_dir" && as_dir=.
5345 for ac_exec_ext in '' $ac_executable_extensions; do
5346 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5347 ac_cv_prog_BISON="$ac_prog"
5348 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5349 break 2
5351 done
5352 done
5353 IFS=$as_save_IFS
5357 BISON=$ac_cv_prog_BISON
5358 if test -n "$BISON"; then
5359 { echo "$as_me:$LINENO: result: $BISON" >&5
5360 echo "${ECHO_T}$BISON" >&6; }
5361 else
5362 { echo "$as_me:$LINENO: result: no" >&5
5363 echo "${ECHO_T}no" >&6; }
5367 test -n "$BISON" && break
5368 done
5369 test -n "$BISON" || BISON="none"
5371 if test "$BISON" = "none"
5372 then
5373 { { echo "$as_me:$LINENO: error: no suitable bison found. Please install the 'bison' package." >&5
5374 echo "$as_me: error: no suitable bison found. Please install the 'bison' package." >&2;}
5375 { (exit 1); exit 1; }; }
5378 if test -n "$ac_tool_prefix"; then
5379 for ac_prog in gas as
5381 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5382 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5383 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5384 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5385 if test "${ac_cv_prog_AS+set}" = set; then
5386 echo $ECHO_N "(cached) $ECHO_C" >&6
5387 else
5388 if test -n "$AS"; then
5389 ac_cv_prog_AS="$AS" # Let the user override the test.
5390 else
5391 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5392 for as_dir in $PATH
5394 IFS=$as_save_IFS
5395 test -z "$as_dir" && as_dir=.
5396 for ac_exec_ext in '' $ac_executable_extensions; do
5397 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5398 ac_cv_prog_AS="$ac_tool_prefix$ac_prog"
5399 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5400 break 2
5402 done
5403 done
5404 IFS=$as_save_IFS
5408 AS=$ac_cv_prog_AS
5409 if test -n "$AS"; then
5410 { echo "$as_me:$LINENO: result: $AS" >&5
5411 echo "${ECHO_T}$AS" >&6; }
5412 else
5413 { echo "$as_me:$LINENO: result: no" >&5
5414 echo "${ECHO_T}no" >&6; }
5418 test -n "$AS" && break
5419 done
5421 if test -z "$AS"; then
5422 ac_ct_AS=$AS
5423 for ac_prog in gas as
5425 # Extract the first word of "$ac_prog", so it can be a program name with args.
5426 set dummy $ac_prog; ac_word=$2
5427 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5428 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5429 if test "${ac_cv_prog_ac_ct_AS+set}" = set; then
5430 echo $ECHO_N "(cached) $ECHO_C" >&6
5431 else
5432 if test -n "$ac_ct_AS"; then
5433 ac_cv_prog_ac_ct_AS="$ac_ct_AS" # Let the user override the test.
5434 else
5435 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5436 for as_dir in $PATH
5438 IFS=$as_save_IFS
5439 test -z "$as_dir" && as_dir=.
5440 for ac_exec_ext in '' $ac_executable_extensions; do
5441 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5442 ac_cv_prog_ac_ct_AS="$ac_prog"
5443 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5444 break 2
5446 done
5447 done
5448 IFS=$as_save_IFS
5452 ac_ct_AS=$ac_cv_prog_ac_ct_AS
5453 if test -n "$ac_ct_AS"; then
5454 { echo "$as_me:$LINENO: result: $ac_ct_AS" >&5
5455 echo "${ECHO_T}$ac_ct_AS" >&6; }
5456 else
5457 { echo "$as_me:$LINENO: result: no" >&5
5458 echo "${ECHO_T}no" >&6; }
5462 test -n "$ac_ct_AS" && break
5463 done
5465 if test "x$ac_ct_AS" = x; then
5466 AS="as"
5467 else
5468 case $cross_compiling:$ac_tool_warned in
5469 yes:)
5470 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5471 whose name does not start with the host triplet. If you think this
5472 configuration is useful to you, please write to autoconf@gnu.org." >&5
5473 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5474 whose name does not start with the host triplet. If you think this
5475 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5476 ac_tool_warned=yes ;;
5477 esac
5478 AS=$ac_ct_AS
5482 if test -n "$ac_tool_prefix"; then
5483 for ac_prog in ld gld
5485 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5486 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5487 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5488 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5489 if test "${ac_cv_prog_LD+set}" = set; then
5490 echo $ECHO_N "(cached) $ECHO_C" >&6
5491 else
5492 if test -n "$LD"; then
5493 ac_cv_prog_LD="$LD" # Let the user override the test.
5494 else
5495 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5496 for as_dir in $PATH
5498 IFS=$as_save_IFS
5499 test -z "$as_dir" && as_dir=.
5500 for ac_exec_ext in '' $ac_executable_extensions; do
5501 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5502 ac_cv_prog_LD="$ac_tool_prefix$ac_prog"
5503 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5504 break 2
5506 done
5507 done
5508 IFS=$as_save_IFS
5512 LD=$ac_cv_prog_LD
5513 if test -n "$LD"; then
5514 { echo "$as_me:$LINENO: result: $LD" >&5
5515 echo "${ECHO_T}$LD" >&6; }
5516 else
5517 { echo "$as_me:$LINENO: result: no" >&5
5518 echo "${ECHO_T}no" >&6; }
5522 test -n "$LD" && break
5523 done
5525 if test -z "$LD"; then
5526 ac_ct_LD=$LD
5527 for ac_prog in ld gld
5529 # Extract the first word of "$ac_prog", so it can be a program name with args.
5530 set dummy $ac_prog; ac_word=$2
5531 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5532 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5533 if test "${ac_cv_prog_ac_ct_LD+set}" = set; then
5534 echo $ECHO_N "(cached) $ECHO_C" >&6
5535 else
5536 if test -n "$ac_ct_LD"; then
5537 ac_cv_prog_ac_ct_LD="$ac_ct_LD" # Let the user override the test.
5538 else
5539 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5540 for as_dir in $PATH
5542 IFS=$as_save_IFS
5543 test -z "$as_dir" && as_dir=.
5544 for ac_exec_ext in '' $ac_executable_extensions; do
5545 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5546 ac_cv_prog_ac_ct_LD="$ac_prog"
5547 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5548 break 2
5550 done
5551 done
5552 IFS=$as_save_IFS
5556 ac_ct_LD=$ac_cv_prog_ac_ct_LD
5557 if test -n "$ac_ct_LD"; then
5558 { echo "$as_me:$LINENO: result: $ac_ct_LD" >&5
5559 echo "${ECHO_T}$ac_ct_LD" >&6; }
5560 else
5561 { echo "$as_me:$LINENO: result: no" >&5
5562 echo "${ECHO_T}no" >&6; }
5566 test -n "$ac_ct_LD" && break
5567 done
5569 if test "x$ac_ct_LD" = x; then
5570 LD="ld"
5571 else
5572 case $cross_compiling:$ac_tool_warned in
5573 yes:)
5574 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5575 whose name does not start with the host triplet. If you think this
5576 configuration is useful to you, please write to autoconf@gnu.org." >&5
5577 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5578 whose name does not start with the host triplet. If you think this
5579 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5580 ac_tool_warned=yes ;;
5581 esac
5582 LD=$ac_ct_LD
5586 if test -n "$ac_tool_prefix"; then
5587 for ac_prog in nm gnm
5589 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5590 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5591 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5592 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5593 if test "${ac_cv_prog_NM+set}" = set; then
5594 echo $ECHO_N "(cached) $ECHO_C" >&6
5595 else
5596 if test -n "$NM"; then
5597 ac_cv_prog_NM="$NM" # Let the user override the test.
5598 else
5599 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5600 for as_dir in $PATH
5602 IFS=$as_save_IFS
5603 test -z "$as_dir" && as_dir=.
5604 for ac_exec_ext in '' $ac_executable_extensions; do
5605 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5606 ac_cv_prog_NM="$ac_tool_prefix$ac_prog"
5607 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5608 break 2
5610 done
5611 done
5612 IFS=$as_save_IFS
5616 NM=$ac_cv_prog_NM
5617 if test -n "$NM"; then
5618 { echo "$as_me:$LINENO: result: $NM" >&5
5619 echo "${ECHO_T}$NM" >&6; }
5620 else
5621 { echo "$as_me:$LINENO: result: no" >&5
5622 echo "${ECHO_T}no" >&6; }
5626 test -n "$NM" && break
5627 done
5629 if test -z "$NM"; then
5630 ac_ct_NM=$NM
5631 for ac_prog in nm gnm
5633 # Extract the first word of "$ac_prog", so it can be a program name with args.
5634 set dummy $ac_prog; ac_word=$2
5635 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5636 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5637 if test "${ac_cv_prog_ac_ct_NM+set}" = set; then
5638 echo $ECHO_N "(cached) $ECHO_C" >&6
5639 else
5640 if test -n "$ac_ct_NM"; then
5641 ac_cv_prog_ac_ct_NM="$ac_ct_NM" # Let the user override the test.
5642 else
5643 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5644 for as_dir in $PATH
5646 IFS=$as_save_IFS
5647 test -z "$as_dir" && as_dir=.
5648 for ac_exec_ext in '' $ac_executable_extensions; do
5649 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5650 ac_cv_prog_ac_ct_NM="$ac_prog"
5651 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5652 break 2
5654 done
5655 done
5656 IFS=$as_save_IFS
5660 ac_ct_NM=$ac_cv_prog_ac_ct_NM
5661 if test -n "$ac_ct_NM"; then
5662 { echo "$as_me:$LINENO: result: $ac_ct_NM" >&5
5663 echo "${ECHO_T}$ac_ct_NM" >&6; }
5664 else
5665 { echo "$as_me:$LINENO: result: no" >&5
5666 echo "${ECHO_T}no" >&6; }
5670 test -n "$ac_ct_NM" && break
5671 done
5673 if test "x$ac_ct_NM" = x; then
5674 NM="nm"
5675 else
5676 case $cross_compiling:$ac_tool_warned in
5677 yes:)
5678 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5679 whose name does not start with the host triplet. If you think this
5680 configuration is useful to you, please write to autoconf@gnu.org." >&5
5681 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5682 whose name does not start with the host triplet. If you think this
5683 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5684 ac_tool_warned=yes ;;
5685 esac
5686 NM=$ac_ct_NM
5690 if test -n "$ac_tool_prefix"; then
5691 for ac_prog in ar gar
5693 # Extract the first word of "$ac_tool_prefix$ac_prog", so it can be a program name with args.
5694 set dummy $ac_tool_prefix$ac_prog; ac_word=$2
5695 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5696 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5697 if test "${ac_cv_prog_AR+set}" = set; then
5698 echo $ECHO_N "(cached) $ECHO_C" >&6
5699 else
5700 if test -n "$AR"; then
5701 ac_cv_prog_AR="$AR" # Let the user override the test.
5702 else
5703 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5704 for as_dir in $PATH
5706 IFS=$as_save_IFS
5707 test -z "$as_dir" && as_dir=.
5708 for ac_exec_ext in '' $ac_executable_extensions; do
5709 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5710 ac_cv_prog_AR="$ac_tool_prefix$ac_prog"
5711 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5712 break 2
5714 done
5715 done
5716 IFS=$as_save_IFS
5720 AR=$ac_cv_prog_AR
5721 if test -n "$AR"; then
5722 { echo "$as_me:$LINENO: result: $AR" >&5
5723 echo "${ECHO_T}$AR" >&6; }
5724 else
5725 { echo "$as_me:$LINENO: result: no" >&5
5726 echo "${ECHO_T}no" >&6; }
5730 test -n "$AR" && break
5731 done
5733 if test -z "$AR"; then
5734 ac_ct_AR=$AR
5735 for ac_prog in ar gar
5737 # Extract the first word of "$ac_prog", so it can be a program name with args.
5738 set dummy $ac_prog; ac_word=$2
5739 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5740 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5741 if test "${ac_cv_prog_ac_ct_AR+set}" = set; then
5742 echo $ECHO_N "(cached) $ECHO_C" >&6
5743 else
5744 if test -n "$ac_ct_AR"; then
5745 ac_cv_prog_ac_ct_AR="$ac_ct_AR" # Let the user override the test.
5746 else
5747 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5748 for as_dir in $PATH
5750 IFS=$as_save_IFS
5751 test -z "$as_dir" && as_dir=.
5752 for ac_exec_ext in '' $ac_executable_extensions; do
5753 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5754 ac_cv_prog_ac_ct_AR="$ac_prog"
5755 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5756 break 2
5758 done
5759 done
5760 IFS=$as_save_IFS
5764 ac_ct_AR=$ac_cv_prog_ac_ct_AR
5765 if test -n "$ac_ct_AR"; then
5766 { echo "$as_me:$LINENO: result: $ac_ct_AR" >&5
5767 echo "${ECHO_T}$ac_ct_AR" >&6; }
5768 else
5769 { echo "$as_me:$LINENO: result: no" >&5
5770 echo "${ECHO_T}no" >&6; }
5774 test -n "$ac_ct_AR" && break
5775 done
5777 if test "x$ac_ct_AR" = x; then
5778 AR="ar"
5779 else
5780 case $cross_compiling:$ac_tool_warned in
5781 yes:)
5782 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5783 whose name does not start with the host triplet. If you think this
5784 configuration is useful to you, please write to autoconf@gnu.org." >&5
5785 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5786 whose name does not start with the host triplet. If you think this
5787 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5788 ac_tool_warned=yes ;;
5789 esac
5790 AR=$ac_ct_AR
5794 ARFLAGS=rc
5796 if test -n "$ac_tool_prefix"; then
5797 # Extract the first word of "${ac_tool_prefix}ranlib", so it can be a program name with args.
5798 set dummy ${ac_tool_prefix}ranlib; ac_word=$2
5799 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5800 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5801 if test "${ac_cv_prog_RANLIB+set}" = set; then
5802 echo $ECHO_N "(cached) $ECHO_C" >&6
5803 else
5804 if test -n "$RANLIB"; then
5805 ac_cv_prog_RANLIB="$RANLIB" # Let the user override the test.
5806 else
5807 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5808 for as_dir in $PATH
5810 IFS=$as_save_IFS
5811 test -z "$as_dir" && as_dir=.
5812 for ac_exec_ext in '' $ac_executable_extensions; do
5813 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5814 ac_cv_prog_RANLIB="${ac_tool_prefix}ranlib"
5815 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5816 break 2
5818 done
5819 done
5820 IFS=$as_save_IFS
5824 RANLIB=$ac_cv_prog_RANLIB
5825 if test -n "$RANLIB"; then
5826 { echo "$as_me:$LINENO: result: $RANLIB" >&5
5827 echo "${ECHO_T}$RANLIB" >&6; }
5828 else
5829 { echo "$as_me:$LINENO: result: no" >&5
5830 echo "${ECHO_T}no" >&6; }
5835 if test -z "$ac_cv_prog_RANLIB"; then
5836 ac_ct_RANLIB=$RANLIB
5837 # Extract the first word of "ranlib", so it can be a program name with args.
5838 set dummy ranlib; ac_word=$2
5839 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5840 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5841 if test "${ac_cv_prog_ac_ct_RANLIB+set}" = set; then
5842 echo $ECHO_N "(cached) $ECHO_C" >&6
5843 else
5844 if test -n "$ac_ct_RANLIB"; then
5845 ac_cv_prog_ac_ct_RANLIB="$ac_ct_RANLIB" # Let the user override the test.
5846 else
5847 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5848 for as_dir in $PATH
5850 IFS=$as_save_IFS
5851 test -z "$as_dir" && as_dir=.
5852 for ac_exec_ext in '' $ac_executable_extensions; do
5853 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5854 ac_cv_prog_ac_ct_RANLIB="ranlib"
5855 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5856 break 2
5858 done
5859 done
5860 IFS=$as_save_IFS
5864 ac_ct_RANLIB=$ac_cv_prog_ac_ct_RANLIB
5865 if test -n "$ac_ct_RANLIB"; then
5866 { echo "$as_me:$LINENO: result: $ac_ct_RANLIB" >&5
5867 echo "${ECHO_T}$ac_ct_RANLIB" >&6; }
5868 else
5869 { echo "$as_me:$LINENO: result: no" >&5
5870 echo "${ECHO_T}no" >&6; }
5873 if test "x$ac_ct_RANLIB" = x; then
5874 RANLIB=":"
5875 else
5876 case $cross_compiling:$ac_tool_warned in
5877 yes:)
5878 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5879 whose name does not start with the host triplet. If you think this
5880 configuration is useful to you, please write to autoconf@gnu.org." >&5
5881 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5882 whose name does not start with the host triplet. If you think this
5883 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5884 ac_tool_warned=yes ;;
5885 esac
5886 RANLIB=$ac_ct_RANLIB
5888 else
5889 RANLIB="$ac_cv_prog_RANLIB"
5892 if test -n "$ac_tool_prefix"; then
5893 # Extract the first word of "${ac_tool_prefix}strip", so it can be a program name with args.
5894 set dummy ${ac_tool_prefix}strip; ac_word=$2
5895 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5896 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5897 if test "${ac_cv_prog_STRIP+set}" = set; then
5898 echo $ECHO_N "(cached) $ECHO_C" >&6
5899 else
5900 if test -n "$STRIP"; then
5901 ac_cv_prog_STRIP="$STRIP" # Let the user override the test.
5902 else
5903 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5904 for as_dir in $PATH
5906 IFS=$as_save_IFS
5907 test -z "$as_dir" && as_dir=.
5908 for ac_exec_ext in '' $ac_executable_extensions; do
5909 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5910 ac_cv_prog_STRIP="${ac_tool_prefix}strip"
5911 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5912 break 2
5914 done
5915 done
5916 IFS=$as_save_IFS
5920 STRIP=$ac_cv_prog_STRIP
5921 if test -n "$STRIP"; then
5922 { echo "$as_me:$LINENO: result: $STRIP" >&5
5923 echo "${ECHO_T}$STRIP" >&6; }
5924 else
5925 { echo "$as_me:$LINENO: result: no" >&5
5926 echo "${ECHO_T}no" >&6; }
5931 if test -z "$ac_cv_prog_STRIP"; then
5932 ac_ct_STRIP=$STRIP
5933 # Extract the first word of "strip", so it can be a program name with args.
5934 set dummy strip; ac_word=$2
5935 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5936 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5937 if test "${ac_cv_prog_ac_ct_STRIP+set}" = set; then
5938 echo $ECHO_N "(cached) $ECHO_C" >&6
5939 else
5940 if test -n "$ac_ct_STRIP"; then
5941 ac_cv_prog_ac_ct_STRIP="$ac_ct_STRIP" # Let the user override the test.
5942 else
5943 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
5944 for as_dir in $PATH
5946 IFS=$as_save_IFS
5947 test -z "$as_dir" && as_dir=.
5948 for ac_exec_ext in '' $ac_executable_extensions; do
5949 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
5950 ac_cv_prog_ac_ct_STRIP="strip"
5951 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
5952 break 2
5954 done
5955 done
5956 IFS=$as_save_IFS
5960 ac_ct_STRIP=$ac_cv_prog_ac_ct_STRIP
5961 if test -n "$ac_ct_STRIP"; then
5962 { echo "$as_me:$LINENO: result: $ac_ct_STRIP" >&5
5963 echo "${ECHO_T}$ac_ct_STRIP" >&6; }
5964 else
5965 { echo "$as_me:$LINENO: result: no" >&5
5966 echo "${ECHO_T}no" >&6; }
5969 if test "x$ac_ct_STRIP" = x; then
5970 STRIP="strip"
5971 else
5972 case $cross_compiling:$ac_tool_warned in
5973 yes:)
5974 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
5975 whose name does not start with the host triplet. If you think this
5976 configuration is useful to you, please write to autoconf@gnu.org." >&5
5977 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
5978 whose name does not start with the host triplet. If you think this
5979 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
5980 ac_tool_warned=yes ;;
5981 esac
5982 STRIP=$ac_ct_STRIP
5984 else
5985 STRIP="$ac_cv_prog_STRIP"
5988 if test -n "$ac_tool_prefix"; then
5989 # Extract the first word of "${ac_tool_prefix}windres", so it can be a program name with args.
5990 set dummy ${ac_tool_prefix}windres; ac_word=$2
5991 { echo "$as_me:$LINENO: checking for $ac_word" >&5
5992 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
5993 if test "${ac_cv_prog_WINDRES+set}" = set; then
5994 echo $ECHO_N "(cached) $ECHO_C" >&6
5995 else
5996 if test -n "$WINDRES"; then
5997 ac_cv_prog_WINDRES="$WINDRES" # Let the user override the test.
5998 else
5999 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6000 for as_dir in $PATH
6002 IFS=$as_save_IFS
6003 test -z "$as_dir" && as_dir=.
6004 for ac_exec_ext in '' $ac_executable_extensions; do
6005 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6006 ac_cv_prog_WINDRES="${ac_tool_prefix}windres"
6007 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6008 break 2
6010 done
6011 done
6012 IFS=$as_save_IFS
6016 WINDRES=$ac_cv_prog_WINDRES
6017 if test -n "$WINDRES"; then
6018 { echo "$as_me:$LINENO: result: $WINDRES" >&5
6019 echo "${ECHO_T}$WINDRES" >&6; }
6020 else
6021 { echo "$as_me:$LINENO: result: no" >&5
6022 echo "${ECHO_T}no" >&6; }
6027 if test -z "$ac_cv_prog_WINDRES"; then
6028 ac_ct_WINDRES=$WINDRES
6029 # Extract the first word of "windres", so it can be a program name with args.
6030 set dummy windres; ac_word=$2
6031 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6032 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6033 if test "${ac_cv_prog_ac_ct_WINDRES+set}" = set; then
6034 echo $ECHO_N "(cached) $ECHO_C" >&6
6035 else
6036 if test -n "$ac_ct_WINDRES"; then
6037 ac_cv_prog_ac_ct_WINDRES="$ac_ct_WINDRES" # Let the user override the test.
6038 else
6039 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6040 for as_dir in $PATH
6042 IFS=$as_save_IFS
6043 test -z "$as_dir" && as_dir=.
6044 for ac_exec_ext in '' $ac_executable_extensions; do
6045 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6046 ac_cv_prog_ac_ct_WINDRES="windres"
6047 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6048 break 2
6050 done
6051 done
6052 IFS=$as_save_IFS
6056 ac_ct_WINDRES=$ac_cv_prog_ac_ct_WINDRES
6057 if test -n "$ac_ct_WINDRES"; then
6058 { echo "$as_me:$LINENO: result: $ac_ct_WINDRES" >&5
6059 echo "${ECHO_T}$ac_ct_WINDRES" >&6; }
6060 else
6061 { echo "$as_me:$LINENO: result: no" >&5
6062 echo "${ECHO_T}no" >&6; }
6065 if test "x$ac_ct_WINDRES" = x; then
6066 WINDRES="false"
6067 else
6068 case $cross_compiling:$ac_tool_warned in
6069 yes:)
6070 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
6071 whose name does not start with the host triplet. If you think this
6072 configuration is useful to you, please write to autoconf@gnu.org." >&5
6073 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
6074 whose name does not start with the host triplet. If you think this
6075 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
6076 ac_tool_warned=yes ;;
6077 esac
6078 WINDRES=$ac_ct_WINDRES
6080 else
6081 WINDRES="$ac_cv_prog_WINDRES"
6084 { echo "$as_me:$LINENO: checking whether ln -s works" >&5
6085 echo $ECHO_N "checking whether ln -s works... $ECHO_C" >&6; }
6086 LN_S=$as_ln_s
6087 if test "$LN_S" = "ln -s"; then
6088 { echo "$as_me:$LINENO: result: yes" >&5
6089 echo "${ECHO_T}yes" >&6; }
6090 else
6091 { echo "$as_me:$LINENO: result: no, using $LN_S" >&5
6092 echo "${ECHO_T}no, using $LN_S" >&6; }
6095 { echo "$as_me:$LINENO: checking whether ln works" >&5
6096 echo $ECHO_N "checking whether ln works... $ECHO_C" >&6; }
6097 rm -f conf$$ conf$$.file
6098 echo >conf$$.file
6099 if ln conf$$.file conf$$ 2>/dev/null; then
6100 LN=ln
6102 { echo "$as_me:$LINENO: result: yes" >&5
6103 echo "${ECHO_T}yes" >&6; }
6104 else
6105 LN="cp -p"
6107 { echo "$as_me:$LINENO: result: no, using $LN" >&5
6108 echo "${ECHO_T}no, using $LN" >&6; }
6110 rm -f conf$$ conf$$.file
6111 { echo "$as_me:$LINENO: checking for grep that handles long lines and -e" >&5
6112 echo $ECHO_N "checking for grep that handles long lines and -e... $ECHO_C" >&6; }
6113 if test "${ac_cv_path_GREP+set}" = set; then
6114 echo $ECHO_N "(cached) $ECHO_C" >&6
6115 else
6116 # Extract the first word of "grep ggrep" to use in msg output
6117 if test -z "$GREP"; then
6118 set dummy grep ggrep; ac_prog_name=$2
6119 if test "${ac_cv_path_GREP+set}" = set; then
6120 echo $ECHO_N "(cached) $ECHO_C" >&6
6121 else
6122 ac_path_GREP_found=false
6123 # Loop through the user's path and test for each of PROGNAME-LIST
6124 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6125 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6127 IFS=$as_save_IFS
6128 test -z "$as_dir" && as_dir=.
6129 for ac_prog in grep ggrep; do
6130 for ac_exec_ext in '' $ac_executable_extensions; do
6131 ac_path_GREP="$as_dir/$ac_prog$ac_exec_ext"
6132 { test -f "$ac_path_GREP" && $as_test_x "$ac_path_GREP"; } || continue
6133 # Check for GNU ac_path_GREP and select it if it is found.
6134 # Check for GNU $ac_path_GREP
6135 case `"$ac_path_GREP" --version 2>&1` in
6136 *GNU*)
6137 ac_cv_path_GREP="$ac_path_GREP" ac_path_GREP_found=:;;
6139 ac_count=0
6140 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6141 while :
6143 cat "conftest.in" "conftest.in" >"conftest.tmp"
6144 mv "conftest.tmp" "conftest.in"
6145 cp "conftest.in" "conftest.nl"
6146 echo 'GREP' >> "conftest.nl"
6147 "$ac_path_GREP" -e 'GREP$' -e '-(cannot match)-' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6148 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6149 ac_count=`expr $ac_count + 1`
6150 if test $ac_count -gt ${ac_path_GREP_max-0}; then
6151 # Best one so far, save it but keep looking for a better one
6152 ac_cv_path_GREP="$ac_path_GREP"
6153 ac_path_GREP_max=$ac_count
6155 # 10*(2^10) chars as input seems more than enough
6156 test $ac_count -gt 10 && break
6157 done
6158 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6159 esac
6162 $ac_path_GREP_found && break 3
6163 done
6164 done
6166 done
6167 IFS=$as_save_IFS
6172 GREP="$ac_cv_path_GREP"
6173 if test -z "$GREP"; then
6174 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6175 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6176 { (exit 1); exit 1; }; }
6179 else
6180 ac_cv_path_GREP=$GREP
6185 { echo "$as_me:$LINENO: result: $ac_cv_path_GREP" >&5
6186 echo "${ECHO_T}$ac_cv_path_GREP" >&6; }
6187 GREP="$ac_cv_path_GREP"
6190 { echo "$as_me:$LINENO: checking for egrep" >&5
6191 echo $ECHO_N "checking for egrep... $ECHO_C" >&6; }
6192 if test "${ac_cv_path_EGREP+set}" = set; then
6193 echo $ECHO_N "(cached) $ECHO_C" >&6
6194 else
6195 if echo a | $GREP -E '(a|b)' >/dev/null 2>&1
6196 then ac_cv_path_EGREP="$GREP -E"
6197 else
6198 # Extract the first word of "egrep" to use in msg output
6199 if test -z "$EGREP"; then
6200 set dummy egrep; ac_prog_name=$2
6201 if test "${ac_cv_path_EGREP+set}" = set; then
6202 echo $ECHO_N "(cached) $ECHO_C" >&6
6203 else
6204 ac_path_EGREP_found=false
6205 # Loop through the user's path and test for each of PROGNAME-LIST
6206 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6207 for as_dir in $PATH$PATH_SEPARATOR/usr/xpg4/bin
6209 IFS=$as_save_IFS
6210 test -z "$as_dir" && as_dir=.
6211 for ac_prog in egrep; do
6212 for ac_exec_ext in '' $ac_executable_extensions; do
6213 ac_path_EGREP="$as_dir/$ac_prog$ac_exec_ext"
6214 { test -f "$ac_path_EGREP" && $as_test_x "$ac_path_EGREP"; } || continue
6215 # Check for GNU ac_path_EGREP and select it if it is found.
6216 # Check for GNU $ac_path_EGREP
6217 case `"$ac_path_EGREP" --version 2>&1` in
6218 *GNU*)
6219 ac_cv_path_EGREP="$ac_path_EGREP" ac_path_EGREP_found=:;;
6221 ac_count=0
6222 echo $ECHO_N "0123456789$ECHO_C" >"conftest.in"
6223 while :
6225 cat "conftest.in" "conftest.in" >"conftest.tmp"
6226 mv "conftest.tmp" "conftest.in"
6227 cp "conftest.in" "conftest.nl"
6228 echo 'EGREP' >> "conftest.nl"
6229 "$ac_path_EGREP" 'EGREP$' < "conftest.nl" >"conftest.out" 2>/dev/null || break
6230 diff "conftest.out" "conftest.nl" >/dev/null 2>&1 || break
6231 ac_count=`expr $ac_count + 1`
6232 if test $ac_count -gt ${ac_path_EGREP_max-0}; then
6233 # Best one so far, save it but keep looking for a better one
6234 ac_cv_path_EGREP="$ac_path_EGREP"
6235 ac_path_EGREP_max=$ac_count
6237 # 10*(2^10) chars as input seems more than enough
6238 test $ac_count -gt 10 && break
6239 done
6240 rm -f conftest.in conftest.tmp conftest.nl conftest.out;;
6241 esac
6244 $ac_path_EGREP_found && break 3
6245 done
6246 done
6248 done
6249 IFS=$as_save_IFS
6254 EGREP="$ac_cv_path_EGREP"
6255 if test -z "$EGREP"; then
6256 { { echo "$as_me:$LINENO: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&5
6257 echo "$as_me: error: no acceptable $ac_prog_name could be found in $PATH$PATH_SEPARATOR/usr/xpg4/bin" >&2;}
6258 { (exit 1); exit 1; }; }
6261 else
6262 ac_cv_path_EGREP=$EGREP
6268 { echo "$as_me:$LINENO: result: $ac_cv_path_EGREP" >&5
6269 echo "${ECHO_T}$ac_cv_path_EGREP" >&6; }
6270 EGREP="$ac_cv_path_EGREP"
6273 # Extract the first word of "ldconfig", so it can be a program name with args.
6274 set dummy ldconfig; ac_word=$2
6275 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6276 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6277 if test "${ac_cv_path_LDCONFIG+set}" = set; then
6278 echo $ECHO_N "(cached) $ECHO_C" >&6
6279 else
6280 case $LDCONFIG in
6281 [\\/]* | ?:[\\/]*)
6282 ac_cv_path_LDCONFIG="$LDCONFIG" # Let the user override the test with a path.
6285 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6286 for as_dir in /sbin /usr/sbin $PATH
6288 IFS=$as_save_IFS
6289 test -z "$as_dir" && as_dir=.
6290 for ac_exec_ext in '' $ac_executable_extensions; do
6291 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6292 ac_cv_path_LDCONFIG="$as_dir/$ac_word$ac_exec_ext"
6293 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6294 break 2
6296 done
6297 done
6298 IFS=$as_save_IFS
6300 test -z "$ac_cv_path_LDCONFIG" && ac_cv_path_LDCONFIG="true"
6302 esac
6304 LDCONFIG=$ac_cv_path_LDCONFIG
6305 if test -n "$LDCONFIG"; then
6306 { echo "$as_me:$LINENO: result: $LDCONFIG" >&5
6307 echo "${ECHO_T}$LDCONFIG" >&6; }
6308 else
6309 { echo "$as_me:$LINENO: result: no" >&5
6310 echo "${ECHO_T}no" >&6; }
6314 # Find a good install program. We prefer a C program (faster),
6315 # so one script is as good as another. But avoid the broken or
6316 # incompatible versions:
6317 # SysV /etc/install, /usr/sbin/install
6318 # SunOS /usr/etc/install
6319 # IRIX /sbin/install
6320 # AIX /bin/install
6321 # AmigaOS /C/install, which installs bootblocks on floppy discs
6322 # AIX 4 /usr/bin/installbsd, which doesn't work without a -g flag
6323 # AFS /usr/afsws/bin/install, which mishandles nonexistent args
6324 # SVR4 /usr/ucb/install, which tries to use the nonexistent group "staff"
6325 # OS/2's system install, which has a completely different semantic
6326 # ./install, which can be erroneously created by make from ./install.sh.
6327 { echo "$as_me:$LINENO: checking for a BSD-compatible install" >&5
6328 echo $ECHO_N "checking for a BSD-compatible install... $ECHO_C" >&6; }
6329 if test -z "$INSTALL"; then
6330 if test "${ac_cv_path_install+set}" = set; then
6331 echo $ECHO_N "(cached) $ECHO_C" >&6
6332 else
6333 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6334 for as_dir in $PATH
6336 IFS=$as_save_IFS
6337 test -z "$as_dir" && as_dir=.
6338 # Account for people who put trailing slashes in PATH elements.
6339 case $as_dir/ in
6340 ./ | .// | /cC/* | \
6341 /etc/* | /usr/sbin/* | /usr/etc/* | /sbin/* | /usr/afsws/bin/* | \
6342 ?:\\/os2\\/install\\/* | ?:\\/OS2\\/INSTALL\\/* | \
6343 /usr/ucb/* ) ;;
6345 # OSF1 and SCO ODT 3.0 have their own names for install.
6346 # Don't use installbsd from OSF since it installs stuff as root
6347 # by default.
6348 for ac_prog in ginstall scoinst install; do
6349 for ac_exec_ext in '' $ac_executable_extensions; do
6350 if { test -f "$as_dir/$ac_prog$ac_exec_ext" && $as_test_x "$as_dir/$ac_prog$ac_exec_ext"; }; then
6351 if test $ac_prog = install &&
6352 grep dspmsg "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6353 # AIX install. It has an incompatible calling convention.
6355 elif test $ac_prog = install &&
6356 grep pwplus "$as_dir/$ac_prog$ac_exec_ext" >/dev/null 2>&1; then
6357 # program-specific install script used by HP pwplus--don't use.
6359 else
6360 ac_cv_path_install="$as_dir/$ac_prog$ac_exec_ext -c"
6361 break 3
6364 done
6365 done
6367 esac
6368 done
6369 IFS=$as_save_IFS
6373 if test "${ac_cv_path_install+set}" = set; then
6374 INSTALL=$ac_cv_path_install
6375 else
6376 # As a last resort, use the slow shell script. Don't cache a
6377 # value for INSTALL within a source directory, because that will
6378 # break other packages using the cache if that directory is
6379 # removed, or if the value is a relative name.
6380 INSTALL=$ac_install_sh
6383 { echo "$as_me:$LINENO: result: $INSTALL" >&5
6384 echo "${ECHO_T}$INSTALL" >&6; }
6386 # Use test -z because SunOS4 sh mishandles braces in ${var-val}.
6387 # It thinks the first close brace ends the variable substitution.
6388 test -z "$INSTALL_PROGRAM" && INSTALL_PROGRAM='${INSTALL}'
6390 test -z "$INSTALL_SCRIPT" && INSTALL_SCRIPT='${INSTALL}'
6392 test -z "$INSTALL_DATA" && INSTALL_DATA='${INSTALL} -m 644'
6394 case "$INSTALL" in
6395 [\\/$]* | ?:[\\/]* ) ;;
6396 *) INSTALL="\\\$(TOPSRCDIR)/$INSTALL" ;;
6397 esac
6399 for ac_prog in lclint lint
6401 # Extract the first word of "$ac_prog", so it can be a program name with args.
6402 set dummy $ac_prog; ac_word=$2
6403 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6404 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6405 if test "${ac_cv_prog_LINT+set}" = set; then
6406 echo $ECHO_N "(cached) $ECHO_C" >&6
6407 else
6408 if test -n "$LINT"; then
6409 ac_cv_prog_LINT="$LINT" # Let the user override the test.
6410 else
6411 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6412 for as_dir in $PATH
6414 IFS=$as_save_IFS
6415 test -z "$as_dir" && as_dir=.
6416 for ac_exec_ext in '' $ac_executable_extensions; do
6417 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6418 ac_cv_prog_LINT="$ac_prog"
6419 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6420 break 2
6422 done
6423 done
6424 IFS=$as_save_IFS
6428 LINT=$ac_cv_prog_LINT
6429 if test -n "$LINT"; then
6430 { echo "$as_me:$LINENO: result: $LINT" >&5
6431 echo "${ECHO_T}$LINT" >&6; }
6432 else
6433 { echo "$as_me:$LINENO: result: no" >&5
6434 echo "${ECHO_T}no" >&6; }
6438 test -n "$LINT" && break
6439 done
6441 if test "$LINT" = "lint"
6442 then
6443 LINTFLAGS="$LINTFLAGS -errchk=%all,no%longptr64 -errhdr=%user -Ncheck=macro -Nlevel=4"
6448 for ac_prog in fontforge
6450 # Extract the first word of "$ac_prog", so it can be a program name with args.
6451 set dummy $ac_prog; ac_word=$2
6452 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6453 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6454 if test "${ac_cv_prog_FONTFORGE+set}" = set; then
6455 echo $ECHO_N "(cached) $ECHO_C" >&6
6456 else
6457 if test -n "$FONTFORGE"; then
6458 ac_cv_prog_FONTFORGE="$FONTFORGE" # Let the user override the test.
6459 else
6460 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6461 for as_dir in $PATH
6463 IFS=$as_save_IFS
6464 test -z "$as_dir" && as_dir=.
6465 for ac_exec_ext in '' $ac_executable_extensions; do
6466 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6467 ac_cv_prog_FONTFORGE="$ac_prog"
6468 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6469 break 2
6471 done
6472 done
6473 IFS=$as_save_IFS
6477 FONTFORGE=$ac_cv_prog_FONTFORGE
6478 if test -n "$FONTFORGE"; then
6479 { echo "$as_me:$LINENO: result: $FONTFORGE" >&5
6480 echo "${ECHO_T}$FONTFORGE" >&6; }
6481 else
6482 { echo "$as_me:$LINENO: result: no" >&5
6483 echo "${ECHO_T}no" >&6; }
6487 test -n "$FONTFORGE" && break
6488 done
6489 test -n "$FONTFORGE" || FONTFORGE="false"
6491 for ac_prog in pkg-config
6493 # Extract the first word of "$ac_prog", so it can be a program name with args.
6494 set dummy $ac_prog; ac_word=$2
6495 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6496 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6497 if test "${ac_cv_prog_PKG_CONFIG+set}" = set; then
6498 echo $ECHO_N "(cached) $ECHO_C" >&6
6499 else
6500 if test -n "$PKG_CONFIG"; then
6501 ac_cv_prog_PKG_CONFIG="$PKG_CONFIG" # Let the user override the test.
6502 else
6503 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6504 for as_dir in $PATH
6506 IFS=$as_save_IFS
6507 test -z "$as_dir" && as_dir=.
6508 for ac_exec_ext in '' $ac_executable_extensions; do
6509 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6510 ac_cv_prog_PKG_CONFIG="$ac_prog"
6511 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6512 break 2
6514 done
6515 done
6516 IFS=$as_save_IFS
6520 PKG_CONFIG=$ac_cv_prog_PKG_CONFIG
6521 if test -n "$PKG_CONFIG"; then
6522 { echo "$as_me:$LINENO: result: $PKG_CONFIG" >&5
6523 echo "${ECHO_T}$PKG_CONFIG" >&6; }
6524 else
6525 { echo "$as_me:$LINENO: result: no" >&5
6526 echo "${ECHO_T}no" >&6; }
6530 test -n "$PKG_CONFIG" && break
6531 done
6532 test -n "$PKG_CONFIG" || PKG_CONFIG="false"
6534 for ac_prog in rsvg
6536 # Extract the first word of "$ac_prog", so it can be a program name with args.
6537 set dummy $ac_prog; ac_word=$2
6538 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6539 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6540 if test "${ac_cv_prog_RSVG+set}" = set; then
6541 echo $ECHO_N "(cached) $ECHO_C" >&6
6542 else
6543 if test -n "$RSVG"; then
6544 ac_cv_prog_RSVG="$RSVG" # Let the user override the test.
6545 else
6546 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6547 for as_dir in $PATH
6549 IFS=$as_save_IFS
6550 test -z "$as_dir" && as_dir=.
6551 for ac_exec_ext in '' $ac_executable_extensions; do
6552 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6553 ac_cv_prog_RSVG="$ac_prog"
6554 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6555 break 2
6557 done
6558 done
6559 IFS=$as_save_IFS
6563 RSVG=$ac_cv_prog_RSVG
6564 if test -n "$RSVG"; then
6565 { echo "$as_me:$LINENO: result: $RSVG" >&5
6566 echo "${ECHO_T}$RSVG" >&6; }
6567 else
6568 { echo "$as_me:$LINENO: result: no" >&5
6569 echo "${ECHO_T}no" >&6; }
6573 test -n "$RSVG" && break
6574 done
6575 test -n "$RSVG" || RSVG="false"
6577 for ac_prog in icotool
6579 # Extract the first word of "$ac_prog", so it can be a program name with args.
6580 set dummy $ac_prog; ac_word=$2
6581 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6582 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6583 if test "${ac_cv_prog_ICOTOOL+set}" = set; then
6584 echo $ECHO_N "(cached) $ECHO_C" >&6
6585 else
6586 if test -n "$ICOTOOL"; then
6587 ac_cv_prog_ICOTOOL="$ICOTOOL" # Let the user override the test.
6588 else
6589 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6590 for as_dir in $PATH
6592 IFS=$as_save_IFS
6593 test -z "$as_dir" && as_dir=.
6594 for ac_exec_ext in '' $ac_executable_extensions; do
6595 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6596 ac_cv_prog_ICOTOOL="$ac_prog"
6597 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6598 break 2
6600 done
6601 done
6602 IFS=$as_save_IFS
6606 ICOTOOL=$ac_cv_prog_ICOTOOL
6607 if test -n "$ICOTOOL"; then
6608 { echo "$as_me:$LINENO: result: $ICOTOOL" >&5
6609 echo "${ECHO_T}$ICOTOOL" >&6; }
6610 else
6611 { echo "$as_me:$LINENO: result: no" >&5
6612 echo "${ECHO_T}no" >&6; }
6616 test -n "$ICOTOOL" && break
6617 done
6618 test -n "$ICOTOOL" || ICOTOOL="false"
6621 if test "${enable_maintainer_mode+set}" = set
6622 then
6623 if test "$FONTFORGE" = "false"; then wine_warnings="$wine_warnings|fontforge is missing, fonts can't be rebuilt."; fi
6624 if test "$RSVG" = "false"; then wine_warnings="$wine_warnings|rsvg is missing, icons can't be rebuilt."; fi
6625 if test "$ICOTOOL" = "false"; then wine_warnings="$wine_warnings|icotool is missing, icons can't be rebuilt."; fi
6628 case $host_cpu in
6629 *i[3456789]86*)
6630 # Extract the first word of "prelink", so it can be a program name with args.
6631 set dummy prelink; ac_word=$2
6632 { echo "$as_me:$LINENO: checking for $ac_word" >&5
6633 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
6634 if test "${ac_cv_path_PRELINK+set}" = set; then
6635 echo $ECHO_N "(cached) $ECHO_C" >&6
6636 else
6637 case $PRELINK in
6638 [\\/]* | ?:[\\/]*)
6639 ac_cv_path_PRELINK="$PRELINK" # Let the user override the test with a path.
6642 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
6643 for as_dir in /sbin /usr/sbin $PATH
6645 IFS=$as_save_IFS
6646 test -z "$as_dir" && as_dir=.
6647 for ac_exec_ext in '' $ac_executable_extensions; do
6648 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
6649 ac_cv_path_PRELINK="$as_dir/$ac_word$ac_exec_ext"
6650 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
6651 break 2
6653 done
6654 done
6655 IFS=$as_save_IFS
6657 test -z "$ac_cv_path_PRELINK" && ac_cv_path_PRELINK="false"
6659 esac
6661 PRELINK=$ac_cv_path_PRELINK
6662 if test -n "$PRELINK"; then
6663 { echo "$as_me:$LINENO: result: $PRELINK" >&5
6664 echo "${ECHO_T}$PRELINK" >&6; }
6665 else
6666 { echo "$as_me:$LINENO: result: no" >&5
6667 echo "${ECHO_T}no" >&6; }
6672 esac
6676 { echo "$as_me:$LINENO: checking for i386_set_ldt in -li386" >&5
6677 echo $ECHO_N "checking for i386_set_ldt in -li386... $ECHO_C" >&6; }
6678 if test "${ac_cv_lib_i386_i386_set_ldt+set}" = set; then
6679 echo $ECHO_N "(cached) $ECHO_C" >&6
6680 else
6681 ac_check_lib_save_LIBS=$LIBS
6682 LIBS="-li386 $LIBS"
6683 cat >conftest.$ac_ext <<_ACEOF
6684 /* confdefs.h. */
6685 _ACEOF
6686 cat confdefs.h >>conftest.$ac_ext
6687 cat >>conftest.$ac_ext <<_ACEOF
6688 /* end confdefs.h. */
6690 /* Override any GCC internal prototype to avoid an error.
6691 Use char because int might match the return type of a GCC
6692 builtin and then its argument prototype would still apply. */
6693 #ifdef __cplusplus
6694 extern "C"
6695 #endif
6696 char i386_set_ldt ();
6698 main ()
6700 return i386_set_ldt ();
6702 return 0;
6704 _ACEOF
6705 rm -f conftest.$ac_objext conftest$ac_exeext
6706 if { (ac_try="$ac_link"
6707 case "(($ac_try" in
6708 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6709 *) ac_try_echo=$ac_try;;
6710 esac
6711 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6712 (eval "$ac_link") 2>conftest.er1
6713 ac_status=$?
6714 grep -v '^ *+' conftest.er1 >conftest.err
6715 rm -f conftest.er1
6716 cat conftest.err >&5
6717 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6718 (exit $ac_status); } && {
6719 test -z "$ac_c_werror_flag" ||
6720 test ! -s conftest.err
6721 } && test -s conftest$ac_exeext &&
6722 $as_test_x conftest$ac_exeext; then
6723 ac_cv_lib_i386_i386_set_ldt=yes
6724 else
6725 echo "$as_me: failed program was:" >&5
6726 sed 's/^/| /' conftest.$ac_ext >&5
6728 ac_cv_lib_i386_i386_set_ldt=no
6731 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6732 conftest$ac_exeext conftest.$ac_ext
6733 LIBS=$ac_check_lib_save_LIBS
6735 { echo "$as_me:$LINENO: result: $ac_cv_lib_i386_i386_set_ldt" >&5
6736 echo "${ECHO_T}$ac_cv_lib_i386_i386_set_ldt" >&6; }
6737 if test $ac_cv_lib_i386_i386_set_ldt = yes; then
6738 cat >>confdefs.h <<_ACEOF
6739 #define HAVE_LIBI386 1
6740 _ACEOF
6742 LIBS="-li386 $LIBS"
6747 { echo "$as_me:$LINENO: checking for _oss_ioctl in -lossaudio" >&5
6748 echo $ECHO_N "checking for _oss_ioctl in -lossaudio... $ECHO_C" >&6; }
6749 if test "${ac_cv_lib_ossaudio__oss_ioctl+set}" = set; then
6750 echo $ECHO_N "(cached) $ECHO_C" >&6
6751 else
6752 ac_check_lib_save_LIBS=$LIBS
6753 LIBS="-lossaudio $LIBS"
6754 cat >conftest.$ac_ext <<_ACEOF
6755 /* confdefs.h. */
6756 _ACEOF
6757 cat confdefs.h >>conftest.$ac_ext
6758 cat >>conftest.$ac_ext <<_ACEOF
6759 /* end confdefs.h. */
6761 /* Override any GCC internal prototype to avoid an error.
6762 Use char because int might match the return type of a GCC
6763 builtin and then its argument prototype would still apply. */
6764 #ifdef __cplusplus
6765 extern "C"
6766 #endif
6767 char _oss_ioctl ();
6769 main ()
6771 return _oss_ioctl ();
6773 return 0;
6775 _ACEOF
6776 rm -f conftest.$ac_objext conftest$ac_exeext
6777 if { (ac_try="$ac_link"
6778 case "(($ac_try" in
6779 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6780 *) ac_try_echo=$ac_try;;
6781 esac
6782 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6783 (eval "$ac_link") 2>conftest.er1
6784 ac_status=$?
6785 grep -v '^ *+' conftest.er1 >conftest.err
6786 rm -f conftest.er1
6787 cat conftest.err >&5
6788 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6789 (exit $ac_status); } && {
6790 test -z "$ac_c_werror_flag" ||
6791 test ! -s conftest.err
6792 } && test -s conftest$ac_exeext &&
6793 $as_test_x conftest$ac_exeext; then
6794 ac_cv_lib_ossaudio__oss_ioctl=yes
6795 else
6796 echo "$as_me: failed program was:" >&5
6797 sed 's/^/| /' conftest.$ac_ext >&5
6799 ac_cv_lib_ossaudio__oss_ioctl=no
6802 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6803 conftest$ac_exeext conftest.$ac_ext
6804 LIBS=$ac_check_lib_save_LIBS
6806 { echo "$as_me:$LINENO: result: $ac_cv_lib_ossaudio__oss_ioctl" >&5
6807 echo "${ECHO_T}$ac_cv_lib_ossaudio__oss_ioctl" >&6; }
6808 if test $ac_cv_lib_ossaudio__oss_ioctl = yes; then
6809 cat >>confdefs.h <<_ACEOF
6810 #define HAVE_LIBOSSAUDIO 1
6811 _ACEOF
6813 LIBS="-lossaudio $LIBS"
6817 { echo "$as_me:$LINENO: checking for pthread_create in -lpthread" >&5
6818 echo $ECHO_N "checking for pthread_create in -lpthread... $ECHO_C" >&6; }
6819 if test "${ac_cv_lib_pthread_pthread_create+set}" = set; then
6820 echo $ECHO_N "(cached) $ECHO_C" >&6
6821 else
6822 ac_check_lib_save_LIBS=$LIBS
6823 LIBS="-lpthread $LIBS"
6824 cat >conftest.$ac_ext <<_ACEOF
6825 /* confdefs.h. */
6826 _ACEOF
6827 cat confdefs.h >>conftest.$ac_ext
6828 cat >>conftest.$ac_ext <<_ACEOF
6829 /* end confdefs.h. */
6831 /* Override any GCC internal prototype to avoid an error.
6832 Use char because int might match the return type of a GCC
6833 builtin and then its argument prototype would still apply. */
6834 #ifdef __cplusplus
6835 extern "C"
6836 #endif
6837 char pthread_create ();
6839 main ()
6841 return pthread_create ();
6843 return 0;
6845 _ACEOF
6846 rm -f conftest.$ac_objext conftest$ac_exeext
6847 if { (ac_try="$ac_link"
6848 case "(($ac_try" in
6849 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6850 *) ac_try_echo=$ac_try;;
6851 esac
6852 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6853 (eval "$ac_link") 2>conftest.er1
6854 ac_status=$?
6855 grep -v '^ *+' conftest.er1 >conftest.err
6856 rm -f conftest.er1
6857 cat conftest.err >&5
6858 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6859 (exit $ac_status); } && {
6860 test -z "$ac_c_werror_flag" ||
6861 test ! -s conftest.err
6862 } && test -s conftest$ac_exeext &&
6863 $as_test_x conftest$ac_exeext; then
6864 ac_cv_lib_pthread_pthread_create=yes
6865 else
6866 echo "$as_me: failed program was:" >&5
6867 sed 's/^/| /' conftest.$ac_ext >&5
6869 ac_cv_lib_pthread_pthread_create=no
6872 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
6873 conftest$ac_exeext conftest.$ac_ext
6874 LIBS=$ac_check_lib_save_LIBS
6876 { echo "$as_me:$LINENO: result: $ac_cv_lib_pthread_pthread_create" >&5
6877 echo "${ECHO_T}$ac_cv_lib_pthread_pthread_create" >&6; }
6878 if test $ac_cv_lib_pthread_pthread_create = yes; then
6879 LIBPTHREAD="-lpthread"
6884 XLIB=""
6886 OPENGL_LIBS=""
6890 { echo "$as_me:$LINENO: checking for ANSI C header files" >&5
6891 echo $ECHO_N "checking for ANSI C header files... $ECHO_C" >&6; }
6892 if test "${ac_cv_header_stdc+set}" = set; then
6893 echo $ECHO_N "(cached) $ECHO_C" >&6
6894 else
6895 cat >conftest.$ac_ext <<_ACEOF
6896 /* confdefs.h. */
6897 _ACEOF
6898 cat confdefs.h >>conftest.$ac_ext
6899 cat >>conftest.$ac_ext <<_ACEOF
6900 /* end confdefs.h. */
6901 #include <stdlib.h>
6902 #include <stdarg.h>
6903 #include <string.h>
6904 #include <float.h>
6907 main ()
6911 return 0;
6913 _ACEOF
6914 rm -f conftest.$ac_objext
6915 if { (ac_try="$ac_compile"
6916 case "(($ac_try" in
6917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
6918 *) ac_try_echo=$ac_try;;
6919 esac
6920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
6921 (eval "$ac_compile") 2>conftest.er1
6922 ac_status=$?
6923 grep -v '^ *+' conftest.er1 >conftest.err
6924 rm -f conftest.er1
6925 cat conftest.err >&5
6926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
6927 (exit $ac_status); } && {
6928 test -z "$ac_c_werror_flag" ||
6929 test ! -s conftest.err
6930 } && test -s conftest.$ac_objext; then
6931 ac_cv_header_stdc=yes
6932 else
6933 echo "$as_me: failed program was:" >&5
6934 sed 's/^/| /' conftest.$ac_ext >&5
6936 ac_cv_header_stdc=no
6939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
6941 if test $ac_cv_header_stdc = yes; then
6942 # SunOS 4.x string.h does not declare mem*, contrary to ANSI.
6943 cat >conftest.$ac_ext <<_ACEOF
6944 /* confdefs.h. */
6945 _ACEOF
6946 cat confdefs.h >>conftest.$ac_ext
6947 cat >>conftest.$ac_ext <<_ACEOF
6948 /* end confdefs.h. */
6949 #include <string.h>
6951 _ACEOF
6952 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6953 $EGREP "memchr" >/dev/null 2>&1; then
6955 else
6956 ac_cv_header_stdc=no
6958 rm -f conftest*
6962 if test $ac_cv_header_stdc = yes; then
6963 # ISC 2.0.2 stdlib.h does not declare free, contrary to ANSI.
6964 cat >conftest.$ac_ext <<_ACEOF
6965 /* confdefs.h. */
6966 _ACEOF
6967 cat confdefs.h >>conftest.$ac_ext
6968 cat >>conftest.$ac_ext <<_ACEOF
6969 /* end confdefs.h. */
6970 #include <stdlib.h>
6972 _ACEOF
6973 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
6974 $EGREP "free" >/dev/null 2>&1; then
6976 else
6977 ac_cv_header_stdc=no
6979 rm -f conftest*
6983 if test $ac_cv_header_stdc = yes; then
6984 # /bin/cc in Irix-4.0.5 gets non-ANSI ctype macros unless using -ansi.
6985 if test "$cross_compiling" = yes; then
6987 else
6988 cat >conftest.$ac_ext <<_ACEOF
6989 /* confdefs.h. */
6990 _ACEOF
6991 cat confdefs.h >>conftest.$ac_ext
6992 cat >>conftest.$ac_ext <<_ACEOF
6993 /* end confdefs.h. */
6994 #include <ctype.h>
6995 #include <stdlib.h>
6996 #if ((' ' & 0x0FF) == 0x020)
6997 # define ISLOWER(c) ('a' <= (c) && (c) <= 'z')
6998 # define TOUPPER(c) (ISLOWER(c) ? 'A' + ((c) - 'a') : (c))
6999 #else
7000 # define ISLOWER(c) \
7001 (('a' <= (c) && (c) <= 'i') \
7002 || ('j' <= (c) && (c) <= 'r') \
7003 || ('s' <= (c) && (c) <= 'z'))
7004 # define TOUPPER(c) (ISLOWER(c) ? ((c) | 0x40) : (c))
7005 #endif
7007 #define XOR(e, f) (((e) && !(f)) || (!(e) && (f)))
7009 main ()
7011 int i;
7012 for (i = 0; i < 256; i++)
7013 if (XOR (islower (i), ISLOWER (i))
7014 || toupper (i) != TOUPPER (i))
7015 return 2;
7016 return 0;
7018 _ACEOF
7019 rm -f conftest$ac_exeext
7020 if { (ac_try="$ac_link"
7021 case "(($ac_try" in
7022 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7023 *) ac_try_echo=$ac_try;;
7024 esac
7025 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7026 (eval "$ac_link") 2>&5
7027 ac_status=$?
7028 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7029 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
7030 { (case "(($ac_try" in
7031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7032 *) ac_try_echo=$ac_try;;
7033 esac
7034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7035 (eval "$ac_try") 2>&5
7036 ac_status=$?
7037 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7038 (exit $ac_status); }; }; then
7040 else
7041 echo "$as_me: program exited with status $ac_status" >&5
7042 echo "$as_me: failed program was:" >&5
7043 sed 's/^/| /' conftest.$ac_ext >&5
7045 ( exit $ac_status )
7046 ac_cv_header_stdc=no
7048 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
7054 { echo "$as_me:$LINENO: result: $ac_cv_header_stdc" >&5
7055 echo "${ECHO_T}$ac_cv_header_stdc" >&6; }
7056 if test $ac_cv_header_stdc = yes; then
7058 cat >>confdefs.h <<\_ACEOF
7059 #define STDC_HEADERS 1
7060 _ACEOF
7064 # On IRIX 5.3, sys/types and inttypes.h are conflicting.
7074 for ac_header in sys/types.h sys/stat.h stdlib.h string.h memory.h strings.h \
7075 inttypes.h stdint.h unistd.h
7077 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7078 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7079 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7080 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7081 echo $ECHO_N "(cached) $ECHO_C" >&6
7082 else
7083 cat >conftest.$ac_ext <<_ACEOF
7084 /* confdefs.h. */
7085 _ACEOF
7086 cat confdefs.h >>conftest.$ac_ext
7087 cat >>conftest.$ac_ext <<_ACEOF
7088 /* end confdefs.h. */
7089 $ac_includes_default
7091 #include <$ac_header>
7092 _ACEOF
7093 rm -f conftest.$ac_objext
7094 if { (ac_try="$ac_compile"
7095 case "(($ac_try" in
7096 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7097 *) ac_try_echo=$ac_try;;
7098 esac
7099 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7100 (eval "$ac_compile") 2>conftest.er1
7101 ac_status=$?
7102 grep -v '^ *+' conftest.er1 >conftest.err
7103 rm -f conftest.er1
7104 cat conftest.err >&5
7105 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7106 (exit $ac_status); } && {
7107 test -z "$ac_c_werror_flag" ||
7108 test ! -s conftest.err
7109 } && test -s conftest.$ac_objext; then
7110 eval "$as_ac_Header=yes"
7111 else
7112 echo "$as_me: failed program was:" >&5
7113 sed 's/^/| /' conftest.$ac_ext >&5
7115 eval "$as_ac_Header=no"
7118 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7120 ac_res=`eval echo '${'$as_ac_Header'}'`
7121 { echo "$as_me:$LINENO: result: $ac_res" >&5
7122 echo "${ECHO_T}$ac_res" >&6; }
7123 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7124 cat >>confdefs.h <<_ACEOF
7125 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7126 _ACEOF
7130 done
7244 for ac_header in \
7245 AudioUnit/AudioUnit.h \
7246 Carbon/Carbon.h \
7247 CoreAudio/CoreAudio.h \
7248 DiskArbitration/DiskArbitration.h \
7249 IOKit/IOKitLib.h \
7250 alias.h \
7251 alsa/asoundlib.h \
7252 arpa/inet.h \
7253 arpa/nameser.h \
7254 asm/types.h \
7255 capi20.h \
7256 curses.h \
7257 direct.h \
7258 dlfcn.h \
7259 elf.h \
7260 float.h \
7261 fontconfig/fontconfig.h \
7262 getopt.h \
7263 ieeefp.h \
7264 io.h \
7265 jack/jack.h \
7266 jpeglib.h \
7267 lber.h \
7268 lcms.h \
7269 lcms/lcms.h \
7270 ldap.h \
7271 libaudioio.h \
7272 link.h \
7273 linux/cdrom.h \
7274 linux/compiler.h \
7275 linux/hdreg.h \
7276 linux/input.h \
7277 linux/ioctl.h \
7278 linux/joystick.h \
7279 linux/major.h \
7280 linux/param.h \
7281 linux/serial.h \
7282 linux/ucdrom.h \
7283 mach/mach.h \
7284 mach/machine.h \
7285 machine/cpu.h \
7286 machine/limits.h \
7287 machine/soundcard.h \
7288 mntent.h \
7289 ncurses.h \
7290 netdb.h \
7291 netinet/in.h \
7292 netinet/in_systm.h \
7293 netinet/tcp.h \
7294 netinet/tcp_fsm.h \
7295 openssl/err.h \
7296 openssl/ssl.h \
7297 png.h \
7298 poll.h \
7299 process.h \
7300 pthread.h \
7301 pwd.h \
7302 regex.h \
7303 sched.h \
7304 scsi/scsi.h \
7305 scsi/scsi_ioctl.h \
7306 scsi/sg.h \
7307 soundcard.h \
7308 stdint.h \
7309 strings.h \
7310 sys/asoundlib.h \
7311 sys/cdio.h \
7312 sys/elf32.h \
7313 sys/epoll.h \
7314 sys/errno.h \
7315 sys/event.h \
7316 sys/exec_elf.h \
7317 sys/filio.h \
7318 sys/ioctl.h \
7319 sys/ipc.h \
7320 sys/limits.h \
7321 sys/link.h \
7322 sys/lwp.h \
7323 sys/mman.h \
7324 sys/modem.h \
7325 sys/msg.h \
7326 sys/mtio.h \
7327 sys/param.h \
7328 sys/poll.h \
7329 sys/prctl.h \
7330 sys/ptrace.h \
7331 sys/reg.h \
7332 sys/resource.h \
7333 sys/scsiio.h \
7334 sys/shm.h \
7335 sys/signal.h \
7336 sys/socket.h \
7337 sys/socketvar.h \
7338 sys/sockio.h \
7339 sys/soundcard.h \
7340 sys/statvfs.h \
7341 sys/strtio.h \
7342 sys/syscall.h \
7343 sys/sysctl.h \
7344 sys/time.h \
7345 sys/times.h \
7346 sys/uio.h \
7347 sys/un.h \
7348 sys/vm86.h \
7349 sys/wait.h \
7350 syscall.h \
7351 termios.h \
7352 unistd.h \
7353 utime.h \
7354 valgrind/memcheck.h \
7355 valgrind/valgrind.h
7358 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7359 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7360 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7361 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7362 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7363 echo $ECHO_N "(cached) $ECHO_C" >&6
7365 ac_res=`eval echo '${'$as_ac_Header'}'`
7366 { echo "$as_me:$LINENO: result: $ac_res" >&5
7367 echo "${ECHO_T}$ac_res" >&6; }
7368 else
7369 # Is the header compilable?
7370 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
7371 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
7372 cat >conftest.$ac_ext <<_ACEOF
7373 /* confdefs.h. */
7374 _ACEOF
7375 cat confdefs.h >>conftest.$ac_ext
7376 cat >>conftest.$ac_ext <<_ACEOF
7377 /* end confdefs.h. */
7378 $ac_includes_default
7379 #include <$ac_header>
7380 _ACEOF
7381 rm -f conftest.$ac_objext
7382 if { (ac_try="$ac_compile"
7383 case "(($ac_try" in
7384 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7385 *) ac_try_echo=$ac_try;;
7386 esac
7387 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7388 (eval "$ac_compile") 2>conftest.er1
7389 ac_status=$?
7390 grep -v '^ *+' conftest.er1 >conftest.err
7391 rm -f conftest.er1
7392 cat conftest.err >&5
7393 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7394 (exit $ac_status); } && {
7395 test -z "$ac_c_werror_flag" ||
7396 test ! -s conftest.err
7397 } && test -s conftest.$ac_objext; then
7398 ac_header_compiler=yes
7399 else
7400 echo "$as_me: failed program was:" >&5
7401 sed 's/^/| /' conftest.$ac_ext >&5
7403 ac_header_compiler=no
7406 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7407 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
7408 echo "${ECHO_T}$ac_header_compiler" >&6; }
7410 # Is the header present?
7411 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
7412 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
7413 cat >conftest.$ac_ext <<_ACEOF
7414 /* confdefs.h. */
7415 _ACEOF
7416 cat confdefs.h >>conftest.$ac_ext
7417 cat >>conftest.$ac_ext <<_ACEOF
7418 /* end confdefs.h. */
7419 #include <$ac_header>
7420 _ACEOF
7421 if { (ac_try="$ac_cpp conftest.$ac_ext"
7422 case "(($ac_try" in
7423 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7424 *) ac_try_echo=$ac_try;;
7425 esac
7426 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7427 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
7428 ac_status=$?
7429 grep -v '^ *+' conftest.er1 >conftest.err
7430 rm -f conftest.er1
7431 cat conftest.err >&5
7432 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7433 (exit $ac_status); } >/dev/null && {
7434 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
7435 test ! -s conftest.err
7436 }; then
7437 ac_header_preproc=yes
7438 else
7439 echo "$as_me: failed program was:" >&5
7440 sed 's/^/| /' conftest.$ac_ext >&5
7442 ac_header_preproc=no
7445 rm -f conftest.err conftest.$ac_ext
7446 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
7447 echo "${ECHO_T}$ac_header_preproc" >&6; }
7449 # So? What about this header?
7450 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
7451 yes:no: )
7452 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
7453 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
7454 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
7455 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
7456 ac_header_preproc=yes
7458 no:yes:* )
7459 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
7460 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
7461 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
7462 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
7463 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
7464 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
7465 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
7466 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
7467 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
7468 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
7469 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
7470 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
7471 ( cat <<\_ASBOX
7472 ## ------------------------------------ ##
7473 ## Report this to wine-devel@winehq.org ##
7474 ## ------------------------------------ ##
7475 _ASBOX
7476 ) | sed "s/^/$as_me: WARNING: /" >&2
7478 esac
7479 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7480 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7481 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7482 echo $ECHO_N "(cached) $ECHO_C" >&6
7483 else
7484 eval "$as_ac_Header=\$ac_header_preproc"
7486 ac_res=`eval echo '${'$as_ac_Header'}'`
7487 { echo "$as_me:$LINENO: result: $ac_res" >&5
7488 echo "${ECHO_T}$ac_res" >&6; }
7491 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7492 cat >>confdefs.h <<_ACEOF
7493 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7494 _ACEOF
7498 done
7500 { echo "$as_me:$LINENO: checking whether stat file-mode macros are broken" >&5
7501 echo $ECHO_N "checking whether stat file-mode macros are broken... $ECHO_C" >&6; }
7502 if test "${ac_cv_header_stat_broken+set}" = set; then
7503 echo $ECHO_N "(cached) $ECHO_C" >&6
7504 else
7505 cat >conftest.$ac_ext <<_ACEOF
7506 /* confdefs.h. */
7507 _ACEOF
7508 cat confdefs.h >>conftest.$ac_ext
7509 cat >>conftest.$ac_ext <<_ACEOF
7510 /* end confdefs.h. */
7511 #include <sys/types.h>
7512 #include <sys/stat.h>
7514 #if defined S_ISBLK && defined S_IFDIR
7515 extern char c1[S_ISBLK (S_IFDIR) ? -1 : 1];
7516 #endif
7518 #if defined S_ISBLK && defined S_IFCHR
7519 extern char c2[S_ISBLK (S_IFCHR) ? -1 : 1];
7520 #endif
7522 #if defined S_ISLNK && defined S_IFREG
7523 extern char c3[S_ISLNK (S_IFREG) ? -1 : 1];
7524 #endif
7526 #if defined S_ISSOCK && defined S_IFREG
7527 extern char c4[S_ISSOCK (S_IFREG) ? -1 : 1];
7528 #endif
7530 _ACEOF
7531 rm -f conftest.$ac_objext
7532 if { (ac_try="$ac_compile"
7533 case "(($ac_try" in
7534 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7535 *) ac_try_echo=$ac_try;;
7536 esac
7537 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7538 (eval "$ac_compile") 2>conftest.er1
7539 ac_status=$?
7540 grep -v '^ *+' conftest.er1 >conftest.err
7541 rm -f conftest.er1
7542 cat conftest.err >&5
7543 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7544 (exit $ac_status); } && {
7545 test -z "$ac_c_werror_flag" ||
7546 test ! -s conftest.err
7547 } && test -s conftest.$ac_objext; then
7548 ac_cv_header_stat_broken=no
7549 else
7550 echo "$as_me: failed program was:" >&5
7551 sed 's/^/| /' conftest.$ac_ext >&5
7553 ac_cv_header_stat_broken=yes
7556 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7558 { echo "$as_me:$LINENO: result: $ac_cv_header_stat_broken" >&5
7559 echo "${ECHO_T}$ac_cv_header_stat_broken" >&6; }
7560 if test $ac_cv_header_stat_broken = yes; then
7562 cat >>confdefs.h <<\_ACEOF
7563 #define STAT_MACROS_BROKEN 1
7564 _ACEOF
7574 for ac_header in sys/mount.h sys/statfs.h sys/user.h sys/vfs.h
7576 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7577 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7578 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7579 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7580 echo $ECHO_N "(cached) $ECHO_C" >&6
7581 else
7582 cat >conftest.$ac_ext <<_ACEOF
7583 /* confdefs.h. */
7584 _ACEOF
7585 cat confdefs.h >>conftest.$ac_ext
7586 cat >>conftest.$ac_ext <<_ACEOF
7587 /* end confdefs.h. */
7588 #include <sys/types.h>
7589 #ifdef HAVE_SYS_PARAM_H
7590 # include <sys/param.h>
7591 #endif
7593 #include <$ac_header>
7594 _ACEOF
7595 rm -f conftest.$ac_objext
7596 if { (ac_try="$ac_compile"
7597 case "(($ac_try" in
7598 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7599 *) ac_try_echo=$ac_try;;
7600 esac
7601 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7602 (eval "$ac_compile") 2>conftest.er1
7603 ac_status=$?
7604 grep -v '^ *+' conftest.er1 >conftest.err
7605 rm -f conftest.er1
7606 cat conftest.err >&5
7607 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7608 (exit $ac_status); } && {
7609 test -z "$ac_c_werror_flag" ||
7610 test ! -s conftest.err
7611 } && test -s conftest.$ac_objext; then
7612 eval "$as_ac_Header=yes"
7613 else
7614 echo "$as_me: failed program was:" >&5
7615 sed 's/^/| /' conftest.$ac_ext >&5
7617 eval "$as_ac_Header=no"
7620 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7622 ac_res=`eval echo '${'$as_ac_Header'}'`
7623 { echo "$as_me:$LINENO: result: $ac_res" >&5
7624 echo "${ECHO_T}$ac_res" >&6; }
7625 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7626 cat >>confdefs.h <<_ACEOF
7627 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7628 _ACEOF
7632 done
7647 for ac_header in \
7648 netinet/ip.h \
7649 net/if.h \
7650 net/if_arp.h \
7651 net/if_dl.h \
7652 net/if_types.h \
7653 net/route.h \
7654 netinet/if_ether.h \
7655 netinet/in_pcb.h \
7656 netinet/ip_icmp.h \
7657 netinet/ip_var.h \
7658 netinet/udp.h \
7659 netipx/ipx.h \
7662 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7663 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7664 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7665 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7666 echo $ECHO_N "(cached) $ECHO_C" >&6
7667 else
7668 cat >conftest.$ac_ext <<_ACEOF
7669 /* confdefs.h. */
7670 _ACEOF
7671 cat confdefs.h >>conftest.$ac_ext
7672 cat >>conftest.$ac_ext <<_ACEOF
7673 /* end confdefs.h. */
7674 #include <sys/types.h>
7675 #ifdef HAVE_SYS_SOCKET_H
7676 # include <sys/socket.h>
7677 #endif
7678 #ifdef HAVE_SYS_SOCKETVAR_H
7679 # include <sys/socketvar.h>
7680 #endif
7681 #ifdef HAVE_NETINET_IN_H
7682 # include <netinet/in.h>
7683 #endif
7684 #ifdef HAVE_NETINET_IP_H
7685 # include <netinet/ip.h>
7686 #endif
7688 #include <$ac_header>
7689 _ACEOF
7690 rm -f conftest.$ac_objext
7691 if { (ac_try="$ac_compile"
7692 case "(($ac_try" in
7693 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7694 *) ac_try_echo=$ac_try;;
7695 esac
7696 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7697 (eval "$ac_compile") 2>conftest.er1
7698 ac_status=$?
7699 grep -v '^ *+' conftest.er1 >conftest.err
7700 rm -f conftest.er1
7701 cat conftest.err >&5
7702 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7703 (exit $ac_status); } && {
7704 test -z "$ac_c_werror_flag" ||
7705 test ! -s conftest.err
7706 } && test -s conftest.$ac_objext; then
7707 eval "$as_ac_Header=yes"
7708 else
7709 echo "$as_me: failed program was:" >&5
7710 sed 's/^/| /' conftest.$ac_ext >&5
7712 eval "$as_ac_Header=no"
7715 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7717 ac_res=`eval echo '${'$as_ac_Header'}'`
7718 { echo "$as_me:$LINENO: result: $ac_res" >&5
7719 echo "${ECHO_T}$ac_res" >&6; }
7720 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7721 cat >>confdefs.h <<_ACEOF
7722 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7723 _ACEOF
7727 done
7734 for ac_header in netinet/tcp_var.h netinet/udp_var.h netinet/icmp_var.h netinet/tcp_timer.h
7736 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7737 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7738 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7739 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7740 echo $ECHO_N "(cached) $ECHO_C" >&6
7741 else
7742 cat >conftest.$ac_ext <<_ACEOF
7743 /* confdefs.h. */
7744 _ACEOF
7745 cat confdefs.h >>conftest.$ac_ext
7746 cat >>conftest.$ac_ext <<_ACEOF
7747 /* end confdefs.h. */
7748 #include <sys/types.h>
7749 #ifdef HAVE_ALIAS_H
7750 # include <alias.h>
7751 #endif
7752 #ifdef HAVE_SYS_SOCKET_H
7753 # include <sys/socket.h>
7754 #endif
7755 #ifdef HAVE_SYS_SOCKETVAR_H
7756 # include <sys/socketvar.h>
7757 #endif
7758 #ifdef HAVE_NETINET_IN_H
7759 # include <netinet/in.h>
7760 #endif
7761 #ifdef HAVE_NETINET_IP_H
7762 # include <netinet/ip.h>
7763 #endif
7764 #ifdef HAVE_NETINET_IP_VAR_H
7765 # include <netinet/ip_var.h>
7766 #endif
7767 #ifdef HAVE_NETINET_IP_ICMP_H
7768 # include <netinet/ip_icmp.h>
7769 #endif
7770 #ifdef HAVE_NETINET_UDP_H
7771 # include <netinet/udp.h>
7772 #endif
7773 #ifdef HAVE_NETINET_TCP_H
7774 # include <netinet/tcp.h>
7775 #endif
7777 #include <$ac_header>
7778 _ACEOF
7779 rm -f conftest.$ac_objext
7780 if { (ac_try="$ac_compile"
7781 case "(($ac_try" in
7782 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7783 *) ac_try_echo=$ac_try;;
7784 esac
7785 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7786 (eval "$ac_compile") 2>conftest.er1
7787 ac_status=$?
7788 grep -v '^ *+' conftest.er1 >conftest.err
7789 rm -f conftest.er1
7790 cat conftest.err >&5
7791 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7792 (exit $ac_status); } && {
7793 test -z "$ac_c_werror_flag" ||
7794 test ! -s conftest.err
7795 } && test -s conftest.$ac_objext; then
7796 eval "$as_ac_Header=yes"
7797 else
7798 echo "$as_me: failed program was:" >&5
7799 sed 's/^/| /' conftest.$ac_ext >&5
7801 eval "$as_ac_Header=no"
7804 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7806 ac_res=`eval echo '${'$as_ac_Header'}'`
7807 { echo "$as_me:$LINENO: result: $ac_res" >&5
7808 echo "${ECHO_T}$ac_res" >&6; }
7809 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7810 cat >>confdefs.h <<_ACEOF
7811 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7812 _ACEOF
7816 done
7820 for ac_header in linux/ipx.h
7822 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7823 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7824 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7825 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7826 echo $ECHO_N "(cached) $ECHO_C" >&6
7827 else
7828 cat >conftest.$ac_ext <<_ACEOF
7829 /* confdefs.h. */
7830 _ACEOF
7831 cat confdefs.h >>conftest.$ac_ext
7832 cat >>conftest.$ac_ext <<_ACEOF
7833 /* end confdefs.h. */
7834 #include <sys/types.h>
7835 #ifdef HAVE_ASM_TYPES_H
7836 # include <asm/types.h>
7837 #endif
7838 #ifdef HAVE_SYS_SOCKET_H
7839 # include <sys/socket.h>
7840 #endif
7842 #include <$ac_header>
7843 _ACEOF
7844 rm -f conftest.$ac_objext
7845 if { (ac_try="$ac_compile"
7846 case "(($ac_try" in
7847 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7848 *) ac_try_echo=$ac_try;;
7849 esac
7850 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7851 (eval "$ac_compile") 2>conftest.er1
7852 ac_status=$?
7853 grep -v '^ *+' conftest.er1 >conftest.err
7854 rm -f conftest.er1
7855 cat conftest.err >&5
7856 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7857 (exit $ac_status); } && {
7858 test -z "$ac_c_werror_flag" ||
7859 test ! -s conftest.err
7860 } && test -s conftest.$ac_objext; then
7861 eval "$as_ac_Header=yes"
7862 else
7863 echo "$as_me: failed program was:" >&5
7864 sed 's/^/| /' conftest.$ac_ext >&5
7866 eval "$as_ac_Header=no"
7869 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7871 ac_res=`eval echo '${'$as_ac_Header'}'`
7872 { echo "$as_me:$LINENO: result: $ac_res" >&5
7873 echo "${ECHO_T}$ac_res" >&6; }
7874 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7875 cat >>confdefs.h <<_ACEOF
7876 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7877 _ACEOF
7881 done
7885 for ac_header in resolv.h
7887 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7888 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7889 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7890 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7891 echo $ECHO_N "(cached) $ECHO_C" >&6
7892 else
7893 cat >conftest.$ac_ext <<_ACEOF
7894 /* confdefs.h. */
7895 _ACEOF
7896 cat confdefs.h >>conftest.$ac_ext
7897 cat >>conftest.$ac_ext <<_ACEOF
7898 /* end confdefs.h. */
7899 #include <sys/types.h>
7900 #ifdef HAVE_SYS_SOCKET_H
7901 # include <sys/socket.h>
7902 #endif
7903 #ifdef HAVE_NETINET_IN_H
7904 # include <netinet/in.h>
7905 #endif
7906 #ifdef HAVE_ARPA_NAMESER_H
7907 # include <arpa/nameser.h>
7908 #endif
7910 #include <$ac_header>
7911 _ACEOF
7912 rm -f conftest.$ac_objext
7913 if { (ac_try="$ac_compile"
7914 case "(($ac_try" in
7915 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7916 *) ac_try_echo=$ac_try;;
7917 esac
7918 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7919 (eval "$ac_compile") 2>conftest.er1
7920 ac_status=$?
7921 grep -v '^ *+' conftest.er1 >conftest.err
7922 rm -f conftest.er1
7923 cat conftest.err >&5
7924 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7925 (exit $ac_status); } && {
7926 test -z "$ac_c_werror_flag" ||
7927 test ! -s conftest.err
7928 } && test -s conftest.$ac_objext; then
7929 eval "$as_ac_Header=yes"
7930 else
7931 echo "$as_me: failed program was:" >&5
7932 sed 's/^/| /' conftest.$ac_ext >&5
7934 eval "$as_ac_Header=no"
7937 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7939 ac_res=`eval echo '${'$as_ac_Header'}'`
7940 { echo "$as_me:$LINENO: result: $ac_res" >&5
7941 echo "${ECHO_T}$ac_res" >&6; }
7942 if test `eval echo '${'$as_ac_Header'}'` = yes; then
7943 cat >>confdefs.h <<_ACEOF
7944 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
7945 _ACEOF
7949 done
7953 for ac_header in ucontext.h
7955 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
7956 { echo "$as_me:$LINENO: checking for $ac_header" >&5
7957 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
7958 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
7959 echo $ECHO_N "(cached) $ECHO_C" >&6
7960 else
7961 cat >conftest.$ac_ext <<_ACEOF
7962 /* confdefs.h. */
7963 _ACEOF
7964 cat confdefs.h >>conftest.$ac_ext
7965 cat >>conftest.$ac_ext <<_ACEOF
7966 /* end confdefs.h. */
7967 #include <signal.h>
7969 #include <$ac_header>
7970 _ACEOF
7971 rm -f conftest.$ac_objext
7972 if { (ac_try="$ac_compile"
7973 case "(($ac_try" in
7974 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
7975 *) ac_try_echo=$ac_try;;
7976 esac
7977 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
7978 (eval "$ac_compile") 2>conftest.er1
7979 ac_status=$?
7980 grep -v '^ *+' conftest.er1 >conftest.err
7981 rm -f conftest.er1
7982 cat conftest.err >&5
7983 echo "$as_me:$LINENO: \$? = $ac_status" >&5
7984 (exit $ac_status); } && {
7985 test -z "$ac_c_werror_flag" ||
7986 test ! -s conftest.err
7987 } && test -s conftest.$ac_objext; then
7988 eval "$as_ac_Header=yes"
7989 else
7990 echo "$as_me: failed program was:" >&5
7991 sed 's/^/| /' conftest.$ac_ext >&5
7993 eval "$as_ac_Header=no"
7996 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
7998 ac_res=`eval echo '${'$as_ac_Header'}'`
7999 { echo "$as_me:$LINENO: result: $ac_res" >&5
8000 echo "${ECHO_T}$ac_res" >&6; }
8001 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8002 cat >>confdefs.h <<_ACEOF
8003 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8004 _ACEOF
8008 done
8012 for ac_header in sys/thr.h
8014 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8015 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8016 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8017 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8018 echo $ECHO_N "(cached) $ECHO_C" >&6
8019 else
8020 cat >conftest.$ac_ext <<_ACEOF
8021 /* confdefs.h. */
8022 _ACEOF
8023 cat confdefs.h >>conftest.$ac_ext
8024 cat >>conftest.$ac_ext <<_ACEOF
8025 /* end confdefs.h. */
8026 #include <sys/types.h>
8027 #ifdef HAVE_UCONTEXT_H
8028 #include <ucontext.h>
8029 #endif
8031 #include <$ac_header>
8032 _ACEOF
8033 rm -f conftest.$ac_objext
8034 if { (ac_try="$ac_compile"
8035 case "(($ac_try" in
8036 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8037 *) ac_try_echo=$ac_try;;
8038 esac
8039 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8040 (eval "$ac_compile") 2>conftest.er1
8041 ac_status=$?
8042 grep -v '^ *+' conftest.er1 >conftest.err
8043 rm -f conftest.er1
8044 cat conftest.err >&5
8045 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8046 (exit $ac_status); } && {
8047 test -z "$ac_c_werror_flag" ||
8048 test ! -s conftest.err
8049 } && test -s conftest.$ac_objext; then
8050 eval "$as_ac_Header=yes"
8051 else
8052 echo "$as_me: failed program was:" >&5
8053 sed 's/^/| /' conftest.$ac_ext >&5
8055 eval "$as_ac_Header=no"
8058 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8060 ac_res=`eval echo '${'$as_ac_Header'}'`
8061 { echo "$as_me:$LINENO: result: $ac_res" >&5
8062 echo "${ECHO_T}$ac_res" >&6; }
8063 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8064 cat >>confdefs.h <<_ACEOF
8065 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8066 _ACEOF
8070 done
8074 for ac_header in pthread_np.h
8076 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8077 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8078 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8079 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8080 echo $ECHO_N "(cached) $ECHO_C" >&6
8081 else
8082 cat >conftest.$ac_ext <<_ACEOF
8083 /* confdefs.h. */
8084 _ACEOF
8085 cat confdefs.h >>conftest.$ac_ext
8086 cat >>conftest.$ac_ext <<_ACEOF
8087 /* end confdefs.h. */
8088 #ifdef HAVE_PTHREAD_H
8089 #include <pthread.h>
8090 #endif
8092 #include <$ac_header>
8093 _ACEOF
8094 rm -f conftest.$ac_objext
8095 if { (ac_try="$ac_compile"
8096 case "(($ac_try" in
8097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8098 *) ac_try_echo=$ac_try;;
8099 esac
8100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8101 (eval "$ac_compile") 2>conftest.er1
8102 ac_status=$?
8103 grep -v '^ *+' conftest.er1 >conftest.err
8104 rm -f conftest.er1
8105 cat conftest.err >&5
8106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8107 (exit $ac_status); } && {
8108 test -z "$ac_c_werror_flag" ||
8109 test ! -s conftest.err
8110 } && test -s conftest.$ac_objext; then
8111 eval "$as_ac_Header=yes"
8112 else
8113 echo "$as_me: failed program was:" >&5
8114 sed 's/^/| /' conftest.$ac_ext >&5
8116 eval "$as_ac_Header=no"
8119 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8121 ac_res=`eval echo '${'$as_ac_Header'}'`
8122 { echo "$as_me:$LINENO: result: $ac_res" >&5
8123 echo "${ECHO_T}$ac_res" >&6; }
8124 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8125 cat >>confdefs.h <<_ACEOF
8126 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8127 _ACEOF
8131 done
8135 for ac_header in linux/videodev.h
8137 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8138 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8139 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8140 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8141 echo $ECHO_N "(cached) $ECHO_C" >&6
8142 else
8143 cat >conftest.$ac_ext <<_ACEOF
8144 /* confdefs.h. */
8145 _ACEOF
8146 cat confdefs.h >>conftest.$ac_ext
8147 cat >>conftest.$ac_ext <<_ACEOF
8148 /* end confdefs.h. */
8149 #ifdef HAVE_SYS_TIME_H
8150 #include <sys/time.h>
8151 #endif
8152 #include <sys/types.h>
8153 #ifdef HAVE_ASM_TYPES_H
8154 #include <asm/types.h>
8155 #endif
8157 #include <$ac_header>
8158 _ACEOF
8159 rm -f conftest.$ac_objext
8160 if { (ac_try="$ac_compile"
8161 case "(($ac_try" in
8162 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8163 *) ac_try_echo=$ac_try;;
8164 esac
8165 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8166 (eval "$ac_compile") 2>conftest.er1
8167 ac_status=$?
8168 grep -v '^ *+' conftest.er1 >conftest.err
8169 rm -f conftest.er1
8170 cat conftest.err >&5
8171 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8172 (exit $ac_status); } && {
8173 test -z "$ac_c_werror_flag" ||
8174 test ! -s conftest.err
8175 } && test -s conftest.$ac_objext; then
8176 eval "$as_ac_Header=yes"
8177 else
8178 echo "$as_me: failed program was:" >&5
8179 sed 's/^/| /' conftest.$ac_ext >&5
8181 eval "$as_ac_Header=no"
8184 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8186 ac_res=`eval echo '${'$as_ac_Header'}'`
8187 { echo "$as_me:$LINENO: result: $ac_res" >&5
8188 echo "${ECHO_T}$ac_res" >&6; }
8189 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8190 cat >>confdefs.h <<_ACEOF
8191 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8192 _ACEOF
8196 done
8200 for ac_header in linux/capi.h
8202 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
8203 { echo "$as_me:$LINENO: checking for $ac_header" >&5
8204 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
8205 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
8206 echo $ECHO_N "(cached) $ECHO_C" >&6
8207 else
8208 cat >conftest.$ac_ext <<_ACEOF
8209 /* confdefs.h. */
8210 _ACEOF
8211 cat confdefs.h >>conftest.$ac_ext
8212 cat >>conftest.$ac_ext <<_ACEOF
8213 /* end confdefs.h. */
8214 #define __user
8216 #include <$ac_header>
8217 _ACEOF
8218 rm -f conftest.$ac_objext
8219 if { (ac_try="$ac_compile"
8220 case "(($ac_try" in
8221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8222 *) ac_try_echo=$ac_try;;
8223 esac
8224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8225 (eval "$ac_compile") 2>conftest.er1
8226 ac_status=$?
8227 grep -v '^ *+' conftest.er1 >conftest.err
8228 rm -f conftest.er1
8229 cat conftest.err >&5
8230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8231 (exit $ac_status); } && {
8232 test -z "$ac_c_werror_flag" ||
8233 test ! -s conftest.err
8234 } && test -s conftest.$ac_objext; then
8235 eval "$as_ac_Header=yes"
8236 else
8237 echo "$as_me: failed program was:" >&5
8238 sed 's/^/| /' conftest.$ac_ext >&5
8240 eval "$as_ac_Header=no"
8243 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
8245 ac_res=`eval echo '${'$as_ac_Header'}'`
8246 { echo "$as_me:$LINENO: result: $ac_res" >&5
8247 echo "${ECHO_T}$ac_res" >&6; }
8248 if test `eval echo '${'$as_ac_Header'}'` = yes; then
8249 cat >>confdefs.h <<_ACEOF
8250 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
8251 _ACEOF
8255 done
8259 DLLEXT=""
8261 DLLFLAGS="-D_REENTRANT"
8263 LDSHARED=""
8265 LDDLLFLAGS=""
8267 LIBEXT="so"
8269 IMPLIBEXT="def"
8271 LDRPATH_INSTALL=""
8273 LDRPATH_LOCAL=""
8275 # Extract the first word of "ldd", so it can be a program name with args.
8276 set dummy ldd; ac_word=$2
8277 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8278 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8279 if test "${ac_cv_path_LDD+set}" = set; then
8280 echo $ECHO_N "(cached) $ECHO_C" >&6
8281 else
8282 case $LDD in
8283 [\\/]* | ?:[\\/]*)
8284 ac_cv_path_LDD="$LDD" # Let the user override the test with a path.
8287 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8288 as_dummy="/sbin:/usr/sbin:$PATH"
8289 for as_dir in $as_dummy
8291 IFS=$as_save_IFS
8292 test -z "$as_dir" && as_dir=.
8293 for ac_exec_ext in '' $ac_executable_extensions; do
8294 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8295 ac_cv_path_LDD="$as_dir/$ac_word$ac_exec_ext"
8296 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8297 break 2
8299 done
8300 done
8301 IFS=$as_save_IFS
8303 test -z "$ac_cv_path_LDD" && ac_cv_path_LDD="true"
8305 esac
8307 LDD=$ac_cv_path_LDD
8308 if test -n "$LDD"; then
8309 { echo "$as_me:$LINENO: result: $LDD" >&5
8310 echo "${ECHO_T}$LDD" >&6; }
8311 else
8312 { echo "$as_me:$LINENO: result: no" >&5
8313 echo "${ECHO_T}no" >&6; }
8318 case $host_os in
8319 cygwin*|mingw32*)
8320 if test -n "$ac_tool_prefix"; then
8321 # Extract the first word of "${ac_tool_prefix}dlltool", so it can be a program name with args.
8322 set dummy ${ac_tool_prefix}dlltool; ac_word=$2
8323 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8324 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8325 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
8326 echo $ECHO_N "(cached) $ECHO_C" >&6
8327 else
8328 if test -n "$DLLTOOL"; then
8329 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
8330 else
8331 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8332 for as_dir in $PATH
8334 IFS=$as_save_IFS
8335 test -z "$as_dir" && as_dir=.
8336 for ac_exec_ext in '' $ac_executable_extensions; do
8337 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8338 ac_cv_prog_DLLTOOL="${ac_tool_prefix}dlltool"
8339 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8340 break 2
8342 done
8343 done
8344 IFS=$as_save_IFS
8348 DLLTOOL=$ac_cv_prog_DLLTOOL
8349 if test -n "$DLLTOOL"; then
8350 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
8351 echo "${ECHO_T}$DLLTOOL" >&6; }
8352 else
8353 { echo "$as_me:$LINENO: result: no" >&5
8354 echo "${ECHO_T}no" >&6; }
8359 if test -z "$ac_cv_prog_DLLTOOL"; then
8360 ac_ct_DLLTOOL=$DLLTOOL
8361 # Extract the first word of "dlltool", so it can be a program name with args.
8362 set dummy dlltool; ac_word=$2
8363 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8364 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8365 if test "${ac_cv_prog_ac_ct_DLLTOOL+set}" = set; then
8366 echo $ECHO_N "(cached) $ECHO_C" >&6
8367 else
8368 if test -n "$ac_ct_DLLTOOL"; then
8369 ac_cv_prog_ac_ct_DLLTOOL="$ac_ct_DLLTOOL" # Let the user override the test.
8370 else
8371 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8372 for as_dir in $PATH
8374 IFS=$as_save_IFS
8375 test -z "$as_dir" && as_dir=.
8376 for ac_exec_ext in '' $ac_executable_extensions; do
8377 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8378 ac_cv_prog_ac_ct_DLLTOOL="dlltool"
8379 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8380 break 2
8382 done
8383 done
8384 IFS=$as_save_IFS
8388 ac_ct_DLLTOOL=$ac_cv_prog_ac_ct_DLLTOOL
8389 if test -n "$ac_ct_DLLTOOL"; then
8390 { echo "$as_me:$LINENO: result: $ac_ct_DLLTOOL" >&5
8391 echo "${ECHO_T}$ac_ct_DLLTOOL" >&6; }
8392 else
8393 { echo "$as_me:$LINENO: result: no" >&5
8394 echo "${ECHO_T}no" >&6; }
8397 if test "x$ac_ct_DLLTOOL" = x; then
8398 DLLTOOL="false"
8399 else
8400 case $cross_compiling:$ac_tool_warned in
8401 yes:)
8402 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8403 whose name does not start with the host triplet. If you think this
8404 configuration is useful to you, please write to autoconf@gnu.org." >&5
8405 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8406 whose name does not start with the host triplet. If you think this
8407 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8408 ac_tool_warned=yes ;;
8409 esac
8410 DLLTOOL=$ac_ct_DLLTOOL
8412 else
8413 DLLTOOL="$ac_cv_prog_DLLTOOL"
8416 if test -n "$ac_tool_prefix"; then
8417 # Extract the first word of "${ac_tool_prefix}dllwrap", so it can be a program name with args.
8418 set dummy ${ac_tool_prefix}dllwrap; ac_word=$2
8419 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8420 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8421 if test "${ac_cv_prog_DLLWRAP+set}" = set; then
8422 echo $ECHO_N "(cached) $ECHO_C" >&6
8423 else
8424 if test -n "$DLLWRAP"; then
8425 ac_cv_prog_DLLWRAP="$DLLWRAP" # Let the user override the test.
8426 else
8427 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8428 for as_dir in $PATH
8430 IFS=$as_save_IFS
8431 test -z "$as_dir" && as_dir=.
8432 for ac_exec_ext in '' $ac_executable_extensions; do
8433 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8434 ac_cv_prog_DLLWRAP="${ac_tool_prefix}dllwrap"
8435 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8436 break 2
8438 done
8439 done
8440 IFS=$as_save_IFS
8444 DLLWRAP=$ac_cv_prog_DLLWRAP
8445 if test -n "$DLLWRAP"; then
8446 { echo "$as_me:$LINENO: result: $DLLWRAP" >&5
8447 echo "${ECHO_T}$DLLWRAP" >&6; }
8448 else
8449 { echo "$as_me:$LINENO: result: no" >&5
8450 echo "${ECHO_T}no" >&6; }
8455 if test -z "$ac_cv_prog_DLLWRAP"; then
8456 ac_ct_DLLWRAP=$DLLWRAP
8457 # Extract the first word of "dllwrap", so it can be a program name with args.
8458 set dummy dllwrap; ac_word=$2
8459 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8460 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8461 if test "${ac_cv_prog_ac_ct_DLLWRAP+set}" = set; then
8462 echo $ECHO_N "(cached) $ECHO_C" >&6
8463 else
8464 if test -n "$ac_ct_DLLWRAP"; then
8465 ac_cv_prog_ac_ct_DLLWRAP="$ac_ct_DLLWRAP" # Let the user override the test.
8466 else
8467 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8468 for as_dir in $PATH
8470 IFS=$as_save_IFS
8471 test -z "$as_dir" && as_dir=.
8472 for ac_exec_ext in '' $ac_executable_extensions; do
8473 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8474 ac_cv_prog_ac_ct_DLLWRAP="dllwrap"
8475 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8476 break 2
8478 done
8479 done
8480 IFS=$as_save_IFS
8484 ac_ct_DLLWRAP=$ac_cv_prog_ac_ct_DLLWRAP
8485 if test -n "$ac_ct_DLLWRAP"; then
8486 { echo "$as_me:$LINENO: result: $ac_ct_DLLWRAP" >&5
8487 echo "${ECHO_T}$ac_ct_DLLWRAP" >&6; }
8488 else
8489 { echo "$as_me:$LINENO: result: no" >&5
8490 echo "${ECHO_T}no" >&6; }
8493 if test "x$ac_ct_DLLWRAP" = x; then
8494 DLLWRAP="false"
8495 else
8496 case $cross_compiling:$ac_tool_warned in
8497 yes:)
8498 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8499 whose name does not start with the host triplet. If you think this
8500 configuration is useful to you, please write to autoconf@gnu.org." >&5
8501 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8502 whose name does not start with the host triplet. If you think this
8503 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8504 ac_tool_warned=yes ;;
8505 esac
8506 DLLWRAP=$ac_ct_DLLWRAP
8508 else
8509 DLLWRAP="$ac_cv_prog_DLLWRAP"
8512 if test -n "$ac_tool_prefix"; then
8513 # Extract the first word of "${ac_tool_prefix}ar", so it can be a program name with args.
8514 set dummy ${ac_tool_prefix}ar; ac_word=$2
8515 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8516 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8517 if test "${ac_cv_prog_MINGWAR+set}" = set; then
8518 echo $ECHO_N "(cached) $ECHO_C" >&6
8519 else
8520 if test -n "$MINGWAR"; then
8521 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
8522 else
8523 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8524 for as_dir in $PATH
8526 IFS=$as_save_IFS
8527 test -z "$as_dir" && as_dir=.
8528 for ac_exec_ext in '' $ac_executable_extensions; do
8529 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8530 ac_cv_prog_MINGWAR="${ac_tool_prefix}ar"
8531 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8532 break 2
8534 done
8535 done
8536 IFS=$as_save_IFS
8540 MINGWAR=$ac_cv_prog_MINGWAR
8541 if test -n "$MINGWAR"; then
8542 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
8543 echo "${ECHO_T}$MINGWAR" >&6; }
8544 else
8545 { echo "$as_me:$LINENO: result: no" >&5
8546 echo "${ECHO_T}no" >&6; }
8551 if test -z "$ac_cv_prog_MINGWAR"; then
8552 ac_ct_MINGWAR=$MINGWAR
8553 # Extract the first word of "ar", so it can be a program name with args.
8554 set dummy ar; ac_word=$2
8555 { echo "$as_me:$LINENO: checking for $ac_word" >&5
8556 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
8557 if test "${ac_cv_prog_ac_ct_MINGWAR+set}" = set; then
8558 echo $ECHO_N "(cached) $ECHO_C" >&6
8559 else
8560 if test -n "$ac_ct_MINGWAR"; then
8561 ac_cv_prog_ac_ct_MINGWAR="$ac_ct_MINGWAR" # Let the user override the test.
8562 else
8563 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
8564 for as_dir in $PATH
8566 IFS=$as_save_IFS
8567 test -z "$as_dir" && as_dir=.
8568 for ac_exec_ext in '' $ac_executable_extensions; do
8569 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
8570 ac_cv_prog_ac_ct_MINGWAR="ar"
8571 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
8572 break 2
8574 done
8575 done
8576 IFS=$as_save_IFS
8580 ac_ct_MINGWAR=$ac_cv_prog_ac_ct_MINGWAR
8581 if test -n "$ac_ct_MINGWAR"; then
8582 { echo "$as_me:$LINENO: result: $ac_ct_MINGWAR" >&5
8583 echo "${ECHO_T}$ac_ct_MINGWAR" >&6; }
8584 else
8585 { echo "$as_me:$LINENO: result: no" >&5
8586 echo "${ECHO_T}no" >&6; }
8589 if test "x$ac_ct_MINGWAR" = x; then
8590 MINGWAR="false"
8591 else
8592 case $cross_compiling:$ac_tool_warned in
8593 yes:)
8594 { echo "$as_me:$LINENO: WARNING: In the future, Autoconf will not detect cross-tools
8595 whose name does not start with the host triplet. If you think this
8596 configuration is useful to you, please write to autoconf@gnu.org." >&5
8597 echo "$as_me: WARNING: In the future, Autoconf will not detect cross-tools
8598 whose name does not start with the host triplet. If you think this
8599 configuration is useful to you, please write to autoconf@gnu.org." >&2;}
8600 ac_tool_warned=yes ;;
8601 esac
8602 MINGWAR=$ac_ct_MINGWAR
8604 else
8605 MINGWAR="$ac_cv_prog_MINGWAR"
8608 if test "$DLLWRAP" = "false"; then
8609 LIBEXT="a"
8610 else
8611 LIBEXT="dll"
8613 IMPLIBEXT="a"
8614 WIN16_FILES=""
8615 WIN16_INSTALL=""
8616 enable_iphlpapi=${enable_iphlpapi:-no}
8617 enable_kernel32=${enable_kernel32:-no}
8618 enable_msvcrt=${enable_msvcrt:-no}
8619 enable_ntdll=${enable_ntdll:-no}
8620 enable_ws2_32=${enable_ws2_32:-no}
8621 enable_loader=${enable_loader:-no}
8622 enable_server=${enable_server:-no}
8624 darwin*|macosx*)
8625 DLLEXT=".so"
8626 LIBEXT="dylib"
8627 DLLFLAGS="$DLLFLAGS -fPIC"
8628 LDDLLFLAGS="-bundle -multiply_defined suppress"
8629 LIBWINE_LDFLAGS="-multiply_defined suppress"
8630 LDSHARED="\$(CC) -dynamiclib"
8631 STRIP="$STRIP -x"
8632 LDRPATH_LOCAL="&& install_name_tool -change @executable_path/\`\$(RELPATH) \$(bindir) \$(libdir)\`/libwine.1.dylib @executable_path/\$(TOPOBJDIR)/libs/wine/libwine.1.dylib \$@ || \$(RM) \$@"
8633 SECURITYLIB="-framework Security -framework CoreFoundation"
8635 COREFOUNDATIONLIB="-framework CoreFoundation"
8637 IOKITLIB="-framework IOKit -framework CoreFoundation"
8639 LDEXECFLAGS="-image_base 0x7bf00000 -Wl,-segaddr,WINE_DOS,0x00000000,-segaddr,WINE_SHARED_HEAP,0x7f000000"
8641 if test "$ac_cv_header_DiskArbitration_DiskArbitration_h" = "yes"
8642 then
8643 DISKARBITRATIONLIB="-framework DiskArbitration -framework CoreFoundation"
8646 if test "$ac_cv_header_CoreAudio_CoreAudio_h" = "yes" -a "$ac_cv_header_AudioUnit_AudioUnit_h" = "yes"
8647 then
8648 COREAUDIO="-framework CoreAudio -framework AudioUnit -framework CoreServices -framework AudioToolbox -framework CoreMIDI"
8651 case $host_cpu in
8652 *powerpc*)
8653 LDDLLFLAGS="$LDDLLFLAGS -read_only_relocs warning" ;;
8654 esac
8655 if test "$ac_cv_header_Carbon_Carbon_h" = "yes"
8656 then
8657 CARBONLIB="-framework Carbon"
8659 enable_winequartz_drv=${enable_winequartz_drv:-yes}
8663 DLLFLAGS="$DLLFLAGS -fPIC"
8664 DLLEXT=".so"
8665 { echo "$as_me:$LINENO: checking whether we can build a GNU style ELF dll" >&5
8666 echo $ECHO_N "checking whether we can build a GNU style ELF dll... $ECHO_C" >&6; }
8667 if test "${ac_cv_c_dll_gnuelf+set}" = set; then
8668 echo $ECHO_N "(cached) $ECHO_C" >&6
8669 else
8670 ac_wine_try_cflags_saved=$CFLAGS
8671 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic"
8672 cat >conftest.$ac_ext <<_ACEOF
8673 void myfunc() {}
8674 _ACEOF
8675 rm -f conftest.$ac_objext conftest$ac_exeext
8676 if { (ac_try="$ac_link"
8677 case "(($ac_try" in
8678 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8679 *) ac_try_echo=$ac_try;;
8680 esac
8681 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8682 (eval "$ac_link") 2>conftest.er1
8683 ac_status=$?
8684 grep -v '^ *+' conftest.er1 >conftest.err
8685 rm -f conftest.er1
8686 cat conftest.err >&5
8687 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8688 (exit $ac_status); } && {
8689 test -z "$ac_c_werror_flag" ||
8690 test ! -s conftest.err
8691 } && test -s conftest$ac_exeext &&
8692 $as_test_x conftest$ac_exeext; then
8693 ac_cv_c_dll_gnuelf="yes"
8694 else
8695 echo "$as_me: failed program was:" >&5
8696 sed 's/^/| /' conftest.$ac_ext >&5
8698 ac_cv_c_dll_gnuelf="no"
8701 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8702 conftest$ac_exeext conftest.$ac_ext
8703 CFLAGS=$ac_wine_try_cflags_saved
8705 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_gnuelf" >&5
8706 echo "${ECHO_T}$ac_cv_c_dll_gnuelf" >&6; }
8707 if test "$ac_cv_c_dll_gnuelf" = "yes"
8708 then
8709 LDSHARED="\$(CC) -shared"
8710 LDDLLFLAGS="-shared -Wl,-Bsymbolic"
8711 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1" >&5
8712 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-soname,confest.so.1... $ECHO_C" >&6; }
8713 if test "${ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1+set}" = set; then
8714 echo $ECHO_N "(cached) $ECHO_C" >&6
8715 else
8716 ac_wine_try_cflags_saved=$CFLAGS
8717 CFLAGS="$CFLAGS -fPIC -shared -Wl,-soname,confest.so.1"
8718 cat >conftest.$ac_ext <<_ACEOF
8719 /* confdefs.h. */
8720 _ACEOF
8721 cat confdefs.h >>conftest.$ac_ext
8722 cat >>conftest.$ac_ext <<_ACEOF
8723 /* end confdefs.h. */
8726 main ()
8730 return 0;
8732 _ACEOF
8733 rm -f conftest.$ac_objext conftest$ac_exeext
8734 if { (ac_try="$ac_link"
8735 case "(($ac_try" in
8736 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8737 *) ac_try_echo=$ac_try;;
8738 esac
8739 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8740 (eval "$ac_link") 2>conftest.er1
8741 ac_status=$?
8742 grep -v '^ *+' conftest.er1 >conftest.err
8743 rm -f conftest.er1
8744 cat conftest.err >&5
8745 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8746 (exit $ac_status); } && {
8747 test -z "$ac_c_werror_flag" ||
8748 test ! -s conftest.err
8749 } && test -s conftest$ac_exeext &&
8750 $as_test_x conftest$ac_exeext; then
8751 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=yes
8752 else
8753 echo "$as_me: failed program was:" >&5
8754 sed 's/^/| /' conftest.$ac_ext >&5
8756 ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1=no
8759 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8760 conftest$ac_exeext conftest.$ac_ext
8761 CFLAGS=$ac_wine_try_cflags_saved
8763 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&5
8764 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1" >&6; }
8765 if test $ac_cv_cflags__fPIC__shared__Wl__soname_confest_so_1 = yes; then
8766 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-soname,%)"
8767 else
8768 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1" >&5
8769 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-h,confest.so.1... $ECHO_C" >&6; }
8770 if test "${ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1+set}" = set; then
8771 echo $ECHO_N "(cached) $ECHO_C" >&6
8772 else
8773 ac_wine_try_cflags_saved=$CFLAGS
8774 CFLAGS="$CFLAGS -fPIC -shared -Wl,-h,confest.so.1"
8775 cat >conftest.$ac_ext <<_ACEOF
8776 /* confdefs.h. */
8777 _ACEOF
8778 cat confdefs.h >>conftest.$ac_ext
8779 cat >>conftest.$ac_ext <<_ACEOF
8780 /* end confdefs.h. */
8783 main ()
8787 return 0;
8789 _ACEOF
8790 rm -f conftest.$ac_objext conftest$ac_exeext
8791 if { (ac_try="$ac_link"
8792 case "(($ac_try" in
8793 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8794 *) ac_try_echo=$ac_try;;
8795 esac
8796 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8797 (eval "$ac_link") 2>conftest.er1
8798 ac_status=$?
8799 grep -v '^ *+' conftest.er1 >conftest.err
8800 rm -f conftest.er1
8801 cat conftest.err >&5
8802 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8803 (exit $ac_status); } && {
8804 test -z "$ac_c_werror_flag" ||
8805 test ! -s conftest.err
8806 } && test -s conftest$ac_exeext &&
8807 $as_test_x conftest$ac_exeext; then
8808 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=yes
8809 else
8810 echo "$as_me: failed program was:" >&5
8811 sed 's/^/| /' conftest.$ac_ext >&5
8813 ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1=no
8816 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8817 conftest$ac_exeext conftest.$ac_ext
8818 CFLAGS=$ac_wine_try_cflags_saved
8820 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&5
8821 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1" >&6; }
8822 if test $ac_cv_cflags__fPIC__shared__Wl__h_confest_so_1 = yes; then
8823 LDSHARED="\$(CC) -shared \$(SONAME:%=-Wl,-h,%)"
8829 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs" >&5
8830 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-z,defs... $ECHO_C" >&6; }
8831 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs+set}" = set; then
8832 echo $ECHO_N "(cached) $ECHO_C" >&6
8833 else
8834 ac_wine_try_cflags_saved=$CFLAGS
8835 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-z,defs"
8836 cat >conftest.$ac_ext <<_ACEOF
8837 /* confdefs.h. */
8838 _ACEOF
8839 cat confdefs.h >>conftest.$ac_ext
8840 cat >>conftest.$ac_ext <<_ACEOF
8841 /* end confdefs.h. */
8844 main ()
8848 return 0;
8850 _ACEOF
8851 rm -f conftest.$ac_objext conftest$ac_exeext
8852 if { (ac_try="$ac_link"
8853 case "(($ac_try" in
8854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8855 *) ac_try_echo=$ac_try;;
8856 esac
8857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8858 (eval "$ac_link") 2>conftest.er1
8859 ac_status=$?
8860 grep -v '^ *+' conftest.er1 >conftest.err
8861 rm -f conftest.er1
8862 cat conftest.err >&5
8863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8864 (exit $ac_status); } && {
8865 test -z "$ac_c_werror_flag" ||
8866 test ! -s conftest.err
8867 } && test -s conftest$ac_exeext &&
8868 $as_test_x conftest$ac_exeext; then
8869 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=yes
8870 else
8871 echo "$as_me: failed program was:" >&5
8872 sed 's/^/| /' conftest.$ac_ext >&5
8874 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs=no
8877 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8878 conftest$ac_exeext conftest.$ac_ext
8879 CFLAGS=$ac_wine_try_cflags_saved
8881 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&5
8882 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs" >&6; }
8883 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__z_defs = yes; then
8884 LDDLLFLAGS="$LDDLLFLAGS,-z,defs"
8888 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini" >&5
8889 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini... $ECHO_C" >&6; }
8890 if test "${ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini+set}" = set; then
8891 echo $ECHO_N "(cached) $ECHO_C" >&6
8892 else
8893 ac_wine_try_cflags_saved=$CFLAGS
8894 CFLAGS="$CFLAGS -fPIC -shared -Wl,-Bsymbolic,-init,__wine_spec_init,-fini,__wine_spec_fini"
8895 cat >conftest.$ac_ext <<_ACEOF
8896 /* confdefs.h. */
8897 _ACEOF
8898 cat confdefs.h >>conftest.$ac_ext
8899 cat >>conftest.$ac_ext <<_ACEOF
8900 /* end confdefs.h. */
8903 main ()
8907 return 0;
8909 _ACEOF
8910 rm -f conftest.$ac_objext conftest$ac_exeext
8911 if { (ac_try="$ac_link"
8912 case "(($ac_try" in
8913 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8914 *) ac_try_echo=$ac_try;;
8915 esac
8916 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8917 (eval "$ac_link") 2>conftest.er1
8918 ac_status=$?
8919 grep -v '^ *+' conftest.er1 >conftest.err
8920 rm -f conftest.er1
8921 cat conftest.err >&5
8922 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8923 (exit $ac_status); } && {
8924 test -z "$ac_c_werror_flag" ||
8925 test ! -s conftest.err
8926 } && test -s conftest$ac_exeext &&
8927 $as_test_x conftest$ac_exeext; then
8928 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=yes
8929 else
8930 echo "$as_me: failed program was:" >&5
8931 sed 's/^/| /' conftest.$ac_ext >&5
8933 ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini=no
8936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8937 conftest$ac_exeext conftest.$ac_ext
8938 CFLAGS=$ac_wine_try_cflags_saved
8940 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&5
8941 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini" >&6; }
8942 if test $ac_cv_cflags__fPIC__shared__Wl__Bsymbolic__init___wine_spec_init__fini___wine_spec_fini = yes; then
8943 LDDLLFLAGS="$LDDLLFLAGS,-init,__wine_spec_init,-fini,__wine_spec_fini"
8947 echo '{ global: *; };' >conftest.map
8948 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map" >&5
8949 echo $ECHO_N "checking whether the compiler supports -fPIC -shared -Wl,--version-script=conftest.map... $ECHO_C" >&6; }
8950 if test "${ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map+set}" = set; then
8951 echo $ECHO_N "(cached) $ECHO_C" >&6
8952 else
8953 ac_wine_try_cflags_saved=$CFLAGS
8954 CFLAGS="$CFLAGS -fPIC -shared -Wl,--version-script=conftest.map"
8955 cat >conftest.$ac_ext <<_ACEOF
8956 /* confdefs.h. */
8957 _ACEOF
8958 cat confdefs.h >>conftest.$ac_ext
8959 cat >>conftest.$ac_ext <<_ACEOF
8960 /* end confdefs.h. */
8963 main ()
8967 return 0;
8969 _ACEOF
8970 rm -f conftest.$ac_objext conftest$ac_exeext
8971 if { (ac_try="$ac_link"
8972 case "(($ac_try" in
8973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
8974 *) ac_try_echo=$ac_try;;
8975 esac
8976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
8977 (eval "$ac_link") 2>conftest.er1
8978 ac_status=$?
8979 grep -v '^ *+' conftest.er1 >conftest.err
8980 rm -f conftest.er1
8981 cat conftest.err >&5
8982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
8983 (exit $ac_status); } && {
8984 test -z "$ac_c_werror_flag" ||
8985 test ! -s conftest.err
8986 } && test -s conftest$ac_exeext &&
8987 $as_test_x conftest$ac_exeext; then
8988 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=yes
8989 else
8990 echo "$as_me: failed program was:" >&5
8991 sed 's/^/| /' conftest.$ac_ext >&5
8993 ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map=no
8996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
8997 conftest$ac_exeext conftest.$ac_ext
8998 CFLAGS=$ac_wine_try_cflags_saved
9000 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&5
9001 echo "${ECHO_T}$ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map" >&6; }
9002 if test $ac_cv_cflags__fPIC__shared__Wl___version_script_conftest_map = yes; then
9003 LDSHARED="$LDSHARED \$(VERSCRIPT:%=-Wl,--version-script=%)"
9006 rm -f conftest.map
9008 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--export-dynamic" >&5
9009 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--export-dynamic... $ECHO_C" >&6; }
9010 if test "${ac_cv_cflags__fPIC__Wl___export_dynamic+set}" = set; then
9011 echo $ECHO_N "(cached) $ECHO_C" >&6
9012 else
9013 ac_wine_try_cflags_saved=$CFLAGS
9014 CFLAGS="$CFLAGS -fPIC -Wl,--export-dynamic"
9015 cat >conftest.$ac_ext <<_ACEOF
9016 /* confdefs.h. */
9017 _ACEOF
9018 cat confdefs.h >>conftest.$ac_ext
9019 cat >>conftest.$ac_ext <<_ACEOF
9020 /* end confdefs.h. */
9023 main ()
9027 return 0;
9029 _ACEOF
9030 rm -f conftest.$ac_objext conftest$ac_exeext
9031 if { (ac_try="$ac_link"
9032 case "(($ac_try" in
9033 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9034 *) ac_try_echo=$ac_try;;
9035 esac
9036 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9037 (eval "$ac_link") 2>conftest.er1
9038 ac_status=$?
9039 grep -v '^ *+' conftest.er1 >conftest.err
9040 rm -f conftest.er1
9041 cat conftest.err >&5
9042 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9043 (exit $ac_status); } && {
9044 test -z "$ac_c_werror_flag" ||
9045 test ! -s conftest.err
9046 } && test -s conftest$ac_exeext &&
9047 $as_test_x conftest$ac_exeext; then
9048 ac_cv_cflags__fPIC__Wl___export_dynamic=yes
9049 else
9050 echo "$as_me: failed program was:" >&5
9051 sed 's/^/| /' conftest.$ac_ext >&5
9053 ac_cv_cflags__fPIC__Wl___export_dynamic=no
9056 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9057 conftest$ac_exeext conftest.$ac_ext
9058 CFLAGS=$ac_wine_try_cflags_saved
9060 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fPIC__Wl___export_dynamic" >&5
9061 echo "${ECHO_T}$ac_cv_cflags__fPIC__Wl___export_dynamic" >&6; }
9062 if test $ac_cv_cflags__fPIC__Wl___export_dynamic = yes; then
9063 LDEXECFLAGS="-Wl,--export-dynamic"
9068 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,--rpath,\$ORIGIN/../lib" | $as_tr_sh`
9069 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib" >&5
9070 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,--rpath,\$ORIGIN/../lib... $ECHO_C" >&6; }
9071 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9072 echo $ECHO_N "(cached) $ECHO_C" >&6
9073 else
9074 ac_wine_try_cflags_saved=$CFLAGS
9075 CFLAGS="$CFLAGS -fPIC -Wl,--rpath,\$ORIGIN/../lib"
9076 cat >conftest.$ac_ext <<_ACEOF
9077 /* confdefs.h. */
9078 _ACEOF
9079 cat confdefs.h >>conftest.$ac_ext
9080 cat >>conftest.$ac_ext <<_ACEOF
9081 /* end confdefs.h. */
9084 main ()
9088 return 0;
9090 _ACEOF
9091 rm -f conftest.$ac_objext conftest$ac_exeext
9092 if { (ac_try="$ac_link"
9093 case "(($ac_try" in
9094 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9095 *) ac_try_echo=$ac_try;;
9096 esac
9097 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9098 (eval "$ac_link") 2>conftest.er1
9099 ac_status=$?
9100 grep -v '^ *+' conftest.er1 >conftest.err
9101 rm -f conftest.er1
9102 cat conftest.err >&5
9103 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9104 (exit $ac_status); } && {
9105 test -z "$ac_c_werror_flag" ||
9106 test ! -s conftest.err
9107 } && test -s conftest$ac_exeext &&
9108 $as_test_x conftest$ac_exeext; then
9109 eval "$as_ac_var=yes"
9110 else
9111 echo "$as_me: failed program was:" >&5
9112 sed 's/^/| /' conftest.$ac_ext >&5
9114 eval "$as_ac_var=no"
9117 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9118 conftest$ac_exeext conftest.$ac_ext
9119 CFLAGS=$ac_wine_try_cflags_saved
9121 ac_res=`eval echo '${'$as_ac_var'}'`
9122 { echo "$as_me:$LINENO: result: $ac_res" >&5
9123 echo "${ECHO_T}$ac_res" >&6; }
9124 if test `eval echo '${'$as_ac_var'}'` = yes; then
9125 LDRPATH_INSTALL="-Wl,--rpath,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9126 LDRPATH_LOCAL="-Wl,--rpath,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9127 else
9128 as_ac_var=`echo "ac_cv_cflags_-fPIC -Wl,-R,\$ORIGIN/../lib" | $as_tr_sh`
9129 { echo "$as_me:$LINENO: checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib" >&5
9130 echo $ECHO_N "checking whether the compiler supports -fPIC -Wl,-R,\$ORIGIN/../lib... $ECHO_C" >&6; }
9131 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
9132 echo $ECHO_N "(cached) $ECHO_C" >&6
9133 else
9134 ac_wine_try_cflags_saved=$CFLAGS
9135 CFLAGS="$CFLAGS -fPIC -Wl,-R,\$ORIGIN/../lib"
9136 cat >conftest.$ac_ext <<_ACEOF
9137 /* confdefs.h. */
9138 _ACEOF
9139 cat confdefs.h >>conftest.$ac_ext
9140 cat >>conftest.$ac_ext <<_ACEOF
9141 /* end confdefs.h. */
9144 main ()
9148 return 0;
9150 _ACEOF
9151 rm -f conftest.$ac_objext conftest$ac_exeext
9152 if { (ac_try="$ac_link"
9153 case "(($ac_try" in
9154 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9155 *) ac_try_echo=$ac_try;;
9156 esac
9157 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9158 (eval "$ac_link") 2>conftest.er1
9159 ac_status=$?
9160 grep -v '^ *+' conftest.er1 >conftest.err
9161 rm -f conftest.er1
9162 cat conftest.err >&5
9163 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9164 (exit $ac_status); } && {
9165 test -z "$ac_c_werror_flag" ||
9166 test ! -s conftest.err
9167 } && test -s conftest$ac_exeext &&
9168 $as_test_x conftest$ac_exeext; then
9169 eval "$as_ac_var=yes"
9170 else
9171 echo "$as_me: failed program was:" >&5
9172 sed 's/^/| /' conftest.$ac_ext >&5
9174 eval "$as_ac_var=no"
9177 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9178 conftest$ac_exeext conftest.$ac_ext
9179 CFLAGS=$ac_wine_try_cflags_saved
9181 ac_res=`eval echo '${'$as_ac_var'}'`
9182 { echo "$as_me:$LINENO: result: $ac_res" >&5
9183 echo "${ECHO_T}$ac_res" >&6; }
9184 if test `eval echo '${'$as_ac_var'}'` = yes; then
9185 LDRPATH_INSTALL="-Wl,-R,\\\$\$ORIGIN/\`\$(RELPATH) \$(bindir) \$(libdir)\`"
9186 LDRPATH_LOCAL="-Wl,-R,\\\$\$ORIGIN/\$(TOPOBJDIR)/libs/wine"
9192 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--enable-new-dtags" >&5
9193 echo $ECHO_N "checking whether the compiler supports -Wl,--enable-new-dtags... $ECHO_C" >&6; }
9194 if test "${ac_cv_cflags__Wl___enable_new_dtags+set}" = set; then
9195 echo $ECHO_N "(cached) $ECHO_C" >&6
9196 else
9197 ac_wine_try_cflags_saved=$CFLAGS
9198 CFLAGS="$CFLAGS -Wl,--enable-new-dtags"
9199 cat >conftest.$ac_ext <<_ACEOF
9200 /* confdefs.h. */
9201 _ACEOF
9202 cat confdefs.h >>conftest.$ac_ext
9203 cat >>conftest.$ac_ext <<_ACEOF
9204 /* end confdefs.h. */
9207 main ()
9211 return 0;
9213 _ACEOF
9214 rm -f conftest.$ac_objext conftest$ac_exeext
9215 if { (ac_try="$ac_link"
9216 case "(($ac_try" in
9217 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9218 *) ac_try_echo=$ac_try;;
9219 esac
9220 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9221 (eval "$ac_link") 2>conftest.er1
9222 ac_status=$?
9223 grep -v '^ *+' conftest.er1 >conftest.err
9224 rm -f conftest.er1
9225 cat conftest.err >&5
9226 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9227 (exit $ac_status); } && {
9228 test -z "$ac_c_werror_flag" ||
9229 test ! -s conftest.err
9230 } && test -s conftest$ac_exeext &&
9231 $as_test_x conftest$ac_exeext; then
9232 ac_cv_cflags__Wl___enable_new_dtags=yes
9233 else
9234 echo "$as_me: failed program was:" >&5
9235 sed 's/^/| /' conftest.$ac_ext >&5
9237 ac_cv_cflags__Wl___enable_new_dtags=no
9240 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9241 conftest$ac_exeext conftest.$ac_ext
9242 CFLAGS=$ac_wine_try_cflags_saved
9244 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___enable_new_dtags" >&5
9245 echo "${ECHO_T}$ac_cv_cflags__Wl___enable_new_dtags" >&6; }
9246 if test $ac_cv_cflags__Wl___enable_new_dtags = yes; then
9247 LDRPATH_INSTALL="$LDRPATH_INSTALL -Wl,--enable-new-dtags"
9251 case $host_cpu in
9252 *i[3456789]86* | x86_64)
9253 { echo "$as_me:$LINENO: checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400" >&5
9254 echo $ECHO_N "checking whether the compiler supports -Wl,--section-start,.interp=0x7bf00400... $ECHO_C" >&6; }
9255 if test "${ac_cv_cflags__Wl___section_start__interp_0x7bf00400+set}" = set; then
9256 echo $ECHO_N "(cached) $ECHO_C" >&6
9257 else
9258 ac_wine_try_cflags_saved=$CFLAGS
9259 CFLAGS="$CFLAGS -Wl,--section-start,.interp=0x7bf00400"
9260 cat >conftest.$ac_ext <<_ACEOF
9261 /* confdefs.h. */
9262 _ACEOF
9263 cat confdefs.h >>conftest.$ac_ext
9264 cat >>conftest.$ac_ext <<_ACEOF
9265 /* end confdefs.h. */
9268 main ()
9272 return 0;
9274 _ACEOF
9275 rm -f conftest.$ac_objext conftest$ac_exeext
9276 if { (ac_try="$ac_link"
9277 case "(($ac_try" in
9278 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9279 *) ac_try_echo=$ac_try;;
9280 esac
9281 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9282 (eval "$ac_link") 2>conftest.er1
9283 ac_status=$?
9284 grep -v '^ *+' conftest.er1 >conftest.err
9285 rm -f conftest.er1
9286 cat conftest.err >&5
9287 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9288 (exit $ac_status); } && {
9289 test -z "$ac_c_werror_flag" ||
9290 test ! -s conftest.err
9291 } && test -s conftest$ac_exeext &&
9292 $as_test_x conftest$ac_exeext; then
9293 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=yes
9294 else
9295 echo "$as_me: failed program was:" >&5
9296 sed 's/^/| /' conftest.$ac_ext >&5
9298 ac_cv_cflags__Wl___section_start__interp_0x7bf00400=no
9301 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9302 conftest$ac_exeext conftest.$ac_ext
9303 CFLAGS=$ac_wine_try_cflags_saved
9305 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&5
9306 echo "${ECHO_T}$ac_cv_cflags__Wl___section_start__interp_0x7bf00400" >&6; }
9307 if test $ac_cv_cflags__Wl___section_start__interp_0x7bf00400 = yes; then
9308 LDEXECFLAGS="$LDEXECFLAGS -Wl,--section-start,.interp=0x7bf00400"
9312 esac
9314 else
9315 { echo "$as_me:$LINENO: checking whether we can build a UnixWare (Solaris) dll" >&5
9316 echo $ECHO_N "checking whether we can build a UnixWare (Solaris) dll... $ECHO_C" >&6; }
9317 if test "${ac_cv_c_dll_unixware+set}" = set; then
9318 echo $ECHO_N "(cached) $ECHO_C" >&6
9319 else
9320 ac_wine_try_cflags_saved=$CFLAGS
9321 CFLAGS="$CFLAGS -fPIC -Wl,-G,-h,conftest.so.1.0,-B,symbolic"
9322 cat >conftest.$ac_ext <<_ACEOF
9323 void myfunc() {}
9324 _ACEOF
9325 rm -f conftest.$ac_objext conftest$ac_exeext
9326 if { (ac_try="$ac_link"
9327 case "(($ac_try" in
9328 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9329 *) ac_try_echo=$ac_try;;
9330 esac
9331 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9332 (eval "$ac_link") 2>conftest.er1
9333 ac_status=$?
9334 grep -v '^ *+' conftest.er1 >conftest.err
9335 rm -f conftest.er1
9336 cat conftest.err >&5
9337 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9338 (exit $ac_status); } && {
9339 test -z "$ac_c_werror_flag" ||
9340 test ! -s conftest.err
9341 } && test -s conftest$ac_exeext &&
9342 $as_test_x conftest$ac_exeext; then
9343 ac_cv_c_dll_unixware="yes"
9344 else
9345 echo "$as_me: failed program was:" >&5
9346 sed 's/^/| /' conftest.$ac_ext >&5
9348 ac_cv_c_dll_unixware="no"
9351 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9352 conftest$ac_exeext conftest.$ac_ext
9353 CFLAGS=$ac_wine_try_cflags_saved
9355 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_unixware" >&5
9356 echo "${ECHO_T}$ac_cv_c_dll_unixware" >&6; }
9357 if test "$ac_cv_c_dll_unixware" = "yes"
9358 then
9359 LDSHARED="\$(CC) -Wl,-G \$(SONAME:%=-Wl,-h,%)"
9360 LDDLLFLAGS="-Wl,-G,-B,symbolic"
9362 else
9363 { echo "$as_me:$LINENO: checking whether we can build an HP-UX dll" >&5
9364 echo $ECHO_N "checking whether we can build an HP-UX dll... $ECHO_C" >&6; }
9365 if test "${ac_cv_c_dll_hpux+set}" = set; then
9366 echo $ECHO_N "(cached) $ECHO_C" >&6
9367 else
9368 ac_wine_try_cflags_saved=$CFLAGS
9369 CFLAGS="$CFLAGS -shared"
9370 cat >conftest.$ac_ext <<_ACEOF
9371 void myfunc() {}
9372 _ACEOF
9373 rm -f conftest.$ac_objext conftest$ac_exeext
9374 if { (ac_try="$ac_link"
9375 case "(($ac_try" in
9376 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9377 *) ac_try_echo=$ac_try;;
9378 esac
9379 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9380 (eval "$ac_link") 2>conftest.er1
9381 ac_status=$?
9382 grep -v '^ *+' conftest.er1 >conftest.err
9383 rm -f conftest.er1
9384 cat conftest.err >&5
9385 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9386 (exit $ac_status); } && {
9387 test -z "$ac_c_werror_flag" ||
9388 test ! -s conftest.err
9389 } && test -s conftest$ac_exeext &&
9390 $as_test_x conftest$ac_exeext; then
9391 ac_cv_c_dll_hpux="yes"
9392 else
9393 echo "$as_me: failed program was:" >&5
9394 sed 's/^/| /' conftest.$ac_ext >&5
9396 ac_cv_c_dll_hpux="no"
9399 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9400 conftest$ac_exeext conftest.$ac_ext
9401 CFLAGS=$ac_wine_try_cflags_saved
9403 { echo "$as_me:$LINENO: result: $ac_cv_c_dll_hpux" >&5
9404 echo "${ECHO_T}$ac_cv_c_dll_hpux" >&6; }
9405 if test "$ac_cv_c_dll_hpux" = "yes"
9406 then
9407 LIBEXT="sl"
9408 DLLEXT=".sl"
9409 LDDLLFLAGS="-shared -fPIC"
9410 LDSHARED="\$(CC) -shared"
9415 CROSSTEST=""
9417 if test "$cross_compiling" = "no"
9418 then
9419 for ac_prog in i586-mingw32msvc-gcc i386-mingw32msvc-gcc i686-mingw32-gcc i586-mingw32-gcc i486-mingw32-gcc i386-mingw32-gcc mingw32-gcc mingw-gcc
9421 # Extract the first word of "$ac_prog", so it can be a program name with args.
9422 set dummy $ac_prog; ac_word=$2
9423 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9424 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9425 if test "${ac_cv_prog_CROSSCC+set}" = set; then
9426 echo $ECHO_N "(cached) $ECHO_C" >&6
9427 else
9428 if test -n "$CROSSCC"; then
9429 ac_cv_prog_CROSSCC="$CROSSCC" # Let the user override the test.
9430 else
9431 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9432 for as_dir in $PATH
9434 IFS=$as_save_IFS
9435 test -z "$as_dir" && as_dir=.
9436 for ac_exec_ext in '' $ac_executable_extensions; do
9437 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9438 ac_cv_prog_CROSSCC="$ac_prog"
9439 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9440 break 2
9442 done
9443 done
9444 IFS=$as_save_IFS
9448 CROSSCC=$ac_cv_prog_CROSSCC
9449 if test -n "$CROSSCC"; then
9450 { echo "$as_me:$LINENO: result: $CROSSCC" >&5
9451 echo "${ECHO_T}$CROSSCC" >&6; }
9452 else
9453 { echo "$as_me:$LINENO: result: no" >&5
9454 echo "${ECHO_T}no" >&6; }
9458 test -n "$CROSSCC" && break
9459 done
9460 test -n "$CROSSCC" || CROSSCC="false"
9462 for ac_prog in i586-mingw32msvc-dlltool i386-mingw32msvc-dlltool i686-mingw32-dlltool i586-mingw32-dlltool i486-mingw32-dlltool i386-mingw32-dlltool mingw32-dlltool mingw-dlltool
9464 # Extract the first word of "$ac_prog", so it can be a program name with args.
9465 set dummy $ac_prog; ac_word=$2
9466 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9467 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9468 if test "${ac_cv_prog_DLLTOOL+set}" = set; then
9469 echo $ECHO_N "(cached) $ECHO_C" >&6
9470 else
9471 if test -n "$DLLTOOL"; then
9472 ac_cv_prog_DLLTOOL="$DLLTOOL" # Let the user override the test.
9473 else
9474 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9475 for as_dir in $PATH
9477 IFS=$as_save_IFS
9478 test -z "$as_dir" && as_dir=.
9479 for ac_exec_ext in '' $ac_executable_extensions; do
9480 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9481 ac_cv_prog_DLLTOOL="$ac_prog"
9482 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9483 break 2
9485 done
9486 done
9487 IFS=$as_save_IFS
9491 DLLTOOL=$ac_cv_prog_DLLTOOL
9492 if test -n "$DLLTOOL"; then
9493 { echo "$as_me:$LINENO: result: $DLLTOOL" >&5
9494 echo "${ECHO_T}$DLLTOOL" >&6; }
9495 else
9496 { echo "$as_me:$LINENO: result: no" >&5
9497 echo "${ECHO_T}no" >&6; }
9501 test -n "$DLLTOOL" && break
9502 done
9503 test -n "$DLLTOOL" || DLLTOOL="false"
9505 for ac_prog in i586-mingw32msvc-windres i386-mingw32msvc-windres i686-mingw32-windres i586-mingw32-windres i486-mingw32-windres i386-mingw32-windres mingw32-windres mingw-windres
9507 # Extract the first word of "$ac_prog", so it can be a program name with args.
9508 set dummy $ac_prog; ac_word=$2
9509 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9510 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9511 if test "${ac_cv_prog_CROSSWINDRES+set}" = set; then
9512 echo $ECHO_N "(cached) $ECHO_C" >&6
9513 else
9514 if test -n "$CROSSWINDRES"; then
9515 ac_cv_prog_CROSSWINDRES="$CROSSWINDRES" # Let the user override the test.
9516 else
9517 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9518 for as_dir in $PATH
9520 IFS=$as_save_IFS
9521 test -z "$as_dir" && as_dir=.
9522 for ac_exec_ext in '' $ac_executable_extensions; do
9523 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9524 ac_cv_prog_CROSSWINDRES="$ac_prog"
9525 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9526 break 2
9528 done
9529 done
9530 IFS=$as_save_IFS
9534 CROSSWINDRES=$ac_cv_prog_CROSSWINDRES
9535 if test -n "$CROSSWINDRES"; then
9536 { echo "$as_me:$LINENO: result: $CROSSWINDRES" >&5
9537 echo "${ECHO_T}$CROSSWINDRES" >&6; }
9538 else
9539 { echo "$as_me:$LINENO: result: no" >&5
9540 echo "${ECHO_T}no" >&6; }
9544 test -n "$CROSSWINDRES" && break
9545 done
9546 test -n "$CROSSWINDRES" || CROSSWINDRES="false"
9548 for ac_prog in i586-mingw32msvc-ar i386-mingw32msvc-ar i686-mingw32-ar i586-mingw32-ar i486-mingw32-ar i386-mingw32-ar mingw32-ar mingw-ar
9550 # Extract the first word of "$ac_prog", so it can be a program name with args.
9551 set dummy $ac_prog; ac_word=$2
9552 { echo "$as_me:$LINENO: checking for $ac_word" >&5
9553 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
9554 if test "${ac_cv_prog_MINGWAR+set}" = set; then
9555 echo $ECHO_N "(cached) $ECHO_C" >&6
9556 else
9557 if test -n "$MINGWAR"; then
9558 ac_cv_prog_MINGWAR="$MINGWAR" # Let the user override the test.
9559 else
9560 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
9561 for as_dir in $PATH
9563 IFS=$as_save_IFS
9564 test -z "$as_dir" && as_dir=.
9565 for ac_exec_ext in '' $ac_executable_extensions; do
9566 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
9567 ac_cv_prog_MINGWAR="$ac_prog"
9568 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
9569 break 2
9571 done
9572 done
9573 IFS=$as_save_IFS
9577 MINGWAR=$ac_cv_prog_MINGWAR
9578 if test -n "$MINGWAR"; then
9579 { echo "$as_me:$LINENO: result: $MINGWAR" >&5
9580 echo "${ECHO_T}$MINGWAR" >&6; }
9581 else
9582 { echo "$as_me:$LINENO: result: no" >&5
9583 echo "${ECHO_T}no" >&6; }
9587 test -n "$MINGWAR" && break
9588 done
9589 test -n "$MINGWAR" || MINGWAR="false"
9591 if test "$CROSSCC" != "false"; then CROSSTEST="\$(CROSSTEST)"; fi
9594 esac
9596 enable_winequartz_drv=${enable_winequartz_drv:-no}
9598 if test "$LIBEXT" = "a"; then
9599 { { echo "$as_me:$LINENO: error: could not find a way to build shared libraries.
9600 It is currently not possible to build Wine without shared library
9601 (.so) support to allow transparent switch between .so and .dll files.
9602 If you are using Linux, you will need a newer binutils.
9603 " >&5
9604 echo "$as_me: error: could not find a way to build shared libraries.
9605 It is currently not possible to build Wine without shared library
9606 (.so) support to allow transparent switch between .so and .dll files.
9607 If you are using Linux, you will need a newer binutils.
9608 " >&2;}
9609 { (exit 1); exit 1; }; }
9613 if test "$have_x" = "yes"
9614 then
9615 XLIB="-lXext -lX11"
9616 ac_save_CPPFLAGS="$CPPFLAGS"
9617 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
9619 { echo "$as_me:$LINENO: checking for -lX11" >&5
9620 echo $ECHO_N "checking for -lX11... $ECHO_C" >&6; }
9621 if test "${ac_cv_lib_soname_X11+set}" = set; then
9622 echo $ECHO_N "(cached) $ECHO_C" >&6
9623 else
9624 ac_check_soname_save_LIBS=$LIBS
9625 LIBS="-lX11 $X_LIBS $X_EXTRA_LIBS $LIBS"
9626 cat >conftest.$ac_ext <<_ACEOF
9627 /* confdefs.h. */
9628 _ACEOF
9629 cat confdefs.h >>conftest.$ac_ext
9630 cat >>conftest.$ac_ext <<_ACEOF
9631 /* end confdefs.h. */
9633 /* Override any GCC internal prototype to avoid an error.
9634 Use char because int might match the return type of a GCC
9635 builtin and then its argument prototype would still apply. */
9636 #ifdef __cplusplus
9637 extern "C"
9638 #endif
9639 char XCreateWindow ();
9641 main ()
9643 return XCreateWindow ();
9645 return 0;
9647 _ACEOF
9648 rm -f conftest.$ac_objext conftest$ac_exeext
9649 if { (ac_try="$ac_link"
9650 case "(($ac_try" in
9651 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9652 *) ac_try_echo=$ac_try;;
9653 esac
9654 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9655 (eval "$ac_link") 2>conftest.er1
9656 ac_status=$?
9657 grep -v '^ *+' conftest.er1 >conftest.err
9658 rm -f conftest.er1
9659 cat conftest.err >&5
9660 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9661 (exit $ac_status); } && {
9662 test -z "$ac_c_werror_flag" ||
9663 test ! -s conftest.err
9664 } && test -s conftest$ac_exeext &&
9665 $as_test_x conftest$ac_exeext; then
9666 case "$LIBEXT" in
9667 dll) ;;
9668 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'` ;;
9669 *) ac_cv_lib_soname_X11=`$ac_cv_path_LDD conftest$ac_exeext | grep "libX11\\.$LIBEXT" | sed -e "s/^.*\(libX11\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9670 esac
9671 else
9672 echo "$as_me: failed program was:" >&5
9673 sed 's/^/| /' conftest.$ac_ext >&5
9678 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9679 conftest$ac_exeext conftest.$ac_ext
9680 LIBS=$ac_check_soname_save_LIBS
9682 if test "x$ac_cv_lib_soname_X11" = "x"; then
9683 { echo "$as_me:$LINENO: result: not found" >&5
9684 echo "${ECHO_T}not found" >&6; }
9686 else
9687 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_X11" >&5
9688 echo "${ECHO_T}$ac_cv_lib_soname_X11" >&6; }
9690 cat >>confdefs.h <<_ACEOF
9691 #define SONAME_LIBX11 "$ac_cv_lib_soname_X11"
9692 _ACEOF
9697 { echo "$as_me:$LINENO: checking for -lXext" >&5
9698 echo $ECHO_N "checking for -lXext... $ECHO_C" >&6; }
9699 if test "${ac_cv_lib_soname_Xext+set}" = set; then
9700 echo $ECHO_N "(cached) $ECHO_C" >&6
9701 else
9702 ac_check_soname_save_LIBS=$LIBS
9703 LIBS="-lXext $X_LIBS -lX11 $X_EXTRA_LIBS $LIBS"
9704 cat >conftest.$ac_ext <<_ACEOF
9705 /* confdefs.h. */
9706 _ACEOF
9707 cat confdefs.h >>conftest.$ac_ext
9708 cat >>conftest.$ac_ext <<_ACEOF
9709 /* end confdefs.h. */
9711 /* Override any GCC internal prototype to avoid an error.
9712 Use char because int might match the return type of a GCC
9713 builtin and then its argument prototype would still apply. */
9714 #ifdef __cplusplus
9715 extern "C"
9716 #endif
9717 char XextCreateExtension ();
9719 main ()
9721 return XextCreateExtension ();
9723 return 0;
9725 _ACEOF
9726 rm -f conftest.$ac_objext conftest$ac_exeext
9727 if { (ac_try="$ac_link"
9728 case "(($ac_try" in
9729 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9730 *) ac_try_echo=$ac_try;;
9731 esac
9732 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9733 (eval "$ac_link") 2>conftest.er1
9734 ac_status=$?
9735 grep -v '^ *+' conftest.er1 >conftest.err
9736 rm -f conftest.er1
9737 cat conftest.err >&5
9738 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9739 (exit $ac_status); } && {
9740 test -z "$ac_c_werror_flag" ||
9741 test ! -s conftest.err
9742 } && test -s conftest$ac_exeext &&
9743 $as_test_x conftest$ac_exeext; then
9744 case "$LIBEXT" in
9745 dll) ;;
9746 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'` ;;
9747 *) ac_cv_lib_soname_Xext=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXext\\.$LIBEXT" | sed -e "s/^.*\(libXext\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9748 esac
9749 else
9750 echo "$as_me: failed program was:" >&5
9751 sed 's/^/| /' conftest.$ac_ext >&5
9756 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9757 conftest$ac_exeext conftest.$ac_ext
9758 LIBS=$ac_check_soname_save_LIBS
9760 if test "x$ac_cv_lib_soname_Xext" = "x"; then
9761 { echo "$as_me:$LINENO: result: not found" >&5
9762 echo "${ECHO_T}not found" >&6; }
9764 else
9765 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xext" >&5
9766 echo "${ECHO_T}$ac_cv_lib_soname_Xext" >&6; }
9768 cat >>confdefs.h <<_ACEOF
9769 #define SONAME_LIBXEXT "$ac_cv_lib_soname_Xext"
9770 _ACEOF
9788 for ac_header in X11/Xlib.h \
9789 X11/XKBlib.h \
9790 X11/Xutil.h \
9791 X11/Xcursor/Xcursor.h \
9792 X11/extensions/shape.h \
9793 X11/extensions/XInput.h \
9794 X11/extensions/XShm.h \
9795 X11/extensions/Xcomposite.h \
9796 X11/extensions/Xinerama.h \
9797 X11/extensions/Xrandr.h \
9798 X11/extensions/Xrender.h \
9799 X11/extensions/xf86vmode.h
9801 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
9802 { echo "$as_me:$LINENO: checking for $ac_header" >&5
9803 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
9804 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
9805 echo $ECHO_N "(cached) $ECHO_C" >&6
9806 else
9807 cat >conftest.$ac_ext <<_ACEOF
9808 /* confdefs.h. */
9809 _ACEOF
9810 cat confdefs.h >>conftest.$ac_ext
9811 cat >>conftest.$ac_ext <<_ACEOF
9812 /* end confdefs.h. */
9813 #ifdef HAVE_X11_XLIB_H
9814 # include <X11/Xlib.h>
9815 #endif
9816 #ifdef HAVE_X11_XUTIL_H
9817 # include <X11/Xutil.h>
9818 #endif
9820 #include <$ac_header>
9821 _ACEOF
9822 rm -f conftest.$ac_objext
9823 if { (ac_try="$ac_compile"
9824 case "(($ac_try" in
9825 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9826 *) ac_try_echo=$ac_try;;
9827 esac
9828 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9829 (eval "$ac_compile") 2>conftest.er1
9830 ac_status=$?
9831 grep -v '^ *+' conftest.er1 >conftest.err
9832 rm -f conftest.er1
9833 cat conftest.err >&5
9834 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9835 (exit $ac_status); } && {
9836 test -z "$ac_c_werror_flag" ||
9837 test ! -s conftest.err
9838 } && test -s conftest.$ac_objext; then
9839 eval "$as_ac_Header=yes"
9840 else
9841 echo "$as_me: failed program was:" >&5
9842 sed 's/^/| /' conftest.$ac_ext >&5
9844 eval "$as_ac_Header=no"
9847 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
9849 ac_res=`eval echo '${'$as_ac_Header'}'`
9850 { echo "$as_me:$LINENO: result: $ac_res" >&5
9851 echo "${ECHO_T}$ac_res" >&6; }
9852 if test `eval echo '${'$as_ac_Header'}'` = yes; then
9853 cat >>confdefs.h <<_ACEOF
9854 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
9855 _ACEOF
9859 done
9862 if test "$ac_cv_header_X11_XKBlib_h" = "yes"
9863 then
9864 { echo "$as_me:$LINENO: checking for XkbQueryExtension in -lX11" >&5
9865 echo $ECHO_N "checking for XkbQueryExtension in -lX11... $ECHO_C" >&6; }
9866 if test "${ac_cv_lib_X11_XkbQueryExtension+set}" = set; then
9867 echo $ECHO_N "(cached) $ECHO_C" >&6
9868 else
9869 ac_check_lib_save_LIBS=$LIBS
9870 LIBS="-lX11 $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9871 cat >conftest.$ac_ext <<_ACEOF
9872 /* confdefs.h. */
9873 _ACEOF
9874 cat confdefs.h >>conftest.$ac_ext
9875 cat >>conftest.$ac_ext <<_ACEOF
9876 /* end confdefs.h. */
9878 /* Override any GCC internal prototype to avoid an error.
9879 Use char because int might match the return type of a GCC
9880 builtin and then its argument prototype would still apply. */
9881 #ifdef __cplusplus
9882 extern "C"
9883 #endif
9884 char XkbQueryExtension ();
9886 main ()
9888 return XkbQueryExtension ();
9890 return 0;
9892 _ACEOF
9893 rm -f conftest.$ac_objext conftest$ac_exeext
9894 if { (ac_try="$ac_link"
9895 case "(($ac_try" in
9896 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9897 *) ac_try_echo=$ac_try;;
9898 esac
9899 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9900 (eval "$ac_link") 2>conftest.er1
9901 ac_status=$?
9902 grep -v '^ *+' conftest.er1 >conftest.err
9903 rm -f conftest.er1
9904 cat conftest.err >&5
9905 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9906 (exit $ac_status); } && {
9907 test -z "$ac_c_werror_flag" ||
9908 test ! -s conftest.err
9909 } && test -s conftest$ac_exeext &&
9910 $as_test_x conftest$ac_exeext; then
9911 ac_cv_lib_X11_XkbQueryExtension=yes
9912 else
9913 echo "$as_me: failed program was:" >&5
9914 sed 's/^/| /' conftest.$ac_ext >&5
9916 ac_cv_lib_X11_XkbQueryExtension=no
9919 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9920 conftest$ac_exeext conftest.$ac_ext
9921 LIBS=$ac_check_lib_save_LIBS
9923 { echo "$as_me:$LINENO: result: $ac_cv_lib_X11_XkbQueryExtension" >&5
9924 echo "${ECHO_T}$ac_cv_lib_X11_XkbQueryExtension" >&6; }
9925 if test $ac_cv_lib_X11_XkbQueryExtension = yes; then
9927 cat >>confdefs.h <<\_ACEOF
9928 #define HAVE_XKB 1
9929 _ACEOF
9935 if test "$ac_cv_header_X11_Xcursor_Xcursor_h" = "yes"
9936 then
9937 { echo "$as_me:$LINENO: checking for -lXcursor" >&5
9938 echo $ECHO_N "checking for -lXcursor... $ECHO_C" >&6; }
9939 if test "${ac_cv_lib_soname_Xcursor+set}" = set; then
9940 echo $ECHO_N "(cached) $ECHO_C" >&6
9941 else
9942 ac_check_soname_save_LIBS=$LIBS
9943 LIBS="-lXcursor $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
9944 cat >conftest.$ac_ext <<_ACEOF
9945 /* confdefs.h. */
9946 _ACEOF
9947 cat confdefs.h >>conftest.$ac_ext
9948 cat >>conftest.$ac_ext <<_ACEOF
9949 /* end confdefs.h. */
9951 /* Override any GCC internal prototype to avoid an error.
9952 Use char because int might match the return type of a GCC
9953 builtin and then its argument prototype would still apply. */
9954 #ifdef __cplusplus
9955 extern "C"
9956 #endif
9957 char XcursorImageLoadCursor ();
9959 main ()
9961 return XcursorImageLoadCursor ();
9963 return 0;
9965 _ACEOF
9966 rm -f conftest.$ac_objext conftest$ac_exeext
9967 if { (ac_try="$ac_link"
9968 case "(($ac_try" in
9969 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
9970 *) ac_try_echo=$ac_try;;
9971 esac
9972 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
9973 (eval "$ac_link") 2>conftest.er1
9974 ac_status=$?
9975 grep -v '^ *+' conftest.er1 >conftest.err
9976 rm -f conftest.er1
9977 cat conftest.err >&5
9978 echo "$as_me:$LINENO: \$? = $ac_status" >&5
9979 (exit $ac_status); } && {
9980 test -z "$ac_c_werror_flag" ||
9981 test ! -s conftest.err
9982 } && test -s conftest$ac_exeext &&
9983 $as_test_x conftest$ac_exeext; then
9984 case "$LIBEXT" in
9985 dll) ;;
9986 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'` ;;
9987 *) ac_cv_lib_soname_Xcursor=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcursor\\.$LIBEXT" | sed -e "s/^.*\(libXcursor\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
9988 esac
9989 else
9990 echo "$as_me: failed program was:" >&5
9991 sed 's/^/| /' conftest.$ac_ext >&5
9996 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
9997 conftest$ac_exeext conftest.$ac_ext
9998 LIBS=$ac_check_soname_save_LIBS
10000 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10001 { echo "$as_me:$LINENO: result: not found" >&5
10002 echo "${ECHO_T}not found" >&6; }
10004 else
10005 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcursor" >&5
10006 echo "${ECHO_T}$ac_cv_lib_soname_Xcursor" >&6; }
10008 cat >>confdefs.h <<_ACEOF
10009 #define SONAME_LIBXCURSOR "$ac_cv_lib_soname_Xcursor"
10010 _ACEOF
10016 if test "x$ac_cv_lib_soname_Xcursor" = "x"; then
10017 case "x$with_xcursor" in
10018 x) wine_notices="$wine_notices|libxcursor development files not found, the Xcursor extension won't be supported." ;;
10019 xno) ;;
10020 *) { { echo "$as_me:$LINENO: error: libxcursor development files not found, the Xcursor extension won't be supported.
10021 This is an error since --with-xcursor was requested." >&5
10022 echo "$as_me: error: libxcursor development files not found, the Xcursor extension won't be supported.
10023 This is an error since --with-xcursor was requested." >&2;}
10024 { (exit 1); exit 1; }; } ;;
10025 esac
10029 if test "$ac_cv_header_X11_extensions_XInput_h" = "yes"
10030 then
10031 { echo "$as_me:$LINENO: checking for -lXi" >&5
10032 echo $ECHO_N "checking for -lXi... $ECHO_C" >&6; }
10033 if test "${ac_cv_lib_soname_Xi+set}" = set; then
10034 echo $ECHO_N "(cached) $ECHO_C" >&6
10035 else
10036 ac_check_soname_save_LIBS=$LIBS
10037 LIBS="-lXi $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10038 cat >conftest.$ac_ext <<_ACEOF
10039 /* confdefs.h. */
10040 _ACEOF
10041 cat confdefs.h >>conftest.$ac_ext
10042 cat >>conftest.$ac_ext <<_ACEOF
10043 /* end confdefs.h. */
10045 /* Override any GCC internal prototype to avoid an error.
10046 Use char because int might match the return type of a GCC
10047 builtin and then its argument prototype would still apply. */
10048 #ifdef __cplusplus
10049 extern "C"
10050 #endif
10051 char XOpenDevice ();
10053 main ()
10055 return XOpenDevice ();
10057 return 0;
10059 _ACEOF
10060 rm -f conftest.$ac_objext conftest$ac_exeext
10061 if { (ac_try="$ac_link"
10062 case "(($ac_try" in
10063 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10064 *) ac_try_echo=$ac_try;;
10065 esac
10066 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10067 (eval "$ac_link") 2>conftest.er1
10068 ac_status=$?
10069 grep -v '^ *+' conftest.er1 >conftest.err
10070 rm -f conftest.er1
10071 cat conftest.err >&5
10072 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10073 (exit $ac_status); } && {
10074 test -z "$ac_c_werror_flag" ||
10075 test ! -s conftest.err
10076 } && test -s conftest$ac_exeext &&
10077 $as_test_x conftest$ac_exeext; then
10078 case "$LIBEXT" in
10079 dll) ;;
10080 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'` ;;
10081 *) ac_cv_lib_soname_Xi=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXi\\.$LIBEXT" | sed -e "s/^.*\(libXi\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10082 esac
10083 else
10084 echo "$as_me: failed program was:" >&5
10085 sed 's/^/| /' conftest.$ac_ext >&5
10090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10091 conftest$ac_exeext conftest.$ac_ext
10092 LIBS=$ac_check_soname_save_LIBS
10094 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10095 { echo "$as_me:$LINENO: result: not found" >&5
10096 echo "${ECHO_T}not found" >&6; }
10098 else
10099 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xi" >&5
10100 echo "${ECHO_T}$ac_cv_lib_soname_Xi" >&6; }
10102 cat >>confdefs.h <<_ACEOF
10103 #define SONAME_LIBXI "$ac_cv_lib_soname_Xi"
10104 _ACEOF
10110 if test "x$ac_cv_lib_soname_Xi" = "x"; then
10111 case "x$with_xinput" in
10112 x) wine_notices="$wine_notices|libxi development files not found, the Xinput extension won't be supported." ;;
10113 xno) ;;
10114 *) { { echo "$as_me:$LINENO: error: libxi development files not found, the Xinput extension won't be supported.
10115 This is an error since --with-xinput was requested." >&5
10116 echo "$as_me: error: libxi development files not found, the Xinput extension won't be supported.
10117 This is an error since --with-xinput was requested." >&2;}
10118 { (exit 1); exit 1; }; } ;;
10119 esac
10123 if test "$ac_cv_header_X11_extensions_XShm_h" = "yes"
10124 then
10125 { echo "$as_me:$LINENO: checking for XShmQueryExtension in -lXext" >&5
10126 echo $ECHO_N "checking for XShmQueryExtension in -lXext... $ECHO_C" >&6; }
10127 if test "${ac_cv_lib_Xext_XShmQueryExtension+set}" = set; then
10128 echo $ECHO_N "(cached) $ECHO_C" >&6
10129 else
10130 ac_check_lib_save_LIBS=$LIBS
10131 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10132 cat >conftest.$ac_ext <<_ACEOF
10133 /* confdefs.h. */
10134 _ACEOF
10135 cat confdefs.h >>conftest.$ac_ext
10136 cat >>conftest.$ac_ext <<_ACEOF
10137 /* end confdefs.h. */
10139 /* Override any GCC internal prototype to avoid an error.
10140 Use char because int might match the return type of a GCC
10141 builtin and then its argument prototype would still apply. */
10142 #ifdef __cplusplus
10143 extern "C"
10144 #endif
10145 char XShmQueryExtension ();
10147 main ()
10149 return XShmQueryExtension ();
10151 return 0;
10153 _ACEOF
10154 rm -f conftest.$ac_objext conftest$ac_exeext
10155 if { (ac_try="$ac_link"
10156 case "(($ac_try" in
10157 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10158 *) ac_try_echo=$ac_try;;
10159 esac
10160 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10161 (eval "$ac_link") 2>conftest.er1
10162 ac_status=$?
10163 grep -v '^ *+' conftest.er1 >conftest.err
10164 rm -f conftest.er1
10165 cat conftest.err >&5
10166 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10167 (exit $ac_status); } && {
10168 test -z "$ac_c_werror_flag" ||
10169 test ! -s conftest.err
10170 } && test -s conftest$ac_exeext &&
10171 $as_test_x conftest$ac_exeext; then
10172 ac_cv_lib_Xext_XShmQueryExtension=yes
10173 else
10174 echo "$as_me: failed program was:" >&5
10175 sed 's/^/| /' conftest.$ac_ext >&5
10177 ac_cv_lib_Xext_XShmQueryExtension=no
10180 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10181 conftest$ac_exeext conftest.$ac_ext
10182 LIBS=$ac_check_lib_save_LIBS
10184 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShmQueryExtension" >&5
10185 echo "${ECHO_T}$ac_cv_lib_Xext_XShmQueryExtension" >&6; }
10186 if test $ac_cv_lib_Xext_XShmQueryExtension = yes; then
10188 cat >>confdefs.h <<\_ACEOF
10189 #define HAVE_LIBXXSHM 1
10190 _ACEOF
10195 if test "$ac_cv_lib_Xext_XShmQueryExtension" != "yes"; then
10196 case "x$with_xshm" in
10197 x) wine_notices="$wine_notices|XShm development files not found, X Shared Memory won't be supported." ;;
10198 xno) ;;
10199 *) { { echo "$as_me:$LINENO: error: XShm development files not found, X Shared Memory won't be supported.
10200 This is an error since --with-xshm was requested." >&5
10201 echo "$as_me: error: XShm development files not found, X Shared Memory won't be supported.
10202 This is an error since --with-xshm was requested." >&2;}
10203 { (exit 1); exit 1; }; } ;;
10204 esac
10208 if test "$ac_cv_header_X11_extensions_shape_h" = "yes"
10209 then
10210 { echo "$as_me:$LINENO: checking for XShapeQueryExtension in -lXext" >&5
10211 echo $ECHO_N "checking for XShapeQueryExtension in -lXext... $ECHO_C" >&6; }
10212 if test "${ac_cv_lib_Xext_XShapeQueryExtension+set}" = set; then
10213 echo $ECHO_N "(cached) $ECHO_C" >&6
10214 else
10215 ac_check_lib_save_LIBS=$LIBS
10216 LIBS="-lXext $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10217 cat >conftest.$ac_ext <<_ACEOF
10218 /* confdefs.h. */
10219 _ACEOF
10220 cat confdefs.h >>conftest.$ac_ext
10221 cat >>conftest.$ac_ext <<_ACEOF
10222 /* end confdefs.h. */
10224 /* Override any GCC internal prototype to avoid an error.
10225 Use char because int might match the return type of a GCC
10226 builtin and then its argument prototype would still apply. */
10227 #ifdef __cplusplus
10228 extern "C"
10229 #endif
10230 char XShapeQueryExtension ();
10232 main ()
10234 return XShapeQueryExtension ();
10236 return 0;
10238 _ACEOF
10239 rm -f conftest.$ac_objext conftest$ac_exeext
10240 if { (ac_try="$ac_link"
10241 case "(($ac_try" in
10242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10243 *) ac_try_echo=$ac_try;;
10244 esac
10245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10246 (eval "$ac_link") 2>conftest.er1
10247 ac_status=$?
10248 grep -v '^ *+' conftest.er1 >conftest.err
10249 rm -f conftest.er1
10250 cat conftest.err >&5
10251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10252 (exit $ac_status); } && {
10253 test -z "$ac_c_werror_flag" ||
10254 test ! -s conftest.err
10255 } && test -s conftest$ac_exeext &&
10256 $as_test_x conftest$ac_exeext; then
10257 ac_cv_lib_Xext_XShapeQueryExtension=yes
10258 else
10259 echo "$as_me: failed program was:" >&5
10260 sed 's/^/| /' conftest.$ac_ext >&5
10262 ac_cv_lib_Xext_XShapeQueryExtension=no
10265 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10266 conftest$ac_exeext conftest.$ac_ext
10267 LIBS=$ac_check_lib_save_LIBS
10269 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xext_XShapeQueryExtension" >&5
10270 echo "${ECHO_T}$ac_cv_lib_Xext_XShapeQueryExtension" >&6; }
10271 if test $ac_cv_lib_Xext_XShapeQueryExtension = yes; then
10273 cat >>confdefs.h <<\_ACEOF
10274 #define HAVE_LIBXSHAPE 1
10275 _ACEOF
10280 if test "$ac_cv_lib_Xext_XShapeQueryExtension" != "yes"; then
10281 case "x$with_xshape" in
10282 x) wine_notices="$wine_notices|XShape development files not found, XShape won't be supported." ;;
10283 xno) ;;
10284 *) { { echo "$as_me:$LINENO: error: XShape development files not found, XShape won't be supported.
10285 This is an error since --with-xshape was requested." >&5
10286 echo "$as_me: error: XShape development files not found, XShape won't be supported.
10287 This is an error since --with-xshape was requested." >&2;}
10288 { (exit 1); exit 1; }; } ;;
10289 esac
10293 if test "$ac_cv_header_X11_extensions_xf86vmode_h" = "yes"
10294 then
10295 { echo "$as_me:$LINENO: checking for -lXxf86vm" >&5
10296 echo $ECHO_N "checking for -lXxf86vm... $ECHO_C" >&6; }
10297 if test "${ac_cv_lib_soname_Xxf86vm+set}" = set; then
10298 echo $ECHO_N "(cached) $ECHO_C" >&6
10299 else
10300 ac_check_soname_save_LIBS=$LIBS
10301 LIBS="-lXxf86vm $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10302 cat >conftest.$ac_ext <<_ACEOF
10303 /* confdefs.h. */
10304 _ACEOF
10305 cat confdefs.h >>conftest.$ac_ext
10306 cat >>conftest.$ac_ext <<_ACEOF
10307 /* end confdefs.h. */
10309 /* Override any GCC internal prototype to avoid an error.
10310 Use char because int might match the return type of a GCC
10311 builtin and then its argument prototype would still apply. */
10312 #ifdef __cplusplus
10313 extern "C"
10314 #endif
10315 char XF86VidModeQueryExtension ();
10317 main ()
10319 return XF86VidModeQueryExtension ();
10321 return 0;
10323 _ACEOF
10324 rm -f conftest.$ac_objext conftest$ac_exeext
10325 if { (ac_try="$ac_link"
10326 case "(($ac_try" in
10327 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10328 *) ac_try_echo=$ac_try;;
10329 esac
10330 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10331 (eval "$ac_link") 2>conftest.er1
10332 ac_status=$?
10333 grep -v '^ *+' conftest.er1 >conftest.err
10334 rm -f conftest.er1
10335 cat conftest.err >&5
10336 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10337 (exit $ac_status); } && {
10338 test -z "$ac_c_werror_flag" ||
10339 test ! -s conftest.err
10340 } && test -s conftest$ac_exeext &&
10341 $as_test_x conftest$ac_exeext; then
10342 case "$LIBEXT" in
10343 dll) ;;
10344 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'` ;;
10345 *) ac_cv_lib_soname_Xxf86vm=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXxf86vm\\.$LIBEXT" | sed -e "s/^.*\(libXxf86vm\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10346 esac
10347 else
10348 echo "$as_me: failed program was:" >&5
10349 sed 's/^/| /' conftest.$ac_ext >&5
10354 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10355 conftest$ac_exeext conftest.$ac_ext
10356 LIBS=$ac_check_soname_save_LIBS
10358 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10359 { echo "$as_me:$LINENO: result: not found" >&5
10360 echo "${ECHO_T}not found" >&6; }
10362 else
10363 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xxf86vm" >&5
10364 echo "${ECHO_T}$ac_cv_lib_soname_Xxf86vm" >&6; }
10366 cat >>confdefs.h <<_ACEOF
10367 #define SONAME_LIBXXF86VM "$ac_cv_lib_soname_Xxf86vm"
10368 _ACEOF
10374 if test "x$ac_cv_lib_soname_Xxf86vm" = "x"; then
10375 case "x$with_xxf86vm" in
10376 x) wine_notices="$wine_notices|libXxf86vm development files not found, XFree86 Vidmode won't be supported." ;;
10377 xno) ;;
10378 *) { { echo "$as_me:$LINENO: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10379 This is an error since --with-xxf86vm was requested." >&5
10380 echo "$as_me: error: libXxf86vm development files not found, XFree86 Vidmode won't be supported.
10381 This is an error since --with-xxf86vm was requested." >&2;}
10382 { (exit 1); exit 1; }; } ;;
10383 esac
10387 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"
10388 then
10389 { echo "$as_me:$LINENO: checking for -lXrender" >&5
10390 echo $ECHO_N "checking for -lXrender... $ECHO_C" >&6; }
10391 if test "${ac_cv_lib_soname_Xrender+set}" = set; then
10392 echo $ECHO_N "(cached) $ECHO_C" >&6
10393 else
10394 ac_check_soname_save_LIBS=$LIBS
10395 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10396 cat >conftest.$ac_ext <<_ACEOF
10397 /* confdefs.h. */
10398 _ACEOF
10399 cat confdefs.h >>conftest.$ac_ext
10400 cat >>conftest.$ac_ext <<_ACEOF
10401 /* end confdefs.h. */
10403 /* Override any GCC internal prototype to avoid an error.
10404 Use char because int might match the return type of a GCC
10405 builtin and then its argument prototype would still apply. */
10406 #ifdef __cplusplus
10407 extern "C"
10408 #endif
10409 char XRenderQueryExtension ();
10411 main ()
10413 return XRenderQueryExtension ();
10415 return 0;
10417 _ACEOF
10418 rm -f conftest.$ac_objext conftest$ac_exeext
10419 if { (ac_try="$ac_link"
10420 case "(($ac_try" in
10421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10422 *) ac_try_echo=$ac_try;;
10423 esac
10424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10425 (eval "$ac_link") 2>conftest.er1
10426 ac_status=$?
10427 grep -v '^ *+' conftest.er1 >conftest.err
10428 rm -f conftest.er1
10429 cat conftest.err >&5
10430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10431 (exit $ac_status); } && {
10432 test -z "$ac_c_werror_flag" ||
10433 test ! -s conftest.err
10434 } && test -s conftest$ac_exeext &&
10435 $as_test_x conftest$ac_exeext; then
10436 case "$LIBEXT" in
10437 dll) ;;
10438 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'` ;;
10439 *) ac_cv_lib_soname_Xrender=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrender\\.$LIBEXT" | sed -e "s/^.*\(libXrender\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10440 esac
10441 else
10442 echo "$as_me: failed program was:" >&5
10443 sed 's/^/| /' conftest.$ac_ext >&5
10448 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10449 conftest$ac_exeext conftest.$ac_ext
10450 LIBS=$ac_check_soname_save_LIBS
10452 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10453 { echo "$as_me:$LINENO: result: not found" >&5
10454 echo "${ECHO_T}not found" >&6; }
10456 else
10457 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrender" >&5
10458 echo "${ECHO_T}$ac_cv_lib_soname_Xrender" >&6; }
10460 cat >>confdefs.h <<_ACEOF
10461 #define SONAME_LIBXRENDER "$ac_cv_lib_soname_Xrender"
10462 _ACEOF
10464 { echo "$as_me:$LINENO: checking for XRenderSetPictureTransform in -lXrender" >&5
10465 echo $ECHO_N "checking for XRenderSetPictureTransform in -lXrender... $ECHO_C" >&6; }
10466 if test "${ac_cv_lib_Xrender_XRenderSetPictureTransform+set}" = set; then
10467 echo $ECHO_N "(cached) $ECHO_C" >&6
10468 else
10469 ac_check_lib_save_LIBS=$LIBS
10470 LIBS="-lXrender $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10471 cat >conftest.$ac_ext <<_ACEOF
10472 /* confdefs.h. */
10473 _ACEOF
10474 cat confdefs.h >>conftest.$ac_ext
10475 cat >>conftest.$ac_ext <<_ACEOF
10476 /* end confdefs.h. */
10478 /* Override any GCC internal prototype to avoid an error.
10479 Use char because int might match the return type of a GCC
10480 builtin and then its argument prototype would still apply. */
10481 #ifdef __cplusplus
10482 extern "C"
10483 #endif
10484 char XRenderSetPictureTransform ();
10486 main ()
10488 return XRenderSetPictureTransform ();
10490 return 0;
10492 _ACEOF
10493 rm -f conftest.$ac_objext conftest$ac_exeext
10494 if { (ac_try="$ac_link"
10495 case "(($ac_try" in
10496 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10497 *) ac_try_echo=$ac_try;;
10498 esac
10499 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10500 (eval "$ac_link") 2>conftest.er1
10501 ac_status=$?
10502 grep -v '^ *+' conftest.er1 >conftest.err
10503 rm -f conftest.er1
10504 cat conftest.err >&5
10505 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10506 (exit $ac_status); } && {
10507 test -z "$ac_c_werror_flag" ||
10508 test ! -s conftest.err
10509 } && test -s conftest$ac_exeext &&
10510 $as_test_x conftest$ac_exeext; then
10511 ac_cv_lib_Xrender_XRenderSetPictureTransform=yes
10512 else
10513 echo "$as_me: failed program was:" >&5
10514 sed 's/^/| /' conftest.$ac_ext >&5
10516 ac_cv_lib_Xrender_XRenderSetPictureTransform=no
10519 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10520 conftest$ac_exeext conftest.$ac_ext
10521 LIBS=$ac_check_lib_save_LIBS
10523 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xrender_XRenderSetPictureTransform" >&5
10524 echo "${ECHO_T}$ac_cv_lib_Xrender_XRenderSetPictureTransform" >&6; }
10525 if test $ac_cv_lib_Xrender_XRenderSetPictureTransform = yes; then
10527 cat >>confdefs.h <<\_ACEOF
10528 #define HAVE_XRENDERSETPICTURETRANSFORM 1
10529 _ACEOF
10537 if test "x$ac_cv_lib_soname_Xrender" = "x"; then
10538 case "x$with_xrender" in
10539 x) wine_warnings="$wine_warnings|libxrender development files not found, XRender won't be supported." ;;
10540 xno) ;;
10541 *) { { echo "$as_me:$LINENO: error: libxrender development files not found, XRender won't be supported.
10542 This is an error since --with-xrender was requested." >&5
10543 echo "$as_me: error: libxrender development files not found, XRender won't be supported.
10544 This is an error since --with-xrender was requested." >&2;}
10545 { (exit 1); exit 1; }; } ;;
10546 esac
10550 if test "$ac_cv_header_X11_extensions_Xrandr_h" = "yes" -a "x$ac_cv_lib_soname_Xrender" != "x"
10551 then
10552 cat >conftest.$ac_ext <<_ACEOF
10553 /* confdefs.h. */
10554 _ACEOF
10555 cat confdefs.h >>conftest.$ac_ext
10556 cat >>conftest.$ac_ext <<_ACEOF
10557 /* end confdefs.h. */
10558 #include <X11/Xlib.h>
10559 #include <X11/extensions/Xrandr.h>
10561 main ()
10563 static typeof(XRRSetScreenConfigAndRate) * func;
10565 return 0;
10567 _ACEOF
10568 rm -f conftest.$ac_objext
10569 if { (ac_try="$ac_compile"
10570 case "(($ac_try" in
10571 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10572 *) ac_try_echo=$ac_try;;
10573 esac
10574 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10575 (eval "$ac_compile") 2>conftest.er1
10576 ac_status=$?
10577 grep -v '^ *+' conftest.er1 >conftest.err
10578 rm -f conftest.er1
10579 cat conftest.err >&5
10580 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10581 (exit $ac_status); } && {
10582 test -z "$ac_c_werror_flag" ||
10583 test ! -s conftest.err
10584 } && test -s conftest.$ac_objext; then
10585 { echo "$as_me:$LINENO: checking for -lXrandr" >&5
10586 echo $ECHO_N "checking for -lXrandr... $ECHO_C" >&6; }
10587 if test "${ac_cv_lib_soname_Xrandr+set}" = set; then
10588 echo $ECHO_N "(cached) $ECHO_C" >&6
10589 else
10590 ac_check_soname_save_LIBS=$LIBS
10591 LIBS="-lXrandr $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10592 cat >conftest.$ac_ext <<_ACEOF
10593 /* confdefs.h. */
10594 _ACEOF
10595 cat confdefs.h >>conftest.$ac_ext
10596 cat >>conftest.$ac_ext <<_ACEOF
10597 /* end confdefs.h. */
10599 /* Override any GCC internal prototype to avoid an error.
10600 Use char because int might match the return type of a GCC
10601 builtin and then its argument prototype would still apply. */
10602 #ifdef __cplusplus
10603 extern "C"
10604 #endif
10605 char XRRQueryExtension ();
10607 main ()
10609 return XRRQueryExtension ();
10611 return 0;
10613 _ACEOF
10614 rm -f conftest.$ac_objext conftest$ac_exeext
10615 if { (ac_try="$ac_link"
10616 case "(($ac_try" in
10617 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10618 *) ac_try_echo=$ac_try;;
10619 esac
10620 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10621 (eval "$ac_link") 2>conftest.er1
10622 ac_status=$?
10623 grep -v '^ *+' conftest.er1 >conftest.err
10624 rm -f conftest.er1
10625 cat conftest.err >&5
10626 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10627 (exit $ac_status); } && {
10628 test -z "$ac_c_werror_flag" ||
10629 test ! -s conftest.err
10630 } && test -s conftest$ac_exeext &&
10631 $as_test_x conftest$ac_exeext; then
10632 case "$LIBEXT" in
10633 dll) ;;
10634 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'` ;;
10635 *) ac_cv_lib_soname_Xrandr=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXrandr\\.$LIBEXT" | sed -e "s/^.*\(libXrandr\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10636 esac
10637 else
10638 echo "$as_me: failed program was:" >&5
10639 sed 's/^/| /' conftest.$ac_ext >&5
10644 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10645 conftest$ac_exeext conftest.$ac_ext
10646 LIBS=$ac_check_soname_save_LIBS
10648 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10649 { echo "$as_me:$LINENO: result: not found" >&5
10650 echo "${ECHO_T}not found" >&6; }
10652 else
10653 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xrandr" >&5
10654 echo "${ECHO_T}$ac_cv_lib_soname_Xrandr" >&6; }
10656 cat >>confdefs.h <<_ACEOF
10657 #define SONAME_LIBXRANDR "$ac_cv_lib_soname_Xrandr"
10658 _ACEOF
10663 else
10664 echo "$as_me: failed program was:" >&5
10665 sed 's/^/| /' conftest.$ac_ext >&5
10670 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10672 if test "x$ac_cv_lib_soname_Xrandr" = "x"; then
10673 case "x$with_xrandr" in
10674 x) wine_notices="$wine_notices|libxrandr development files not found, XRandr won't be supported." ;;
10675 xno) ;;
10676 *) { { echo "$as_me:$LINENO: error: libxrandr development files not found, XRandr won't be supported.
10677 This is an error since --with-xrandr was requested." >&5
10678 echo "$as_me: error: libxrandr development files not found, XRandr won't be supported.
10679 This is an error since --with-xrandr was requested." >&2;}
10680 { (exit 1); exit 1; }; } ;;
10681 esac
10685 if test "$ac_cv_header_X11_extensions_Xinerama_h" = "yes"
10686 then
10687 cat >conftest.$ac_ext <<_ACEOF
10688 /* confdefs.h. */
10689 _ACEOF
10690 cat confdefs.h >>conftest.$ac_ext
10691 cat >>conftest.$ac_ext <<_ACEOF
10692 /* end confdefs.h. */
10693 #include <X11/Xlib.h>
10694 #include <X11/extensions/Xinerama.h>
10696 main ()
10698 static typeof(XineramaQueryScreens) * func;
10700 return 0;
10702 _ACEOF
10703 rm -f conftest.$ac_objext
10704 if { (ac_try="$ac_compile"
10705 case "(($ac_try" in
10706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10707 *) ac_try_echo=$ac_try;;
10708 esac
10709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10710 (eval "$ac_compile") 2>conftest.er1
10711 ac_status=$?
10712 grep -v '^ *+' conftest.er1 >conftest.err
10713 rm -f conftest.er1
10714 cat conftest.err >&5
10715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10716 (exit $ac_status); } && {
10717 test -z "$ac_c_werror_flag" ||
10718 test ! -s conftest.err
10719 } && test -s conftest.$ac_objext; then
10720 { echo "$as_me:$LINENO: checking for -lXinerama" >&5
10721 echo $ECHO_N "checking for -lXinerama... $ECHO_C" >&6; }
10722 if test "${ac_cv_lib_soname_Xinerama+set}" = set; then
10723 echo $ECHO_N "(cached) $ECHO_C" >&6
10724 else
10725 ac_check_soname_save_LIBS=$LIBS
10726 LIBS="-lXinerama $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10727 cat >conftest.$ac_ext <<_ACEOF
10728 /* confdefs.h. */
10729 _ACEOF
10730 cat confdefs.h >>conftest.$ac_ext
10731 cat >>conftest.$ac_ext <<_ACEOF
10732 /* end confdefs.h. */
10734 /* Override any GCC internal prototype to avoid an error.
10735 Use char because int might match the return type of a GCC
10736 builtin and then its argument prototype would still apply. */
10737 #ifdef __cplusplus
10738 extern "C"
10739 #endif
10740 char XineramaQueryScreens ();
10742 main ()
10744 return XineramaQueryScreens ();
10746 return 0;
10748 _ACEOF
10749 rm -f conftest.$ac_objext conftest$ac_exeext
10750 if { (ac_try="$ac_link"
10751 case "(($ac_try" in
10752 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10753 *) ac_try_echo=$ac_try;;
10754 esac
10755 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10756 (eval "$ac_link") 2>conftest.er1
10757 ac_status=$?
10758 grep -v '^ *+' conftest.er1 >conftest.err
10759 rm -f conftest.er1
10760 cat conftest.err >&5
10761 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10762 (exit $ac_status); } && {
10763 test -z "$ac_c_werror_flag" ||
10764 test ! -s conftest.err
10765 } && test -s conftest$ac_exeext &&
10766 $as_test_x conftest$ac_exeext; then
10767 case "$LIBEXT" in
10768 dll) ;;
10769 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'` ;;
10770 *) ac_cv_lib_soname_Xinerama=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXinerama\\.$LIBEXT" | sed -e "s/^.*\(libXinerama\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10771 esac
10772 else
10773 echo "$as_me: failed program was:" >&5
10774 sed 's/^/| /' conftest.$ac_ext >&5
10779 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10780 conftest$ac_exeext conftest.$ac_ext
10781 LIBS=$ac_check_soname_save_LIBS
10783 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10784 { echo "$as_me:$LINENO: result: not found" >&5
10785 echo "${ECHO_T}not found" >&6; }
10787 else
10788 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xinerama" >&5
10789 echo "${ECHO_T}$ac_cv_lib_soname_Xinerama" >&6; }
10791 cat >>confdefs.h <<_ACEOF
10792 #define SONAME_LIBXINERAMA "$ac_cv_lib_soname_Xinerama"
10793 _ACEOF
10798 else
10799 echo "$as_me: failed program was:" >&5
10800 sed 's/^/| /' conftest.$ac_ext >&5
10805 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
10807 if test "x$ac_cv_lib_soname_Xinerama" = "x"; then
10808 case "x$with_xinerama" in
10809 x) wine_notices="$wine_notices|libxinerama development files not found, multi-monitor setups won't be supported." ;;
10810 xno) ;;
10811 *) { { echo "$as_me:$LINENO: error: libxinerama development files not found, multi-monitor setups won't be supported.
10812 This is an error since --with-xinerama was requested." >&5
10813 echo "$as_me: error: libxinerama development files not found, multi-monitor setups won't be supported.
10814 This is an error since --with-xinerama was requested." >&2;}
10815 { (exit 1); exit 1; }; } ;;
10816 esac
10820 if test "$ac_cv_header_X11_extensions_Xcomposite_h" = "yes"
10821 then
10822 { echo "$as_me:$LINENO: checking for -lXcomposite" >&5
10823 echo $ECHO_N "checking for -lXcomposite... $ECHO_C" >&6; }
10824 if test "${ac_cv_lib_soname_Xcomposite+set}" = set; then
10825 echo $ECHO_N "(cached) $ECHO_C" >&6
10826 else
10827 ac_check_soname_save_LIBS=$LIBS
10828 LIBS="-lXcomposite $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
10829 cat >conftest.$ac_ext <<_ACEOF
10830 /* confdefs.h. */
10831 _ACEOF
10832 cat confdefs.h >>conftest.$ac_ext
10833 cat >>conftest.$ac_ext <<_ACEOF
10834 /* end confdefs.h. */
10836 /* Override any GCC internal prototype to avoid an error.
10837 Use char because int might match the return type of a GCC
10838 builtin and then its argument prototype would still apply. */
10839 #ifdef __cplusplus
10840 extern "C"
10841 #endif
10842 char XCompositeRedirectWindow ();
10844 main ()
10846 return XCompositeRedirectWindow ();
10848 return 0;
10850 _ACEOF
10851 rm -f conftest.$ac_objext conftest$ac_exeext
10852 if { (ac_try="$ac_link"
10853 case "(($ac_try" in
10854 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10855 *) ac_try_echo=$ac_try;;
10856 esac
10857 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10858 (eval "$ac_link") 2>conftest.er1
10859 ac_status=$?
10860 grep -v '^ *+' conftest.er1 >conftest.err
10861 rm -f conftest.er1
10862 cat conftest.err >&5
10863 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10864 (exit $ac_status); } && {
10865 test -z "$ac_c_werror_flag" ||
10866 test ! -s conftest.err
10867 } && test -s conftest$ac_exeext &&
10868 $as_test_x conftest$ac_exeext; then
10869 case "$LIBEXT" in
10870 dll) ;;
10871 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'` ;;
10872 *) ac_cv_lib_soname_Xcomposite=`$ac_cv_path_LDD conftest$ac_exeext | grep "libXcomposite\\.$LIBEXT" | sed -e "s/^.*\(libXcomposite\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
10873 esac
10874 else
10875 echo "$as_me: failed program was:" >&5
10876 sed 's/^/| /' conftest.$ac_ext >&5
10881 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
10882 conftest$ac_exeext conftest.$ac_ext
10883 LIBS=$ac_check_soname_save_LIBS
10885 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10886 { echo "$as_me:$LINENO: result: not found" >&5
10887 echo "${ECHO_T}not found" >&6; }
10889 else
10890 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_Xcomposite" >&5
10891 echo "${ECHO_T}$ac_cv_lib_soname_Xcomposite" >&6; }
10893 cat >>confdefs.h <<_ACEOF
10894 #define SONAME_LIBXCOMPOSITE "$ac_cv_lib_soname_Xcomposite"
10895 _ACEOF
10901 if test "x$ac_cv_lib_soname_Xcomposite" = "x"; then
10902 case "x$with_xcomposite" in
10903 x) wine_notices="$wine_notices|libxcomposite development files not found, Xcomposite won't be supported." ;;
10904 xno) ;;
10905 *) { { echo "$as_me:$LINENO: error: libxcomposite development files not found, Xcomposite won't be supported.
10906 This is an error since --with-xcomposite was requested." >&5
10907 echo "$as_me: error: libxcomposite development files not found, Xcomposite won't be supported.
10908 This is an error since --with-xcomposite was requested." >&2;}
10909 { (exit 1); exit 1; }; } ;;
10910 esac
10914 { echo "$as_me:$LINENO: checking for XICCallback.callback" >&5
10915 echo $ECHO_N "checking for XICCallback.callback... $ECHO_C" >&6; }
10916 if test "${ac_cv_member_XICCallback_callback+set}" = set; then
10917 echo $ECHO_N "(cached) $ECHO_C" >&6
10918 else
10919 cat >conftest.$ac_ext <<_ACEOF
10920 /* confdefs.h. */
10921 _ACEOF
10922 cat confdefs.h >>conftest.$ac_ext
10923 cat >>conftest.$ac_ext <<_ACEOF
10924 /* end confdefs.h. */
10925 #ifdef HAVE_X11_XLIB_H
10926 #include <X11/Xlib.h>
10927 #endif
10930 main ()
10932 static XICCallback ac_aggr;
10933 if (ac_aggr.callback)
10934 return 0;
10936 return 0;
10938 _ACEOF
10939 rm -f conftest.$ac_objext
10940 if { (ac_try="$ac_compile"
10941 case "(($ac_try" in
10942 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10943 *) ac_try_echo=$ac_try;;
10944 esac
10945 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10946 (eval "$ac_compile") 2>conftest.er1
10947 ac_status=$?
10948 grep -v '^ *+' conftest.er1 >conftest.err
10949 rm -f conftest.er1
10950 cat conftest.err >&5
10951 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10952 (exit $ac_status); } && {
10953 test -z "$ac_c_werror_flag" ||
10954 test ! -s conftest.err
10955 } && test -s conftest.$ac_objext; then
10956 ac_cv_member_XICCallback_callback=yes
10957 else
10958 echo "$as_me: failed program was:" >&5
10959 sed 's/^/| /' conftest.$ac_ext >&5
10961 cat >conftest.$ac_ext <<_ACEOF
10962 /* confdefs.h. */
10963 _ACEOF
10964 cat confdefs.h >>conftest.$ac_ext
10965 cat >>conftest.$ac_ext <<_ACEOF
10966 /* end confdefs.h. */
10967 #ifdef HAVE_X11_XLIB_H
10968 #include <X11/Xlib.h>
10969 #endif
10972 main ()
10974 static XICCallback ac_aggr;
10975 if (sizeof ac_aggr.callback)
10976 return 0;
10978 return 0;
10980 _ACEOF
10981 rm -f conftest.$ac_objext
10982 if { (ac_try="$ac_compile"
10983 case "(($ac_try" in
10984 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
10985 *) ac_try_echo=$ac_try;;
10986 esac
10987 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
10988 (eval "$ac_compile") 2>conftest.er1
10989 ac_status=$?
10990 grep -v '^ *+' conftest.er1 >conftest.err
10991 rm -f conftest.er1
10992 cat conftest.err >&5
10993 echo "$as_me:$LINENO: \$? = $ac_status" >&5
10994 (exit $ac_status); } && {
10995 test -z "$ac_c_werror_flag" ||
10996 test ! -s conftest.err
10997 } && test -s conftest.$ac_objext; then
10998 ac_cv_member_XICCallback_callback=yes
10999 else
11000 echo "$as_me: failed program was:" >&5
11001 sed 's/^/| /' conftest.$ac_ext >&5
11003 ac_cv_member_XICCallback_callback=no
11006 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11009 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11011 { echo "$as_me:$LINENO: result: $ac_cv_member_XICCallback_callback" >&5
11012 echo "${ECHO_T}$ac_cv_member_XICCallback_callback" >&6; }
11013 if test $ac_cv_member_XICCallback_callback = yes; then
11015 cat >>confdefs.h <<_ACEOF
11016 #define HAVE_XICCALLBACK_CALLBACK 1
11017 _ACEOF
11024 opengl_msg=""
11025 if test "x$with_opengl" != "xno"
11026 then
11031 for ac_header in GL/gl.h GL/glx.h GL/glext.h GL/glu.h
11033 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11034 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11035 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11036 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11037 echo $ECHO_N "(cached) $ECHO_C" >&6
11038 else
11039 cat >conftest.$ac_ext <<_ACEOF
11040 /* confdefs.h. */
11041 _ACEOF
11042 cat confdefs.h >>conftest.$ac_ext
11043 cat >>conftest.$ac_ext <<_ACEOF
11044 /* end confdefs.h. */
11045 #ifdef HAVE_GL_GLX_H
11046 # include <GL/glx.h>
11047 #endif
11049 #include <$ac_header>
11050 _ACEOF
11051 rm -f conftest.$ac_objext
11052 if { (ac_try="$ac_compile"
11053 case "(($ac_try" in
11054 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11055 *) ac_try_echo=$ac_try;;
11056 esac
11057 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11058 (eval "$ac_compile") 2>conftest.er1
11059 ac_status=$?
11060 grep -v '^ *+' conftest.er1 >conftest.err
11061 rm -f conftest.er1
11062 cat conftest.err >&5
11063 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11064 (exit $ac_status); } && {
11065 test -z "$ac_c_werror_flag" ||
11066 test ! -s conftest.err
11067 } && test -s conftest.$ac_objext; then
11068 eval "$as_ac_Header=yes"
11069 else
11070 echo "$as_me: failed program was:" >&5
11071 sed 's/^/| /' conftest.$ac_ext >&5
11073 eval "$as_ac_Header=no"
11076 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11078 ac_res=`eval echo '${'$as_ac_Header'}'`
11079 { echo "$as_me:$LINENO: result: $ac_res" >&5
11080 echo "${ECHO_T}$ac_res" >&6; }
11081 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11082 cat >>confdefs.h <<_ACEOF
11083 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11084 _ACEOF
11088 done
11090 if test "$ac_cv_header_GL_gl_h" = "yes" -a "$ac_cv_header_GL_glx_h" = "yes"
11091 then
11092 { echo "$as_me:$LINENO: checking for up-to-date OpenGL version" >&5
11093 echo $ECHO_N "checking for up-to-date OpenGL version... $ECHO_C" >&6; }
11094 if test "${wine_cv_opengl_header_version_OK+set}" = set; then
11095 echo $ECHO_N "(cached) $ECHO_C" >&6
11096 else
11097 cat >conftest.$ac_ext <<_ACEOF
11098 /* confdefs.h. */
11099 _ACEOF
11100 cat confdefs.h >>conftest.$ac_ext
11101 cat >>conftest.$ac_ext <<_ACEOF
11102 /* end confdefs.h. */
11103 #include <GL/gl.h>
11105 main ()
11107 GLenum test = GL_UNSIGNED_SHORT_5_6_5;
11109 return 0;
11111 _ACEOF
11112 rm -f conftest.$ac_objext
11113 if { (ac_try="$ac_compile"
11114 case "(($ac_try" in
11115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11116 *) ac_try_echo=$ac_try;;
11117 esac
11118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11119 (eval "$ac_compile") 2>conftest.er1
11120 ac_status=$?
11121 grep -v '^ *+' conftest.er1 >conftest.err
11122 rm -f conftest.er1
11123 cat conftest.err >&5
11124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11125 (exit $ac_status); } && {
11126 test -z "$ac_c_werror_flag" ||
11127 test ! -s conftest.err
11128 } && test -s conftest.$ac_objext; then
11129 wine_cv_opengl_header_version_OK="yes"
11130 else
11131 echo "$as_me: failed program was:" >&5
11132 sed 's/^/| /' conftest.$ac_ext >&5
11134 wine_cv_opengl_header_version_OK="no"
11137 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11139 { echo "$as_me:$LINENO: result: $wine_cv_opengl_header_version_OK" >&5
11140 echo "${ECHO_T}$wine_cv_opengl_header_version_OK" >&6; }
11142 if test "$wine_cv_opengl_header_version_OK" = "yes"
11143 then
11144 { echo "$as_me:$LINENO: checking for -lGL" >&5
11145 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11146 if test "${ac_cv_lib_soname_GL+set}" = set; then
11147 echo $ECHO_N "(cached) $ECHO_C" >&6
11148 else
11149 ac_check_soname_save_LIBS=$LIBS
11150 LIBS="-lGL $X_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11151 cat >conftest.$ac_ext <<_ACEOF
11152 /* confdefs.h. */
11153 _ACEOF
11154 cat confdefs.h >>conftest.$ac_ext
11155 cat >>conftest.$ac_ext <<_ACEOF
11156 /* end confdefs.h. */
11158 /* Override any GCC internal prototype to avoid an error.
11159 Use char because int might match the return type of a GCC
11160 builtin and then its argument prototype would still apply. */
11161 #ifdef __cplusplus
11162 extern "C"
11163 #endif
11164 char glXCreateContext ();
11166 main ()
11168 return glXCreateContext ();
11170 return 0;
11172 _ACEOF
11173 rm -f conftest.$ac_objext conftest$ac_exeext
11174 if { (ac_try="$ac_link"
11175 case "(($ac_try" in
11176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11177 *) ac_try_echo=$ac_try;;
11178 esac
11179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11180 (eval "$ac_link") 2>conftest.er1
11181 ac_status=$?
11182 grep -v '^ *+' conftest.er1 >conftest.err
11183 rm -f conftest.er1
11184 cat conftest.err >&5
11185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11186 (exit $ac_status); } && {
11187 test -z "$ac_c_werror_flag" ||
11188 test ! -s conftest.err
11189 } && test -s conftest$ac_exeext &&
11190 $as_test_x conftest$ac_exeext; then
11191 case "$LIBEXT" in
11192 dll) ;;
11193 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'` ;;
11194 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11195 esac
11196 else
11197 echo "$as_me: failed program was:" >&5
11198 sed 's/^/| /' conftest.$ac_ext >&5
11203 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11204 conftest$ac_exeext conftest.$ac_ext
11205 LIBS=$ac_check_soname_save_LIBS
11207 if test "x$ac_cv_lib_soname_GL" = "x"; then
11208 { echo "$as_me:$LINENO: result: not found" >&5
11209 echo "${ECHO_T}not found" >&6; }
11210 { echo "$as_me:$LINENO: checking for -lGL" >&5
11211 echo $ECHO_N "checking for -lGL... $ECHO_C" >&6; }
11212 if test "${ac_cv_lib_soname_GL+set}" = set; then
11213 echo $ECHO_N "(cached) $ECHO_C" >&6
11214 else
11215 ac_check_soname_save_LIBS=$LIBS
11216 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"
11217 cat >conftest.$ac_ext <<_ACEOF
11218 /* confdefs.h. */
11219 _ACEOF
11220 cat confdefs.h >>conftest.$ac_ext
11221 cat >>conftest.$ac_ext <<_ACEOF
11222 /* end confdefs.h. */
11224 /* Override any GCC internal prototype to avoid an error.
11225 Use char because int might match the return type of a GCC
11226 builtin and then its argument prototype would still apply. */
11227 #ifdef __cplusplus
11228 extern "C"
11229 #endif
11230 char glXCreateContext ();
11232 main ()
11234 return glXCreateContext ();
11236 return 0;
11238 _ACEOF
11239 rm -f conftest.$ac_objext conftest$ac_exeext
11240 if { (ac_try="$ac_link"
11241 case "(($ac_try" in
11242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11243 *) ac_try_echo=$ac_try;;
11244 esac
11245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11246 (eval "$ac_link") 2>conftest.er1
11247 ac_status=$?
11248 grep -v '^ *+' conftest.er1 >conftest.err
11249 rm -f conftest.er1
11250 cat conftest.err >&5
11251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11252 (exit $ac_status); } && {
11253 test -z "$ac_c_werror_flag" ||
11254 test ! -s conftest.err
11255 } && test -s conftest$ac_exeext &&
11256 $as_test_x conftest$ac_exeext; then
11257 case "$LIBEXT" in
11258 dll) ;;
11259 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'` ;;
11260 *) ac_cv_lib_soname_GL=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGL\\.$LIBEXT" | sed -e "s/^.*\(libGL\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11261 esac
11262 else
11263 echo "$as_me: failed program was:" >&5
11264 sed 's/^/| /' conftest.$ac_ext >&5
11269 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11270 conftest$ac_exeext conftest.$ac_ext
11271 LIBS=$ac_check_soname_save_LIBS
11273 if test "x$ac_cv_lib_soname_GL" = "x"; then
11274 { echo "$as_me:$LINENO: result: not found" >&5
11275 echo "${ECHO_T}not found" >&6; }
11276 if test -f /usr/X11R6/lib/libGL.a
11277 then
11278 opengl_msg="/usr/X11R6/lib/libGL.a is present on your system.
11279 This probably prevents linking to OpenGL. Try deleting the file and restarting configure."
11280 else
11281 opengl_msg="No OpenGL library found on this system."
11283 else
11284 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11285 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11287 cat >>confdefs.h <<_ACEOF
11288 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11289 _ACEOF
11291 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"
11293 cat >>confdefs.h <<\_ACEOF
11294 #define HAVE_OPENGL 1
11295 _ACEOF
11299 else
11300 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GL" >&5
11301 echo "${ECHO_T}$ac_cv_lib_soname_GL" >&6; }
11303 cat >>confdefs.h <<_ACEOF
11304 #define SONAME_LIBGL "$ac_cv_lib_soname_GL"
11305 _ACEOF
11307 OPENGL_LIBS="-lGL"
11309 cat >>confdefs.h <<\_ACEOF
11310 #define HAVE_OPENGL 1
11311 _ACEOF
11315 if test "$ac_cv_header_GL_glu_h" = "yes"
11316 then
11317 { echo "$as_me:$LINENO: checking for -lGLU" >&5
11318 echo $ECHO_N "checking for -lGLU... $ECHO_C" >&6; }
11319 if test "${ac_cv_lib_soname_GLU+set}" = set; then
11320 echo $ECHO_N "(cached) $ECHO_C" >&6
11321 else
11322 ac_check_soname_save_LIBS=$LIBS
11323 LIBS="-lGLU $OPENGL_LIBS $X_LIBS $X_PRE_LIBS -lXext -lX11 -lm $X_EXTRA_LIBS $LIBS"
11324 cat >conftest.$ac_ext <<_ACEOF
11325 /* confdefs.h. */
11326 _ACEOF
11327 cat confdefs.h >>conftest.$ac_ext
11328 cat >>conftest.$ac_ext <<_ACEOF
11329 /* end confdefs.h. */
11331 /* Override any GCC internal prototype to avoid an error.
11332 Use char because int might match the return type of a GCC
11333 builtin and then its argument prototype would still apply. */
11334 #ifdef __cplusplus
11335 extern "C"
11336 #endif
11337 char gluLookAt ();
11339 main ()
11341 return gluLookAt ();
11343 return 0;
11345 _ACEOF
11346 rm -f conftest.$ac_objext conftest$ac_exeext
11347 if { (ac_try="$ac_link"
11348 case "(($ac_try" in
11349 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11350 *) ac_try_echo=$ac_try;;
11351 esac
11352 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11353 (eval "$ac_link") 2>conftest.er1
11354 ac_status=$?
11355 grep -v '^ *+' conftest.er1 >conftest.err
11356 rm -f conftest.er1
11357 cat conftest.err >&5
11358 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11359 (exit $ac_status); } && {
11360 test -z "$ac_c_werror_flag" ||
11361 test ! -s conftest.err
11362 } && test -s conftest$ac_exeext &&
11363 $as_test_x conftest$ac_exeext; then
11364 case "$LIBEXT" in
11365 dll) ;;
11366 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'` ;;
11367 *) ac_cv_lib_soname_GLU=`$ac_cv_path_LDD conftest$ac_exeext | grep "libGLU\\.$LIBEXT" | sed -e "s/^.*\(libGLU\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
11368 esac
11369 else
11370 echo "$as_me: failed program was:" >&5
11371 sed 's/^/| /' conftest.$ac_ext >&5
11376 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11377 conftest$ac_exeext conftest.$ac_ext
11378 LIBS=$ac_check_soname_save_LIBS
11380 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11381 { echo "$as_me:$LINENO: result: not found" >&5
11382 echo "${ECHO_T}not found" >&6; }
11384 else
11385 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_GLU" >&5
11386 echo "${ECHO_T}$ac_cv_lib_soname_GLU" >&6; }
11388 cat >>confdefs.h <<_ACEOF
11389 #define SONAME_LIBGLU "$ac_cv_lib_soname_GLU"
11390 _ACEOF
11396 if test "x$ac_cv_lib_soname_GLU" = "x"; then
11397 case "x$with_glu" in
11398 x) wine_notices="$wine_notices|libGLU development files not found, GLU won't be supported." ;;
11399 xno) ;;
11400 *) { { echo "$as_me:$LINENO: error: libGLU development files not found, GLU won't be supported.
11401 This is an error since --with-glu was requested." >&5
11402 echo "$as_me: error: libGLU development files not found, GLU won't be supported.
11403 This is an error since --with-glu was requested." >&2;}
11404 { (exit 1); exit 1; }; } ;;
11405 esac
11408 else
11409 opengl_msg="Old Mesa headers detected. Consider upgrading your Mesa libraries."
11411 else
11412 opengl_msg="OpenGL development headers not found."
11414 test -n "$opengl_msg" && enable_opengl32=${enable_opengl32:-no}
11415 test "x$ac_cv_lib_soname_GLU" = "x" && enable_glu32=${enable_glu32:-no}
11416 else
11417 enable_opengl32=${enable_opengl32:-no}
11418 enable_glu32=${enable_glu32:-no}
11420 if test -n "$opengl_msg"; then
11421 case "x$with_opengl" in
11422 x) wine_warnings="$wine_warnings|$opengl_msg
11423 OpenGL and Direct3D won't be supported." ;;
11424 xno) ;;
11425 *) { { echo "$as_me:$LINENO: error: $opengl_msg
11426 OpenGL and Direct3D won't be supported.
11427 This is an error since --with-opengl was requested." >&5
11428 echo "$as_me: error: $opengl_msg
11429 OpenGL and Direct3D won't be supported.
11430 This is an error since --with-opengl was requested." >&2;}
11431 { (exit 1); exit 1; }; } ;;
11432 esac
11436 NASLIBS=""
11439 for ac_header in audio/audiolib.h
11441 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11442 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11443 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11444 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11445 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11446 echo $ECHO_N "(cached) $ECHO_C" >&6
11448 ac_res=`eval echo '${'$as_ac_Header'}'`
11449 { echo "$as_me:$LINENO: result: $ac_res" >&5
11450 echo "${ECHO_T}$ac_res" >&6; }
11451 else
11452 # Is the header compilable?
11453 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11454 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11455 cat >conftest.$ac_ext <<_ACEOF
11456 /* confdefs.h. */
11457 _ACEOF
11458 cat confdefs.h >>conftest.$ac_ext
11459 cat >>conftest.$ac_ext <<_ACEOF
11460 /* end confdefs.h. */
11461 $ac_includes_default
11462 #include <$ac_header>
11463 _ACEOF
11464 rm -f conftest.$ac_objext
11465 if { (ac_try="$ac_compile"
11466 case "(($ac_try" in
11467 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11468 *) ac_try_echo=$ac_try;;
11469 esac
11470 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11471 (eval "$ac_compile") 2>conftest.er1
11472 ac_status=$?
11473 grep -v '^ *+' conftest.er1 >conftest.err
11474 rm -f conftest.er1
11475 cat conftest.err >&5
11476 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11477 (exit $ac_status); } && {
11478 test -z "$ac_c_werror_flag" ||
11479 test ! -s conftest.err
11480 } && test -s conftest.$ac_objext; then
11481 ac_header_compiler=yes
11482 else
11483 echo "$as_me: failed program was:" >&5
11484 sed 's/^/| /' conftest.$ac_ext >&5
11486 ac_header_compiler=no
11489 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11490 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11491 echo "${ECHO_T}$ac_header_compiler" >&6; }
11493 # Is the header present?
11494 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11495 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11496 cat >conftest.$ac_ext <<_ACEOF
11497 /* confdefs.h. */
11498 _ACEOF
11499 cat confdefs.h >>conftest.$ac_ext
11500 cat >>conftest.$ac_ext <<_ACEOF
11501 /* end confdefs.h. */
11502 #include <$ac_header>
11503 _ACEOF
11504 if { (ac_try="$ac_cpp conftest.$ac_ext"
11505 case "(($ac_try" in
11506 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11507 *) ac_try_echo=$ac_try;;
11508 esac
11509 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11510 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11511 ac_status=$?
11512 grep -v '^ *+' conftest.er1 >conftest.err
11513 rm -f conftest.er1
11514 cat conftest.err >&5
11515 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11516 (exit $ac_status); } >/dev/null && {
11517 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11518 test ! -s conftest.err
11519 }; then
11520 ac_header_preproc=yes
11521 else
11522 echo "$as_me: failed program was:" >&5
11523 sed 's/^/| /' conftest.$ac_ext >&5
11525 ac_header_preproc=no
11528 rm -f conftest.err conftest.$ac_ext
11529 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11530 echo "${ECHO_T}$ac_header_preproc" >&6; }
11532 # So? What about this header?
11533 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11534 yes:no: )
11535 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11536 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11537 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11538 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11539 ac_header_preproc=yes
11541 no:yes:* )
11542 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11543 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11544 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11545 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11546 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11547 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11548 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11549 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11550 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11551 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11552 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11553 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11554 ( cat <<\_ASBOX
11555 ## ------------------------------------ ##
11556 ## Report this to wine-devel@winehq.org ##
11557 ## ------------------------------------ ##
11558 _ASBOX
11559 ) | sed "s/^/$as_me: WARNING: /" >&2
11561 esac
11562 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11563 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11564 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11565 echo $ECHO_N "(cached) $ECHO_C" >&6
11566 else
11567 eval "$as_ac_Header=\$ac_header_preproc"
11569 ac_res=`eval echo '${'$as_ac_Header'}'`
11570 { echo "$as_me:$LINENO: result: $ac_res" >&5
11571 echo "${ECHO_T}$ac_res" >&6; }
11574 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11575 cat >>confdefs.h <<_ACEOF
11576 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11577 _ACEOF
11579 for ac_header in audio/soundlib.h
11581 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11582 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11583 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11584 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11585 echo $ECHO_N "(cached) $ECHO_C" >&6
11586 else
11587 cat >conftest.$ac_ext <<_ACEOF
11588 /* confdefs.h. */
11589 _ACEOF
11590 cat confdefs.h >>conftest.$ac_ext
11591 cat >>conftest.$ac_ext <<_ACEOF
11592 /* end confdefs.h. */
11593 #include <audio/audiolib.h>
11595 #include <$ac_header>
11596 _ACEOF
11597 rm -f conftest.$ac_objext
11598 if { (ac_try="$ac_compile"
11599 case "(($ac_try" in
11600 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11601 *) ac_try_echo=$ac_try;;
11602 esac
11603 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11604 (eval "$ac_compile") 2>conftest.er1
11605 ac_status=$?
11606 grep -v '^ *+' conftest.er1 >conftest.err
11607 rm -f conftest.er1
11608 cat conftest.err >&5
11609 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11610 (exit $ac_status); } && {
11611 test -z "$ac_c_werror_flag" ||
11612 test ! -s conftest.err
11613 } && test -s conftest.$ac_objext; then
11614 eval "$as_ac_Header=yes"
11615 else
11616 echo "$as_me: failed program was:" >&5
11617 sed 's/^/| /' conftest.$ac_ext >&5
11619 eval "$as_ac_Header=no"
11622 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11624 ac_res=`eval echo '${'$as_ac_Header'}'`
11625 { echo "$as_me:$LINENO: result: $ac_res" >&5
11626 echo "${ECHO_T}$ac_res" >&6; }
11627 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11628 cat >>confdefs.h <<_ACEOF
11629 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11630 _ACEOF
11634 done
11636 { echo "$as_me:$LINENO: checking for AuCreateFlow in -laudio" >&5
11637 echo $ECHO_N "checking for AuCreateFlow in -laudio... $ECHO_C" >&6; }
11638 if test "${ac_cv_lib_audio_AuCreateFlow+set}" = set; then
11639 echo $ECHO_N "(cached) $ECHO_C" >&6
11640 else
11641 ac_check_lib_save_LIBS=$LIBS
11642 LIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS $LIBS"
11643 cat >conftest.$ac_ext <<_ACEOF
11644 /* confdefs.h. */
11645 _ACEOF
11646 cat confdefs.h >>conftest.$ac_ext
11647 cat >>conftest.$ac_ext <<_ACEOF
11648 /* end confdefs.h. */
11650 /* Override any GCC internal prototype to avoid an error.
11651 Use char because int might match the return type of a GCC
11652 builtin and then its argument prototype would still apply. */
11653 #ifdef __cplusplus
11654 extern "C"
11655 #endif
11656 char AuCreateFlow ();
11658 main ()
11660 return AuCreateFlow ();
11662 return 0;
11664 _ACEOF
11665 rm -f conftest.$ac_objext conftest$ac_exeext
11666 if { (ac_try="$ac_link"
11667 case "(($ac_try" in
11668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11669 *) ac_try_echo=$ac_try;;
11670 esac
11671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11672 (eval "$ac_link") 2>conftest.er1
11673 ac_status=$?
11674 grep -v '^ *+' conftest.er1 >conftest.err
11675 rm -f conftest.er1
11676 cat conftest.err >&5
11677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11678 (exit $ac_status); } && {
11679 test -z "$ac_c_werror_flag" ||
11680 test ! -s conftest.err
11681 } && test -s conftest$ac_exeext &&
11682 $as_test_x conftest$ac_exeext; then
11683 ac_cv_lib_audio_AuCreateFlow=yes
11684 else
11685 echo "$as_me: failed program was:" >&5
11686 sed 's/^/| /' conftest.$ac_ext >&5
11688 ac_cv_lib_audio_AuCreateFlow=no
11691 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11692 conftest$ac_exeext conftest.$ac_ext
11693 LIBS=$ac_check_lib_save_LIBS
11695 { echo "$as_me:$LINENO: result: $ac_cv_lib_audio_AuCreateFlow" >&5
11696 echo "${ECHO_T}$ac_cv_lib_audio_AuCreateFlow" >&6; }
11697 if test $ac_cv_lib_audio_AuCreateFlow = yes; then
11699 cat >>confdefs.h <<\_ACEOF
11700 #define HAVE_NAS 1
11701 _ACEOF
11703 { echo "$as_me:$LINENO: checking for XauGetBestAuthByAddr in -lXau" >&5
11704 echo $ECHO_N "checking for XauGetBestAuthByAddr in -lXau... $ECHO_C" >&6; }
11705 if test "${ac_cv_lib_Xau_XauGetBestAuthByAddr+set}" = set; then
11706 echo $ECHO_N "(cached) $ECHO_C" >&6
11707 else
11708 ac_check_lib_save_LIBS=$LIBS
11709 LIBS="-lXau $X_LIBS $LIBS"
11710 cat >conftest.$ac_ext <<_ACEOF
11711 /* confdefs.h. */
11712 _ACEOF
11713 cat confdefs.h >>conftest.$ac_ext
11714 cat >>conftest.$ac_ext <<_ACEOF
11715 /* end confdefs.h. */
11717 /* Override any GCC internal prototype to avoid an error.
11718 Use char because int might match the return type of a GCC
11719 builtin and then its argument prototype would still apply. */
11720 #ifdef __cplusplus
11721 extern "C"
11722 #endif
11723 char XauGetBestAuthByAddr ();
11725 main ()
11727 return XauGetBestAuthByAddr ();
11729 return 0;
11731 _ACEOF
11732 rm -f conftest.$ac_objext conftest$ac_exeext
11733 if { (ac_try="$ac_link"
11734 case "(($ac_try" in
11735 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11736 *) ac_try_echo=$ac_try;;
11737 esac
11738 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11739 (eval "$ac_link") 2>conftest.er1
11740 ac_status=$?
11741 grep -v '^ *+' conftest.er1 >conftest.err
11742 rm -f conftest.er1
11743 cat conftest.err >&5
11744 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11745 (exit $ac_status); } && {
11746 test -z "$ac_c_werror_flag" ||
11747 test ! -s conftest.err
11748 } && test -s conftest$ac_exeext &&
11749 $as_test_x conftest$ac_exeext; then
11750 ac_cv_lib_Xau_XauGetBestAuthByAddr=yes
11751 else
11752 echo "$as_me: failed program was:" >&5
11753 sed 's/^/| /' conftest.$ac_ext >&5
11755 ac_cv_lib_Xau_XauGetBestAuthByAddr=no
11758 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
11759 conftest$ac_exeext conftest.$ac_ext
11760 LIBS=$ac_check_lib_save_LIBS
11762 { echo "$as_me:$LINENO: result: $ac_cv_lib_Xau_XauGetBestAuthByAddr" >&5
11763 echo "${ECHO_T}$ac_cv_lib_Xau_XauGetBestAuthByAddr" >&6; }
11764 if test $ac_cv_lib_Xau_XauGetBestAuthByAddr = yes; then
11765 NASLIBS="-lXau -laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11766 else
11767 NASLIBS="-laudio -lXt $X_LIBS -lXext -lX11 $X_EXTRA_LIBS"
11775 done
11778 CPPFLAGS="$ac_save_CPPFLAGS"
11779 else
11780 XLIB=""
11781 X_CFLAGS=""
11782 X_LIBS=""
11783 enable_winex11_drv=${enable_winex11_drv:-no}
11784 enable_opengl32=${enable_opengl32:-no}
11785 enable_glu32=${enable_glu32:-no}
11787 if test "x$XLIB" = "x"; then
11788 case "x$with_x" in
11789 xno) ;;
11790 *) { { echo "$as_me:$LINENO: error: X development files not found. Wine will be built
11791 without X support, which probably isn't what you want. You will need to install
11792 development packages of Xlib/Xfree86 at the very least.
11793 Use the --without-x option if you really want this." >&5
11794 echo "$as_me: error: X development files not found. Wine will be built
11795 without X support, which probably isn't what you want. You will need to install
11796 development packages of Xlib/Xfree86 at the very least.
11797 Use the --without-x option if you really want this." >&2;}
11798 { (exit 1); exit 1; }; } ;;
11799 esac
11804 XML2LIBS=""
11806 XML2INCL=""
11808 XSLTLIBS=""
11810 XSLTINCL=""
11812 if test "x$with_xml" != "xno"
11813 then
11814 ac_save_CPPFLAGS="$CPPFLAGS"
11815 if test "$PKG_CONFIG" != "false"
11816 then
11817 ac_xml_libs="`$PKG_CONFIG --libs libxml-2.0 2>/dev/null`"
11818 ac_xml_cflags="`$PKG_CONFIG --cflags libxml-2.0 2>/dev/null`"
11819 else
11820 ac_xml_libs="`xml2-config --libs 2>/dev/null`"
11821 ac_xml_cflags="`xml2-config --cflags 2>/dev/null`"
11823 CPPFLAGS="$CPPFLAGS $ac_xml_cflags"
11825 for ac_header in libxml/parser.h
11827 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
11828 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11829 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11830 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11831 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11832 echo $ECHO_N "(cached) $ECHO_C" >&6
11834 ac_res=`eval echo '${'$as_ac_Header'}'`
11835 { echo "$as_me:$LINENO: result: $ac_res" >&5
11836 echo "${ECHO_T}$ac_res" >&6; }
11837 else
11838 # Is the header compilable?
11839 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
11840 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
11841 cat >conftest.$ac_ext <<_ACEOF
11842 /* confdefs.h. */
11843 _ACEOF
11844 cat confdefs.h >>conftest.$ac_ext
11845 cat >>conftest.$ac_ext <<_ACEOF
11846 /* end confdefs.h. */
11847 $ac_includes_default
11848 #include <$ac_header>
11849 _ACEOF
11850 rm -f conftest.$ac_objext
11851 if { (ac_try="$ac_compile"
11852 case "(($ac_try" in
11853 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11854 *) ac_try_echo=$ac_try;;
11855 esac
11856 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11857 (eval "$ac_compile") 2>conftest.er1
11858 ac_status=$?
11859 grep -v '^ *+' conftest.er1 >conftest.err
11860 rm -f conftest.er1
11861 cat conftest.err >&5
11862 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11863 (exit $ac_status); } && {
11864 test -z "$ac_c_werror_flag" ||
11865 test ! -s conftest.err
11866 } && test -s conftest.$ac_objext; then
11867 ac_header_compiler=yes
11868 else
11869 echo "$as_me: failed program was:" >&5
11870 sed 's/^/| /' conftest.$ac_ext >&5
11872 ac_header_compiler=no
11875 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
11876 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
11877 echo "${ECHO_T}$ac_header_compiler" >&6; }
11879 # Is the header present?
11880 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
11881 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
11882 cat >conftest.$ac_ext <<_ACEOF
11883 /* confdefs.h. */
11884 _ACEOF
11885 cat confdefs.h >>conftest.$ac_ext
11886 cat >>conftest.$ac_ext <<_ACEOF
11887 /* end confdefs.h. */
11888 #include <$ac_header>
11889 _ACEOF
11890 if { (ac_try="$ac_cpp conftest.$ac_ext"
11891 case "(($ac_try" in
11892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11893 *) ac_try_echo=$ac_try;;
11894 esac
11895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
11896 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
11897 ac_status=$?
11898 grep -v '^ *+' conftest.er1 >conftest.err
11899 rm -f conftest.er1
11900 cat conftest.err >&5
11901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
11902 (exit $ac_status); } >/dev/null && {
11903 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
11904 test ! -s conftest.err
11905 }; then
11906 ac_header_preproc=yes
11907 else
11908 echo "$as_me: failed program was:" >&5
11909 sed 's/^/| /' conftest.$ac_ext >&5
11911 ac_header_preproc=no
11914 rm -f conftest.err conftest.$ac_ext
11915 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
11916 echo "${ECHO_T}$ac_header_preproc" >&6; }
11918 # So? What about this header?
11919 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
11920 yes:no: )
11921 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
11922 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
11923 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
11924 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
11925 ac_header_preproc=yes
11927 no:yes:* )
11928 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
11929 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
11930 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
11931 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
11932 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
11933 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
11934 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
11935 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
11936 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
11937 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
11938 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
11939 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
11940 ( cat <<\_ASBOX
11941 ## ------------------------------------ ##
11942 ## Report this to wine-devel@winehq.org ##
11943 ## ------------------------------------ ##
11944 _ASBOX
11945 ) | sed "s/^/$as_me: WARNING: /" >&2
11947 esac
11948 { echo "$as_me:$LINENO: checking for $ac_header" >&5
11949 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
11950 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
11951 echo $ECHO_N "(cached) $ECHO_C" >&6
11952 else
11953 eval "$as_ac_Header=\$ac_header_preproc"
11955 ac_res=`eval echo '${'$as_ac_Header'}'`
11956 { echo "$as_me:$LINENO: result: $ac_res" >&5
11957 echo "${ECHO_T}$ac_res" >&6; }
11960 if test `eval echo '${'$as_ac_Header'}'` = yes; then
11961 cat >>confdefs.h <<_ACEOF
11962 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
11963 _ACEOF
11964 { echo "$as_me:$LINENO: checking for xmlParseMemory in -lxml2" >&5
11965 echo $ECHO_N "checking for xmlParseMemory in -lxml2... $ECHO_C" >&6; }
11966 if test "${ac_cv_lib_xml2_xmlParseMemory+set}" = set; then
11967 echo $ECHO_N "(cached) $ECHO_C" >&6
11968 else
11969 ac_check_lib_save_LIBS=$LIBS
11970 LIBS="-lxml2 $ac_xml_libs $LIBS"
11971 cat >conftest.$ac_ext <<_ACEOF
11972 /* confdefs.h. */
11973 _ACEOF
11974 cat confdefs.h >>conftest.$ac_ext
11975 cat >>conftest.$ac_ext <<_ACEOF
11976 /* end confdefs.h. */
11978 /* Override any GCC internal prototype to avoid an error.
11979 Use char because int might match the return type of a GCC
11980 builtin and then its argument prototype would still apply. */
11981 #ifdef __cplusplus
11982 extern "C"
11983 #endif
11984 char xmlParseMemory ();
11986 main ()
11988 return xmlParseMemory ();
11990 return 0;
11992 _ACEOF
11993 rm -f conftest.$ac_objext conftest$ac_exeext
11994 if { (ac_try="$ac_link"
11995 case "(($ac_try" in
11996 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
11997 *) ac_try_echo=$ac_try;;
11998 esac
11999 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12000 (eval "$ac_link") 2>conftest.er1
12001 ac_status=$?
12002 grep -v '^ *+' conftest.er1 >conftest.err
12003 rm -f conftest.er1
12004 cat conftest.err >&5
12005 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12006 (exit $ac_status); } && {
12007 test -z "$ac_c_werror_flag" ||
12008 test ! -s conftest.err
12009 } && test -s conftest$ac_exeext &&
12010 $as_test_x conftest$ac_exeext; then
12011 ac_cv_lib_xml2_xmlParseMemory=yes
12012 else
12013 echo "$as_me: failed program was:" >&5
12014 sed 's/^/| /' conftest.$ac_ext >&5
12016 ac_cv_lib_xml2_xmlParseMemory=no
12019 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12020 conftest$ac_exeext conftest.$ac_ext
12021 LIBS=$ac_check_lib_save_LIBS
12023 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlParseMemory" >&5
12024 echo "${ECHO_T}$ac_cv_lib_xml2_xmlParseMemory" >&6; }
12025 if test $ac_cv_lib_xml2_xmlParseMemory = yes; then
12027 cat >>confdefs.h <<\_ACEOF
12028 #define HAVE_LIBXML2 1
12029 _ACEOF
12031 XML2LIBS="$ac_xml_libs"
12032 XML2INCL="$ac_xml_cflags"
12035 { echo "$as_me:$LINENO: checking for xmlReadMemory in -lxml2" >&5
12036 echo $ECHO_N "checking for xmlReadMemory in -lxml2... $ECHO_C" >&6; }
12037 if test "${ac_cv_lib_xml2_xmlReadMemory+set}" = set; then
12038 echo $ECHO_N "(cached) $ECHO_C" >&6
12039 else
12040 ac_check_lib_save_LIBS=$LIBS
12041 LIBS="-lxml2 $ac_xml_libs $LIBS"
12042 cat >conftest.$ac_ext <<_ACEOF
12043 /* confdefs.h. */
12044 _ACEOF
12045 cat confdefs.h >>conftest.$ac_ext
12046 cat >>conftest.$ac_ext <<_ACEOF
12047 /* end confdefs.h. */
12049 /* Override any GCC internal prototype to avoid an error.
12050 Use char because int might match the return type of a GCC
12051 builtin and then its argument prototype would still apply. */
12052 #ifdef __cplusplus
12053 extern "C"
12054 #endif
12055 char xmlReadMemory ();
12057 main ()
12059 return xmlReadMemory ();
12061 return 0;
12063 _ACEOF
12064 rm -f conftest.$ac_objext conftest$ac_exeext
12065 if { (ac_try="$ac_link"
12066 case "(($ac_try" in
12067 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12068 *) ac_try_echo=$ac_try;;
12069 esac
12070 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12071 (eval "$ac_link") 2>conftest.er1
12072 ac_status=$?
12073 grep -v '^ *+' conftest.er1 >conftest.err
12074 rm -f conftest.er1
12075 cat conftest.err >&5
12076 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12077 (exit $ac_status); } && {
12078 test -z "$ac_c_werror_flag" ||
12079 test ! -s conftest.err
12080 } && test -s conftest$ac_exeext &&
12081 $as_test_x conftest$ac_exeext; then
12082 ac_cv_lib_xml2_xmlReadMemory=yes
12083 else
12084 echo "$as_me: failed program was:" >&5
12085 sed 's/^/| /' conftest.$ac_ext >&5
12087 ac_cv_lib_xml2_xmlReadMemory=no
12090 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12091 conftest$ac_exeext conftest.$ac_ext
12092 LIBS=$ac_check_lib_save_LIBS
12094 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlReadMemory" >&5
12095 echo "${ECHO_T}$ac_cv_lib_xml2_xmlReadMemory" >&6; }
12096 if test $ac_cv_lib_xml2_xmlReadMemory = yes; then
12098 cat >>confdefs.h <<\_ACEOF
12099 #define HAVE_XMLREADMEMORY 1
12100 _ACEOF
12104 { echo "$as_me:$LINENO: checking for xmlNewDocPI in -lxml2" >&5
12105 echo $ECHO_N "checking for xmlNewDocPI in -lxml2... $ECHO_C" >&6; }
12106 if test "${ac_cv_lib_xml2_xmlNewDocPI+set}" = set; then
12107 echo $ECHO_N "(cached) $ECHO_C" >&6
12108 else
12109 ac_check_lib_save_LIBS=$LIBS
12110 LIBS="-lxml2 $ac_xml_libs $LIBS"
12111 cat >conftest.$ac_ext <<_ACEOF
12112 /* confdefs.h. */
12113 _ACEOF
12114 cat confdefs.h >>conftest.$ac_ext
12115 cat >>conftest.$ac_ext <<_ACEOF
12116 /* end confdefs.h. */
12118 /* Override any GCC internal prototype to avoid an error.
12119 Use char because int might match the return type of a GCC
12120 builtin and then its argument prototype would still apply. */
12121 #ifdef __cplusplus
12122 extern "C"
12123 #endif
12124 char xmlNewDocPI ();
12126 main ()
12128 return xmlNewDocPI ();
12130 return 0;
12132 _ACEOF
12133 rm -f conftest.$ac_objext conftest$ac_exeext
12134 if { (ac_try="$ac_link"
12135 case "(($ac_try" in
12136 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12137 *) ac_try_echo=$ac_try;;
12138 esac
12139 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12140 (eval "$ac_link") 2>conftest.er1
12141 ac_status=$?
12142 grep -v '^ *+' conftest.er1 >conftest.err
12143 rm -f conftest.er1
12144 cat conftest.err >&5
12145 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12146 (exit $ac_status); } && {
12147 test -z "$ac_c_werror_flag" ||
12148 test ! -s conftest.err
12149 } && test -s conftest$ac_exeext &&
12150 $as_test_x conftest$ac_exeext; then
12151 ac_cv_lib_xml2_xmlNewDocPI=yes
12152 else
12153 echo "$as_me: failed program was:" >&5
12154 sed 's/^/| /' conftest.$ac_ext >&5
12156 ac_cv_lib_xml2_xmlNewDocPI=no
12159 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12160 conftest$ac_exeext conftest.$ac_ext
12161 LIBS=$ac_check_lib_save_LIBS
12163 { echo "$as_me:$LINENO: result: $ac_cv_lib_xml2_xmlNewDocPI" >&5
12164 echo "${ECHO_T}$ac_cv_lib_xml2_xmlNewDocPI" >&6; }
12165 if test $ac_cv_lib_xml2_xmlNewDocPI = yes; then
12167 cat >>confdefs.h <<\_ACEOF
12168 #define HAVE_XMLNEWDOCPI 1
12169 _ACEOF
12176 done
12178 CPPFLAGS="$ac_save_CPPFLAGS"
12180 if test "$ac_cv_lib_xml2_xmlParseMemory" != "yes"; then
12181 case "x$with_xml" in
12182 x) wine_warnings="$wine_warnings|libxml2 development files not found, XML won't be supported." ;;
12183 xno) ;;
12184 *) { { echo "$as_me:$LINENO: error: libxml2 development files not found, XML won't be supported.
12185 This is an error since --with-xml was requested." >&5
12186 echo "$as_me: error: libxml2 development files not found, XML won't be supported.
12187 This is an error since --with-xml was requested." >&2;}
12188 { (exit 1); exit 1; }; } ;;
12189 esac
12193 if test "x$with_xslt" != "xno"
12194 then
12195 if test "$PKG_CONFIG" != "false"
12196 then
12197 ac_xslt_libs="`$PKG_CONFIG --libs libxslt 2>/dev/null`"
12198 ac_xslt_cflags="`$PKG_CONFIG --cflags libxslt 2>/dev/null`"
12199 else
12200 ac_xslt_libs="`xslt-config --libs 2>/dev/null`"
12201 ac_xslt_cflags="`xslt-config --cflags 2>/dev/null`"
12203 ac_save_CPPFLAGS="$CPPFLAGS"
12204 CPPFLAGS="$CPPFLAGS $ac_xslt_cflags"
12207 for ac_header in libxslt/pattern.h libxslt/transform.h
12209 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12210 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12211 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12212 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12213 echo $ECHO_N "(cached) $ECHO_C" >&6
12214 else
12215 cat >conftest.$ac_ext <<_ACEOF
12216 /* confdefs.h. */
12217 _ACEOF
12218 cat confdefs.h >>conftest.$ac_ext
12219 cat >>conftest.$ac_ext <<_ACEOF
12220 /* end confdefs.h. */
12221 #ifdef HAVE_LIBXSLT_PATTERN_H
12222 # include <libxslt/pattern.h>
12223 #endif
12225 #include <$ac_header>
12226 _ACEOF
12227 rm -f conftest.$ac_objext
12228 if { (ac_try="$ac_compile"
12229 case "(($ac_try" in
12230 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12231 *) ac_try_echo=$ac_try;;
12232 esac
12233 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12234 (eval "$ac_compile") 2>conftest.er1
12235 ac_status=$?
12236 grep -v '^ *+' conftest.er1 >conftest.err
12237 rm -f conftest.er1
12238 cat conftest.err >&5
12239 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12240 (exit $ac_status); } && {
12241 test -z "$ac_c_werror_flag" ||
12242 test ! -s conftest.err
12243 } && test -s conftest.$ac_objext; then
12244 eval "$as_ac_Header=yes"
12245 else
12246 echo "$as_me: failed program was:" >&5
12247 sed 's/^/| /' conftest.$ac_ext >&5
12249 eval "$as_ac_Header=no"
12252 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12254 ac_res=`eval echo '${'$as_ac_Header'}'`
12255 { echo "$as_me:$LINENO: result: $ac_res" >&5
12256 echo "${ECHO_T}$ac_res" >&6; }
12257 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12258 cat >>confdefs.h <<_ACEOF
12259 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12260 _ACEOF
12264 done
12266 CPPFLAGS="$ac_save_CPPFLAGS"
12267 if test "$ac_cv_header_libxslt_transform_h" = "yes"
12268 then
12269 { echo "$as_me:$LINENO: checking for xsltCompilePattern in -lxslt" >&5
12270 echo $ECHO_N "checking for xsltCompilePattern in -lxslt... $ECHO_C" >&6; }
12271 if test "${ac_cv_lib_xslt_xsltCompilePattern+set}" = set; then
12272 echo $ECHO_N "(cached) $ECHO_C" >&6
12273 else
12274 ac_check_lib_save_LIBS=$LIBS
12275 LIBS="-lxslt $ac_xslt_libs $LIBS"
12276 cat >conftest.$ac_ext <<_ACEOF
12277 /* confdefs.h. */
12278 _ACEOF
12279 cat confdefs.h >>conftest.$ac_ext
12280 cat >>conftest.$ac_ext <<_ACEOF
12281 /* end confdefs.h. */
12283 /* Override any GCC internal prototype to avoid an error.
12284 Use char because int might match the return type of a GCC
12285 builtin and then its argument prototype would still apply. */
12286 #ifdef __cplusplus
12287 extern "C"
12288 #endif
12289 char xsltCompilePattern ();
12291 main ()
12293 return xsltCompilePattern ();
12295 return 0;
12297 _ACEOF
12298 rm -f conftest.$ac_objext conftest$ac_exeext
12299 if { (ac_try="$ac_link"
12300 case "(($ac_try" in
12301 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12302 *) ac_try_echo=$ac_try;;
12303 esac
12304 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12305 (eval "$ac_link") 2>conftest.er1
12306 ac_status=$?
12307 grep -v '^ *+' conftest.er1 >conftest.err
12308 rm -f conftest.er1
12309 cat conftest.err >&5
12310 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12311 (exit $ac_status); } && {
12312 test -z "$ac_c_werror_flag" ||
12313 test ! -s conftest.err
12314 } && test -s conftest$ac_exeext &&
12315 $as_test_x conftest$ac_exeext; then
12316 ac_cv_lib_xslt_xsltCompilePattern=yes
12317 else
12318 echo "$as_me: failed program was:" >&5
12319 sed 's/^/| /' conftest.$ac_ext >&5
12321 ac_cv_lib_xslt_xsltCompilePattern=no
12324 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12325 conftest$ac_exeext conftest.$ac_ext
12326 LIBS=$ac_check_lib_save_LIBS
12328 { echo "$as_me:$LINENO: result: $ac_cv_lib_xslt_xsltCompilePattern" >&5
12329 echo "${ECHO_T}$ac_cv_lib_xslt_xsltCompilePattern" >&6; }
12330 if test $ac_cv_lib_xslt_xsltCompilePattern = yes; then
12332 cat >>confdefs.h <<\_ACEOF
12333 #define HAVE_LIBXSLT 1
12334 _ACEOF
12336 XSLTLIBS="$ac_xslt_libs"
12337 XSLTINCL="$ac_xslt_cflags"
12338 ac_save_LIBS="$LIBS"
12339 LIBS="$LIBS $ac_xslt_libs"
12341 for ac_func in xsltInit
12343 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
12344 { echo "$as_me:$LINENO: checking for $ac_func" >&5
12345 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
12346 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
12347 echo $ECHO_N "(cached) $ECHO_C" >&6
12348 else
12349 cat >conftest.$ac_ext <<_ACEOF
12350 /* confdefs.h. */
12351 _ACEOF
12352 cat confdefs.h >>conftest.$ac_ext
12353 cat >>conftest.$ac_ext <<_ACEOF
12354 /* end confdefs.h. */
12355 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
12356 For example, HP-UX 11i <limits.h> declares gettimeofday. */
12357 #define $ac_func innocuous_$ac_func
12359 /* System header to define __stub macros and hopefully few prototypes,
12360 which can conflict with char $ac_func (); below.
12361 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
12362 <limits.h> exists even on freestanding compilers. */
12364 #ifdef __STDC__
12365 # include <limits.h>
12366 #else
12367 # include <assert.h>
12368 #endif
12370 #undef $ac_func
12372 /* Override any GCC internal prototype to avoid an error.
12373 Use char because int might match the return type of a GCC
12374 builtin and then its argument prototype would still apply. */
12375 #ifdef __cplusplus
12376 extern "C"
12377 #endif
12378 char $ac_func ();
12379 /* The GNU C library defines this for functions which it implements
12380 to always fail with ENOSYS. Some functions are actually named
12381 something starting with __ and the normal name is an alias. */
12382 #if defined __stub_$ac_func || defined __stub___$ac_func
12383 choke me
12384 #endif
12387 main ()
12389 return $ac_func ();
12391 return 0;
12393 _ACEOF
12394 rm -f conftest.$ac_objext conftest$ac_exeext
12395 if { (ac_try="$ac_link"
12396 case "(($ac_try" in
12397 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12398 *) ac_try_echo=$ac_try;;
12399 esac
12400 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12401 (eval "$ac_link") 2>conftest.er1
12402 ac_status=$?
12403 grep -v '^ *+' conftest.er1 >conftest.err
12404 rm -f conftest.er1
12405 cat conftest.err >&5
12406 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12407 (exit $ac_status); } && {
12408 test -z "$ac_c_werror_flag" ||
12409 test ! -s conftest.err
12410 } && test -s conftest$ac_exeext &&
12411 $as_test_x conftest$ac_exeext; then
12412 eval "$as_ac_var=yes"
12413 else
12414 echo "$as_me: failed program was:" >&5
12415 sed 's/^/| /' conftest.$ac_ext >&5
12417 eval "$as_ac_var=no"
12420 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12421 conftest$ac_exeext conftest.$ac_ext
12423 ac_res=`eval echo '${'$as_ac_var'}'`
12424 { echo "$as_me:$LINENO: result: $ac_res" >&5
12425 echo "${ECHO_T}$ac_res" >&6; }
12426 if test `eval echo '${'$as_ac_var'}'` = yes; then
12427 cat >>confdefs.h <<_ACEOF
12428 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
12429 _ACEOF
12432 done
12434 LIBS="$ac_save_LIBS"
12439 if test "$ac_cv_lib_xslt_xsltCompilePattern" != "yes"; then
12440 case "x$with_xslt" in
12441 x) wine_warnings="$wine_warnings|libxslt development files not found, xslt won't be supported." ;;
12442 xno) ;;
12443 *) { { echo "$as_me:$LINENO: error: libxslt development files not found, xslt won't be supported.
12444 This is an error since --with-xslt was requested." >&5
12445 echo "$as_me: error: libxslt development files not found, xslt won't be supported.
12446 This is an error since --with-xslt was requested." >&2;}
12447 { (exit 1); exit 1; }; } ;;
12448 esac
12452 HALINCL=""
12454 if test "x$with_hal" != "xno" -a "$PKG_CONFIG" != "false"
12455 then
12456 ac_save_CPPFLAGS="$CPPFLAGS"
12457 ac_hal_libs="`$PKG_CONFIG --libs hal 2>/dev/null`"
12458 ac_hal_cflags="`$PKG_CONFIG --cflags hal 2>/dev/null`"
12459 CPPFLAGS="$CPPFLAGS $ac_hal_cflags"
12462 for ac_header in dbus/dbus.h hal/libhal.h
12464 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
12465 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12466 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12467 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12468 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12469 echo $ECHO_N "(cached) $ECHO_C" >&6
12471 ac_res=`eval echo '${'$as_ac_Header'}'`
12472 { echo "$as_me:$LINENO: result: $ac_res" >&5
12473 echo "${ECHO_T}$ac_res" >&6; }
12474 else
12475 # Is the header compilable?
12476 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
12477 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
12478 cat >conftest.$ac_ext <<_ACEOF
12479 /* confdefs.h. */
12480 _ACEOF
12481 cat confdefs.h >>conftest.$ac_ext
12482 cat >>conftest.$ac_ext <<_ACEOF
12483 /* end confdefs.h. */
12484 $ac_includes_default
12485 #include <$ac_header>
12486 _ACEOF
12487 rm -f conftest.$ac_objext
12488 if { (ac_try="$ac_compile"
12489 case "(($ac_try" in
12490 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12491 *) ac_try_echo=$ac_try;;
12492 esac
12493 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12494 (eval "$ac_compile") 2>conftest.er1
12495 ac_status=$?
12496 grep -v '^ *+' conftest.er1 >conftest.err
12497 rm -f conftest.er1
12498 cat conftest.err >&5
12499 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12500 (exit $ac_status); } && {
12501 test -z "$ac_c_werror_flag" ||
12502 test ! -s conftest.err
12503 } && test -s conftest.$ac_objext; then
12504 ac_header_compiler=yes
12505 else
12506 echo "$as_me: failed program was:" >&5
12507 sed 's/^/| /' conftest.$ac_ext >&5
12509 ac_header_compiler=no
12512 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12513 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12514 echo "${ECHO_T}$ac_header_compiler" >&6; }
12516 # Is the header present?
12517 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
12518 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
12519 cat >conftest.$ac_ext <<_ACEOF
12520 /* confdefs.h. */
12521 _ACEOF
12522 cat confdefs.h >>conftest.$ac_ext
12523 cat >>conftest.$ac_ext <<_ACEOF
12524 /* end confdefs.h. */
12525 #include <$ac_header>
12526 _ACEOF
12527 if { (ac_try="$ac_cpp conftest.$ac_ext"
12528 case "(($ac_try" in
12529 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12530 *) ac_try_echo=$ac_try;;
12531 esac
12532 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12533 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12534 ac_status=$?
12535 grep -v '^ *+' conftest.er1 >conftest.err
12536 rm -f conftest.er1
12537 cat conftest.err >&5
12538 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12539 (exit $ac_status); } >/dev/null && {
12540 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12541 test ! -s conftest.err
12542 }; then
12543 ac_header_preproc=yes
12544 else
12545 echo "$as_me: failed program was:" >&5
12546 sed 's/^/| /' conftest.$ac_ext >&5
12548 ac_header_preproc=no
12551 rm -f conftest.err conftest.$ac_ext
12552 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12553 echo "${ECHO_T}$ac_header_preproc" >&6; }
12555 # So? What about this header?
12556 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12557 yes:no: )
12558 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
12559 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
12560 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
12561 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
12562 ac_header_preproc=yes
12564 no:yes:* )
12565 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
12566 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
12567 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
12568 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
12569 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
12570 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
12571 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
12572 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
12573 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
12574 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
12575 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
12576 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
12577 ( cat <<\_ASBOX
12578 ## ------------------------------------ ##
12579 ## Report this to wine-devel@winehq.org ##
12580 ## ------------------------------------ ##
12581 _ASBOX
12582 ) | sed "s/^/$as_me: WARNING: /" >&2
12584 esac
12585 { echo "$as_me:$LINENO: checking for $ac_header" >&5
12586 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
12587 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
12588 echo $ECHO_N "(cached) $ECHO_C" >&6
12589 else
12590 eval "$as_ac_Header=\$ac_header_preproc"
12592 ac_res=`eval echo '${'$as_ac_Header'}'`
12593 { echo "$as_me:$LINENO: result: $ac_res" >&5
12594 echo "${ECHO_T}$ac_res" >&6; }
12597 if test `eval echo '${'$as_ac_Header'}'` = yes; then
12598 cat >>confdefs.h <<_ACEOF
12599 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
12600 _ACEOF
12604 done
12606 if test "$ac_cv_header_dbus_dbus_h" = "yes" -a "$ac_cv_header_hal_libhal_h" = "yes"
12607 then
12608 { echo "$as_me:$LINENO: checking for dbus_connection_close in -ldbus-1" >&5
12609 echo $ECHO_N "checking for dbus_connection_close in -ldbus-1... $ECHO_C" >&6; }
12610 if test "${ac_cv_lib_dbus_1_dbus_connection_close+set}" = set; then
12611 echo $ECHO_N "(cached) $ECHO_C" >&6
12612 else
12613 ac_check_lib_save_LIBS=$LIBS
12614 LIBS="-ldbus-1 $ac_hal_libs $LIBS"
12615 cat >conftest.$ac_ext <<_ACEOF
12616 /* confdefs.h. */
12617 _ACEOF
12618 cat confdefs.h >>conftest.$ac_ext
12619 cat >>conftest.$ac_ext <<_ACEOF
12620 /* end confdefs.h. */
12622 /* Override any GCC internal prototype to avoid an error.
12623 Use char because int might match the return type of a GCC
12624 builtin and then its argument prototype would still apply. */
12625 #ifdef __cplusplus
12626 extern "C"
12627 #endif
12628 char dbus_connection_close ();
12630 main ()
12632 return dbus_connection_close ();
12634 return 0;
12636 _ACEOF
12637 rm -f conftest.$ac_objext conftest$ac_exeext
12638 if { (ac_try="$ac_link"
12639 case "(($ac_try" in
12640 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12641 *) ac_try_echo=$ac_try;;
12642 esac
12643 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12644 (eval "$ac_link") 2>conftest.er1
12645 ac_status=$?
12646 grep -v '^ *+' conftest.er1 >conftest.err
12647 rm -f conftest.er1
12648 cat conftest.err >&5
12649 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12650 (exit $ac_status); } && {
12651 test -z "$ac_c_werror_flag" ||
12652 test ! -s conftest.err
12653 } && test -s conftest$ac_exeext &&
12654 $as_test_x conftest$ac_exeext; then
12655 ac_cv_lib_dbus_1_dbus_connection_close=yes
12656 else
12657 echo "$as_me: failed program was:" >&5
12658 sed 's/^/| /' conftest.$ac_ext >&5
12660 ac_cv_lib_dbus_1_dbus_connection_close=no
12663 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12664 conftest$ac_exeext conftest.$ac_ext
12665 LIBS=$ac_check_lib_save_LIBS
12667 { echo "$as_me:$LINENO: result: $ac_cv_lib_dbus_1_dbus_connection_close" >&5
12668 echo "${ECHO_T}$ac_cv_lib_dbus_1_dbus_connection_close" >&6; }
12669 if test $ac_cv_lib_dbus_1_dbus_connection_close = yes; then
12670 { echo "$as_me:$LINENO: checking for -lhal" >&5
12671 echo $ECHO_N "checking for -lhal... $ECHO_C" >&6; }
12672 if test "${ac_cv_lib_soname_hal+set}" = set; then
12673 echo $ECHO_N "(cached) $ECHO_C" >&6
12674 else
12675 ac_check_soname_save_LIBS=$LIBS
12676 LIBS="-lhal $ac_hal_libs $LIBS"
12677 cat >conftest.$ac_ext <<_ACEOF
12678 /* confdefs.h. */
12679 _ACEOF
12680 cat confdefs.h >>conftest.$ac_ext
12681 cat >>conftest.$ac_ext <<_ACEOF
12682 /* end confdefs.h. */
12684 /* Override any GCC internal prototype to avoid an error.
12685 Use char because int might match the return type of a GCC
12686 builtin and then its argument prototype would still apply. */
12687 #ifdef __cplusplus
12688 extern "C"
12689 #endif
12690 char libhal_ctx_new ();
12692 main ()
12694 return libhal_ctx_new ();
12696 return 0;
12698 _ACEOF
12699 rm -f conftest.$ac_objext conftest$ac_exeext
12700 if { (ac_try="$ac_link"
12701 case "(($ac_try" in
12702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12703 *) ac_try_echo=$ac_try;;
12704 esac
12705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12706 (eval "$ac_link") 2>conftest.er1
12707 ac_status=$?
12708 grep -v '^ *+' conftest.er1 >conftest.err
12709 rm -f conftest.er1
12710 cat conftest.err >&5
12711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12712 (exit $ac_status); } && {
12713 test -z "$ac_c_werror_flag" ||
12714 test ! -s conftest.err
12715 } && test -s conftest$ac_exeext &&
12716 $as_test_x conftest$ac_exeext; then
12717 case "$LIBEXT" in
12718 dll) ;;
12719 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'` ;;
12720 *) ac_cv_lib_soname_hal=`$ac_cv_path_LDD conftest$ac_exeext | grep "libhal\\.$LIBEXT" | sed -e "s/^.*\(libhal\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12721 esac
12722 else
12723 echo "$as_me: failed program was:" >&5
12724 sed 's/^/| /' conftest.$ac_ext >&5
12729 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12730 conftest$ac_exeext conftest.$ac_ext
12731 LIBS=$ac_check_soname_save_LIBS
12733 if test "x$ac_cv_lib_soname_hal" = "x"; then
12734 { echo "$as_me:$LINENO: result: not found" >&5
12735 echo "${ECHO_T}not found" >&6; }
12737 else
12738 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_hal" >&5
12739 echo "${ECHO_T}$ac_cv_lib_soname_hal" >&6; }
12741 cat >>confdefs.h <<_ACEOF
12742 #define SONAME_LIBHAL "$ac_cv_lib_soname_hal"
12743 _ACEOF
12745 HALINCL="$ac_hal_cflags"
12751 CPPFLAGS="$ac_save_CPPFLAGS"
12753 if test "x$ac_cv_lib_soname_hal" = "x"; then
12754 case "x$with_hal" in
12755 x) wine_notices="$wine_notices|libhal development files not found, no dynamic device support." ;;
12756 xno) ;;
12757 *) { { echo "$as_me:$LINENO: error: libhal development files not found, no dynamic device support.
12758 This is an error since --with-hal was requested." >&5
12759 echo "$as_me: error: libhal development files not found, no dynamic device support.
12760 This is an error since --with-hal was requested." >&2;}
12761 { (exit 1); exit 1; }; } ;;
12762 esac
12766 if test "x$with_gnutls" != "xno" -a "$PKG_CONFIG" != "false"
12767 then
12768 ac_save_CPPFLAGS="$CPPFLAGS"
12769 ac_gnutls_libs="`$PKG_CONFIG --libs gnutls 2>/dev/null`"
12770 ac_gnutls_cflags="`$PKG_CONFIG --cflags gnutls 2>/dev/null`"
12771 CPPFLAGS="$CPPFLAGS $ac_gnutls_cflags"
12772 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12773 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12774 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12775 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12776 echo $ECHO_N "(cached) $ECHO_C" >&6
12778 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12779 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12780 else
12781 # Is the header compilable?
12782 { echo "$as_me:$LINENO: checking gnutls/gnutls.h usability" >&5
12783 echo $ECHO_N "checking gnutls/gnutls.h usability... $ECHO_C" >&6; }
12784 cat >conftest.$ac_ext <<_ACEOF
12785 /* confdefs.h. */
12786 _ACEOF
12787 cat confdefs.h >>conftest.$ac_ext
12788 cat >>conftest.$ac_ext <<_ACEOF
12789 /* end confdefs.h. */
12790 $ac_includes_default
12791 #include <gnutls/gnutls.h>
12792 _ACEOF
12793 rm -f conftest.$ac_objext
12794 if { (ac_try="$ac_compile"
12795 case "(($ac_try" in
12796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12797 *) ac_try_echo=$ac_try;;
12798 esac
12799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12800 (eval "$ac_compile") 2>conftest.er1
12801 ac_status=$?
12802 grep -v '^ *+' conftest.er1 >conftest.err
12803 rm -f conftest.er1
12804 cat conftest.err >&5
12805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12806 (exit $ac_status); } && {
12807 test -z "$ac_c_werror_flag" ||
12808 test ! -s conftest.err
12809 } && test -s conftest.$ac_objext; then
12810 ac_header_compiler=yes
12811 else
12812 echo "$as_me: failed program was:" >&5
12813 sed 's/^/| /' conftest.$ac_ext >&5
12815 ac_header_compiler=no
12818 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
12819 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
12820 echo "${ECHO_T}$ac_header_compiler" >&6; }
12822 # Is the header present?
12823 { echo "$as_me:$LINENO: checking gnutls/gnutls.h presence" >&5
12824 echo $ECHO_N "checking gnutls/gnutls.h presence... $ECHO_C" >&6; }
12825 cat >conftest.$ac_ext <<_ACEOF
12826 /* confdefs.h. */
12827 _ACEOF
12828 cat confdefs.h >>conftest.$ac_ext
12829 cat >>conftest.$ac_ext <<_ACEOF
12830 /* end confdefs.h. */
12831 #include <gnutls/gnutls.h>
12832 _ACEOF
12833 if { (ac_try="$ac_cpp conftest.$ac_ext"
12834 case "(($ac_try" in
12835 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12836 *) ac_try_echo=$ac_try;;
12837 esac
12838 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12839 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
12840 ac_status=$?
12841 grep -v '^ *+' conftest.er1 >conftest.err
12842 rm -f conftest.er1
12843 cat conftest.err >&5
12844 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12845 (exit $ac_status); } >/dev/null && {
12846 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
12847 test ! -s conftest.err
12848 }; then
12849 ac_header_preproc=yes
12850 else
12851 echo "$as_me: failed program was:" >&5
12852 sed 's/^/| /' conftest.$ac_ext >&5
12854 ac_header_preproc=no
12857 rm -f conftest.err conftest.$ac_ext
12858 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
12859 echo "${ECHO_T}$ac_header_preproc" >&6; }
12861 # So? What about this header?
12862 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
12863 yes:no: )
12864 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&5
12865 echo "$as_me: WARNING: gnutls/gnutls.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
12866 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&5
12867 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the compiler's result" >&2;}
12868 ac_header_preproc=yes
12870 no:yes:* )
12871 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&5
12872 echo "$as_me: WARNING: gnutls/gnutls.h: present but cannot be compiled" >&2;}
12873 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&5
12874 echo "$as_me: WARNING: gnutls/gnutls.h: check for missing prerequisite headers?" >&2;}
12875 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&5
12876 echo "$as_me: WARNING: gnutls/gnutls.h: see the Autoconf documentation" >&2;}
12877 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&5
12878 echo "$as_me: WARNING: gnutls/gnutls.h: section \"Present But Cannot Be Compiled\"" >&2;}
12879 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&5
12880 echo "$as_me: WARNING: gnutls/gnutls.h: proceeding with the preprocessor's result" >&2;}
12881 { echo "$as_me:$LINENO: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&5
12882 echo "$as_me: WARNING: gnutls/gnutls.h: in the future, the compiler will take precedence" >&2;}
12883 ( cat <<\_ASBOX
12884 ## ------------------------------------ ##
12885 ## Report this to wine-devel@winehq.org ##
12886 ## ------------------------------------ ##
12887 _ASBOX
12888 ) | sed "s/^/$as_me: WARNING: /" >&2
12890 esac
12891 { echo "$as_me:$LINENO: checking for gnutls/gnutls.h" >&5
12892 echo $ECHO_N "checking for gnutls/gnutls.h... $ECHO_C" >&6; }
12893 if test "${ac_cv_header_gnutls_gnutls_h+set}" = set; then
12894 echo $ECHO_N "(cached) $ECHO_C" >&6
12895 else
12896 ac_cv_header_gnutls_gnutls_h=$ac_header_preproc
12898 { echo "$as_me:$LINENO: result: $ac_cv_header_gnutls_gnutls_h" >&5
12899 echo "${ECHO_T}$ac_cv_header_gnutls_gnutls_h" >&6; }
12902 if test $ac_cv_header_gnutls_gnutls_h = yes; then
12903 { echo "$as_me:$LINENO: checking for -lgnutls" >&5
12904 echo $ECHO_N "checking for -lgnutls... $ECHO_C" >&6; }
12905 if test "${ac_cv_lib_soname_gnutls+set}" = set; then
12906 echo $ECHO_N "(cached) $ECHO_C" >&6
12907 else
12908 ac_check_soname_save_LIBS=$LIBS
12909 LIBS="-lgnutls $ac_gnutls_libs $LIBS"
12910 cat >conftest.$ac_ext <<_ACEOF
12911 /* confdefs.h. */
12912 _ACEOF
12913 cat confdefs.h >>conftest.$ac_ext
12914 cat >>conftest.$ac_ext <<_ACEOF
12915 /* end confdefs.h. */
12917 /* Override any GCC internal prototype to avoid an error.
12918 Use char because int might match the return type of a GCC
12919 builtin and then its argument prototype would still apply. */
12920 #ifdef __cplusplus
12921 extern "C"
12922 #endif
12923 char gnutls_global_init ();
12925 main ()
12927 return gnutls_global_init ();
12929 return 0;
12931 _ACEOF
12932 rm -f conftest.$ac_objext conftest$ac_exeext
12933 if { (ac_try="$ac_link"
12934 case "(($ac_try" in
12935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
12936 *) ac_try_echo=$ac_try;;
12937 esac
12938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
12939 (eval "$ac_link") 2>conftest.er1
12940 ac_status=$?
12941 grep -v '^ *+' conftest.er1 >conftest.err
12942 rm -f conftest.er1
12943 cat conftest.err >&5
12944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
12945 (exit $ac_status); } && {
12946 test -z "$ac_c_werror_flag" ||
12947 test ! -s conftest.err
12948 } && test -s conftest$ac_exeext &&
12949 $as_test_x conftest$ac_exeext; then
12950 case "$LIBEXT" in
12951 dll) ;;
12952 dylib) ac_cv_lib_soname_gnutls=`otool -L conftest$ac_exeext | grep "libgnutls\\.[0-9A-Za-z.]*dylib" | sed -e "s/^.*\/\(libgnutls\.[0-9A-Za-z.]*dylib\).*$/\1/"';2,$d'` ;;
12953 *) ac_cv_lib_soname_gnutls=`$ac_cv_path_LDD conftest$ac_exeext | grep "libgnutls\\.$LIBEXT" | sed -e "s/^.*\(libgnutls\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
12954 esac
12955 else
12956 echo "$as_me: failed program was:" >&5
12957 sed 's/^/| /' conftest.$ac_ext >&5
12962 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
12963 conftest$ac_exeext conftest.$ac_ext
12964 LIBS=$ac_check_soname_save_LIBS
12966 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12967 { echo "$as_me:$LINENO: result: not found" >&5
12968 echo "${ECHO_T}not found" >&6; }
12970 else
12971 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_gnutls" >&5
12972 echo "${ECHO_T}$ac_cv_lib_soname_gnutls" >&6; }
12974 cat >>confdefs.h <<_ACEOF
12975 #define SONAME_LIBGNUTLS "$ac_cv_lib_soname_gnutls"
12976 _ACEOF
12978 GNUTLSINCL="$ac_gnutls_cflags"
12985 CPPFLAGS="$ac_save_CPPFLAGS"
12987 if test "x$ac_cv_lib_soname_gnutls" = "x"; then
12988 case "x$with_gnutls" in
12989 x) wine_notices="$wine_notices|libgnutls development files not found, no schannel support." ;;
12990 xno) ;;
12991 *) { { echo "$as_me:$LINENO: error: libgnutls development files not found, no schannel support.
12992 This is an error since --with-gnutls was requested." >&5
12993 echo "$as_me: error: libgnutls development files not found, no schannel support.
12994 This is an error since --with-gnutls was requested." >&2;}
12995 { (exit 1); exit 1; }; } ;;
12996 esac
13000 CURSESLIBS=""
13001 if test "$ac_cv_header_ncurses_h" = "yes"
13002 then
13003 { echo "$as_me:$LINENO: checking for -lncurses" >&5
13004 echo $ECHO_N "checking for -lncurses... $ECHO_C" >&6; }
13005 if test "${ac_cv_lib_soname_ncurses+set}" = set; then
13006 echo $ECHO_N "(cached) $ECHO_C" >&6
13007 else
13008 ac_check_soname_save_LIBS=$LIBS
13009 LIBS="-lncurses $LIBS"
13010 cat >conftest.$ac_ext <<_ACEOF
13011 /* confdefs.h. */
13012 _ACEOF
13013 cat confdefs.h >>conftest.$ac_ext
13014 cat >>conftest.$ac_ext <<_ACEOF
13015 /* end confdefs.h. */
13017 /* Override any GCC internal prototype to avoid an error.
13018 Use char because int might match the return type of a GCC
13019 builtin and then its argument prototype would still apply. */
13020 #ifdef __cplusplus
13021 extern "C"
13022 #endif
13023 char waddch ();
13025 main ()
13027 return waddch ();
13029 return 0;
13031 _ACEOF
13032 rm -f conftest.$ac_objext conftest$ac_exeext
13033 if { (ac_try="$ac_link"
13034 case "(($ac_try" in
13035 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13036 *) ac_try_echo=$ac_try;;
13037 esac
13038 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13039 (eval "$ac_link") 2>conftest.er1
13040 ac_status=$?
13041 grep -v '^ *+' conftest.er1 >conftest.err
13042 rm -f conftest.er1
13043 cat conftest.err >&5
13044 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13045 (exit $ac_status); } && {
13046 test -z "$ac_c_werror_flag" ||
13047 test ! -s conftest.err
13048 } && test -s conftest$ac_exeext &&
13049 $as_test_x conftest$ac_exeext; then
13050 case "$LIBEXT" in
13051 dll) ;;
13052 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'` ;;
13053 *) ac_cv_lib_soname_ncurses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libncurses\\.$LIBEXT" | sed -e "s/^.*\(libncurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13054 esac
13055 else
13056 echo "$as_me: failed program was:" >&5
13057 sed 's/^/| /' conftest.$ac_ext >&5
13062 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13063 conftest$ac_exeext conftest.$ac_ext
13064 LIBS=$ac_check_soname_save_LIBS
13066 if test "x$ac_cv_lib_soname_ncurses" = "x"; then
13067 { echo "$as_me:$LINENO: result: not found" >&5
13068 echo "${ECHO_T}not found" >&6; }
13070 else
13071 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ncurses" >&5
13072 echo "${ECHO_T}$ac_cv_lib_soname_ncurses" >&6; }
13074 cat >>confdefs.h <<_ACEOF
13075 #define SONAME_LIBNCURSES "$ac_cv_lib_soname_ncurses"
13076 _ACEOF
13078 CURSESLIBS="-lncurses"
13081 elif test "$ac_cv_header_curses_h" = "yes"
13082 then
13083 { echo "$as_me:$LINENO: checking for -lcurses" >&5
13084 echo $ECHO_N "checking for -lcurses... $ECHO_C" >&6; }
13085 if test "${ac_cv_lib_soname_curses+set}" = set; then
13086 echo $ECHO_N "(cached) $ECHO_C" >&6
13087 else
13088 ac_check_soname_save_LIBS=$LIBS
13089 LIBS="-lcurses $LIBS"
13090 cat >conftest.$ac_ext <<_ACEOF
13091 /* confdefs.h. */
13092 _ACEOF
13093 cat confdefs.h >>conftest.$ac_ext
13094 cat >>conftest.$ac_ext <<_ACEOF
13095 /* end confdefs.h. */
13097 /* Override any GCC internal prototype to avoid an error.
13098 Use char because int might match the return type of a GCC
13099 builtin and then its argument prototype would still apply. */
13100 #ifdef __cplusplus
13101 extern "C"
13102 #endif
13103 char waddch ();
13105 main ()
13107 return waddch ();
13109 return 0;
13111 _ACEOF
13112 rm -f conftest.$ac_objext conftest$ac_exeext
13113 if { (ac_try="$ac_link"
13114 case "(($ac_try" in
13115 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13116 *) ac_try_echo=$ac_try;;
13117 esac
13118 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13119 (eval "$ac_link") 2>conftest.er1
13120 ac_status=$?
13121 grep -v '^ *+' conftest.er1 >conftest.err
13122 rm -f conftest.er1
13123 cat conftest.err >&5
13124 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13125 (exit $ac_status); } && {
13126 test -z "$ac_c_werror_flag" ||
13127 test ! -s conftest.err
13128 } && test -s conftest$ac_exeext &&
13129 $as_test_x conftest$ac_exeext; then
13130 case "$LIBEXT" in
13131 dll) ;;
13132 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'` ;;
13133 *) ac_cv_lib_soname_curses=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcurses\\.$LIBEXT" | sed -e "s/^.*\(libcurses\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13134 esac
13135 else
13136 echo "$as_me: failed program was:" >&5
13137 sed 's/^/| /' conftest.$ac_ext >&5
13142 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13143 conftest$ac_exeext conftest.$ac_ext
13144 LIBS=$ac_check_soname_save_LIBS
13146 if test "x$ac_cv_lib_soname_curses" = "x"; then
13147 { echo "$as_me:$LINENO: result: not found" >&5
13148 echo "${ECHO_T}not found" >&6; }
13150 else
13151 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_curses" >&5
13152 echo "${ECHO_T}$ac_cv_lib_soname_curses" >&6; }
13154 cat >>confdefs.h <<_ACEOF
13155 #define SONAME_LIBCURSES "$ac_cv_lib_soname_curses"
13156 _ACEOF
13158 CURSESLIBS="-lcurses"
13162 ac_save_LIBS="$LIBS"
13163 LIBS="$LIBS $CURSESLIBS"
13165 for ac_func in mousemask
13167 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
13168 { echo "$as_me:$LINENO: checking for $ac_func" >&5
13169 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
13170 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
13171 echo $ECHO_N "(cached) $ECHO_C" >&6
13172 else
13173 cat >conftest.$ac_ext <<_ACEOF
13174 /* confdefs.h. */
13175 _ACEOF
13176 cat confdefs.h >>conftest.$ac_ext
13177 cat >>conftest.$ac_ext <<_ACEOF
13178 /* end confdefs.h. */
13179 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
13180 For example, HP-UX 11i <limits.h> declares gettimeofday. */
13181 #define $ac_func innocuous_$ac_func
13183 /* System header to define __stub macros and hopefully few prototypes,
13184 which can conflict with char $ac_func (); below.
13185 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
13186 <limits.h> exists even on freestanding compilers. */
13188 #ifdef __STDC__
13189 # include <limits.h>
13190 #else
13191 # include <assert.h>
13192 #endif
13194 #undef $ac_func
13196 /* Override any GCC internal prototype to avoid an error.
13197 Use char because int might match the return type of a GCC
13198 builtin and then its argument prototype would still apply. */
13199 #ifdef __cplusplus
13200 extern "C"
13201 #endif
13202 char $ac_func ();
13203 /* The GNU C library defines this for functions which it implements
13204 to always fail with ENOSYS. Some functions are actually named
13205 something starting with __ and the normal name is an alias. */
13206 #if defined __stub_$ac_func || defined __stub___$ac_func
13207 choke me
13208 #endif
13211 main ()
13213 return $ac_func ();
13215 return 0;
13217 _ACEOF
13218 rm -f conftest.$ac_objext conftest$ac_exeext
13219 if { (ac_try="$ac_link"
13220 case "(($ac_try" in
13221 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13222 *) ac_try_echo=$ac_try;;
13223 esac
13224 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13225 (eval "$ac_link") 2>conftest.er1
13226 ac_status=$?
13227 grep -v '^ *+' conftest.er1 >conftest.err
13228 rm -f conftest.er1
13229 cat conftest.err >&5
13230 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13231 (exit $ac_status); } && {
13232 test -z "$ac_c_werror_flag" ||
13233 test ! -s conftest.err
13234 } && test -s conftest$ac_exeext &&
13235 $as_test_x conftest$ac_exeext; then
13236 eval "$as_ac_var=yes"
13237 else
13238 echo "$as_me: failed program was:" >&5
13239 sed 's/^/| /' conftest.$ac_ext >&5
13241 eval "$as_ac_var=no"
13244 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13245 conftest$ac_exeext conftest.$ac_ext
13247 ac_res=`eval echo '${'$as_ac_var'}'`
13248 { echo "$as_me:$LINENO: result: $ac_res" >&5
13249 echo "${ECHO_T}$ac_res" >&6; }
13250 if test `eval echo '${'$as_ac_var'}'` = yes; then
13251 cat >>confdefs.h <<_ACEOF
13252 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
13253 _ACEOF
13256 done
13258 LIBS="$ac_save_LIBS"
13259 if test "x$ac_cv_lib_soname_curses$ac_cv_lib_soname_ncurses" = "x"; then
13260 case "x$with_curses" in
13261 x) wine_notices="$wine_notices|lib(n)curses development files not found, curses won't be supported." ;;
13262 xno) ;;
13263 *) { { echo "$as_me:$LINENO: error: lib(n)curses development files not found, curses won't be supported.
13264 This is an error since --with-curses was requested." >&5
13265 echo "$as_me: error: lib(n)curses development files not found, curses won't be supported.
13266 This is an error since --with-curses was requested." >&2;}
13267 { (exit 1); exit 1; }; } ;;
13268 esac
13272 # Extract the first word of "sane-config", so it can be a program name with args.
13273 set dummy sane-config; ac_word=$2
13274 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13275 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13276 if test "${ac_cv_prog_sane_devel+set}" = set; then
13277 echo $ECHO_N "(cached) $ECHO_C" >&6
13278 else
13279 if test -n "$sane_devel"; then
13280 ac_cv_prog_sane_devel="$sane_devel" # Let the user override the test.
13281 else
13282 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13283 for as_dir in $PATH
13285 IFS=$as_save_IFS
13286 test -z "$as_dir" && as_dir=.
13287 for ac_exec_ext in '' $ac_executable_extensions; do
13288 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13289 ac_cv_prog_sane_devel="sane-config"
13290 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13291 break 2
13293 done
13294 done
13295 IFS=$as_save_IFS
13297 test -z "$ac_cv_prog_sane_devel" && ac_cv_prog_sane_devel="no"
13300 sane_devel=$ac_cv_prog_sane_devel
13301 if test -n "$sane_devel"; then
13302 { echo "$as_me:$LINENO: result: $sane_devel" >&5
13303 echo "${ECHO_T}$sane_devel" >&6; }
13304 else
13305 { echo "$as_me:$LINENO: result: no" >&5
13306 echo "${ECHO_T}no" >&6; }
13310 if test "$sane_devel" != "no" -a "x$with_sane" != "xno"
13311 then
13312 ac_sane_incl="`$sane_devel --cflags`"
13313 ac_sane_libs="`$sane_devel --ldflags`"
13314 ac_save_CPPFLAGS="$CPPFLAGS"
13315 CPPFLAGS="$CPPFLAGS $ac_sane_incl"
13316 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13317 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13318 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13319 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13320 echo $ECHO_N "(cached) $ECHO_C" >&6
13322 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13323 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13324 else
13325 # Is the header compilable?
13326 { echo "$as_me:$LINENO: checking sane/sane.h usability" >&5
13327 echo $ECHO_N "checking sane/sane.h usability... $ECHO_C" >&6; }
13328 cat >conftest.$ac_ext <<_ACEOF
13329 /* confdefs.h. */
13330 _ACEOF
13331 cat confdefs.h >>conftest.$ac_ext
13332 cat >>conftest.$ac_ext <<_ACEOF
13333 /* end confdefs.h. */
13334 $ac_includes_default
13335 #include <sane/sane.h>
13336 _ACEOF
13337 rm -f conftest.$ac_objext
13338 if { (ac_try="$ac_compile"
13339 case "(($ac_try" in
13340 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13341 *) ac_try_echo=$ac_try;;
13342 esac
13343 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13344 (eval "$ac_compile") 2>conftest.er1
13345 ac_status=$?
13346 grep -v '^ *+' conftest.er1 >conftest.err
13347 rm -f conftest.er1
13348 cat conftest.err >&5
13349 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13350 (exit $ac_status); } && {
13351 test -z "$ac_c_werror_flag" ||
13352 test ! -s conftest.err
13353 } && test -s conftest.$ac_objext; then
13354 ac_header_compiler=yes
13355 else
13356 echo "$as_me: failed program was:" >&5
13357 sed 's/^/| /' conftest.$ac_ext >&5
13359 ac_header_compiler=no
13362 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13363 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13364 echo "${ECHO_T}$ac_header_compiler" >&6; }
13366 # Is the header present?
13367 { echo "$as_me:$LINENO: checking sane/sane.h presence" >&5
13368 echo $ECHO_N "checking sane/sane.h presence... $ECHO_C" >&6; }
13369 cat >conftest.$ac_ext <<_ACEOF
13370 /* confdefs.h. */
13371 _ACEOF
13372 cat confdefs.h >>conftest.$ac_ext
13373 cat >>conftest.$ac_ext <<_ACEOF
13374 /* end confdefs.h. */
13375 #include <sane/sane.h>
13376 _ACEOF
13377 if { (ac_try="$ac_cpp conftest.$ac_ext"
13378 case "(($ac_try" in
13379 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13380 *) ac_try_echo=$ac_try;;
13381 esac
13382 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13383 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13384 ac_status=$?
13385 grep -v '^ *+' conftest.er1 >conftest.err
13386 rm -f conftest.er1
13387 cat conftest.err >&5
13388 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13389 (exit $ac_status); } >/dev/null && {
13390 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13391 test ! -s conftest.err
13392 }; then
13393 ac_header_preproc=yes
13394 else
13395 echo "$as_me: failed program was:" >&5
13396 sed 's/^/| /' conftest.$ac_ext >&5
13398 ac_header_preproc=no
13401 rm -f conftest.err conftest.$ac_ext
13402 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13403 echo "${ECHO_T}$ac_header_preproc" >&6; }
13405 # So? What about this header?
13406 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13407 yes:no: )
13408 { echo "$as_me:$LINENO: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&5
13409 echo "$as_me: WARNING: sane/sane.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13410 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the compiler's result" >&5
13411 echo "$as_me: WARNING: sane/sane.h: proceeding with the compiler's result" >&2;}
13412 ac_header_preproc=yes
13414 no:yes:* )
13415 { echo "$as_me:$LINENO: WARNING: sane/sane.h: present but cannot be compiled" >&5
13416 echo "$as_me: WARNING: sane/sane.h: present but cannot be compiled" >&2;}
13417 { echo "$as_me:$LINENO: WARNING: sane/sane.h: check for missing prerequisite headers?" >&5
13418 echo "$as_me: WARNING: sane/sane.h: check for missing prerequisite headers?" >&2;}
13419 { echo "$as_me:$LINENO: WARNING: sane/sane.h: see the Autoconf documentation" >&5
13420 echo "$as_me: WARNING: sane/sane.h: see the Autoconf documentation" >&2;}
13421 { echo "$as_me:$LINENO: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&5
13422 echo "$as_me: WARNING: sane/sane.h: section \"Present But Cannot Be Compiled\"" >&2;}
13423 { echo "$as_me:$LINENO: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&5
13424 echo "$as_me: WARNING: sane/sane.h: proceeding with the preprocessor's result" >&2;}
13425 { echo "$as_me:$LINENO: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&5
13426 echo "$as_me: WARNING: sane/sane.h: in the future, the compiler will take precedence" >&2;}
13427 ( cat <<\_ASBOX
13428 ## ------------------------------------ ##
13429 ## Report this to wine-devel@winehq.org ##
13430 ## ------------------------------------ ##
13431 _ASBOX
13432 ) | sed "s/^/$as_me: WARNING: /" >&2
13434 esac
13435 { echo "$as_me:$LINENO: checking for sane/sane.h" >&5
13436 echo $ECHO_N "checking for sane/sane.h... $ECHO_C" >&6; }
13437 if test "${ac_cv_header_sane_sane_h+set}" = set; then
13438 echo $ECHO_N "(cached) $ECHO_C" >&6
13439 else
13440 ac_cv_header_sane_sane_h=$ac_header_preproc
13442 { echo "$as_me:$LINENO: result: $ac_cv_header_sane_sane_h" >&5
13443 echo "${ECHO_T}$ac_cv_header_sane_sane_h" >&6; }
13446 if test $ac_cv_header_sane_sane_h = yes; then
13447 { echo "$as_me:$LINENO: checking for -lsane" >&5
13448 echo $ECHO_N "checking for -lsane... $ECHO_C" >&6; }
13449 if test "${ac_cv_lib_soname_sane+set}" = set; then
13450 echo $ECHO_N "(cached) $ECHO_C" >&6
13451 else
13452 ac_check_soname_save_LIBS=$LIBS
13453 LIBS="-lsane $ac_sane_libs $LIBS"
13454 cat >conftest.$ac_ext <<_ACEOF
13455 /* confdefs.h. */
13456 _ACEOF
13457 cat confdefs.h >>conftest.$ac_ext
13458 cat >>conftest.$ac_ext <<_ACEOF
13459 /* end confdefs.h. */
13461 /* Override any GCC internal prototype to avoid an error.
13462 Use char because int might match the return type of a GCC
13463 builtin and then its argument prototype would still apply. */
13464 #ifdef __cplusplus
13465 extern "C"
13466 #endif
13467 char sane_init ();
13469 main ()
13471 return sane_init ();
13473 return 0;
13475 _ACEOF
13476 rm -f conftest.$ac_objext conftest$ac_exeext
13477 if { (ac_try="$ac_link"
13478 case "(($ac_try" in
13479 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13480 *) ac_try_echo=$ac_try;;
13481 esac
13482 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13483 (eval "$ac_link") 2>conftest.er1
13484 ac_status=$?
13485 grep -v '^ *+' conftest.er1 >conftest.err
13486 rm -f conftest.er1
13487 cat conftest.err >&5
13488 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13489 (exit $ac_status); } && {
13490 test -z "$ac_c_werror_flag" ||
13491 test ! -s conftest.err
13492 } && test -s conftest$ac_exeext &&
13493 $as_test_x conftest$ac_exeext; then
13494 case "$LIBEXT" in
13495 dll) ;;
13496 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'` ;;
13497 *) ac_cv_lib_soname_sane=`$ac_cv_path_LDD conftest$ac_exeext | grep "libsane\\.$LIBEXT" | sed -e "s/^.*\(libsane\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
13498 esac
13499 else
13500 echo "$as_me: failed program was:" >&5
13501 sed 's/^/| /' conftest.$ac_ext >&5
13506 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13507 conftest$ac_exeext conftest.$ac_ext
13508 LIBS=$ac_check_soname_save_LIBS
13510 if test "x$ac_cv_lib_soname_sane" = "x"; then
13511 { echo "$as_me:$LINENO: result: not found" >&5
13512 echo "${ECHO_T}not found" >&6; }
13514 else
13515 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_sane" >&5
13516 echo "${ECHO_T}$ac_cv_lib_soname_sane" >&6; }
13518 cat >>confdefs.h <<_ACEOF
13519 #define SONAME_LIBSANE "$ac_cv_lib_soname_sane"
13520 _ACEOF
13522 SANEINCL="$ac_sane_incl"
13529 CPPFLAGS="$ac_save_CPPFLAGS"
13531 if test "x$ac_cv_lib_soname_sane" = "x"; then
13532 case "x$with_sane" in
13533 x) wine_notices="$wine_notices|libsane development files not found, scanners won't be supported." ;;
13534 xno) ;;
13535 *) { { echo "$as_me:$LINENO: error: libsane development files not found, scanners won't be supported.
13536 This is an error since --with-sane was requested." >&5
13537 echo "$as_me: error: libsane development files not found, scanners won't be supported.
13538 This is an error since --with-sane was requested." >&2;}
13539 { (exit 1); exit 1; }; } ;;
13540 esac
13544 # Extract the first word of "gphoto2-config", so it can be a program name with args.
13545 set dummy gphoto2-config; ac_word=$2
13546 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13547 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13548 if test "${ac_cv_prog_gphoto2_devel+set}" = set; then
13549 echo $ECHO_N "(cached) $ECHO_C" >&6
13550 else
13551 if test -n "$gphoto2_devel"; then
13552 ac_cv_prog_gphoto2_devel="$gphoto2_devel" # Let the user override the test.
13553 else
13554 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13555 for as_dir in $PATH
13557 IFS=$as_save_IFS
13558 test -z "$as_dir" && as_dir=.
13559 for ac_exec_ext in '' $ac_executable_extensions; do
13560 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13561 ac_cv_prog_gphoto2_devel="gphoto2-config"
13562 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13563 break 2
13565 done
13566 done
13567 IFS=$as_save_IFS
13569 test -z "$ac_cv_prog_gphoto2_devel" && ac_cv_prog_gphoto2_devel="no"
13572 gphoto2_devel=$ac_cv_prog_gphoto2_devel
13573 if test -n "$gphoto2_devel"; then
13574 { echo "$as_me:$LINENO: result: $gphoto2_devel" >&5
13575 echo "${ECHO_T}$gphoto2_devel" >&6; }
13576 else
13577 { echo "$as_me:$LINENO: result: no" >&5
13578 echo "${ECHO_T}no" >&6; }
13582 # Extract the first word of "gphoto2-port-config", so it can be a program name with args.
13583 set dummy gphoto2-port-config; ac_word=$2
13584 { echo "$as_me:$LINENO: checking for $ac_word" >&5
13585 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
13586 if test "${ac_cv_prog_gphoto2port_devel+set}" = set; then
13587 echo $ECHO_N "(cached) $ECHO_C" >&6
13588 else
13589 if test -n "$gphoto2port_devel"; then
13590 ac_cv_prog_gphoto2port_devel="$gphoto2port_devel" # Let the user override the test.
13591 else
13592 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
13593 for as_dir in $PATH
13595 IFS=$as_save_IFS
13596 test -z "$as_dir" && as_dir=.
13597 for ac_exec_ext in '' $ac_executable_extensions; do
13598 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
13599 ac_cv_prog_gphoto2port_devel="gphoto2-port-config"
13600 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
13601 break 2
13603 done
13604 done
13605 IFS=$as_save_IFS
13607 test -z "$ac_cv_prog_gphoto2port_devel" && ac_cv_prog_gphoto2port_devel="no"
13610 gphoto2port_devel=$ac_cv_prog_gphoto2port_devel
13611 if test -n "$gphoto2port_devel"; then
13612 { echo "$as_me:$LINENO: result: $gphoto2port_devel" >&5
13613 echo "${ECHO_T}$gphoto2port_devel" >&6; }
13614 else
13615 { echo "$as_me:$LINENO: result: no" >&5
13616 echo "${ECHO_T}no" >&6; }
13620 if test "$gphoto2_devel" != "no" -a "$gphoto2port_devel" != "no" -a "x$with_gphoto" != "xno"
13621 then
13622 ac_gphoto2_incl="`$gphoto2_devel --cflags` `$gphoto2port_devel --cflags`"
13623 ac_gphoto2_libs=""
13624 for i in `$gphoto2_devel --libs` `$gphoto2port_devel --libs`
13626 case "$i" in
13627 -L/usr/lib|-L/usr/lib64) ;;
13628 -L*|-l*) ac_gphoto2_libs="$ac_gphoto2_libs $i";;
13629 esac
13630 done
13631 ac_save_CPPFLAGS="$CPPFLAGS"
13632 CPPFLAGS="$CPPFLAGS $ac_gphoto2_incl"
13633 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13634 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13635 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13636 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13637 echo $ECHO_N "(cached) $ECHO_C" >&6
13639 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13640 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13641 else
13642 # Is the header compilable?
13643 { echo "$as_me:$LINENO: checking gphoto2-camera.h usability" >&5
13644 echo $ECHO_N "checking gphoto2-camera.h usability... $ECHO_C" >&6; }
13645 cat >conftest.$ac_ext <<_ACEOF
13646 /* confdefs.h. */
13647 _ACEOF
13648 cat confdefs.h >>conftest.$ac_ext
13649 cat >>conftest.$ac_ext <<_ACEOF
13650 /* end confdefs.h. */
13651 $ac_includes_default
13652 #include <gphoto2-camera.h>
13653 _ACEOF
13654 rm -f conftest.$ac_objext
13655 if { (ac_try="$ac_compile"
13656 case "(($ac_try" in
13657 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13658 *) ac_try_echo=$ac_try;;
13659 esac
13660 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13661 (eval "$ac_compile") 2>conftest.er1
13662 ac_status=$?
13663 grep -v '^ *+' conftest.er1 >conftest.err
13664 rm -f conftest.er1
13665 cat conftest.err >&5
13666 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13667 (exit $ac_status); } && {
13668 test -z "$ac_c_werror_flag" ||
13669 test ! -s conftest.err
13670 } && test -s conftest.$ac_objext; then
13671 ac_header_compiler=yes
13672 else
13673 echo "$as_me: failed program was:" >&5
13674 sed 's/^/| /' conftest.$ac_ext >&5
13676 ac_header_compiler=no
13679 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
13680 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
13681 echo "${ECHO_T}$ac_header_compiler" >&6; }
13683 # Is the header present?
13684 { echo "$as_me:$LINENO: checking gphoto2-camera.h presence" >&5
13685 echo $ECHO_N "checking gphoto2-camera.h presence... $ECHO_C" >&6; }
13686 cat >conftest.$ac_ext <<_ACEOF
13687 /* confdefs.h. */
13688 _ACEOF
13689 cat confdefs.h >>conftest.$ac_ext
13690 cat >>conftest.$ac_ext <<_ACEOF
13691 /* end confdefs.h. */
13692 #include <gphoto2-camera.h>
13693 _ACEOF
13694 if { (ac_try="$ac_cpp conftest.$ac_ext"
13695 case "(($ac_try" in
13696 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13697 *) ac_try_echo=$ac_try;;
13698 esac
13699 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13700 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
13701 ac_status=$?
13702 grep -v '^ *+' conftest.er1 >conftest.err
13703 rm -f conftest.er1
13704 cat conftest.err >&5
13705 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13706 (exit $ac_status); } >/dev/null && {
13707 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
13708 test ! -s conftest.err
13709 }; then
13710 ac_header_preproc=yes
13711 else
13712 echo "$as_me: failed program was:" >&5
13713 sed 's/^/| /' conftest.$ac_ext >&5
13715 ac_header_preproc=no
13718 rm -f conftest.err conftest.$ac_ext
13719 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
13720 echo "${ECHO_T}$ac_header_preproc" >&6; }
13722 # So? What about this header?
13723 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
13724 yes:no: )
13725 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&5
13726 echo "$as_me: WARNING: gphoto2-camera.h: accepted by the compiler, rejected by the preprocessor!" >&2;}
13727 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&5
13728 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the compiler's result" >&2;}
13729 ac_header_preproc=yes
13731 no:yes:* )
13732 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: present but cannot be compiled" >&5
13733 echo "$as_me: WARNING: gphoto2-camera.h: present but cannot be compiled" >&2;}
13734 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&5
13735 echo "$as_me: WARNING: gphoto2-camera.h: check for missing prerequisite headers?" >&2;}
13736 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&5
13737 echo "$as_me: WARNING: gphoto2-camera.h: see the Autoconf documentation" >&2;}
13738 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&5
13739 echo "$as_me: WARNING: gphoto2-camera.h: section \"Present But Cannot Be Compiled\"" >&2;}
13740 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&5
13741 echo "$as_me: WARNING: gphoto2-camera.h: proceeding with the preprocessor's result" >&2;}
13742 { echo "$as_me:$LINENO: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&5
13743 echo "$as_me: WARNING: gphoto2-camera.h: in the future, the compiler will take precedence" >&2;}
13744 ( cat <<\_ASBOX
13745 ## ------------------------------------ ##
13746 ## Report this to wine-devel@winehq.org ##
13747 ## ------------------------------------ ##
13748 _ASBOX
13749 ) | sed "s/^/$as_me: WARNING: /" >&2
13751 esac
13752 { echo "$as_me:$LINENO: checking for gphoto2-camera.h" >&5
13753 echo $ECHO_N "checking for gphoto2-camera.h... $ECHO_C" >&6; }
13754 if test "${ac_cv_header_gphoto2_camera_h+set}" = set; then
13755 echo $ECHO_N "(cached) $ECHO_C" >&6
13756 else
13757 ac_cv_header_gphoto2_camera_h=$ac_header_preproc
13759 { echo "$as_me:$LINENO: result: $ac_cv_header_gphoto2_camera_h" >&5
13760 echo "${ECHO_T}$ac_cv_header_gphoto2_camera_h" >&6; }
13763 if test $ac_cv_header_gphoto2_camera_h = yes; then
13764 { echo "$as_me:$LINENO: checking for gp_camera_new in -lgphoto2" >&5
13765 echo $ECHO_N "checking for gp_camera_new in -lgphoto2... $ECHO_C" >&6; }
13766 if test "${ac_cv_lib_gphoto2_gp_camera_new+set}" = set; then
13767 echo $ECHO_N "(cached) $ECHO_C" >&6
13768 else
13769 ac_check_lib_save_LIBS=$LIBS
13770 LIBS="-lgphoto2 $ac_gphoto2_libs $LIBS"
13771 cat >conftest.$ac_ext <<_ACEOF
13772 /* confdefs.h. */
13773 _ACEOF
13774 cat confdefs.h >>conftest.$ac_ext
13775 cat >>conftest.$ac_ext <<_ACEOF
13776 /* end confdefs.h. */
13778 /* Override any GCC internal prototype to avoid an error.
13779 Use char because int might match the return type of a GCC
13780 builtin and then its argument prototype would still apply. */
13781 #ifdef __cplusplus
13782 extern "C"
13783 #endif
13784 char gp_camera_new ();
13786 main ()
13788 return gp_camera_new ();
13790 return 0;
13792 _ACEOF
13793 rm -f conftest.$ac_objext conftest$ac_exeext
13794 if { (ac_try="$ac_link"
13795 case "(($ac_try" in
13796 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13797 *) ac_try_echo=$ac_try;;
13798 esac
13799 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13800 (eval "$ac_link") 2>conftest.er1
13801 ac_status=$?
13802 grep -v '^ *+' conftest.er1 >conftest.err
13803 rm -f conftest.er1
13804 cat conftest.err >&5
13805 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13806 (exit $ac_status); } && {
13807 test -z "$ac_c_werror_flag" ||
13808 test ! -s conftest.err
13809 } && test -s conftest$ac_exeext &&
13810 $as_test_x conftest$ac_exeext; then
13811 ac_cv_lib_gphoto2_gp_camera_new=yes
13812 else
13813 echo "$as_me: failed program was:" >&5
13814 sed 's/^/| /' conftest.$ac_ext >&5
13816 ac_cv_lib_gphoto2_gp_camera_new=no
13819 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13820 conftest$ac_exeext conftest.$ac_ext
13821 LIBS=$ac_check_lib_save_LIBS
13823 { echo "$as_me:$LINENO: result: $ac_cv_lib_gphoto2_gp_camera_new" >&5
13824 echo "${ECHO_T}$ac_cv_lib_gphoto2_gp_camera_new" >&6; }
13825 if test $ac_cv_lib_gphoto2_gp_camera_new = yes; then
13827 cat >>confdefs.h <<\_ACEOF
13828 #define HAVE_GPHOTO2 1
13829 _ACEOF
13831 GPHOTO2LIBS="$ac_gphoto2_libs"
13833 GPHOTO2INCL="$ac_gphoto2_incl"
13840 CPPFLAGS="$ac_save_CPPFLAGS"
13842 if test "$ac_cv_lib_gphoto2_gp_camera_new" != "yes"; then
13843 case "x$with_gphoto" in
13844 x) wine_notices="$wine_notices|libgphoto2 development files not found, digital cameras won't be supported." ;;
13845 xno) ;;
13846 *) { { echo "$as_me:$LINENO: error: libgphoto2 development files not found, digital cameras won't be supported.
13847 This is an error since --with-gphoto was requested." >&5
13848 echo "$as_me: error: libgphoto2 development files not found, digital cameras won't be supported.
13849 This is an error since --with-gphoto was requested." >&2;}
13850 { (exit 1); exit 1; }; } ;;
13851 esac
13856 RESOLVLIBS=""
13858 if test "$ac_cv_header_resolv_h" = "yes"
13859 then
13860 { echo "$as_me:$LINENO: checking for res_query in -lresolv" >&5
13861 echo $ECHO_N "checking for res_query in -lresolv... $ECHO_C" >&6; }
13862 if test "${ac_cv_lib_resolv_res_query+set}" = set; then
13863 echo $ECHO_N "(cached) $ECHO_C" >&6
13864 else
13865 ac_check_lib_save_LIBS=$LIBS
13866 LIBS="-lresolv $LIBS"
13867 cat >conftest.$ac_ext <<_ACEOF
13868 /* confdefs.h. */
13869 _ACEOF
13870 cat confdefs.h >>conftest.$ac_ext
13871 cat >>conftest.$ac_ext <<_ACEOF
13872 /* end confdefs.h. */
13874 /* Override any GCC internal prototype to avoid an error.
13875 Use char because int might match the return type of a GCC
13876 builtin and then its argument prototype would still apply. */
13877 #ifdef __cplusplus
13878 extern "C"
13879 #endif
13880 char res_query ();
13882 main ()
13884 return res_query ();
13886 return 0;
13888 _ACEOF
13889 rm -f conftest.$ac_objext conftest$ac_exeext
13890 if { (ac_try="$ac_link"
13891 case "(($ac_try" in
13892 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13893 *) ac_try_echo=$ac_try;;
13894 esac
13895 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13896 (eval "$ac_link") 2>conftest.er1
13897 ac_status=$?
13898 grep -v '^ *+' conftest.er1 >conftest.err
13899 rm -f conftest.er1
13900 cat conftest.err >&5
13901 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13902 (exit $ac_status); } && {
13903 test -z "$ac_c_werror_flag" ||
13904 test ! -s conftest.err
13905 } && test -s conftest$ac_exeext &&
13906 $as_test_x conftest$ac_exeext; then
13907 ac_cv_lib_resolv_res_query=yes
13908 else
13909 echo "$as_me: failed program was:" >&5
13910 sed 's/^/| /' conftest.$ac_ext >&5
13912 ac_cv_lib_resolv_res_query=no
13915 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13916 conftest$ac_exeext conftest.$ac_ext
13917 LIBS=$ac_check_lib_save_LIBS
13919 { echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_query" >&5
13920 echo "${ECHO_T}$ac_cv_lib_resolv_res_query" >&6; }
13921 if test $ac_cv_lib_resolv_res_query = yes; then
13923 cat >>confdefs.h <<\_ACEOF
13924 #define HAVE_RESOLV 1
13925 _ACEOF
13927 RESOLVLIBS="-lresolv"
13932 LCMSLIBS=""
13934 if test "$ac_cv_header_lcms_h" = "yes" -o "$ac_cv_header_lcms_lcms_h" = "yes"
13935 then
13936 { echo "$as_me:$LINENO: checking for cmsOpenProfileFromFile in -llcms" >&5
13937 echo $ECHO_N "checking for cmsOpenProfileFromFile in -llcms... $ECHO_C" >&6; }
13938 if test "${ac_cv_lib_lcms_cmsOpenProfileFromFile+set}" = set; then
13939 echo $ECHO_N "(cached) $ECHO_C" >&6
13940 else
13941 ac_check_lib_save_LIBS=$LIBS
13942 LIBS="-llcms $LIBS"
13943 cat >conftest.$ac_ext <<_ACEOF
13944 /* confdefs.h. */
13945 _ACEOF
13946 cat confdefs.h >>conftest.$ac_ext
13947 cat >>conftest.$ac_ext <<_ACEOF
13948 /* end confdefs.h. */
13950 /* Override any GCC internal prototype to avoid an error.
13951 Use char because int might match the return type of a GCC
13952 builtin and then its argument prototype would still apply. */
13953 #ifdef __cplusplus
13954 extern "C"
13955 #endif
13956 char cmsOpenProfileFromFile ();
13958 main ()
13960 return cmsOpenProfileFromFile ();
13962 return 0;
13964 _ACEOF
13965 rm -f conftest.$ac_objext conftest$ac_exeext
13966 if { (ac_try="$ac_link"
13967 case "(($ac_try" in
13968 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
13969 *) ac_try_echo=$ac_try;;
13970 esac
13971 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
13972 (eval "$ac_link") 2>conftest.er1
13973 ac_status=$?
13974 grep -v '^ *+' conftest.er1 >conftest.err
13975 rm -f conftest.er1
13976 cat conftest.err >&5
13977 echo "$as_me:$LINENO: \$? = $ac_status" >&5
13978 (exit $ac_status); } && {
13979 test -z "$ac_c_werror_flag" ||
13980 test ! -s conftest.err
13981 } && test -s conftest$ac_exeext &&
13982 $as_test_x conftest$ac_exeext; then
13983 ac_cv_lib_lcms_cmsOpenProfileFromFile=yes
13984 else
13985 echo "$as_me: failed program was:" >&5
13986 sed 's/^/| /' conftest.$ac_ext >&5
13988 ac_cv_lib_lcms_cmsOpenProfileFromFile=no
13991 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
13992 conftest$ac_exeext conftest.$ac_ext
13993 LIBS=$ac_check_lib_save_LIBS
13995 { echo "$as_me:$LINENO: result: $ac_cv_lib_lcms_cmsOpenProfileFromFile" >&5
13996 echo "${ECHO_T}$ac_cv_lib_lcms_cmsOpenProfileFromFile" >&6; }
13997 if test $ac_cv_lib_lcms_cmsOpenProfileFromFile = yes; then
13999 cat >>confdefs.h <<\_ACEOF
14000 #define HAVE_LCMS 1
14001 _ACEOF
14003 LCMSLIBS="-llcms"
14007 if test "$ac_cv_lib_lcms_cmsOpenProfileFromFile" != "yes"; then
14008 case "x$with_cms" in
14009 x) wine_notices="$wine_notices|liblcms development files not found, Color Management won't be supported." ;;
14010 xno) ;;
14011 *) { { echo "$as_me:$LINENO: error: liblcms development files not found, Color Management won't be supported.
14012 This is an error since --with-cms was requested." >&5
14013 echo "$as_me: error: liblcms development files not found, Color Management won't be supported.
14014 This is an error since --with-cms was requested." >&2;}
14015 { (exit 1); exit 1; }; } ;;
14016 esac
14020 for ac_prog in freetype-config freetype2-config
14022 # Extract the first word of "$ac_prog", so it can be a program name with args.
14023 set dummy $ac_prog; ac_word=$2
14024 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14025 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14026 if test "${ac_cv_prog_ft_devel+set}" = set; then
14027 echo $ECHO_N "(cached) $ECHO_C" >&6
14028 else
14029 if test -n "$ft_devel"; then
14030 ac_cv_prog_ft_devel="$ft_devel" # Let the user override the test.
14031 else
14032 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14033 for as_dir in $PATH
14035 IFS=$as_save_IFS
14036 test -z "$as_dir" && as_dir=.
14037 for ac_exec_ext in '' $ac_executable_extensions; do
14038 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14039 ac_cv_prog_ft_devel="$ac_prog"
14040 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14041 break 2
14043 done
14044 done
14045 IFS=$as_save_IFS
14049 ft_devel=$ac_cv_prog_ft_devel
14050 if test -n "$ft_devel"; then
14051 { echo "$as_me:$LINENO: result: $ft_devel" >&5
14052 echo "${ECHO_T}$ft_devel" >&6; }
14053 else
14054 { echo "$as_me:$LINENO: result: no" >&5
14055 echo "${ECHO_T}no" >&6; }
14059 test -n "$ft_devel" && break
14060 done
14061 test -n "$ft_devel" || ft_devel="false"
14063 if test "$ft_devel" != "false" -a "x$with_freetype" != "xno"
14064 then
14065 ac_freetype_libs=`$ft_devel --libs`
14066 ac_freetype_incl=`$ft_devel --cflags`
14067 { echo "$as_me:$LINENO: checking for -lfreetype" >&5
14068 echo $ECHO_N "checking for -lfreetype... $ECHO_C" >&6; }
14069 if test "${ac_cv_lib_soname_freetype+set}" = set; then
14070 echo $ECHO_N "(cached) $ECHO_C" >&6
14071 else
14072 ac_check_soname_save_LIBS=$LIBS
14073 LIBS="-lfreetype $ac_freetype_libs $LIBS"
14074 cat >conftest.$ac_ext <<_ACEOF
14075 /* confdefs.h. */
14076 _ACEOF
14077 cat confdefs.h >>conftest.$ac_ext
14078 cat >>conftest.$ac_ext <<_ACEOF
14079 /* end confdefs.h. */
14081 /* Override any GCC internal prototype to avoid an error.
14082 Use char because int might match the return type of a GCC
14083 builtin and then its argument prototype would still apply. */
14084 #ifdef __cplusplus
14085 extern "C"
14086 #endif
14087 char FT_Init_FreeType ();
14089 main ()
14091 return FT_Init_FreeType ();
14093 return 0;
14095 _ACEOF
14096 rm -f conftest.$ac_objext conftest$ac_exeext
14097 if { (ac_try="$ac_link"
14098 case "(($ac_try" in
14099 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14100 *) ac_try_echo=$ac_try;;
14101 esac
14102 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14103 (eval "$ac_link") 2>conftest.er1
14104 ac_status=$?
14105 grep -v '^ *+' conftest.er1 >conftest.err
14106 rm -f conftest.er1
14107 cat conftest.err >&5
14108 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14109 (exit $ac_status); } && {
14110 test -z "$ac_c_werror_flag" ||
14111 test ! -s conftest.err
14112 } && test -s conftest$ac_exeext &&
14113 $as_test_x conftest$ac_exeext; then
14114 case "$LIBEXT" in
14115 dll) ;;
14116 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'` ;;
14117 *) ac_cv_lib_soname_freetype=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfreetype\\.$LIBEXT" | sed -e "s/^.*\(libfreetype\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
14118 esac
14119 else
14120 echo "$as_me: failed program was:" >&5
14121 sed 's/^/| /' conftest.$ac_ext >&5
14126 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14127 conftest$ac_exeext conftest.$ac_ext
14128 LIBS=$ac_check_soname_save_LIBS
14130 if test "x$ac_cv_lib_soname_freetype" = "x"; then
14131 { echo "$as_me:$LINENO: result: not found" >&5
14132 echo "${ECHO_T}not found" >&6; }
14133 ft_lib=no
14134 else
14135 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_freetype" >&5
14136 echo "${ECHO_T}$ac_cv_lib_soname_freetype" >&6; }
14138 cat >>confdefs.h <<_ACEOF
14139 #define SONAME_LIBFREETYPE "$ac_cv_lib_soname_freetype"
14140 _ACEOF
14142 ft_lib=yes
14145 if test "$ft_lib" = "yes"
14146 then
14147 ac_save_CPPFLAGS="$CPPFLAGS"
14148 CPPFLAGS="$ac_freetype_incl $CPPFLAGS"
14161 for ac_header in ft2build.h \
14162 freetype/freetype.h \
14163 freetype/ftglyph.h \
14164 freetype/fttypes.h \
14165 freetype/tttables.h \
14166 freetype/ftnames.h \
14167 freetype/ftsnames.h \
14168 freetype/ttnameid.h \
14169 freetype/ftoutln.h \
14170 freetype/ftwinfnt.h \
14171 freetype/ftmodapi.h \
14172 freetype/internal/sfnt.h
14174 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
14175 { echo "$as_me:$LINENO: checking for $ac_header" >&5
14176 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
14177 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
14178 echo $ECHO_N "(cached) $ECHO_C" >&6
14179 else
14180 cat >conftest.$ac_ext <<_ACEOF
14181 /* confdefs.h. */
14182 _ACEOF
14183 cat confdefs.h >>conftest.$ac_ext
14184 cat >>conftest.$ac_ext <<_ACEOF
14185 /* end confdefs.h. */
14186 #ifdef HAVE_FT2BUILD_H
14187 # include <ft2build.h>
14188 #endif
14190 #include <$ac_header>
14191 _ACEOF
14192 rm -f conftest.$ac_objext
14193 if { (ac_try="$ac_compile"
14194 case "(($ac_try" in
14195 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14196 *) ac_try_echo=$ac_try;;
14197 esac
14198 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14199 (eval "$ac_compile") 2>conftest.er1
14200 ac_status=$?
14201 grep -v '^ *+' conftest.er1 >conftest.err
14202 rm -f conftest.er1
14203 cat conftest.err >&5
14204 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14205 (exit $ac_status); } && {
14206 test -z "$ac_c_werror_flag" ||
14207 test ! -s conftest.err
14208 } && test -s conftest.$ac_objext; then
14209 eval "$as_ac_Header=yes"
14210 else
14211 echo "$as_me: failed program was:" >&5
14212 sed 's/^/| /' conftest.$ac_ext >&5
14214 eval "$as_ac_Header=no"
14217 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14219 ac_res=`eval echo '${'$as_ac_Header'}'`
14220 { echo "$as_me:$LINENO: result: $ac_res" >&5
14221 echo "${ECHO_T}$ac_res" >&6; }
14222 if test `eval echo '${'$as_ac_Header'}'` = yes; then
14223 cat >>confdefs.h <<_ACEOF
14224 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
14225 _ACEOF
14229 done
14231 cat >conftest.$ac_ext <<_ACEOF
14232 /* confdefs.h. */
14233 _ACEOF
14234 cat confdefs.h >>conftest.$ac_ext
14235 cat >>conftest.$ac_ext <<_ACEOF
14236 /* end confdefs.h. */
14237 #include <ft2build.h>
14238 #include <freetype/fttrigon.h>
14239 _ACEOF
14240 if { (ac_try="$ac_cpp conftest.$ac_ext"
14241 case "(($ac_try" in
14242 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14243 *) ac_try_echo=$ac_try;;
14244 esac
14245 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14246 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
14247 ac_status=$?
14248 grep -v '^ *+' conftest.er1 >conftest.err
14249 rm -f conftest.er1
14250 cat conftest.err >&5
14251 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14252 (exit $ac_status); } >/dev/null && {
14253 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
14254 test ! -s conftest.err
14255 }; then
14257 cat >>confdefs.h <<\_ACEOF
14258 #define HAVE_FREETYPE_FTTRIGON_H 1
14259 _ACEOF
14261 wine_cv_fttrigon=yes
14262 else
14263 echo "$as_me: failed program was:" >&5
14264 sed 's/^/| /' conftest.$ac_ext >&5
14266 wine_cv_fttrigon=no
14269 rm -f conftest.err conftest.$ac_ext
14270 { echo "$as_me:$LINENO: checking for FT_TrueTypeEngineType" >&5
14271 echo $ECHO_N "checking for FT_TrueTypeEngineType... $ECHO_C" >&6; }
14272 if test "${ac_cv_type_FT_TrueTypeEngineType+set}" = set; then
14273 echo $ECHO_N "(cached) $ECHO_C" >&6
14274 else
14275 cat >conftest.$ac_ext <<_ACEOF
14276 /* confdefs.h. */
14277 _ACEOF
14278 cat confdefs.h >>conftest.$ac_ext
14279 cat >>conftest.$ac_ext <<_ACEOF
14280 /* end confdefs.h. */
14281 #include <freetype/ftmodapi.h>
14283 typedef FT_TrueTypeEngineType ac__type_new_;
14285 main ()
14287 if ((ac__type_new_ *) 0)
14288 return 0;
14289 if (sizeof (ac__type_new_))
14290 return 0;
14292 return 0;
14294 _ACEOF
14295 rm -f conftest.$ac_objext
14296 if { (ac_try="$ac_compile"
14297 case "(($ac_try" in
14298 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14299 *) ac_try_echo=$ac_try;;
14300 esac
14301 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14302 (eval "$ac_compile") 2>conftest.er1
14303 ac_status=$?
14304 grep -v '^ *+' conftest.er1 >conftest.err
14305 rm -f conftest.er1
14306 cat conftest.err >&5
14307 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14308 (exit $ac_status); } && {
14309 test -z "$ac_c_werror_flag" ||
14310 test ! -s conftest.err
14311 } && test -s conftest.$ac_objext; then
14312 ac_cv_type_FT_TrueTypeEngineType=yes
14313 else
14314 echo "$as_me: failed program was:" >&5
14315 sed 's/^/| /' conftest.$ac_ext >&5
14317 ac_cv_type_FT_TrueTypeEngineType=no
14320 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14322 { echo "$as_me:$LINENO: result: $ac_cv_type_FT_TrueTypeEngineType" >&5
14323 echo "${ECHO_T}$ac_cv_type_FT_TrueTypeEngineType" >&6; }
14324 if test $ac_cv_type_FT_TrueTypeEngineType = yes; then
14326 cat >>confdefs.h <<_ACEOF
14327 #define HAVE_FT_TRUETYPEENGINETYPE 1
14328 _ACEOF
14333 ac_save_CFLAGS="$CFLAGS"
14334 CFLAGS="$CFLAGS $ac_freetype_libs"
14336 for ac_func in FT_Load_Sfnt_Table
14338 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14339 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14340 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14341 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14342 echo $ECHO_N "(cached) $ECHO_C" >&6
14343 else
14344 cat >conftest.$ac_ext <<_ACEOF
14345 /* confdefs.h. */
14346 _ACEOF
14347 cat confdefs.h >>conftest.$ac_ext
14348 cat >>conftest.$ac_ext <<_ACEOF
14349 /* end confdefs.h. */
14350 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14351 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14352 #define $ac_func innocuous_$ac_func
14354 /* System header to define __stub macros and hopefully few prototypes,
14355 which can conflict with char $ac_func (); below.
14356 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14357 <limits.h> exists even on freestanding compilers. */
14359 #ifdef __STDC__
14360 # include <limits.h>
14361 #else
14362 # include <assert.h>
14363 #endif
14365 #undef $ac_func
14367 /* Override any GCC internal prototype to avoid an error.
14368 Use char because int might match the return type of a GCC
14369 builtin and then its argument prototype would still apply. */
14370 #ifdef __cplusplus
14371 extern "C"
14372 #endif
14373 char $ac_func ();
14374 /* The GNU C library defines this for functions which it implements
14375 to always fail with ENOSYS. Some functions are actually named
14376 something starting with __ and the normal name is an alias. */
14377 #if defined __stub_$ac_func || defined __stub___$ac_func
14378 choke me
14379 #endif
14382 main ()
14384 return $ac_func ();
14386 return 0;
14388 _ACEOF
14389 rm -f conftest.$ac_objext conftest$ac_exeext
14390 if { (ac_try="$ac_link"
14391 case "(($ac_try" in
14392 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14393 *) ac_try_echo=$ac_try;;
14394 esac
14395 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14396 (eval "$ac_link") 2>conftest.er1
14397 ac_status=$?
14398 grep -v '^ *+' conftest.er1 >conftest.err
14399 rm -f conftest.er1
14400 cat conftest.err >&5
14401 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14402 (exit $ac_status); } && {
14403 test -z "$ac_c_werror_flag" ||
14404 test ! -s conftest.err
14405 } && test -s conftest$ac_exeext &&
14406 $as_test_x conftest$ac_exeext; then
14407 eval "$as_ac_var=yes"
14408 else
14409 echo "$as_me: failed program was:" >&5
14410 sed 's/^/| /' conftest.$ac_ext >&5
14412 eval "$as_ac_var=no"
14415 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14416 conftest$ac_exeext conftest.$ac_ext
14418 ac_res=`eval echo '${'$as_ac_var'}'`
14419 { echo "$as_me:$LINENO: result: $ac_res" >&5
14420 echo "${ECHO_T}$ac_res" >&6; }
14421 if test `eval echo '${'$as_ac_var'}'` = yes; then
14422 cat >>confdefs.h <<_ACEOF
14423 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14424 _ACEOF
14427 done
14429 CFLAGS="$ac_save_CFLAGS"
14430 CPPFLAGS="$ac_save_CPPFLAGS"
14431 if test "$ac_cv_header_freetype_freetype_h" = "yes" -a "$wine_cv_fttrigon" = "yes"
14432 then
14434 cat >>confdefs.h <<\_ACEOF
14435 #define HAVE_FREETYPE 1
14436 _ACEOF
14438 FREETYPELIBS="$ac_freetype_libs"
14440 FREETYPEINCL="$ac_freetype_incl"
14445 if test "x$FREETYPELIBS" = "x"; then
14446 case "x$with_freetype" in
14447 xno) ;;
14448 *) { { echo "$as_me:$LINENO: error: FreeType development files not found.
14449 Fonts will not be built. Dialog text may be invisible or unaligned.
14450 Use the --without-freetype option if you really want this." >&5
14451 echo "$as_me: error: FreeType development files not found.
14452 Fonts will not be built. Dialog text may be invisible or unaligned.
14453 Use the --without-freetype option if you really want this." >&2;}
14454 { (exit 1); exit 1; }; } ;;
14455 esac
14458 test "x$FREETYPELIBS" = "x" && enable_fonts=${enable_fonts:-no}
14460 { echo "$as_me:$LINENO: checking for parport header/ppdev.h" >&5
14461 echo $ECHO_N "checking for parport header/ppdev.h... $ECHO_C" >&6; }
14462 if test "${ac_cv_c_ppdev+set}" = set; then
14463 echo $ECHO_N "(cached) $ECHO_C" >&6
14464 else
14465 cat >conftest.$ac_ext <<_ACEOF
14466 /* confdefs.h. */
14467 _ACEOF
14468 cat confdefs.h >>conftest.$ac_ext
14469 cat >>conftest.$ac_ext <<_ACEOF
14470 /* end confdefs.h. */
14471 #include <linux/ppdev.h>
14473 main ()
14475 ioctl (1,PPCLAIM,0)
14477 return 0;
14479 _ACEOF
14480 rm -f conftest.$ac_objext
14481 if { (ac_try="$ac_compile"
14482 case "(($ac_try" in
14483 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14484 *) ac_try_echo=$ac_try;;
14485 esac
14486 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14487 (eval "$ac_compile") 2>conftest.er1
14488 ac_status=$?
14489 grep -v '^ *+' conftest.er1 >conftest.err
14490 rm -f conftest.er1
14491 cat conftest.err >&5
14492 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14493 (exit $ac_status); } && {
14494 test -z "$ac_c_werror_flag" ||
14495 test ! -s conftest.err
14496 } && test -s conftest.$ac_objext; then
14497 ac_cv_c_ppdev="yes"
14498 else
14499 echo "$as_me: failed program was:" >&5
14500 sed 's/^/| /' conftest.$ac_ext >&5
14502 ac_cv_c_ppdev="no"
14505 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14507 { echo "$as_me:$LINENO: result: $ac_cv_c_ppdev" >&5
14508 echo "${ECHO_T}$ac_cv_c_ppdev" >&6; }
14509 if test "$ac_cv_c_ppdev" = "yes"
14510 then
14512 cat >>confdefs.h <<\_ACEOF
14513 #define HAVE_PPDEV 1
14514 _ACEOF
14518 { echo "$as_me:$LINENO: checking for va_copy" >&5
14519 echo $ECHO_N "checking for va_copy... $ECHO_C" >&6; }
14520 if test "${ac_cv_c_va_copy+set}" = set; then
14521 echo $ECHO_N "(cached) $ECHO_C" >&6
14522 else
14523 cat >conftest.$ac_ext <<_ACEOF
14524 /* confdefs.h. */
14525 _ACEOF
14526 cat confdefs.h >>conftest.$ac_ext
14527 cat >>conftest.$ac_ext <<_ACEOF
14528 /* end confdefs.h. */
14529 #include <stdarg.h>
14531 main ()
14533 va_list ap1, ap2; va_copy(ap1,ap2);
14535 return 0;
14537 _ACEOF
14538 rm -f conftest.$ac_objext conftest$ac_exeext
14539 if { (ac_try="$ac_link"
14540 case "(($ac_try" in
14541 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14542 *) ac_try_echo=$ac_try;;
14543 esac
14544 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14545 (eval "$ac_link") 2>conftest.er1
14546 ac_status=$?
14547 grep -v '^ *+' conftest.er1 >conftest.err
14548 rm -f conftest.er1
14549 cat conftest.err >&5
14550 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14551 (exit $ac_status); } && {
14552 test -z "$ac_c_werror_flag" ||
14553 test ! -s conftest.err
14554 } && test -s conftest$ac_exeext &&
14555 $as_test_x conftest$ac_exeext; then
14556 ac_cv_c_va_copy="yes"
14557 else
14558 echo "$as_me: failed program was:" >&5
14559 sed 's/^/| /' conftest.$ac_ext >&5
14561 ac_cv_c_va_copy="no"
14564 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14565 conftest$ac_exeext conftest.$ac_ext
14568 { echo "$as_me:$LINENO: result: $ac_cv_c_va_copy" >&5
14569 echo "${ECHO_T}$ac_cv_c_va_copy" >&6; }
14570 if test "$ac_cv_c_va_copy" = "yes"
14571 then
14573 cat >>confdefs.h <<\_ACEOF
14574 #define HAVE_VA_COPY 1
14575 _ACEOF
14578 { echo "$as_me:$LINENO: checking for __va_copy" >&5
14579 echo $ECHO_N "checking for __va_copy... $ECHO_C" >&6; }
14580 if test "${ac_cv_c___va_copy+set}" = set; then
14581 echo $ECHO_N "(cached) $ECHO_C" >&6
14582 else
14583 cat >conftest.$ac_ext <<_ACEOF
14584 /* confdefs.h. */
14585 _ACEOF
14586 cat confdefs.h >>conftest.$ac_ext
14587 cat >>conftest.$ac_ext <<_ACEOF
14588 /* end confdefs.h. */
14589 #include <stdarg.h>
14591 main ()
14593 va_list ap1, ap2; __va_copy(ap1,ap2);
14595 return 0;
14597 _ACEOF
14598 rm -f conftest.$ac_objext conftest$ac_exeext
14599 if { (ac_try="$ac_link"
14600 case "(($ac_try" in
14601 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14602 *) ac_try_echo=$ac_try;;
14603 esac
14604 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14605 (eval "$ac_link") 2>conftest.er1
14606 ac_status=$?
14607 grep -v '^ *+' conftest.er1 >conftest.err
14608 rm -f conftest.er1
14609 cat conftest.err >&5
14610 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14611 (exit $ac_status); } && {
14612 test -z "$ac_c_werror_flag" ||
14613 test ! -s conftest.err
14614 } && test -s conftest$ac_exeext &&
14615 $as_test_x conftest$ac_exeext; then
14616 ac_cv_c___va_copy="yes"
14617 else
14618 echo "$as_me: failed program was:" >&5
14619 sed 's/^/| /' conftest.$ac_ext >&5
14621 ac_cv_c___va_copy="no"
14624 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14625 conftest$ac_exeext conftest.$ac_ext
14628 { echo "$as_me:$LINENO: result: $ac_cv_c___va_copy" >&5
14629 echo "${ECHO_T}$ac_cv_c___va_copy" >&6; }
14630 if test "$ac_cv_c___va_copy" = "yes"
14631 then
14633 cat >>confdefs.h <<\_ACEOF
14634 #define HAVE___VA_COPY 1
14635 _ACEOF
14639 { echo "$as_me:$LINENO: checking for pthread_rwlock_t" >&5
14640 echo $ECHO_N "checking for pthread_rwlock_t... $ECHO_C" >&6; }
14641 if test "${ac_cv_type_pthread_rwlock_t+set}" = set; then
14642 echo $ECHO_N "(cached) $ECHO_C" >&6
14643 else
14644 cat >conftest.$ac_ext <<_ACEOF
14645 /* confdefs.h. */
14646 _ACEOF
14647 cat confdefs.h >>conftest.$ac_ext
14648 cat >>conftest.$ac_ext <<_ACEOF
14649 /* end confdefs.h. */
14650 #define _GNU_SOURCE
14651 #include <pthread.h>
14653 typedef pthread_rwlock_t ac__type_new_;
14655 main ()
14657 if ((ac__type_new_ *) 0)
14658 return 0;
14659 if (sizeof (ac__type_new_))
14660 return 0;
14662 return 0;
14664 _ACEOF
14665 rm -f conftest.$ac_objext
14666 if { (ac_try="$ac_compile"
14667 case "(($ac_try" in
14668 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14669 *) ac_try_echo=$ac_try;;
14670 esac
14671 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14672 (eval "$ac_compile") 2>conftest.er1
14673 ac_status=$?
14674 grep -v '^ *+' conftest.er1 >conftest.err
14675 rm -f conftest.er1
14676 cat conftest.err >&5
14677 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14678 (exit $ac_status); } && {
14679 test -z "$ac_c_werror_flag" ||
14680 test ! -s conftest.err
14681 } && test -s conftest.$ac_objext; then
14682 ac_cv_type_pthread_rwlock_t=yes
14683 else
14684 echo "$as_me: failed program was:" >&5
14685 sed 's/^/| /' conftest.$ac_ext >&5
14687 ac_cv_type_pthread_rwlock_t=no
14690 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14692 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlock_t" >&5
14693 echo "${ECHO_T}$ac_cv_type_pthread_rwlock_t" >&6; }
14694 if test $ac_cv_type_pthread_rwlock_t = yes; then
14696 cat >>confdefs.h <<_ACEOF
14697 #define HAVE_PTHREAD_RWLOCK_T 1
14698 _ACEOF
14702 { echo "$as_me:$LINENO: checking for pthread_rwlockattr_t" >&5
14703 echo $ECHO_N "checking for pthread_rwlockattr_t... $ECHO_C" >&6; }
14704 if test "${ac_cv_type_pthread_rwlockattr_t+set}" = set; then
14705 echo $ECHO_N "(cached) $ECHO_C" >&6
14706 else
14707 cat >conftest.$ac_ext <<_ACEOF
14708 /* confdefs.h. */
14709 _ACEOF
14710 cat confdefs.h >>conftest.$ac_ext
14711 cat >>conftest.$ac_ext <<_ACEOF
14712 /* end confdefs.h. */
14713 #define _GNU_SOURCE
14714 #include <pthread.h>
14716 typedef pthread_rwlockattr_t ac__type_new_;
14718 main ()
14720 if ((ac__type_new_ *) 0)
14721 return 0;
14722 if (sizeof (ac__type_new_))
14723 return 0;
14725 return 0;
14727 _ACEOF
14728 rm -f conftest.$ac_objext
14729 if { (ac_try="$ac_compile"
14730 case "(($ac_try" in
14731 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14732 *) ac_try_echo=$ac_try;;
14733 esac
14734 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14735 (eval "$ac_compile") 2>conftest.er1
14736 ac_status=$?
14737 grep -v '^ *+' conftest.er1 >conftest.err
14738 rm -f conftest.er1
14739 cat conftest.err >&5
14740 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14741 (exit $ac_status); } && {
14742 test -z "$ac_c_werror_flag" ||
14743 test ! -s conftest.err
14744 } && test -s conftest.$ac_objext; then
14745 ac_cv_type_pthread_rwlockattr_t=yes
14746 else
14747 echo "$as_me: failed program was:" >&5
14748 sed 's/^/| /' conftest.$ac_ext >&5
14750 ac_cv_type_pthread_rwlockattr_t=no
14753 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
14755 { echo "$as_me:$LINENO: result: $ac_cv_type_pthread_rwlockattr_t" >&5
14756 echo "${ECHO_T}$ac_cv_type_pthread_rwlockattr_t" >&6; }
14757 if test $ac_cv_type_pthread_rwlockattr_t = yes; then
14759 cat >>confdefs.h <<_ACEOF
14760 #define HAVE_PTHREAD_RWLOCKATTR_T 1
14761 _ACEOF
14767 ac_wine_check_funcs_save_LIBS="$LIBS"
14768 LIBS="$LIBS $LIBPTHREAD"
14773 for ac_func in \
14774 pthread_attr_get_np \
14775 pthread_getattr_np \
14776 pthread_get_stackaddr_np \
14777 pthread_get_stacksize_np
14779 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
14780 { echo "$as_me:$LINENO: checking for $ac_func" >&5
14781 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
14782 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
14783 echo $ECHO_N "(cached) $ECHO_C" >&6
14784 else
14785 cat >conftest.$ac_ext <<_ACEOF
14786 /* confdefs.h. */
14787 _ACEOF
14788 cat confdefs.h >>conftest.$ac_ext
14789 cat >>conftest.$ac_ext <<_ACEOF
14790 /* end confdefs.h. */
14791 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
14792 For example, HP-UX 11i <limits.h> declares gettimeofday. */
14793 #define $ac_func innocuous_$ac_func
14795 /* System header to define __stub macros and hopefully few prototypes,
14796 which can conflict with char $ac_func (); below.
14797 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
14798 <limits.h> exists even on freestanding compilers. */
14800 #ifdef __STDC__
14801 # include <limits.h>
14802 #else
14803 # include <assert.h>
14804 #endif
14806 #undef $ac_func
14808 /* Override any GCC internal prototype to avoid an error.
14809 Use char because int might match the return type of a GCC
14810 builtin and then its argument prototype would still apply. */
14811 #ifdef __cplusplus
14812 extern "C"
14813 #endif
14814 char $ac_func ();
14815 /* The GNU C library defines this for functions which it implements
14816 to always fail with ENOSYS. Some functions are actually named
14817 something starting with __ and the normal name is an alias. */
14818 #if defined __stub_$ac_func || defined __stub___$ac_func
14819 choke me
14820 #endif
14823 main ()
14825 return $ac_func ();
14827 return 0;
14829 _ACEOF
14830 rm -f conftest.$ac_objext conftest$ac_exeext
14831 if { (ac_try="$ac_link"
14832 case "(($ac_try" in
14833 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14834 *) ac_try_echo=$ac_try;;
14835 esac
14836 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14837 (eval "$ac_link") 2>conftest.er1
14838 ac_status=$?
14839 grep -v '^ *+' conftest.er1 >conftest.err
14840 rm -f conftest.er1
14841 cat conftest.err >&5
14842 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14843 (exit $ac_status); } && {
14844 test -z "$ac_c_werror_flag" ||
14845 test ! -s conftest.err
14846 } && test -s conftest$ac_exeext &&
14847 $as_test_x conftest$ac_exeext; then
14848 eval "$as_ac_var=yes"
14849 else
14850 echo "$as_me: failed program was:" >&5
14851 sed 's/^/| /' conftest.$ac_ext >&5
14853 eval "$as_ac_var=no"
14856 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14857 conftest$ac_exeext conftest.$ac_ext
14859 ac_res=`eval echo '${'$as_ac_var'}'`
14860 { echo "$as_me:$LINENO: result: $ac_res" >&5
14861 echo "${ECHO_T}$ac_res" >&6; }
14862 if test `eval echo '${'$as_ac_var'}'` = yes; then
14863 cat >>confdefs.h <<_ACEOF
14864 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
14865 _ACEOF
14868 done
14870 LIBS="$ac_wine_check_funcs_save_LIBS"
14872 # Extract the first word of "esd-config", so it can be a program name with args.
14873 set dummy esd-config; ac_word=$2
14874 { echo "$as_me:$LINENO: checking for $ac_word" >&5
14875 echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
14876 if test "${ac_cv_path_ESDCONFIG+set}" = set; then
14877 echo $ECHO_N "(cached) $ECHO_C" >&6
14878 else
14879 case $ESDCONFIG in
14880 [\\/]* | ?:[\\/]*)
14881 ac_cv_path_ESDCONFIG="$ESDCONFIG" # Let the user override the test with a path.
14884 as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
14885 for as_dir in $PATH
14887 IFS=$as_save_IFS
14888 test -z "$as_dir" && as_dir=.
14889 for ac_exec_ext in '' $ac_executable_extensions; do
14890 if { test -f "$as_dir/$ac_word$ac_exec_ext" && $as_test_x "$as_dir/$ac_word$ac_exec_ext"; }; then
14891 ac_cv_path_ESDCONFIG="$as_dir/$ac_word$ac_exec_ext"
14892 echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5
14893 break 2
14895 done
14896 done
14897 IFS=$as_save_IFS
14900 esac
14902 ESDCONFIG=$ac_cv_path_ESDCONFIG
14903 if test -n "$ESDCONFIG"; then
14904 { echo "$as_me:$LINENO: result: $ESDCONFIG" >&5
14905 echo "${ECHO_T}$ESDCONFIG" >&6; }
14906 else
14907 { echo "$as_me:$LINENO: result: no" >&5
14908 echo "${ECHO_T}no" >&6; }
14912 if test "x$with_esd" != xno -a "x$ESDCONFIG" != x -a "x$ESDCONFIG" != x'"$ESDCONFIG"';
14913 then
14914 ac_esd_incl=""
14915 for i in `$ESDCONFIG --cflags`
14917 case "$i" in
14918 -I*) ac_esd_incl="$ac_esd_incl $i";;
14919 esac
14920 done
14921 ac_esd_libs=`$ESDCONFIG --libs`
14922 save_CFLAGS="$CFLAGS"
14923 CFLAGS="$CFLAGS $ac_esd_incl"
14924 { echo "$as_me:$LINENO: checking for esd_open_sound in -lesd" >&5
14925 echo $ECHO_N "checking for esd_open_sound in -lesd... $ECHO_C" >&6; }
14926 if test "${ac_cv_lib_esd_esd_open_sound+set}" = set; then
14927 echo $ECHO_N "(cached) $ECHO_C" >&6
14928 else
14929 ac_check_lib_save_LIBS=$LIBS
14930 LIBS="-lesd $ac_esd_libs $LIBS"
14931 cat >conftest.$ac_ext <<_ACEOF
14932 /* confdefs.h. */
14933 _ACEOF
14934 cat confdefs.h >>conftest.$ac_ext
14935 cat >>conftest.$ac_ext <<_ACEOF
14936 /* end confdefs.h. */
14938 /* Override any GCC internal prototype to avoid an error.
14939 Use char because int might match the return type of a GCC
14940 builtin and then its argument prototype would still apply. */
14941 #ifdef __cplusplus
14942 extern "C"
14943 #endif
14944 char esd_open_sound ();
14946 main ()
14948 return esd_open_sound ();
14950 return 0;
14952 _ACEOF
14953 rm -f conftest.$ac_objext conftest$ac_exeext
14954 if { (ac_try="$ac_link"
14955 case "(($ac_try" in
14956 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
14957 *) ac_try_echo=$ac_try;;
14958 esac
14959 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
14960 (eval "$ac_link") 2>conftest.er1
14961 ac_status=$?
14962 grep -v '^ *+' conftest.er1 >conftest.err
14963 rm -f conftest.er1
14964 cat conftest.err >&5
14965 echo "$as_me:$LINENO: \$? = $ac_status" >&5
14966 (exit $ac_status); } && {
14967 test -z "$ac_c_werror_flag" ||
14968 test ! -s conftest.err
14969 } && test -s conftest$ac_exeext &&
14970 $as_test_x conftest$ac_exeext; then
14971 ac_cv_lib_esd_esd_open_sound=yes
14972 else
14973 echo "$as_me: failed program was:" >&5
14974 sed 's/^/| /' conftest.$ac_ext >&5
14976 ac_cv_lib_esd_esd_open_sound=no
14979 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
14980 conftest$ac_exeext conftest.$ac_ext
14981 LIBS=$ac_check_lib_save_LIBS
14983 { echo "$as_me:$LINENO: result: $ac_cv_lib_esd_esd_open_sound" >&5
14984 echo "${ECHO_T}$ac_cv_lib_esd_esd_open_sound" >&6; }
14985 if test $ac_cv_lib_esd_esd_open_sound = yes; then
14986 ESDINCL="$ac_esd_incl"
14988 ESDLIBS="$ac_esd_libs"
14991 cat >>confdefs.h <<\_ACEOF
14992 #define HAVE_ESD 1
14993 _ACEOF
14997 CFLAGS="$save_CFLAGS"
15000 if test "x$with_pulse" != "xno"; then
15001 if test "$PKG_CONFIG" != "false"; then
15002 { echo "$as_me:$LINENO: checking for pulseaudio >= 0.9.7" >&5
15003 echo $ECHO_N "checking for pulseaudio >= 0.9.7... $ECHO_C" >&6; }
15004 if "$PKG_CONFIG" --atleast-version=0.9.7 libpulse; then
15005 have_pulseaudio="yes"
15006 else
15007 have_pulseaudio="no"
15009 { echo "$as_me:$LINENO: result: $have_pulseaudio" >&5
15010 echo "${ECHO_T}$have_pulseaudio" >&6; }
15011 if test x"$have_pulseaudio" = xyes; then
15012 ac_pulse_libs=`$PKG_CONFIG --libs libpulse`
15014 cat >>confdefs.h <<\_ACEOF
15015 #define HAVE_PULSEAUDIO 1
15016 _ACEOF
15018 PULSELIBS="$ac_pulse_libs"
15024 ALSALIBS=""
15026 if test "$ac_cv_header_sys_asoundlib_h" = "yes" -o "$ac_cv_header_alsa_asoundlib_h" = "yes"
15027 then
15028 { echo "$as_me:$LINENO: checking for snd_pcm_hw_params_get_access in -lasound" >&5
15029 echo $ECHO_N "checking for snd_pcm_hw_params_get_access in -lasound... $ECHO_C" >&6; }
15030 if test "${ac_cv_lib_asound_snd_pcm_hw_params_get_access+set}" = set; then
15031 echo $ECHO_N "(cached) $ECHO_C" >&6
15032 else
15033 ac_check_lib_save_LIBS=$LIBS
15034 LIBS="-lasound $LIBS"
15035 cat >conftest.$ac_ext <<_ACEOF
15036 /* confdefs.h. */
15037 _ACEOF
15038 cat confdefs.h >>conftest.$ac_ext
15039 cat >>conftest.$ac_ext <<_ACEOF
15040 /* end confdefs.h. */
15042 /* Override any GCC internal prototype to avoid an error.
15043 Use char because int might match the return type of a GCC
15044 builtin and then its argument prototype would still apply. */
15045 #ifdef __cplusplus
15046 extern "C"
15047 #endif
15048 char snd_pcm_hw_params_get_access ();
15050 main ()
15052 return snd_pcm_hw_params_get_access ();
15054 return 0;
15056 _ACEOF
15057 rm -f conftest.$ac_objext conftest$ac_exeext
15058 if { (ac_try="$ac_link"
15059 case "(($ac_try" in
15060 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15061 *) ac_try_echo=$ac_try;;
15062 esac
15063 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15064 (eval "$ac_link") 2>conftest.er1
15065 ac_status=$?
15066 grep -v '^ *+' conftest.er1 >conftest.err
15067 rm -f conftest.er1
15068 cat conftest.err >&5
15069 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15070 (exit $ac_status); } && {
15071 test -z "$ac_c_werror_flag" ||
15072 test ! -s conftest.err
15073 } && test -s conftest$ac_exeext &&
15074 $as_test_x conftest$ac_exeext; then
15075 ac_cv_lib_asound_snd_pcm_hw_params_get_access=yes
15076 else
15077 echo "$as_me: failed program was:" >&5
15078 sed 's/^/| /' conftest.$ac_ext >&5
15080 ac_cv_lib_asound_snd_pcm_hw_params_get_access=no
15083 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15084 conftest$ac_exeext conftest.$ac_ext
15085 LIBS=$ac_check_lib_save_LIBS
15087 { echo "$as_me:$LINENO: result: $ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&5
15088 echo "${ECHO_T}$ac_cv_lib_asound_snd_pcm_hw_params_get_access" >&6; }
15089 if test $ac_cv_lib_asound_snd_pcm_hw_params_get_access = yes; then
15090 cat >conftest.$ac_ext <<_ACEOF
15091 /* confdefs.h. */
15092 _ACEOF
15093 cat confdefs.h >>conftest.$ac_ext
15094 cat >>conftest.$ac_ext <<_ACEOF
15095 /* end confdefs.h. */
15096 #ifdef HAVE_ALSA_ASOUNDLIB_H
15097 #include <alsa/asoundlib.h>
15098 #elif defined(HAVE_SYS_ASOUNDLIB_H)
15099 #include <sys/asoundlib.h>
15100 #endif
15102 main ()
15104 int ret = snd_pcm_hw_params_get_access(NULL, NULL)
15106 return 0;
15108 _ACEOF
15109 rm -f conftest.$ac_objext
15110 if { (ac_try="$ac_compile"
15111 case "(($ac_try" in
15112 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15113 *) ac_try_echo=$ac_try;;
15114 esac
15115 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15116 (eval "$ac_compile") 2>conftest.er1
15117 ac_status=$?
15118 grep -v '^ *+' conftest.er1 >conftest.err
15119 rm -f conftest.er1
15120 cat conftest.err >&5
15121 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15122 (exit $ac_status); } && {
15123 test -z "$ac_c_werror_flag" ||
15124 test ! -s conftest.err
15125 } && test -s conftest.$ac_objext; then
15127 cat >>confdefs.h <<\_ACEOF
15128 #define HAVE_ALSA 1
15129 _ACEOF
15131 ALSALIBS="-lasound"
15132 else
15133 echo "$as_me: failed program was:" >&5
15134 sed 's/^/| /' conftest.$ac_ext >&5
15139 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15144 AUDIOIOLIBS=""
15146 if test "$ac_cv_header_libaudioio_h" = "yes"
15147 then
15148 { echo "$as_me:$LINENO: checking for AudioIOGetVersion in -laudioio" >&5
15149 echo $ECHO_N "checking for AudioIOGetVersion in -laudioio... $ECHO_C" >&6; }
15150 if test "${ac_cv_lib_audioio_AudioIOGetVersion+set}" = set; then
15151 echo $ECHO_N "(cached) $ECHO_C" >&6
15152 else
15153 ac_check_lib_save_LIBS=$LIBS
15154 LIBS="-laudioio $LIBS"
15155 cat >conftest.$ac_ext <<_ACEOF
15156 /* confdefs.h. */
15157 _ACEOF
15158 cat confdefs.h >>conftest.$ac_ext
15159 cat >>conftest.$ac_ext <<_ACEOF
15160 /* end confdefs.h. */
15162 /* Override any GCC internal prototype to avoid an error.
15163 Use char because int might match the return type of a GCC
15164 builtin and then its argument prototype would still apply. */
15165 #ifdef __cplusplus
15166 extern "C"
15167 #endif
15168 char AudioIOGetVersion ();
15170 main ()
15172 return AudioIOGetVersion ();
15174 return 0;
15176 _ACEOF
15177 rm -f conftest.$ac_objext conftest$ac_exeext
15178 if { (ac_try="$ac_link"
15179 case "(($ac_try" in
15180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15181 *) ac_try_echo=$ac_try;;
15182 esac
15183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15184 (eval "$ac_link") 2>conftest.er1
15185 ac_status=$?
15186 grep -v '^ *+' conftest.er1 >conftest.err
15187 rm -f conftest.er1
15188 cat conftest.err >&5
15189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15190 (exit $ac_status); } && {
15191 test -z "$ac_c_werror_flag" ||
15192 test ! -s conftest.err
15193 } && test -s conftest$ac_exeext &&
15194 $as_test_x conftest$ac_exeext; then
15195 ac_cv_lib_audioio_AudioIOGetVersion=yes
15196 else
15197 echo "$as_me: failed program was:" >&5
15198 sed 's/^/| /' conftest.$ac_ext >&5
15200 ac_cv_lib_audioio_AudioIOGetVersion=no
15203 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15204 conftest$ac_exeext conftest.$ac_ext
15205 LIBS=$ac_check_lib_save_LIBS
15207 { echo "$as_me:$LINENO: result: $ac_cv_lib_audioio_AudioIOGetVersion" >&5
15208 echo "${ECHO_T}$ac_cv_lib_audioio_AudioIOGetVersion" >&6; }
15209 if test $ac_cv_lib_audioio_AudioIOGetVersion = yes; then
15210 AUDIOIOLIBS="-laudioio"
15212 cat >>confdefs.h <<\_ACEOF
15213 #define HAVE_LIBAUDIOIO 1
15214 _ACEOF
15221 if test "$ac_cv_header_capi20_h" = "yes" -a "$ac_cv_header_linux_capi_h" = "yes"
15222 then
15223 { echo "$as_me:$LINENO: checking for -lcapi20" >&5
15224 echo $ECHO_N "checking for -lcapi20... $ECHO_C" >&6; }
15225 if test "${ac_cv_lib_soname_capi20+set}" = set; then
15226 echo $ECHO_N "(cached) $ECHO_C" >&6
15227 else
15228 ac_check_soname_save_LIBS=$LIBS
15229 LIBS="-lcapi20 $LIBS"
15230 cat >conftest.$ac_ext <<_ACEOF
15231 /* confdefs.h. */
15232 _ACEOF
15233 cat confdefs.h >>conftest.$ac_ext
15234 cat >>conftest.$ac_ext <<_ACEOF
15235 /* end confdefs.h. */
15237 /* Override any GCC internal prototype to avoid an error.
15238 Use char because int might match the return type of a GCC
15239 builtin and then its argument prototype would still apply. */
15240 #ifdef __cplusplus
15241 extern "C"
15242 #endif
15243 char capi20_register ();
15245 main ()
15247 return capi20_register ();
15249 return 0;
15251 _ACEOF
15252 rm -f conftest.$ac_objext conftest$ac_exeext
15253 if { (ac_try="$ac_link"
15254 case "(($ac_try" in
15255 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15256 *) ac_try_echo=$ac_try;;
15257 esac
15258 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15259 (eval "$ac_link") 2>conftest.er1
15260 ac_status=$?
15261 grep -v '^ *+' conftest.er1 >conftest.err
15262 rm -f conftest.er1
15263 cat conftest.err >&5
15264 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15265 (exit $ac_status); } && {
15266 test -z "$ac_c_werror_flag" ||
15267 test ! -s conftest.err
15268 } && test -s conftest$ac_exeext &&
15269 $as_test_x conftest$ac_exeext; then
15270 case "$LIBEXT" in
15271 dll) ;;
15272 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'` ;;
15273 *) ac_cv_lib_soname_capi20=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcapi20\\.$LIBEXT" | sed -e "s/^.*\(libcapi20\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15274 esac
15275 else
15276 echo "$as_me: failed program was:" >&5
15277 sed 's/^/| /' conftest.$ac_ext >&5
15282 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15283 conftest$ac_exeext conftest.$ac_ext
15284 LIBS=$ac_check_soname_save_LIBS
15286 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15287 { echo "$as_me:$LINENO: result: not found" >&5
15288 echo "${ECHO_T}not found" >&6; }
15290 else
15291 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_capi20" >&5
15292 echo "${ECHO_T}$ac_cv_lib_soname_capi20" >&6; }
15294 cat >>confdefs.h <<_ACEOF
15295 #define SONAME_LIBCAPI20 "$ac_cv_lib_soname_capi20"
15296 _ACEOF
15302 if test "x$ac_cv_lib_soname_capi20" = "x"; then
15303 case "x$with_capi" in
15304 x) wine_notices="$wine_notices|libcapi20 development files not found, ISDN won't be supported." ;;
15305 xno) ;;
15306 *) { { echo "$as_me:$LINENO: error: libcapi20 development files not found, ISDN won't be supported.
15307 This is an error since --with-capi was requested." >&5
15308 echo "$as_me: error: libcapi20 development files not found, ISDN won't be supported.
15309 This is an error since --with-capi was requested." >&2;}
15310 { (exit 1); exit 1; }; } ;;
15311 esac
15315 CUPSINCL=""
15317 if test "x$with_cups" != "xno"
15318 then
15319 ac_save_CPPFLAGS="$CPPFLAGS"
15320 ac_cups_cflags=`cups-config --cflags 2>/dev/null`
15321 ac_cups_libs=`cups-config --ldflags 2>/dev/null`
15322 CPPFLAGS="$CPPFLAGS $ac_cups_cflags"
15324 for ac_header in cups/cups.h
15326 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15327 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15328 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15329 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15330 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15331 echo $ECHO_N "(cached) $ECHO_C" >&6
15333 ac_res=`eval echo '${'$as_ac_Header'}'`
15334 { echo "$as_me:$LINENO: result: $ac_res" >&5
15335 echo "${ECHO_T}$ac_res" >&6; }
15336 else
15337 # Is the header compilable?
15338 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15339 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15340 cat >conftest.$ac_ext <<_ACEOF
15341 /* confdefs.h. */
15342 _ACEOF
15343 cat confdefs.h >>conftest.$ac_ext
15344 cat >>conftest.$ac_ext <<_ACEOF
15345 /* end confdefs.h. */
15346 $ac_includes_default
15347 #include <$ac_header>
15348 _ACEOF
15349 rm -f conftest.$ac_objext
15350 if { (ac_try="$ac_compile"
15351 case "(($ac_try" in
15352 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15353 *) ac_try_echo=$ac_try;;
15354 esac
15355 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15356 (eval "$ac_compile") 2>conftest.er1
15357 ac_status=$?
15358 grep -v '^ *+' conftest.er1 >conftest.err
15359 rm -f conftest.er1
15360 cat conftest.err >&5
15361 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15362 (exit $ac_status); } && {
15363 test -z "$ac_c_werror_flag" ||
15364 test ! -s conftest.err
15365 } && test -s conftest.$ac_objext; then
15366 ac_header_compiler=yes
15367 else
15368 echo "$as_me: failed program was:" >&5
15369 sed 's/^/| /' conftest.$ac_ext >&5
15371 ac_header_compiler=no
15374 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15375 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15376 echo "${ECHO_T}$ac_header_compiler" >&6; }
15378 # Is the header present?
15379 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15380 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15381 cat >conftest.$ac_ext <<_ACEOF
15382 /* confdefs.h. */
15383 _ACEOF
15384 cat confdefs.h >>conftest.$ac_ext
15385 cat >>conftest.$ac_ext <<_ACEOF
15386 /* end confdefs.h. */
15387 #include <$ac_header>
15388 _ACEOF
15389 if { (ac_try="$ac_cpp conftest.$ac_ext"
15390 case "(($ac_try" in
15391 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15392 *) ac_try_echo=$ac_try;;
15393 esac
15394 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15395 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15396 ac_status=$?
15397 grep -v '^ *+' conftest.er1 >conftest.err
15398 rm -f conftest.er1
15399 cat conftest.err >&5
15400 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15401 (exit $ac_status); } >/dev/null && {
15402 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15403 test ! -s conftest.err
15404 }; then
15405 ac_header_preproc=yes
15406 else
15407 echo "$as_me: failed program was:" >&5
15408 sed 's/^/| /' conftest.$ac_ext >&5
15410 ac_header_preproc=no
15413 rm -f conftest.err conftest.$ac_ext
15414 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15415 echo "${ECHO_T}$ac_header_preproc" >&6; }
15417 # So? What about this header?
15418 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15419 yes:no: )
15420 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15421 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15422 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15423 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15424 ac_header_preproc=yes
15426 no:yes:* )
15427 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15428 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15429 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15430 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15431 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15432 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15433 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15434 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15435 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15436 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15437 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15438 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15439 ( cat <<\_ASBOX
15440 ## ------------------------------------ ##
15441 ## Report this to wine-devel@winehq.org ##
15442 ## ------------------------------------ ##
15443 _ASBOX
15444 ) | sed "s/^/$as_me: WARNING: /" >&2
15446 esac
15447 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15448 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15449 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15450 echo $ECHO_N "(cached) $ECHO_C" >&6
15451 else
15452 eval "$as_ac_Header=\$ac_header_preproc"
15454 ac_res=`eval echo '${'$as_ac_Header'}'`
15455 { echo "$as_me:$LINENO: result: $ac_res" >&5
15456 echo "${ECHO_T}$ac_res" >&6; }
15459 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15460 cat >>confdefs.h <<_ACEOF
15461 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15462 _ACEOF
15463 { echo "$as_me:$LINENO: checking for -lcups" >&5
15464 echo $ECHO_N "checking for -lcups... $ECHO_C" >&6; }
15465 if test "${ac_cv_lib_soname_cups+set}" = set; then
15466 echo $ECHO_N "(cached) $ECHO_C" >&6
15467 else
15468 ac_check_soname_save_LIBS=$LIBS
15469 LIBS="-lcups $ac_cups_libs $LIBS"
15470 cat >conftest.$ac_ext <<_ACEOF
15471 /* confdefs.h. */
15472 _ACEOF
15473 cat confdefs.h >>conftest.$ac_ext
15474 cat >>conftest.$ac_ext <<_ACEOF
15475 /* end confdefs.h. */
15477 /* Override any GCC internal prototype to avoid an error.
15478 Use char because int might match the return type of a GCC
15479 builtin and then its argument prototype would still apply. */
15480 #ifdef __cplusplus
15481 extern "C"
15482 #endif
15483 char cupsGetDefault ();
15485 main ()
15487 return cupsGetDefault ();
15489 return 0;
15491 _ACEOF
15492 rm -f conftest.$ac_objext conftest$ac_exeext
15493 if { (ac_try="$ac_link"
15494 case "(($ac_try" in
15495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15496 *) ac_try_echo=$ac_try;;
15497 esac
15498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15499 (eval "$ac_link") 2>conftest.er1
15500 ac_status=$?
15501 grep -v '^ *+' conftest.er1 >conftest.err
15502 rm -f conftest.er1
15503 cat conftest.err >&5
15504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15505 (exit $ac_status); } && {
15506 test -z "$ac_c_werror_flag" ||
15507 test ! -s conftest.err
15508 } && test -s conftest$ac_exeext &&
15509 $as_test_x conftest$ac_exeext; then
15510 case "$LIBEXT" in
15511 dll) ;;
15512 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'` ;;
15513 *) ac_cv_lib_soname_cups=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcups\\.$LIBEXT" | sed -e "s/^.*\(libcups\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15514 esac
15515 else
15516 echo "$as_me: failed program was:" >&5
15517 sed 's/^/| /' conftest.$ac_ext >&5
15522 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15523 conftest$ac_exeext conftest.$ac_ext
15524 LIBS=$ac_check_soname_save_LIBS
15526 if test "x$ac_cv_lib_soname_cups" = "x"; then
15527 { echo "$as_me:$LINENO: result: not found" >&5
15528 echo "${ECHO_T}not found" >&6; }
15530 else
15531 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_cups" >&5
15532 echo "${ECHO_T}$ac_cv_lib_soname_cups" >&6; }
15534 cat >>confdefs.h <<_ACEOF
15535 #define SONAME_LIBCUPS "$ac_cv_lib_soname_cups"
15536 _ACEOF
15538 CUPSINCL="$ac_cups_cflags"
15543 done
15545 CPPFLAGS="$ac_save_CPPFLAGS"
15547 if test "x$ac_cv_lib_soname_cups" = "x"; then
15548 case "x$with_cups" in
15549 x) wine_notices="$wine_notices|libcups development files not found, CUPS won't be supported." ;;
15550 xno) ;;
15551 *) { { echo "$as_me:$LINENO: error: libcups development files not found, CUPS won't be supported.
15552 This is an error since --with-cups was requested." >&5
15553 echo "$as_me: error: libcups development files not found, CUPS won't be supported.
15554 This is an error since --with-cups was requested." >&2;}
15555 { (exit 1); exit 1; }; } ;;
15556 esac
15560 if test "$ac_cv_header_jack_jack_h" = "yes"
15561 then
15562 { echo "$as_me:$LINENO: checking for -ljack" >&5
15563 echo $ECHO_N "checking for -ljack... $ECHO_C" >&6; }
15564 if test "${ac_cv_lib_soname_jack+set}" = set; then
15565 echo $ECHO_N "(cached) $ECHO_C" >&6
15566 else
15567 ac_check_soname_save_LIBS=$LIBS
15568 LIBS="-ljack $LIBS"
15569 cat >conftest.$ac_ext <<_ACEOF
15570 /* confdefs.h. */
15571 _ACEOF
15572 cat confdefs.h >>conftest.$ac_ext
15573 cat >>conftest.$ac_ext <<_ACEOF
15574 /* end confdefs.h. */
15576 /* Override any GCC internal prototype to avoid an error.
15577 Use char because int might match the return type of a GCC
15578 builtin and then its argument prototype would still apply. */
15579 #ifdef __cplusplus
15580 extern "C"
15581 #endif
15582 char jack_client_new ();
15584 main ()
15586 return jack_client_new ();
15588 return 0;
15590 _ACEOF
15591 rm -f conftest.$ac_objext conftest$ac_exeext
15592 if { (ac_try="$ac_link"
15593 case "(($ac_try" in
15594 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15595 *) ac_try_echo=$ac_try;;
15596 esac
15597 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15598 (eval "$ac_link") 2>conftest.er1
15599 ac_status=$?
15600 grep -v '^ *+' conftest.er1 >conftest.err
15601 rm -f conftest.er1
15602 cat conftest.err >&5
15603 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15604 (exit $ac_status); } && {
15605 test -z "$ac_c_werror_flag" ||
15606 test ! -s conftest.err
15607 } && test -s conftest$ac_exeext &&
15608 $as_test_x conftest$ac_exeext; then
15609 case "$LIBEXT" in
15610 dll) ;;
15611 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'` ;;
15612 *) 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'` ;;
15613 esac
15614 else
15615 echo "$as_me: failed program was:" >&5
15616 sed 's/^/| /' conftest.$ac_ext >&5
15621 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15622 conftest$ac_exeext conftest.$ac_ext
15623 LIBS=$ac_check_soname_save_LIBS
15625 if test "x$ac_cv_lib_soname_jack" = "x"; then
15626 { echo "$as_me:$LINENO: result: not found" >&5
15627 echo "${ECHO_T}not found" >&6; }
15629 else
15630 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jack" >&5
15631 echo "${ECHO_T}$ac_cv_lib_soname_jack" >&6; }
15633 cat >>confdefs.h <<_ACEOF
15634 #define SONAME_LIBJACK "$ac_cv_lib_soname_jack"
15635 _ACEOF
15642 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15643 then
15644 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15645 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15646 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15647 echo $ECHO_N "(cached) $ECHO_C" >&6
15648 else
15649 ac_check_soname_save_LIBS=$LIBS
15650 LIBS="-lfontconfig $LIBS"
15651 cat >conftest.$ac_ext <<_ACEOF
15652 /* confdefs.h. */
15653 _ACEOF
15654 cat confdefs.h >>conftest.$ac_ext
15655 cat >>conftest.$ac_ext <<_ACEOF
15656 /* end confdefs.h. */
15658 /* Override any GCC internal prototype to avoid an error.
15659 Use char because int might match the return type of a GCC
15660 builtin and then its argument prototype would still apply. */
15661 #ifdef __cplusplus
15662 extern "C"
15663 #endif
15664 char FcInit ();
15666 main ()
15668 return FcInit ();
15670 return 0;
15672 _ACEOF
15673 rm -f conftest.$ac_objext conftest$ac_exeext
15674 if { (ac_try="$ac_link"
15675 case "(($ac_try" in
15676 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15677 *) ac_try_echo=$ac_try;;
15678 esac
15679 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15680 (eval "$ac_link") 2>conftest.er1
15681 ac_status=$?
15682 grep -v '^ *+' conftest.er1 >conftest.err
15683 rm -f conftest.er1
15684 cat conftest.err >&5
15685 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15686 (exit $ac_status); } && {
15687 test -z "$ac_c_werror_flag" ||
15688 test ! -s conftest.err
15689 } && test -s conftest$ac_exeext &&
15690 $as_test_x conftest$ac_exeext; then
15691 case "$LIBEXT" in
15692 dll) ;;
15693 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'` ;;
15694 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15695 esac
15696 else
15697 echo "$as_me: failed program was:" >&5
15698 sed 's/^/| /' conftest.$ac_ext >&5
15703 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15704 conftest$ac_exeext conftest.$ac_ext
15705 LIBS=$ac_check_soname_save_LIBS
15707 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15708 { echo "$as_me:$LINENO: result: not found" >&5
15709 echo "${ECHO_T}not found" >&6; }
15711 else
15712 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15713 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15715 cat >>confdefs.h <<_ACEOF
15716 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15717 _ACEOF
15722 elif test -n "$X_CFLAGS" -a "x$with_fontconfig" != "xno"
15723 then
15724 ac_save_CPPFLAGS="$CPPFLAGS"
15725 CPPFLAGS="$CPPFLAGS $X_CFLAGS"
15726 $as_unset ac_cv_header_fontconfig_fontconfig_h
15728 for ac_header in fontconfig/fontconfig.h
15730 as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh`
15731 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15732 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15733 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15734 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15735 echo $ECHO_N "(cached) $ECHO_C" >&6
15737 ac_res=`eval echo '${'$as_ac_Header'}'`
15738 { echo "$as_me:$LINENO: result: $ac_res" >&5
15739 echo "${ECHO_T}$ac_res" >&6; }
15740 else
15741 # Is the header compilable?
15742 { echo "$as_me:$LINENO: checking $ac_header usability" >&5
15743 echo $ECHO_N "checking $ac_header usability... $ECHO_C" >&6; }
15744 cat >conftest.$ac_ext <<_ACEOF
15745 /* confdefs.h. */
15746 _ACEOF
15747 cat confdefs.h >>conftest.$ac_ext
15748 cat >>conftest.$ac_ext <<_ACEOF
15749 /* end confdefs.h. */
15750 $ac_includes_default
15751 #include <$ac_header>
15752 _ACEOF
15753 rm -f conftest.$ac_objext
15754 if { (ac_try="$ac_compile"
15755 case "(($ac_try" in
15756 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15757 *) ac_try_echo=$ac_try;;
15758 esac
15759 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15760 (eval "$ac_compile") 2>conftest.er1
15761 ac_status=$?
15762 grep -v '^ *+' conftest.er1 >conftest.err
15763 rm -f conftest.er1
15764 cat conftest.err >&5
15765 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15766 (exit $ac_status); } && {
15767 test -z "$ac_c_werror_flag" ||
15768 test ! -s conftest.err
15769 } && test -s conftest.$ac_objext; then
15770 ac_header_compiler=yes
15771 else
15772 echo "$as_me: failed program was:" >&5
15773 sed 's/^/| /' conftest.$ac_ext >&5
15775 ac_header_compiler=no
15778 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
15779 { echo "$as_me:$LINENO: result: $ac_header_compiler" >&5
15780 echo "${ECHO_T}$ac_header_compiler" >&6; }
15782 # Is the header present?
15783 { echo "$as_me:$LINENO: checking $ac_header presence" >&5
15784 echo $ECHO_N "checking $ac_header presence... $ECHO_C" >&6; }
15785 cat >conftest.$ac_ext <<_ACEOF
15786 /* confdefs.h. */
15787 _ACEOF
15788 cat confdefs.h >>conftest.$ac_ext
15789 cat >>conftest.$ac_ext <<_ACEOF
15790 /* end confdefs.h. */
15791 #include <$ac_header>
15792 _ACEOF
15793 if { (ac_try="$ac_cpp conftest.$ac_ext"
15794 case "(($ac_try" in
15795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15796 *) ac_try_echo=$ac_try;;
15797 esac
15798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15799 (eval "$ac_cpp conftest.$ac_ext") 2>conftest.er1
15800 ac_status=$?
15801 grep -v '^ *+' conftest.er1 >conftest.err
15802 rm -f conftest.er1
15803 cat conftest.err >&5
15804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15805 (exit $ac_status); } >/dev/null && {
15806 test -z "$ac_c_preproc_warn_flag$ac_c_werror_flag" ||
15807 test ! -s conftest.err
15808 }; then
15809 ac_header_preproc=yes
15810 else
15811 echo "$as_me: failed program was:" >&5
15812 sed 's/^/| /' conftest.$ac_ext >&5
15814 ac_header_preproc=no
15817 rm -f conftest.err conftest.$ac_ext
15818 { echo "$as_me:$LINENO: result: $ac_header_preproc" >&5
15819 echo "${ECHO_T}$ac_header_preproc" >&6; }
15821 # So? What about this header?
15822 case $ac_header_compiler:$ac_header_preproc:$ac_c_preproc_warn_flag in
15823 yes:no: )
15824 { echo "$as_me:$LINENO: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&5
15825 echo "$as_me: WARNING: $ac_header: accepted by the compiler, rejected by the preprocessor!" >&2;}
15826 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the compiler's result" >&5
15827 echo "$as_me: WARNING: $ac_header: proceeding with the compiler's result" >&2;}
15828 ac_header_preproc=yes
15830 no:yes:* )
15831 { echo "$as_me:$LINENO: WARNING: $ac_header: present but cannot be compiled" >&5
15832 echo "$as_me: WARNING: $ac_header: present but cannot be compiled" >&2;}
15833 { echo "$as_me:$LINENO: WARNING: $ac_header: check for missing prerequisite headers?" >&5
15834 echo "$as_me: WARNING: $ac_header: check for missing prerequisite headers?" >&2;}
15835 { echo "$as_me:$LINENO: WARNING: $ac_header: see the Autoconf documentation" >&5
15836 echo "$as_me: WARNING: $ac_header: see the Autoconf documentation" >&2;}
15837 { echo "$as_me:$LINENO: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&5
15838 echo "$as_me: WARNING: $ac_header: section \"Present But Cannot Be Compiled\"" >&2;}
15839 { echo "$as_me:$LINENO: WARNING: $ac_header: proceeding with the preprocessor's result" >&5
15840 echo "$as_me: WARNING: $ac_header: proceeding with the preprocessor's result" >&2;}
15841 { echo "$as_me:$LINENO: WARNING: $ac_header: in the future, the compiler will take precedence" >&5
15842 echo "$as_me: WARNING: $ac_header: in the future, the compiler will take precedence" >&2;}
15843 ( cat <<\_ASBOX
15844 ## ------------------------------------ ##
15845 ## Report this to wine-devel@winehq.org ##
15846 ## ------------------------------------ ##
15847 _ASBOX
15848 ) | sed "s/^/$as_me: WARNING: /" >&2
15850 esac
15851 { echo "$as_me:$LINENO: checking for $ac_header" >&5
15852 echo $ECHO_N "checking for $ac_header... $ECHO_C" >&6; }
15853 if { as_var=$as_ac_Header; eval "test \"\${$as_var+set}\" = set"; }; then
15854 echo $ECHO_N "(cached) $ECHO_C" >&6
15855 else
15856 eval "$as_ac_Header=\$ac_header_preproc"
15858 ac_res=`eval echo '${'$as_ac_Header'}'`
15859 { echo "$as_me:$LINENO: result: $ac_res" >&5
15860 echo "${ECHO_T}$ac_res" >&6; }
15863 if test `eval echo '${'$as_ac_Header'}'` = yes; then
15864 cat >>confdefs.h <<_ACEOF
15865 #define `echo "HAVE_$ac_header" | $as_tr_cpp` 1
15866 _ACEOF
15870 done
15872 CPPFLAGS="$ac_save_CPPFLAGS"
15873 if test "$ac_cv_header_fontconfig_fontconfig_h" = "yes"
15874 then
15875 FONTCONFIGINCL="$X_CFLAGS"
15877 { echo "$as_me:$LINENO: checking for -lfontconfig" >&5
15878 echo $ECHO_N "checking for -lfontconfig... $ECHO_C" >&6; }
15879 if test "${ac_cv_lib_soname_fontconfig+set}" = set; then
15880 echo $ECHO_N "(cached) $ECHO_C" >&6
15881 else
15882 ac_check_soname_save_LIBS=$LIBS
15883 LIBS="-lfontconfig $X_LIBS $LIBS"
15884 cat >conftest.$ac_ext <<_ACEOF
15885 /* confdefs.h. */
15886 _ACEOF
15887 cat confdefs.h >>conftest.$ac_ext
15888 cat >>conftest.$ac_ext <<_ACEOF
15889 /* end confdefs.h. */
15891 /* Override any GCC internal prototype to avoid an error.
15892 Use char because int might match the return type of a GCC
15893 builtin and then its argument prototype would still apply. */
15894 #ifdef __cplusplus
15895 extern "C"
15896 #endif
15897 char FcInit ();
15899 main ()
15901 return FcInit ();
15903 return 0;
15905 _ACEOF
15906 rm -f conftest.$ac_objext conftest$ac_exeext
15907 if { (ac_try="$ac_link"
15908 case "(($ac_try" in
15909 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
15910 *) ac_try_echo=$ac_try;;
15911 esac
15912 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
15913 (eval "$ac_link") 2>conftest.er1
15914 ac_status=$?
15915 grep -v '^ *+' conftest.er1 >conftest.err
15916 rm -f conftest.er1
15917 cat conftest.err >&5
15918 echo "$as_me:$LINENO: \$? = $ac_status" >&5
15919 (exit $ac_status); } && {
15920 test -z "$ac_c_werror_flag" ||
15921 test ! -s conftest.err
15922 } && test -s conftest$ac_exeext &&
15923 $as_test_x conftest$ac_exeext; then
15924 case "$LIBEXT" in
15925 dll) ;;
15926 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'` ;;
15927 *) ac_cv_lib_soname_fontconfig=`$ac_cv_path_LDD conftest$ac_exeext | grep "libfontconfig\\.$LIBEXT" | sed -e "s/^.*\(libfontconfig\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
15928 esac
15929 else
15930 echo "$as_me: failed program was:" >&5
15931 sed 's/^/| /' conftest.$ac_ext >&5
15936 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
15937 conftest$ac_exeext conftest.$ac_ext
15938 LIBS=$ac_check_soname_save_LIBS
15940 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15941 { echo "$as_me:$LINENO: result: not found" >&5
15942 echo "${ECHO_T}not found" >&6; }
15944 else
15945 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_fontconfig" >&5
15946 echo "${ECHO_T}$ac_cv_lib_soname_fontconfig" >&6; }
15948 cat >>confdefs.h <<_ACEOF
15949 #define SONAME_LIBFONTCONFIG "$ac_cv_lib_soname_fontconfig"
15950 _ACEOF
15957 if test "x$ac_cv_lib_soname_fontconfig" = "x"; then
15958 case "x$with_fontconfig" in
15959 x) wine_notices="$wine_notices|fontconfig development files not found, fontconfig won't be supported." ;;
15960 xno) ;;
15961 *) { { echo "$as_me:$LINENO: error: fontconfig development files not found, fontconfig won't be supported.
15962 This is an error since --with-fontconfig was requested." >&5
15963 echo "$as_me: error: fontconfig development files not found, fontconfig won't be supported.
15964 This is an error since --with-fontconfig was requested." >&2;}
15965 { (exit 1); exit 1; }; } ;;
15966 esac
15970 if test "$ac_cv_header_openssl_err_h" = "yes" -a "$ac_cv_header_openssl_ssl_h" = "yes"
15971 then
15972 { echo "$as_me:$LINENO: checking for -lssl" >&5
15973 echo $ECHO_N "checking for -lssl... $ECHO_C" >&6; }
15974 if test "${ac_cv_lib_soname_ssl+set}" = set; then
15975 echo $ECHO_N "(cached) $ECHO_C" >&6
15976 else
15977 ac_check_soname_save_LIBS=$LIBS
15978 LIBS="-lssl $LIBS"
15979 cat >conftest.$ac_ext <<_ACEOF
15980 /* confdefs.h. */
15981 _ACEOF
15982 cat confdefs.h >>conftest.$ac_ext
15983 cat >>conftest.$ac_ext <<_ACEOF
15984 /* end confdefs.h. */
15986 /* Override any GCC internal prototype to avoid an error.
15987 Use char because int might match the return type of a GCC
15988 builtin and then its argument prototype would still apply. */
15989 #ifdef __cplusplus
15990 extern "C"
15991 #endif
15992 char SSL_library_init ();
15994 main ()
15996 return SSL_library_init ();
15998 return 0;
16000 _ACEOF
16001 rm -f conftest.$ac_objext conftest$ac_exeext
16002 if { (ac_try="$ac_link"
16003 case "(($ac_try" in
16004 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16005 *) ac_try_echo=$ac_try;;
16006 esac
16007 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16008 (eval "$ac_link") 2>conftest.er1
16009 ac_status=$?
16010 grep -v '^ *+' conftest.er1 >conftest.err
16011 rm -f conftest.er1
16012 cat conftest.err >&5
16013 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16014 (exit $ac_status); } && {
16015 test -z "$ac_c_werror_flag" ||
16016 test ! -s conftest.err
16017 } && test -s conftest$ac_exeext &&
16018 $as_test_x conftest$ac_exeext; then
16019 case "$LIBEXT" in
16020 dll) ;;
16021 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'` ;;
16022 *) ac_cv_lib_soname_ssl=`$ac_cv_path_LDD conftest$ac_exeext | grep "libssl\\.$LIBEXT" | sed -e "s/^.*\(libssl\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16023 esac
16024 else
16025 echo "$as_me: failed program was:" >&5
16026 sed 's/^/| /' conftest.$ac_ext >&5
16031 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16032 conftest$ac_exeext conftest.$ac_ext
16033 LIBS=$ac_check_soname_save_LIBS
16035 if test "x$ac_cv_lib_soname_ssl" = "x"; then
16036 { echo "$as_me:$LINENO: result: not found" >&5
16037 echo "${ECHO_T}not found" >&6; }
16039 else
16040 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_ssl" >&5
16041 echo "${ECHO_T}$ac_cv_lib_soname_ssl" >&6; }
16043 cat >>confdefs.h <<_ACEOF
16044 #define SONAME_LIBSSL "$ac_cv_lib_soname_ssl"
16045 _ACEOF
16050 { echo "$as_me:$LINENO: checking for -lcrypto" >&5
16051 echo $ECHO_N "checking for -lcrypto... $ECHO_C" >&6; }
16052 if test "${ac_cv_lib_soname_crypto+set}" = set; then
16053 echo $ECHO_N "(cached) $ECHO_C" >&6
16054 else
16055 ac_check_soname_save_LIBS=$LIBS
16056 LIBS="-lcrypto $LIBS"
16057 cat >conftest.$ac_ext <<_ACEOF
16058 /* confdefs.h. */
16059 _ACEOF
16060 cat confdefs.h >>conftest.$ac_ext
16061 cat >>conftest.$ac_ext <<_ACEOF
16062 /* end confdefs.h. */
16064 /* Override any GCC internal prototype to avoid an error.
16065 Use char because int might match the return type of a GCC
16066 builtin and then its argument prototype would still apply. */
16067 #ifdef __cplusplus
16068 extern "C"
16069 #endif
16070 char BIO_new_socket ();
16072 main ()
16074 return BIO_new_socket ();
16076 return 0;
16078 _ACEOF
16079 rm -f conftest.$ac_objext conftest$ac_exeext
16080 if { (ac_try="$ac_link"
16081 case "(($ac_try" in
16082 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16083 *) ac_try_echo=$ac_try;;
16084 esac
16085 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16086 (eval "$ac_link") 2>conftest.er1
16087 ac_status=$?
16088 grep -v '^ *+' conftest.er1 >conftest.err
16089 rm -f conftest.er1
16090 cat conftest.err >&5
16091 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16092 (exit $ac_status); } && {
16093 test -z "$ac_c_werror_flag" ||
16094 test ! -s conftest.err
16095 } && test -s conftest$ac_exeext &&
16096 $as_test_x conftest$ac_exeext; then
16097 case "$LIBEXT" in
16098 dll) ;;
16099 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'` ;;
16100 *) ac_cv_lib_soname_crypto=`$ac_cv_path_LDD conftest$ac_exeext | grep "libcrypto\\.$LIBEXT" | sed -e "s/^.*\(libcrypto\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16101 esac
16102 else
16103 echo "$as_me: failed program was:" >&5
16104 sed 's/^/| /' conftest.$ac_ext >&5
16109 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16110 conftest$ac_exeext conftest.$ac_ext
16111 LIBS=$ac_check_soname_save_LIBS
16113 if test "x$ac_cv_lib_soname_crypto" = "x"; then
16114 { echo "$as_me:$LINENO: result: not found" >&5
16115 echo "${ECHO_T}not found" >&6; }
16117 else
16118 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_crypto" >&5
16119 echo "${ECHO_T}$ac_cv_lib_soname_crypto" >&6; }
16121 cat >>confdefs.h <<_ACEOF
16122 #define SONAME_LIBCRYPTO "$ac_cv_lib_soname_crypto"
16123 _ACEOF
16129 if test "x$ac_cv_lib_soname_ssl" = "x" -o "x$ac_cv_lib_soname_crypto" = "x"; then
16130 case "x$with_openssl" in
16131 x) wine_warnings="$wine_warnings|OpenSSL development files not found, SSL won't be supported." ;;
16132 xno) ;;
16133 *) { { echo "$as_me:$LINENO: error: OpenSSL development files not found, SSL won't be supported.
16134 This is an error since --with-openssl was requested." >&5
16135 echo "$as_me: error: OpenSSL development files not found, SSL won't be supported.
16136 This is an error since --with-openssl was requested." >&2;}
16137 { (exit 1); exit 1; }; } ;;
16138 esac
16142 if test "$ac_cv_header_jpeglib_h" = "yes"
16143 then
16144 { echo "$as_me:$LINENO: checking for -ljpeg" >&5
16145 echo $ECHO_N "checking for -ljpeg... $ECHO_C" >&6; }
16146 if test "${ac_cv_lib_soname_jpeg+set}" = set; then
16147 echo $ECHO_N "(cached) $ECHO_C" >&6
16148 else
16149 ac_check_soname_save_LIBS=$LIBS
16150 LIBS="-ljpeg $LIBS"
16151 cat >conftest.$ac_ext <<_ACEOF
16152 /* confdefs.h. */
16153 _ACEOF
16154 cat confdefs.h >>conftest.$ac_ext
16155 cat >>conftest.$ac_ext <<_ACEOF
16156 /* end confdefs.h. */
16158 /* Override any GCC internal prototype to avoid an error.
16159 Use char because int might match the return type of a GCC
16160 builtin and then its argument prototype would still apply. */
16161 #ifdef __cplusplus
16162 extern "C"
16163 #endif
16164 char jpeg_start_decompress ();
16166 main ()
16168 return jpeg_start_decompress ();
16170 return 0;
16172 _ACEOF
16173 rm -f conftest.$ac_objext conftest$ac_exeext
16174 if { (ac_try="$ac_link"
16175 case "(($ac_try" in
16176 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16177 *) ac_try_echo=$ac_try;;
16178 esac
16179 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16180 (eval "$ac_link") 2>conftest.er1
16181 ac_status=$?
16182 grep -v '^ *+' conftest.er1 >conftest.err
16183 rm -f conftest.er1
16184 cat conftest.err >&5
16185 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16186 (exit $ac_status); } && {
16187 test -z "$ac_c_werror_flag" ||
16188 test ! -s conftest.err
16189 } && test -s conftest$ac_exeext &&
16190 $as_test_x conftest$ac_exeext; then
16191 case "$LIBEXT" in
16192 dll) ;;
16193 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'` ;;
16194 *) ac_cv_lib_soname_jpeg=`$ac_cv_path_LDD conftest$ac_exeext | grep "libjpeg\\.$LIBEXT" | sed -e "s/^.*\(libjpeg\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16195 esac
16196 else
16197 echo "$as_me: failed program was:" >&5
16198 sed 's/^/| /' conftest.$ac_ext >&5
16203 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16204 conftest$ac_exeext conftest.$ac_ext
16205 LIBS=$ac_check_soname_save_LIBS
16207 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16208 { echo "$as_me:$LINENO: result: not found" >&5
16209 echo "${ECHO_T}not found" >&6; }
16211 else
16212 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_jpeg" >&5
16213 echo "${ECHO_T}$ac_cv_lib_soname_jpeg" >&6; }
16215 cat >>confdefs.h <<_ACEOF
16216 #define SONAME_LIBJPEG "$ac_cv_lib_soname_jpeg"
16217 _ACEOF
16223 if test "x$ac_cv_lib_soname_jpeg" = "x"; then
16224 case "x$with_jpeg" in
16225 x) wine_warnings="$wine_warnings|libjpeg development files not found, JPEG won't be supported." ;;
16226 xno) ;;
16227 *) { { echo "$as_me:$LINENO: error: libjpeg development files not found, JPEG won't be supported.
16228 This is an error since --with-jpeg was requested." >&5
16229 echo "$as_me: error: libjpeg development files not found, JPEG won't be supported.
16230 This is an error since --with-jpeg was requested." >&2;}
16231 { (exit 1); exit 1; }; } ;;
16232 esac
16236 if test "$ac_cv_header_png_h" = "yes"
16237 then
16238 { echo "$as_me:$LINENO: checking for -lpng" >&5
16239 echo $ECHO_N "checking for -lpng... $ECHO_C" >&6; }
16240 if test "${ac_cv_lib_soname_png+set}" = set; then
16241 echo $ECHO_N "(cached) $ECHO_C" >&6
16242 else
16243 ac_check_soname_save_LIBS=$LIBS
16244 LIBS="-lpng -lm $LIBS"
16245 cat >conftest.$ac_ext <<_ACEOF
16246 /* confdefs.h. */
16247 _ACEOF
16248 cat confdefs.h >>conftest.$ac_ext
16249 cat >>conftest.$ac_ext <<_ACEOF
16250 /* end confdefs.h. */
16252 /* Override any GCC internal prototype to avoid an error.
16253 Use char because int might match the return type of a GCC
16254 builtin and then its argument prototype would still apply. */
16255 #ifdef __cplusplus
16256 extern "C"
16257 #endif
16258 char png_create_read_struct ();
16260 main ()
16262 return png_create_read_struct ();
16264 return 0;
16266 _ACEOF
16267 rm -f conftest.$ac_objext conftest$ac_exeext
16268 if { (ac_try="$ac_link"
16269 case "(($ac_try" in
16270 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16271 *) ac_try_echo=$ac_try;;
16272 esac
16273 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16274 (eval "$ac_link") 2>conftest.er1
16275 ac_status=$?
16276 grep -v '^ *+' conftest.er1 >conftest.err
16277 rm -f conftest.er1
16278 cat conftest.err >&5
16279 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16280 (exit $ac_status); } && {
16281 test -z "$ac_c_werror_flag" ||
16282 test ! -s conftest.err
16283 } && test -s conftest$ac_exeext &&
16284 $as_test_x conftest$ac_exeext; then
16285 case "$LIBEXT" in
16286 dll) ;;
16287 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'` ;;
16288 *) 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'` ;;
16289 esac
16290 else
16291 echo "$as_me: failed program was:" >&5
16292 sed 's/^/| /' conftest.$ac_ext >&5
16297 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16298 conftest$ac_exeext conftest.$ac_ext
16299 LIBS=$ac_check_soname_save_LIBS
16301 if test "x$ac_cv_lib_soname_png" = "x"; then
16302 { echo "$as_me:$LINENO: result: not found" >&5
16303 echo "${ECHO_T}not found" >&6; }
16305 else
16306 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_png" >&5
16307 echo "${ECHO_T}$ac_cv_lib_soname_png" >&6; }
16309 cat >>confdefs.h <<_ACEOF
16310 #define SONAME_LIBPNG "$ac_cv_lib_soname_png"
16311 _ACEOF
16317 if test "x$ac_cv_lib_soname_png" = "x"; then
16318 case "x$with_png" in
16319 x) wine_warnings="$wine_warnings|libpng development files not found, PNG won't be supported." ;;
16320 xno) ;;
16321 *) { { echo "$as_me:$LINENO: error: libpng development files not found, PNG won't be supported.
16322 This is an error since --with-png was requested." >&5
16323 echo "$as_me: error: libpng development files not found, PNG won't be supported.
16324 This is an error since --with-png was requested." >&2;}
16325 { (exit 1); exit 1; }; } ;;
16326 esac
16330 { echo "$as_me:$LINENO: checking for -lodbc" >&5
16331 echo $ECHO_N "checking for -lodbc... $ECHO_C" >&6; }
16332 if test "${ac_cv_lib_soname_odbc+set}" = set; then
16333 echo $ECHO_N "(cached) $ECHO_C" >&6
16334 else
16335 ac_check_soname_save_LIBS=$LIBS
16336 LIBS="-lodbc $LIBS"
16337 cat >conftest.$ac_ext <<_ACEOF
16338 /* confdefs.h. */
16339 _ACEOF
16340 cat confdefs.h >>conftest.$ac_ext
16341 cat >>conftest.$ac_ext <<_ACEOF
16342 /* end confdefs.h. */
16344 /* Override any GCC internal prototype to avoid an error.
16345 Use char because int might match the return type of a GCC
16346 builtin and then its argument prototype would still apply. */
16347 #ifdef __cplusplus
16348 extern "C"
16349 #endif
16350 char SQLConnect ();
16352 main ()
16354 return SQLConnect ();
16356 return 0;
16358 _ACEOF
16359 rm -f conftest.$ac_objext conftest$ac_exeext
16360 if { (ac_try="$ac_link"
16361 case "(($ac_try" in
16362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16363 *) ac_try_echo=$ac_try;;
16364 esac
16365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16366 (eval "$ac_link") 2>conftest.er1
16367 ac_status=$?
16368 grep -v '^ *+' conftest.er1 >conftest.err
16369 rm -f conftest.er1
16370 cat conftest.err >&5
16371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16372 (exit $ac_status); } && {
16373 test -z "$ac_c_werror_flag" ||
16374 test ! -s conftest.err
16375 } && test -s conftest$ac_exeext &&
16376 $as_test_x conftest$ac_exeext; then
16377 case "$LIBEXT" in
16378 dll) ;;
16379 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'` ;;
16380 *) ac_cv_lib_soname_odbc=`$ac_cv_path_LDD conftest$ac_exeext | grep "libodbc\\.$LIBEXT" | sed -e "s/^.*\(libodbc\.$LIBEXT[^ ]*\).*$/\1/"';2,$d'` ;;
16381 esac
16382 else
16383 echo "$as_me: failed program was:" >&5
16384 sed 's/^/| /' conftest.$ac_ext >&5
16389 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16390 conftest$ac_exeext conftest.$ac_ext
16391 LIBS=$ac_check_soname_save_LIBS
16393 if test "x$ac_cv_lib_soname_odbc" = "x"; then
16394 { echo "$as_me:$LINENO: result: not found" >&5
16395 echo "${ECHO_T}not found" >&6; }
16396 cat >>confdefs.h <<_ACEOF
16397 #define SONAME_LIBODBC "libodbc.$LIBEXT"
16398 _ACEOF
16400 else
16401 { echo "$as_me:$LINENO: result: $ac_cv_lib_soname_odbc" >&5
16402 echo "${ECHO_T}$ac_cv_lib_soname_odbc" >&6; }
16404 cat >>confdefs.h <<_ACEOF
16405 #define SONAME_LIBODBC "$ac_cv_lib_soname_odbc"
16406 _ACEOF
16412 if test "x$ALSALIBS$AUDIOIOLIBS$COREAUDIO$NASLIBS$ESDLIBS$PULSELIBS$ac_cv_lib_soname_jack" = "x" -a \
16413 "$ac_cv_header_sys_soundcard_h" != "yes" -a \
16414 "$ac_cv_header_machine_soundcard_h" != "yes" -a \
16415 "$ac_cv_header_soundcard_h" != "yes" -a \
16416 "x$with_alsa$with_audioio$with_coreaudio$with_nas$with_esd$with_jack$with_oss" != xnonononononono
16417 then
16418 wine_warnings="$wine_warnings|No sound system was found. Windows applications will be silent."
16422 EXTRACFLAGS=""
16424 if test "x${GCC}" = "xyes"
16425 then
16426 EXTRACFLAGS="-Wall -pipe"
16428 { echo "$as_me:$LINENO: checking for gcc strength-reduce bug" >&5
16429 echo $ECHO_N "checking for gcc strength-reduce bug... $ECHO_C" >&6; }
16430 if test "${ac_cv_c_gcc_strength_bug+set}" = set; then
16431 echo $ECHO_N "(cached) $ECHO_C" >&6
16432 else
16433 if test "$cross_compiling" = yes; then
16434 ac_cv_c_gcc_strength_bug="yes"
16435 else
16436 cat >conftest.$ac_ext <<_ACEOF
16437 /* confdefs.h. */
16438 _ACEOF
16439 cat confdefs.h >>conftest.$ac_ext
16440 cat >>conftest.$ac_ext <<_ACEOF
16441 /* end confdefs.h. */
16442 int L[4] = {0,1,2,3};
16444 main ()
16446 static int Array[3];
16447 unsigned int B = 3;
16448 int i;
16449 for(i=0; i<B; i++) Array[i] = i - 3;
16450 for(i=0; i<4 - 1; i++) L[i] = L[i + 1];
16451 L[i] = 4;
16452 exit( Array[1] != -2 || L[2] != 3)
16454 return 0;
16456 _ACEOF
16457 rm -f conftest$ac_exeext
16458 if { (ac_try="$ac_link"
16459 case "(($ac_try" in
16460 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16461 *) ac_try_echo=$ac_try;;
16462 esac
16463 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16464 (eval "$ac_link") 2>&5
16465 ac_status=$?
16466 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16467 (exit $ac_status); } && { ac_try='./conftest$ac_exeext'
16468 { (case "(($ac_try" in
16469 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16470 *) ac_try_echo=$ac_try;;
16471 esac
16472 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16473 (eval "$ac_try") 2>&5
16474 ac_status=$?
16475 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16476 (exit $ac_status); }; }; then
16477 ac_cv_c_gcc_strength_bug="no"
16478 else
16479 echo "$as_me: program exited with status $ac_status" >&5
16480 echo "$as_me: failed program was:" >&5
16481 sed 's/^/| /' conftest.$ac_ext >&5
16483 ( exit $ac_status )
16484 ac_cv_c_gcc_strength_bug="yes"
16486 rm -f core *.core core.conftest.* gmon.out bb.out conftest$ac_exeext conftest.$ac_objext conftest.$ac_ext
16491 { echo "$as_me:$LINENO: result: $ac_cv_c_gcc_strength_bug" >&5
16492 echo "${ECHO_T}$ac_cv_c_gcc_strength_bug" >&6; }
16493 if test "$ac_cv_c_gcc_strength_bug" = "yes"
16494 then
16495 EXTRACFLAGS="$EXTRACFLAGS -fno-strength-reduce"
16499 { echo "$as_me:$LINENO: checking whether the compiler supports -fshort-wchar" >&5
16500 echo $ECHO_N "checking whether the compiler supports -fshort-wchar... $ECHO_C" >&6; }
16501 if test "${ac_cv_cflags__fshort_wchar+set}" = set; then
16502 echo $ECHO_N "(cached) $ECHO_C" >&6
16503 else
16504 ac_wine_try_cflags_saved=$CFLAGS
16505 CFLAGS="$CFLAGS -fshort-wchar"
16506 cat >conftest.$ac_ext <<_ACEOF
16507 /* confdefs.h. */
16508 _ACEOF
16509 cat confdefs.h >>conftest.$ac_ext
16510 cat >>conftest.$ac_ext <<_ACEOF
16511 /* end confdefs.h. */
16514 main ()
16518 return 0;
16520 _ACEOF
16521 rm -f conftest.$ac_objext conftest$ac_exeext
16522 if { (ac_try="$ac_link"
16523 case "(($ac_try" in
16524 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16525 *) ac_try_echo=$ac_try;;
16526 esac
16527 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16528 (eval "$ac_link") 2>conftest.er1
16529 ac_status=$?
16530 grep -v '^ *+' conftest.er1 >conftest.err
16531 rm -f conftest.er1
16532 cat conftest.err >&5
16533 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16534 (exit $ac_status); } && {
16535 test -z "$ac_c_werror_flag" ||
16536 test ! -s conftest.err
16537 } && test -s conftest$ac_exeext &&
16538 $as_test_x conftest$ac_exeext; then
16539 ac_cv_cflags__fshort_wchar=yes
16540 else
16541 echo "$as_me: failed program was:" >&5
16542 sed 's/^/| /' conftest.$ac_ext >&5
16544 ac_cv_cflags__fshort_wchar=no
16547 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16548 conftest$ac_exeext conftest.$ac_ext
16549 CFLAGS=$ac_wine_try_cflags_saved
16551 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fshort_wchar" >&5
16552 echo "${ECHO_T}$ac_cv_cflags__fshort_wchar" >&6; }
16553 if test $ac_cv_cflags__fshort_wchar = yes; then
16555 cat >>confdefs.h <<\_ACEOF
16556 #define CC_FLAG_SHORT_WCHAR "-fshort-wchar"
16557 _ACEOF
16561 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-builtin" >&5
16562 echo $ECHO_N "checking whether the compiler supports -fno-builtin... $ECHO_C" >&6; }
16563 if test "${ac_cv_cflags__fno_builtin+set}" = set; then
16564 echo $ECHO_N "(cached) $ECHO_C" >&6
16565 else
16566 ac_wine_try_cflags_saved=$CFLAGS
16567 CFLAGS="$CFLAGS -fno-builtin"
16568 cat >conftest.$ac_ext <<_ACEOF
16569 /* confdefs.h. */
16570 _ACEOF
16571 cat confdefs.h >>conftest.$ac_ext
16572 cat >>conftest.$ac_ext <<_ACEOF
16573 /* end confdefs.h. */
16576 main ()
16580 return 0;
16582 _ACEOF
16583 rm -f conftest.$ac_objext conftest$ac_exeext
16584 if { (ac_try="$ac_link"
16585 case "(($ac_try" in
16586 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16587 *) ac_try_echo=$ac_try;;
16588 esac
16589 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16590 (eval "$ac_link") 2>conftest.er1
16591 ac_status=$?
16592 grep -v '^ *+' conftest.er1 >conftest.err
16593 rm -f conftest.er1
16594 cat conftest.err >&5
16595 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16596 (exit $ac_status); } && {
16597 test -z "$ac_c_werror_flag" ||
16598 test ! -s conftest.err
16599 } && test -s conftest$ac_exeext &&
16600 $as_test_x conftest$ac_exeext; then
16601 ac_cv_cflags__fno_builtin=yes
16602 else
16603 echo "$as_me: failed program was:" >&5
16604 sed 's/^/| /' conftest.$ac_ext >&5
16606 ac_cv_cflags__fno_builtin=no
16609 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16610 conftest$ac_exeext conftest.$ac_ext
16611 CFLAGS=$ac_wine_try_cflags_saved
16613 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_builtin" >&5
16614 echo "${ECHO_T}$ac_cv_cflags__fno_builtin" >&6; }
16615 if test $ac_cv_cflags__fno_builtin = yes; then
16616 BUILTINFLAG="-fno-builtin"
16620 { echo "$as_me:$LINENO: checking whether the compiler supports -fno-strict-aliasing" >&5
16621 echo $ECHO_N "checking whether the compiler supports -fno-strict-aliasing... $ECHO_C" >&6; }
16622 if test "${ac_cv_cflags__fno_strict_aliasing+set}" = set; then
16623 echo $ECHO_N "(cached) $ECHO_C" >&6
16624 else
16625 ac_wine_try_cflags_saved=$CFLAGS
16626 CFLAGS="$CFLAGS -fno-strict-aliasing"
16627 cat >conftest.$ac_ext <<_ACEOF
16628 /* confdefs.h. */
16629 _ACEOF
16630 cat confdefs.h >>conftest.$ac_ext
16631 cat >>conftest.$ac_ext <<_ACEOF
16632 /* end confdefs.h. */
16635 main ()
16639 return 0;
16641 _ACEOF
16642 rm -f conftest.$ac_objext conftest$ac_exeext
16643 if { (ac_try="$ac_link"
16644 case "(($ac_try" in
16645 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16646 *) ac_try_echo=$ac_try;;
16647 esac
16648 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16649 (eval "$ac_link") 2>conftest.er1
16650 ac_status=$?
16651 grep -v '^ *+' conftest.er1 >conftest.err
16652 rm -f conftest.er1
16653 cat conftest.err >&5
16654 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16655 (exit $ac_status); } && {
16656 test -z "$ac_c_werror_flag" ||
16657 test ! -s conftest.err
16658 } && test -s conftest$ac_exeext &&
16659 $as_test_x conftest$ac_exeext; then
16660 ac_cv_cflags__fno_strict_aliasing=yes
16661 else
16662 echo "$as_me: failed program was:" >&5
16663 sed 's/^/| /' conftest.$ac_ext >&5
16665 ac_cv_cflags__fno_strict_aliasing=no
16668 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16669 conftest$ac_exeext conftest.$ac_ext
16670 CFLAGS=$ac_wine_try_cflags_saved
16672 { echo "$as_me:$LINENO: result: $ac_cv_cflags__fno_strict_aliasing" >&5
16673 echo "${ECHO_T}$ac_cv_cflags__fno_strict_aliasing" >&6; }
16674 if test $ac_cv_cflags__fno_strict_aliasing = yes; then
16675 EXTRACFLAGS="$EXTRACFLAGS -fno-strict-aliasing"
16678 { echo "$as_me:$LINENO: checking whether the compiler supports -Wdeclaration-after-statement" >&5
16679 echo $ECHO_N "checking whether the compiler supports -Wdeclaration-after-statement... $ECHO_C" >&6; }
16680 if test "${ac_cv_cflags__Wdeclaration_after_statement+set}" = set; then
16681 echo $ECHO_N "(cached) $ECHO_C" >&6
16682 else
16683 ac_wine_try_cflags_saved=$CFLAGS
16684 CFLAGS="$CFLAGS -Wdeclaration-after-statement"
16685 cat >conftest.$ac_ext <<_ACEOF
16686 /* confdefs.h. */
16687 _ACEOF
16688 cat confdefs.h >>conftest.$ac_ext
16689 cat >>conftest.$ac_ext <<_ACEOF
16690 /* end confdefs.h. */
16693 main ()
16697 return 0;
16699 _ACEOF
16700 rm -f conftest.$ac_objext conftest$ac_exeext
16701 if { (ac_try="$ac_link"
16702 case "(($ac_try" in
16703 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16704 *) ac_try_echo=$ac_try;;
16705 esac
16706 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16707 (eval "$ac_link") 2>conftest.er1
16708 ac_status=$?
16709 grep -v '^ *+' conftest.er1 >conftest.err
16710 rm -f conftest.er1
16711 cat conftest.err >&5
16712 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16713 (exit $ac_status); } && {
16714 test -z "$ac_c_werror_flag" ||
16715 test ! -s conftest.err
16716 } && test -s conftest$ac_exeext &&
16717 $as_test_x conftest$ac_exeext; then
16718 ac_cv_cflags__Wdeclaration_after_statement=yes
16719 else
16720 echo "$as_me: failed program was:" >&5
16721 sed 's/^/| /' conftest.$ac_ext >&5
16723 ac_cv_cflags__Wdeclaration_after_statement=no
16726 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16727 conftest$ac_exeext conftest.$ac_ext
16728 CFLAGS=$ac_wine_try_cflags_saved
16730 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wdeclaration_after_statement" >&5
16731 echo "${ECHO_T}$ac_cv_cflags__Wdeclaration_after_statement" >&6; }
16732 if test $ac_cv_cflags__Wdeclaration_after_statement = yes; then
16733 EXTRACFLAGS="$EXTRACFLAGS -Wdeclaration-after-statement"
16736 { echo "$as_me:$LINENO: checking whether the compiler supports -Wwrite-strings" >&5
16737 echo $ECHO_N "checking whether the compiler supports -Wwrite-strings... $ECHO_C" >&6; }
16738 if test "${ac_cv_cflags__Wwrite_strings+set}" = set; then
16739 echo $ECHO_N "(cached) $ECHO_C" >&6
16740 else
16741 ac_wine_try_cflags_saved=$CFLAGS
16742 CFLAGS="$CFLAGS -Wwrite-strings"
16743 cat >conftest.$ac_ext <<_ACEOF
16744 /* confdefs.h. */
16745 _ACEOF
16746 cat confdefs.h >>conftest.$ac_ext
16747 cat >>conftest.$ac_ext <<_ACEOF
16748 /* end confdefs.h. */
16751 main ()
16755 return 0;
16757 _ACEOF
16758 rm -f conftest.$ac_objext conftest$ac_exeext
16759 if { (ac_try="$ac_link"
16760 case "(($ac_try" in
16761 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16762 *) ac_try_echo=$ac_try;;
16763 esac
16764 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16765 (eval "$ac_link") 2>conftest.er1
16766 ac_status=$?
16767 grep -v '^ *+' conftest.er1 >conftest.err
16768 rm -f conftest.er1
16769 cat conftest.err >&5
16770 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16771 (exit $ac_status); } && {
16772 test -z "$ac_c_werror_flag" ||
16773 test ! -s conftest.err
16774 } && test -s conftest$ac_exeext &&
16775 $as_test_x conftest$ac_exeext; then
16776 ac_cv_cflags__Wwrite_strings=yes
16777 else
16778 echo "$as_me: failed program was:" >&5
16779 sed 's/^/| /' conftest.$ac_ext >&5
16781 ac_cv_cflags__Wwrite_strings=no
16784 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16785 conftest$ac_exeext conftest.$ac_ext
16786 CFLAGS=$ac_wine_try_cflags_saved
16788 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wwrite_strings" >&5
16789 echo "${ECHO_T}$ac_cv_cflags__Wwrite_strings" >&6; }
16790 if test $ac_cv_cflags__Wwrite_strings = yes; then
16791 EXTRACFLAGS="$EXTRACFLAGS -Wwrite-strings"
16794 { echo "$as_me:$LINENO: checking whether the compiler supports -Wtype-limits" >&5
16795 echo $ECHO_N "checking whether the compiler supports -Wtype-limits... $ECHO_C" >&6; }
16796 if test "${ac_cv_cflags__Wtype_limits+set}" = set; then
16797 echo $ECHO_N "(cached) $ECHO_C" >&6
16798 else
16799 ac_wine_try_cflags_saved=$CFLAGS
16800 CFLAGS="$CFLAGS -Wtype-limits"
16801 cat >conftest.$ac_ext <<_ACEOF
16802 /* confdefs.h. */
16803 _ACEOF
16804 cat confdefs.h >>conftest.$ac_ext
16805 cat >>conftest.$ac_ext <<_ACEOF
16806 /* end confdefs.h. */
16809 main ()
16813 return 0;
16815 _ACEOF
16816 rm -f conftest.$ac_objext conftest$ac_exeext
16817 if { (ac_try="$ac_link"
16818 case "(($ac_try" in
16819 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16820 *) ac_try_echo=$ac_try;;
16821 esac
16822 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16823 (eval "$ac_link") 2>conftest.er1
16824 ac_status=$?
16825 grep -v '^ *+' conftest.er1 >conftest.err
16826 rm -f conftest.er1
16827 cat conftest.err >&5
16828 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16829 (exit $ac_status); } && {
16830 test -z "$ac_c_werror_flag" ||
16831 test ! -s conftest.err
16832 } && test -s conftest$ac_exeext &&
16833 $as_test_x conftest$ac_exeext; then
16834 ac_cv_cflags__Wtype_limits=yes
16835 else
16836 echo "$as_me: failed program was:" >&5
16837 sed 's/^/| /' conftest.$ac_ext >&5
16839 ac_cv_cflags__Wtype_limits=no
16842 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
16843 conftest$ac_exeext conftest.$ac_ext
16844 CFLAGS=$ac_wine_try_cflags_saved
16846 { echo "$as_me:$LINENO: result: $ac_cv_cflags__Wtype_limits" >&5
16847 echo "${ECHO_T}$ac_cv_cflags__Wtype_limits" >&6; }
16848 if test $ac_cv_cflags__Wtype_limits = yes; then
16849 EXTRACFLAGS="$EXTRACFLAGS -Wtype-limits"
16853 saved_CFLAGS="$CFLAGS"
16854 CFLAGS="$CFLAGS -Wpointer-arith -Werror"
16855 { echo "$as_me:$LINENO: checking for broken string.h that generates warnings" >&5
16856 echo $ECHO_N "checking for broken string.h that generates warnings... $ECHO_C" >&6; }
16857 if test "${ac_cv_c_string_h_warnings+set}" = set; then
16858 echo $ECHO_N "(cached) $ECHO_C" >&6
16859 else
16860 cat >conftest.$ac_ext <<_ACEOF
16861 /* confdefs.h. */
16862 _ACEOF
16863 cat confdefs.h >>conftest.$ac_ext
16864 cat >>conftest.$ac_ext <<_ACEOF
16865 /* end confdefs.h. */
16866 #include <string.h>
16868 main ()
16872 return 0;
16874 _ACEOF
16875 rm -f conftest.$ac_objext
16876 if { (ac_try="$ac_compile"
16877 case "(($ac_try" in
16878 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16879 *) ac_try_echo=$ac_try;;
16880 esac
16881 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16882 (eval "$ac_compile") 2>conftest.er1
16883 ac_status=$?
16884 grep -v '^ *+' conftest.er1 >conftest.err
16885 rm -f conftest.er1
16886 cat conftest.err >&5
16887 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16888 (exit $ac_status); } && {
16889 test -z "$ac_c_werror_flag" ||
16890 test ! -s conftest.err
16891 } && test -s conftest.$ac_objext; then
16892 ac_cv_c_string_h_warnings=no
16893 else
16894 echo "$as_me: failed program was:" >&5
16895 sed 's/^/| /' conftest.$ac_ext >&5
16897 ac_cv_c_string_h_warnings=yes
16900 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
16902 { echo "$as_me:$LINENO: result: $ac_cv_c_string_h_warnings" >&5
16903 echo "${ECHO_T}$ac_cv_c_string_h_warnings" >&6; }
16904 CFLAGS="$saved_CFLAGS"
16905 if test "$ac_cv_c_string_h_warnings" = "no"
16906 then
16907 EXTRACFLAGS="$EXTRACFLAGS -Wpointer-arith"
16912 { echo "$as_me:$LINENO: checking how to define a function in assembly code" >&5
16913 echo $ECHO_N "checking how to define a function in assembly code... $ECHO_C" >&6; }
16914 if test "${ac_cv_asm_func_def+set}" = set; then
16915 echo $ECHO_N "(cached) $ECHO_C" >&6
16916 else
16917 cat >conftest.$ac_ext <<_ACEOF
16918 /* confdefs.h. */
16919 _ACEOF
16920 cat confdefs.h >>conftest.$ac_ext
16921 cat >>conftest.$ac_ext <<_ACEOF
16922 /* end confdefs.h. */
16925 main ()
16927 asm("\t.globl _ac_test\n\t.def _ac_test; .scl 2; .type 32; .endef\n_ac_test:\t.long 0");
16929 return 0;
16931 _ACEOF
16932 rm -f conftest.$ac_objext conftest$ac_exeext
16933 if { (ac_try="$ac_link"
16934 case "(($ac_try" in
16935 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16936 *) ac_try_echo=$ac_try;;
16937 esac
16938 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16939 (eval "$ac_link") 2>conftest.er1
16940 ac_status=$?
16941 grep -v '^ *+' conftest.er1 >conftest.err
16942 rm -f conftest.er1
16943 cat conftest.err >&5
16944 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16945 (exit $ac_status); } && {
16946 test -z "$ac_c_werror_flag" ||
16947 test ! -s conftest.err
16948 } && test -s conftest$ac_exeext &&
16949 $as_test_x conftest$ac_exeext; then
16950 ac_cv_asm_func_def=".def"
16951 else
16952 echo "$as_me: failed program was:" >&5
16953 sed 's/^/| /' conftest.$ac_ext >&5
16955 cat >conftest.$ac_ext <<_ACEOF
16956 /* confdefs.h. */
16957 _ACEOF
16958 cat confdefs.h >>conftest.$ac_ext
16959 cat >>conftest.$ac_ext <<_ACEOF
16960 /* end confdefs.h. */
16963 main ()
16965 asm("\t.globl _ac_test\n\t.type _ac_test,@function\n_ac_test:\t.long 0");
16967 return 0;
16969 _ACEOF
16970 rm -f conftest.$ac_objext conftest$ac_exeext
16971 if { (ac_try="$ac_link"
16972 case "(($ac_try" in
16973 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
16974 *) ac_try_echo=$ac_try;;
16975 esac
16976 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
16977 (eval "$ac_link") 2>conftest.er1
16978 ac_status=$?
16979 grep -v '^ *+' conftest.er1 >conftest.err
16980 rm -f conftest.er1
16981 cat conftest.err >&5
16982 echo "$as_me:$LINENO: \$? = $ac_status" >&5
16983 (exit $ac_status); } && {
16984 test -z "$ac_c_werror_flag" ||
16985 test ! -s conftest.err
16986 } && test -s conftest$ac_exeext &&
16987 $as_test_x conftest$ac_exeext; then
16988 ac_cv_asm_func_def=".type @function"
16989 else
16990 echo "$as_me: failed program was:" >&5
16991 sed 's/^/| /' conftest.$ac_ext >&5
16993 cat >conftest.$ac_ext <<_ACEOF
16994 /* confdefs.h. */
16995 _ACEOF
16996 cat confdefs.h >>conftest.$ac_ext
16997 cat >>conftest.$ac_ext <<_ACEOF
16998 /* end confdefs.h. */
17001 main ()
17003 asm("\t.globl _ac_test\n\t.type _ac_test,2\n_ac_test:\t.long 0");
17005 return 0;
17007 _ACEOF
17008 rm -f conftest.$ac_objext conftest$ac_exeext
17009 if { (ac_try="$ac_link"
17010 case "(($ac_try" in
17011 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17012 *) ac_try_echo=$ac_try;;
17013 esac
17014 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17015 (eval "$ac_link") 2>conftest.er1
17016 ac_status=$?
17017 grep -v '^ *+' conftest.er1 >conftest.err
17018 rm -f conftest.er1
17019 cat conftest.err >&5
17020 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17021 (exit $ac_status); } && {
17022 test -z "$ac_c_werror_flag" ||
17023 test ! -s conftest.err
17024 } && test -s conftest$ac_exeext &&
17025 $as_test_x conftest$ac_exeext; then
17026 ac_cv_asm_func_def=".type 2"
17027 else
17028 echo "$as_me: failed program was:" >&5
17029 sed 's/^/| /' conftest.$ac_ext >&5
17031 ac_cv_asm_func_def="unknown"
17034 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17035 conftest$ac_exeext conftest.$ac_ext
17038 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17039 conftest$ac_exeext conftest.$ac_ext
17042 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17043 conftest$ac_exeext conftest.$ac_ext
17045 { echo "$as_me:$LINENO: result: $ac_cv_asm_func_def" >&5
17046 echo "${ECHO_T}$ac_cv_asm_func_def" >&6; }
17050 case "$ac_cv_asm_func_def" in
17051 ".def")
17052 cat >>confdefs.h <<\_ACEOF
17053 #define __ASM_FUNC(name) ".def " __ASM_NAME(name) "; .scl 2; .type 32; .endef"
17054 _ACEOF
17056 ".type @function")
17057 cat >>confdefs.h <<\_ACEOF
17058 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",@function"
17059 _ACEOF
17061 ".type 2")
17062 cat >>confdefs.h <<\_ACEOF
17063 #define __ASM_FUNC(name) ".type " __ASM_NAME(name) ",2"
17064 _ACEOF
17067 cat >>confdefs.h <<\_ACEOF
17068 #define __ASM_FUNC(name) ""
17069 _ACEOF
17071 esac
17074 { echo "$as_me:$LINENO: checking whether external symbols need an underscore prefix" >&5
17075 echo $ECHO_N "checking whether external symbols need an underscore prefix... $ECHO_C" >&6; }
17076 if test "${ac_cv_c_extern_prefix+set}" = set; then
17077 echo $ECHO_N "(cached) $ECHO_C" >&6
17078 else
17079 cat >conftest.$ac_ext <<_ACEOF
17080 /* confdefs.h. */
17081 _ACEOF
17082 cat confdefs.h >>conftest.$ac_ext
17083 cat >>conftest.$ac_ext <<_ACEOF
17084 /* end confdefs.h. */
17085 extern int ac_test;
17087 main ()
17089 asm(".globl _ac_test\n_ac_test:\t.long 0"); if (ac_test) return 1
17091 return 0;
17093 _ACEOF
17094 rm -f conftest.$ac_objext conftest$ac_exeext
17095 if { (ac_try="$ac_link"
17096 case "(($ac_try" in
17097 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17098 *) ac_try_echo=$ac_try;;
17099 esac
17100 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17101 (eval "$ac_link") 2>conftest.er1
17102 ac_status=$?
17103 grep -v '^ *+' conftest.er1 >conftest.err
17104 rm -f conftest.er1
17105 cat conftest.err >&5
17106 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17107 (exit $ac_status); } && {
17108 test -z "$ac_c_werror_flag" ||
17109 test ! -s conftest.err
17110 } && test -s conftest$ac_exeext &&
17111 $as_test_x conftest$ac_exeext; then
17112 ac_cv_c_extern_prefix="yes"
17113 else
17114 echo "$as_me: failed program was:" >&5
17115 sed 's/^/| /' conftest.$ac_ext >&5
17117 ac_cv_c_extern_prefix="no"
17120 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17121 conftest$ac_exeext conftest.$ac_ext
17123 { echo "$as_me:$LINENO: result: $ac_cv_c_extern_prefix" >&5
17124 echo "${ECHO_T}$ac_cv_c_extern_prefix" >&6; }
17128 if test "$ac_cv_c_extern_prefix" = "yes"
17129 then
17130 cat >>confdefs.h <<\_ACEOF
17131 #define __ASM_NAME(name) "_" name
17132 _ACEOF
17134 else
17135 cat >>confdefs.h <<\_ACEOF
17136 #define __ASM_NAME(name) name
17137 _ACEOF
17142 LDPATH=""
17144 case $build_os in
17145 cygwin*|mingw32*)
17146 LDPATH="PATH=\"\$(TOOLSDIR)/libs/wine:\$\$PATH\""
17148 darwin*|macosx*)
17150 linux*|solaris*) if test -z "$LDRPATH_LOCAL"
17151 then
17152 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17156 LDPATH="LD_LIBRARY_PATH=\"\$(TOOLSDIR)/libs/wine:\$\$LD_LIBRARY_PATH\""
17158 esac
17160 case $host_os in
17161 mingw32*)
17162 CRTLIBS="-lmsvcrt"
17164 SOCKETLIBS="-lws2_32"
17167 esac
17169 MAIN_BINARY="wine-pthread"
17170 case $host_cpu in
17171 *i[3456789]86*)
17172 case $host_os in
17173 linux* | k*bsd*-gnu)
17174 MAIN_BINARY="wine-glibc"
17176 EXTRA_BINARIES="wine-kthread wine-pthread wine-preloader"
17178 freebsd*)
17179 MAIN_BINARY="wine-freebsd"
17181 EXTRA_BINARIES="wine-pthread"
17183 esac
17185 esac
17257 for ac_func in \
17258 _pclose \
17259 _popen \
17260 _snprintf \
17261 _spawnvp \
17262 _strdup \
17263 _stricmp \
17264 _strnicmp \
17265 _strtoi64 \
17266 _strtoui64 \
17267 _vsnprintf \
17268 asctime_r \
17269 chsize \
17270 clone \
17271 dlopen \
17272 epoll_create \
17273 ffs \
17274 finite \
17275 fork \
17276 fpclass \
17277 fstatfs \
17278 fstatvfs \
17279 ftruncate \
17280 futimes \
17281 futimesat \
17282 getdirentries \
17283 getopt_long \
17284 getpagesize \
17285 getpwuid \
17286 gettid \
17287 gettimeofday \
17288 getuid \
17289 inet_pton \
17290 kqueue \
17291 lstat \
17292 memmove \
17293 mmap \
17294 pclose \
17295 poll \
17296 popen \
17297 prctl \
17298 pread \
17299 pwrite \
17300 readlink \
17301 rfork \
17302 sched_yield \
17303 select \
17304 setproctitle \
17305 setrlimit \
17306 settimeofday \
17307 sigaltstack \
17308 sigprocmask \
17309 snprintf \
17310 spawnvp \
17311 statfs \
17312 statvfs \
17313 strcasecmp \
17314 strdup \
17315 strerror \
17316 strncasecmp \
17317 strtold \
17318 strtoll \
17319 strtoull \
17320 tcgetattr \
17321 thr_kill2 \
17322 timegm \
17323 usleep \
17324 vsnprintf \
17325 wait4 \
17326 waitpid \
17329 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17330 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17331 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17332 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17333 echo $ECHO_N "(cached) $ECHO_C" >&6
17334 else
17335 cat >conftest.$ac_ext <<_ACEOF
17336 /* confdefs.h. */
17337 _ACEOF
17338 cat confdefs.h >>conftest.$ac_ext
17339 cat >>conftest.$ac_ext <<_ACEOF
17340 /* end confdefs.h. */
17341 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17342 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17343 #define $ac_func innocuous_$ac_func
17345 /* System header to define __stub macros and hopefully few prototypes,
17346 which can conflict with char $ac_func (); below.
17347 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17348 <limits.h> exists even on freestanding compilers. */
17350 #ifdef __STDC__
17351 # include <limits.h>
17352 #else
17353 # include <assert.h>
17354 #endif
17356 #undef $ac_func
17358 /* Override any GCC internal prototype to avoid an error.
17359 Use char because int might match the return type of a GCC
17360 builtin and then its argument prototype would still apply. */
17361 #ifdef __cplusplus
17362 extern "C"
17363 #endif
17364 char $ac_func ();
17365 /* The GNU C library defines this for functions which it implements
17366 to always fail with ENOSYS. Some functions are actually named
17367 something starting with __ and the normal name is an alias. */
17368 #if defined __stub_$ac_func || defined __stub___$ac_func
17369 choke me
17370 #endif
17373 main ()
17375 return $ac_func ();
17377 return 0;
17379 _ACEOF
17380 rm -f conftest.$ac_objext conftest$ac_exeext
17381 if { (ac_try="$ac_link"
17382 case "(($ac_try" in
17383 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17384 *) ac_try_echo=$ac_try;;
17385 esac
17386 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17387 (eval "$ac_link") 2>conftest.er1
17388 ac_status=$?
17389 grep -v '^ *+' conftest.er1 >conftest.err
17390 rm -f conftest.er1
17391 cat conftest.err >&5
17392 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17393 (exit $ac_status); } && {
17394 test -z "$ac_c_werror_flag" ||
17395 test ! -s conftest.err
17396 } && test -s conftest$ac_exeext &&
17397 $as_test_x conftest$ac_exeext; then
17398 eval "$as_ac_var=yes"
17399 else
17400 echo "$as_me: failed program was:" >&5
17401 sed 's/^/| /' conftest.$ac_ext >&5
17403 eval "$as_ac_var=no"
17406 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17407 conftest$ac_exeext conftest.$ac_ext
17409 ac_res=`eval echo '${'$as_ac_var'}'`
17410 { echo "$as_me:$LINENO: result: $ac_res" >&5
17411 echo "${ECHO_T}$ac_res" >&6; }
17412 if test `eval echo '${'$as_ac_var'}'` = yes; then
17413 cat >>confdefs.h <<_ACEOF
17414 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17415 _ACEOF
17418 done
17421 if test "$ac_cv_func_dlopen" = no
17422 then
17423 { echo "$as_me:$LINENO: checking for dlopen in -ldl" >&5
17424 echo $ECHO_N "checking for dlopen in -ldl... $ECHO_C" >&6; }
17425 if test "${ac_cv_lib_dl_dlopen+set}" = set; then
17426 echo $ECHO_N "(cached) $ECHO_C" >&6
17427 else
17428 ac_check_lib_save_LIBS=$LIBS
17429 LIBS="-ldl $LIBS"
17430 cat >conftest.$ac_ext <<_ACEOF
17431 /* confdefs.h. */
17432 _ACEOF
17433 cat confdefs.h >>conftest.$ac_ext
17434 cat >>conftest.$ac_ext <<_ACEOF
17435 /* end confdefs.h. */
17437 /* Override any GCC internal prototype to avoid an error.
17438 Use char because int might match the return type of a GCC
17439 builtin and then its argument prototype would still apply. */
17440 #ifdef __cplusplus
17441 extern "C"
17442 #endif
17443 char dlopen ();
17445 main ()
17447 return dlopen ();
17449 return 0;
17451 _ACEOF
17452 rm -f conftest.$ac_objext conftest$ac_exeext
17453 if { (ac_try="$ac_link"
17454 case "(($ac_try" in
17455 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17456 *) ac_try_echo=$ac_try;;
17457 esac
17458 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17459 (eval "$ac_link") 2>conftest.er1
17460 ac_status=$?
17461 grep -v '^ *+' conftest.er1 >conftest.err
17462 rm -f conftest.er1
17463 cat conftest.err >&5
17464 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17465 (exit $ac_status); } && {
17466 test -z "$ac_c_werror_flag" ||
17467 test ! -s conftest.err
17468 } && test -s conftest$ac_exeext &&
17469 $as_test_x conftest$ac_exeext; then
17470 ac_cv_lib_dl_dlopen=yes
17471 else
17472 echo "$as_me: failed program was:" >&5
17473 sed 's/^/| /' conftest.$ac_ext >&5
17475 ac_cv_lib_dl_dlopen=no
17478 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17479 conftest$ac_exeext conftest.$ac_ext
17480 LIBS=$ac_check_lib_save_LIBS
17482 { echo "$as_me:$LINENO: result: $ac_cv_lib_dl_dlopen" >&5
17483 echo "${ECHO_T}$ac_cv_lib_dl_dlopen" >&6; }
17484 if test $ac_cv_lib_dl_dlopen = yes; then
17485 cat >>confdefs.h <<\_ACEOF
17486 #define HAVE_DLOPEN 1
17487 _ACEOF
17488 LIBDL="-ldl"
17493 ac_wine_check_funcs_save_LIBS="$LIBS"
17494 LIBS="$LIBS $LIBDL"
17496 for ac_func in dladdr
17498 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17499 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17500 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17501 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17502 echo $ECHO_N "(cached) $ECHO_C" >&6
17503 else
17504 cat >conftest.$ac_ext <<_ACEOF
17505 /* confdefs.h. */
17506 _ACEOF
17507 cat confdefs.h >>conftest.$ac_ext
17508 cat >>conftest.$ac_ext <<_ACEOF
17509 /* end confdefs.h. */
17510 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17511 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17512 #define $ac_func innocuous_$ac_func
17514 /* System header to define __stub macros and hopefully few prototypes,
17515 which can conflict with char $ac_func (); below.
17516 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17517 <limits.h> exists even on freestanding compilers. */
17519 #ifdef __STDC__
17520 # include <limits.h>
17521 #else
17522 # include <assert.h>
17523 #endif
17525 #undef $ac_func
17527 /* Override any GCC internal prototype to avoid an error.
17528 Use char because int might match the return type of a GCC
17529 builtin and then its argument prototype would still apply. */
17530 #ifdef __cplusplus
17531 extern "C"
17532 #endif
17533 char $ac_func ();
17534 /* The GNU C library defines this for functions which it implements
17535 to always fail with ENOSYS. Some functions are actually named
17536 something starting with __ and the normal name is an alias. */
17537 #if defined __stub_$ac_func || defined __stub___$ac_func
17538 choke me
17539 #endif
17542 main ()
17544 return $ac_func ();
17546 return 0;
17548 _ACEOF
17549 rm -f conftest.$ac_objext conftest$ac_exeext
17550 if { (ac_try="$ac_link"
17551 case "(($ac_try" in
17552 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17553 *) ac_try_echo=$ac_try;;
17554 esac
17555 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17556 (eval "$ac_link") 2>conftest.er1
17557 ac_status=$?
17558 grep -v '^ *+' conftest.er1 >conftest.err
17559 rm -f conftest.er1
17560 cat conftest.err >&5
17561 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17562 (exit $ac_status); } && {
17563 test -z "$ac_c_werror_flag" ||
17564 test ! -s conftest.err
17565 } && test -s conftest$ac_exeext &&
17566 $as_test_x conftest$ac_exeext; then
17567 eval "$as_ac_var=yes"
17568 else
17569 echo "$as_me: failed program was:" >&5
17570 sed 's/^/| /' conftest.$ac_ext >&5
17572 eval "$as_ac_var=no"
17575 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17576 conftest$ac_exeext conftest.$ac_ext
17578 ac_res=`eval echo '${'$as_ac_var'}'`
17579 { echo "$as_me:$LINENO: result: $ac_res" >&5
17580 echo "${ECHO_T}$ac_res" >&6; }
17581 if test `eval echo '${'$as_ac_var'}'` = yes; then
17582 cat >>confdefs.h <<_ACEOF
17583 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
17584 _ACEOF
17587 done
17589 LIBS="$ac_wine_check_funcs_save_LIBS"
17591 if test "$ac_cv_func_poll" = no
17592 then
17593 { echo "$as_me:$LINENO: checking for poll in -lpoll" >&5
17594 echo $ECHO_N "checking for poll in -lpoll... $ECHO_C" >&6; }
17595 if test "${ac_cv_lib_poll_poll+set}" = set; then
17596 echo $ECHO_N "(cached) $ECHO_C" >&6
17597 else
17598 ac_check_lib_save_LIBS=$LIBS
17599 LIBS="-lpoll $LIBS"
17600 cat >conftest.$ac_ext <<_ACEOF
17601 /* confdefs.h. */
17602 _ACEOF
17603 cat confdefs.h >>conftest.$ac_ext
17604 cat >>conftest.$ac_ext <<_ACEOF
17605 /* end confdefs.h. */
17607 /* Override any GCC internal prototype to avoid an error.
17608 Use char because int might match the return type of a GCC
17609 builtin and then its argument prototype would still apply. */
17610 #ifdef __cplusplus
17611 extern "C"
17612 #endif
17613 char poll ();
17615 main ()
17617 return poll ();
17619 return 0;
17621 _ACEOF
17622 rm -f conftest.$ac_objext conftest$ac_exeext
17623 if { (ac_try="$ac_link"
17624 case "(($ac_try" in
17625 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17626 *) ac_try_echo=$ac_try;;
17627 esac
17628 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17629 (eval "$ac_link") 2>conftest.er1
17630 ac_status=$?
17631 grep -v '^ *+' conftest.er1 >conftest.err
17632 rm -f conftest.er1
17633 cat conftest.err >&5
17634 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17635 (exit $ac_status); } && {
17636 test -z "$ac_c_werror_flag" ||
17637 test ! -s conftest.err
17638 } && test -s conftest$ac_exeext &&
17639 $as_test_x conftest$ac_exeext; then
17640 ac_cv_lib_poll_poll=yes
17641 else
17642 echo "$as_me: failed program was:" >&5
17643 sed 's/^/| /' conftest.$ac_ext >&5
17645 ac_cv_lib_poll_poll=no
17648 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17649 conftest$ac_exeext conftest.$ac_ext
17650 LIBS=$ac_check_lib_save_LIBS
17652 { echo "$as_me:$LINENO: result: $ac_cv_lib_poll_poll" >&5
17653 echo "${ECHO_T}$ac_cv_lib_poll_poll" >&6; }
17654 if test $ac_cv_lib_poll_poll = yes; then
17655 cat >>confdefs.h <<\_ACEOF
17656 #define HAVE_POLL 1
17657 _ACEOF
17658 LIBPOLL="-lpoll"
17664 { echo "$as_me:$LINENO: checking for library containing gethostbyname" >&5
17665 echo $ECHO_N "checking for library containing gethostbyname... $ECHO_C" >&6; }
17666 if test "${ac_cv_search_gethostbyname+set}" = set; then
17667 echo $ECHO_N "(cached) $ECHO_C" >&6
17668 else
17669 ac_func_search_save_LIBS=$LIBS
17670 cat >conftest.$ac_ext <<_ACEOF
17671 /* confdefs.h. */
17672 _ACEOF
17673 cat confdefs.h >>conftest.$ac_ext
17674 cat >>conftest.$ac_ext <<_ACEOF
17675 /* end confdefs.h. */
17677 /* Override any GCC internal prototype to avoid an error.
17678 Use char because int might match the return type of a GCC
17679 builtin and then its argument prototype would still apply. */
17680 #ifdef __cplusplus
17681 extern "C"
17682 #endif
17683 char gethostbyname ();
17685 main ()
17687 return gethostbyname ();
17689 return 0;
17691 _ACEOF
17692 for ac_lib in '' nsl; do
17693 if test -z "$ac_lib"; then
17694 ac_res="none required"
17695 else
17696 ac_res=-l$ac_lib
17697 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17699 rm -f conftest.$ac_objext conftest$ac_exeext
17700 if { (ac_try="$ac_link"
17701 case "(($ac_try" in
17702 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17703 *) ac_try_echo=$ac_try;;
17704 esac
17705 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17706 (eval "$ac_link") 2>conftest.er1
17707 ac_status=$?
17708 grep -v '^ *+' conftest.er1 >conftest.err
17709 rm -f conftest.er1
17710 cat conftest.err >&5
17711 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17712 (exit $ac_status); } && {
17713 test -z "$ac_c_werror_flag" ||
17714 test ! -s conftest.err
17715 } && test -s conftest$ac_exeext &&
17716 $as_test_x conftest$ac_exeext; then
17717 ac_cv_search_gethostbyname=$ac_res
17718 else
17719 echo "$as_me: failed program was:" >&5
17720 sed 's/^/| /' conftest.$ac_ext >&5
17725 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17726 conftest$ac_exeext
17727 if test "${ac_cv_search_gethostbyname+set}" = set; then
17728 break
17730 done
17731 if test "${ac_cv_search_gethostbyname+set}" = set; then
17733 else
17734 ac_cv_search_gethostbyname=no
17736 rm conftest.$ac_ext
17737 LIBS=$ac_func_search_save_LIBS
17739 { echo "$as_me:$LINENO: result: $ac_cv_search_gethostbyname" >&5
17740 echo "${ECHO_T}$ac_cv_search_gethostbyname" >&6; }
17741 ac_res=$ac_cv_search_gethostbyname
17742 if test "$ac_res" != no; then
17743 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17748 { echo "$as_me:$LINENO: checking for library containing connect" >&5
17749 echo $ECHO_N "checking for library containing connect... $ECHO_C" >&6; }
17750 if test "${ac_cv_search_connect+set}" = set; then
17751 echo $ECHO_N "(cached) $ECHO_C" >&6
17752 else
17753 ac_func_search_save_LIBS=$LIBS
17754 cat >conftest.$ac_ext <<_ACEOF
17755 /* confdefs.h. */
17756 _ACEOF
17757 cat confdefs.h >>conftest.$ac_ext
17758 cat >>conftest.$ac_ext <<_ACEOF
17759 /* end confdefs.h. */
17761 /* Override any GCC internal prototype to avoid an error.
17762 Use char because int might match the return type of a GCC
17763 builtin and then its argument prototype would still apply. */
17764 #ifdef __cplusplus
17765 extern "C"
17766 #endif
17767 char connect ();
17769 main ()
17771 return connect ();
17773 return 0;
17775 _ACEOF
17776 for ac_lib in '' socket; do
17777 if test -z "$ac_lib"; then
17778 ac_res="none required"
17779 else
17780 ac_res=-l$ac_lib
17781 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17783 rm -f conftest.$ac_objext conftest$ac_exeext
17784 if { (ac_try="$ac_link"
17785 case "(($ac_try" in
17786 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17787 *) ac_try_echo=$ac_try;;
17788 esac
17789 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17790 (eval "$ac_link") 2>conftest.er1
17791 ac_status=$?
17792 grep -v '^ *+' conftest.er1 >conftest.err
17793 rm -f conftest.er1
17794 cat conftest.err >&5
17795 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17796 (exit $ac_status); } && {
17797 test -z "$ac_c_werror_flag" ||
17798 test ! -s conftest.err
17799 } && test -s conftest$ac_exeext &&
17800 $as_test_x conftest$ac_exeext; then
17801 ac_cv_search_connect=$ac_res
17802 else
17803 echo "$as_me: failed program was:" >&5
17804 sed 's/^/| /' conftest.$ac_ext >&5
17809 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17810 conftest$ac_exeext
17811 if test "${ac_cv_search_connect+set}" = set; then
17812 break
17814 done
17815 if test "${ac_cv_search_connect+set}" = set; then
17817 else
17818 ac_cv_search_connect=no
17820 rm conftest.$ac_ext
17821 LIBS=$ac_func_search_save_LIBS
17823 { echo "$as_me:$LINENO: result: $ac_cv_search_connect" >&5
17824 echo "${ECHO_T}$ac_cv_search_connect" >&6; }
17825 ac_res=$ac_cv_search_connect
17826 if test "$ac_res" != no; then
17827 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17832 { echo "$as_me:$LINENO: checking for library containing inet_aton" >&5
17833 echo $ECHO_N "checking for library containing inet_aton... $ECHO_C" >&6; }
17834 if test "${ac_cv_search_inet_aton+set}" = set; then
17835 echo $ECHO_N "(cached) $ECHO_C" >&6
17836 else
17837 ac_func_search_save_LIBS=$LIBS
17838 cat >conftest.$ac_ext <<_ACEOF
17839 /* confdefs.h. */
17840 _ACEOF
17841 cat confdefs.h >>conftest.$ac_ext
17842 cat >>conftest.$ac_ext <<_ACEOF
17843 /* end confdefs.h. */
17845 /* Override any GCC internal prototype to avoid an error.
17846 Use char because int might match the return type of a GCC
17847 builtin and then its argument prototype would still apply. */
17848 #ifdef __cplusplus
17849 extern "C"
17850 #endif
17851 char inet_aton ();
17853 main ()
17855 return inet_aton ();
17857 return 0;
17859 _ACEOF
17860 for ac_lib in '' resolv; do
17861 if test -z "$ac_lib"; then
17862 ac_res="none required"
17863 else
17864 ac_res=-l$ac_lib
17865 LIBS="-l$ac_lib $ac_func_search_save_LIBS"
17867 rm -f conftest.$ac_objext conftest$ac_exeext
17868 if { (ac_try="$ac_link"
17869 case "(($ac_try" in
17870 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17871 *) ac_try_echo=$ac_try;;
17872 esac
17873 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17874 (eval "$ac_link") 2>conftest.er1
17875 ac_status=$?
17876 grep -v '^ *+' conftest.er1 >conftest.err
17877 rm -f conftest.er1
17878 cat conftest.err >&5
17879 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17880 (exit $ac_status); } && {
17881 test -z "$ac_c_werror_flag" ||
17882 test ! -s conftest.err
17883 } && test -s conftest$ac_exeext &&
17884 $as_test_x conftest$ac_exeext; then
17885 ac_cv_search_inet_aton=$ac_res
17886 else
17887 echo "$as_me: failed program was:" >&5
17888 sed 's/^/| /' conftest.$ac_ext >&5
17893 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
17894 conftest$ac_exeext
17895 if test "${ac_cv_search_inet_aton+set}" = set; then
17896 break
17898 done
17899 if test "${ac_cv_search_inet_aton+set}" = set; then
17901 else
17902 ac_cv_search_inet_aton=no
17904 rm conftest.$ac_ext
17905 LIBS=$ac_func_search_save_LIBS
17907 { echo "$as_me:$LINENO: result: $ac_cv_search_inet_aton" >&5
17908 echo "${ECHO_T}$ac_cv_search_inet_aton" >&6; }
17909 ac_res=$ac_cv_search_inet_aton
17910 if test "$ac_res" != no; then
17911 test "$ac_res" = "none required" || LIBS="$ac_res $LIBS"
17924 for ac_func in \
17925 getaddrinfo \
17926 getnameinfo \
17927 getnetbyname \
17928 getprotobyname \
17929 getprotobynumber \
17930 getservbyport \
17931 inet_network \
17932 sendmsg \
17935 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
17936 { echo "$as_me:$LINENO: checking for $ac_func" >&5
17937 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
17938 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
17939 echo $ECHO_N "(cached) $ECHO_C" >&6
17940 else
17941 cat >conftest.$ac_ext <<_ACEOF
17942 /* confdefs.h. */
17943 _ACEOF
17944 cat confdefs.h >>conftest.$ac_ext
17945 cat >>conftest.$ac_ext <<_ACEOF
17946 /* end confdefs.h. */
17947 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
17948 For example, HP-UX 11i <limits.h> declares gettimeofday. */
17949 #define $ac_func innocuous_$ac_func
17951 /* System header to define __stub macros and hopefully few prototypes,
17952 which can conflict with char $ac_func (); below.
17953 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
17954 <limits.h> exists even on freestanding compilers. */
17956 #ifdef __STDC__
17957 # include <limits.h>
17958 #else
17959 # include <assert.h>
17960 #endif
17962 #undef $ac_func
17964 /* Override any GCC internal prototype to avoid an error.
17965 Use char because int might match the return type of a GCC
17966 builtin and then its argument prototype would still apply. */
17967 #ifdef __cplusplus
17968 extern "C"
17969 #endif
17970 char $ac_func ();
17971 /* The GNU C library defines this for functions which it implements
17972 to always fail with ENOSYS. Some functions are actually named
17973 something starting with __ and the normal name is an alias. */
17974 #if defined __stub_$ac_func || defined __stub___$ac_func
17975 choke me
17976 #endif
17979 main ()
17981 return $ac_func ();
17983 return 0;
17985 _ACEOF
17986 rm -f conftest.$ac_objext conftest$ac_exeext
17987 if { (ac_try="$ac_link"
17988 case "(($ac_try" in
17989 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
17990 *) ac_try_echo=$ac_try;;
17991 esac
17992 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
17993 (eval "$ac_link") 2>conftest.er1
17994 ac_status=$?
17995 grep -v '^ *+' conftest.er1 >conftest.err
17996 rm -f conftest.er1
17997 cat conftest.err >&5
17998 echo "$as_me:$LINENO: \$? = $ac_status" >&5
17999 (exit $ac_status); } && {
18000 test -z "$ac_c_werror_flag" ||
18001 test ! -s conftest.err
18002 } && test -s conftest$ac_exeext &&
18003 $as_test_x conftest$ac_exeext; then
18004 eval "$as_ac_var=yes"
18005 else
18006 echo "$as_me: failed program was:" >&5
18007 sed 's/^/| /' conftest.$ac_ext >&5
18009 eval "$as_ac_var=no"
18012 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18013 conftest$ac_exeext conftest.$ac_ext
18015 ac_res=`eval echo '${'$as_ac_var'}'`
18016 { echo "$as_me:$LINENO: result: $ac_res" >&5
18017 echo "${ECHO_T}$ac_res" >&6; }
18018 if test `eval echo '${'$as_ac_var'}'` = yes; then
18019 cat >>confdefs.h <<_ACEOF
18020 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18021 _ACEOF
18024 done
18027 LDAPLIBS=""
18029 if test "$ac_cv_header_ldap_h" = "yes" -a "$ac_cv_header_lber_h" = "yes"
18030 then
18031 { echo "$as_me:$LINENO: checking for LDAPSortKey" >&5
18032 echo $ECHO_N "checking for LDAPSortKey... $ECHO_C" >&6; }
18033 if test "${ac_cv_type_LDAPSortKey+set}" = set; then
18034 echo $ECHO_N "(cached) $ECHO_C" >&6
18035 else
18036 cat >conftest.$ac_ext <<_ACEOF
18037 /* confdefs.h. */
18038 _ACEOF
18039 cat confdefs.h >>conftest.$ac_ext
18040 cat >>conftest.$ac_ext <<_ACEOF
18041 /* end confdefs.h. */
18042 #include <ldap.h>
18044 typedef LDAPSortKey ac__type_new_;
18046 main ()
18048 if ((ac__type_new_ *) 0)
18049 return 0;
18050 if (sizeof (ac__type_new_))
18051 return 0;
18053 return 0;
18055 _ACEOF
18056 rm -f conftest.$ac_objext
18057 if { (ac_try="$ac_compile"
18058 case "(($ac_try" in
18059 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18060 *) ac_try_echo=$ac_try;;
18061 esac
18062 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18063 (eval "$ac_compile") 2>conftest.er1
18064 ac_status=$?
18065 grep -v '^ *+' conftest.er1 >conftest.err
18066 rm -f conftest.er1
18067 cat conftest.err >&5
18068 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18069 (exit $ac_status); } && {
18070 test -z "$ac_c_werror_flag" ||
18071 test ! -s conftest.err
18072 } && test -s conftest.$ac_objext; then
18073 ac_cv_type_LDAPSortKey=yes
18074 else
18075 echo "$as_me: failed program was:" >&5
18076 sed 's/^/| /' conftest.$ac_ext >&5
18078 ac_cv_type_LDAPSortKey=no
18081 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18083 { echo "$as_me:$LINENO: result: $ac_cv_type_LDAPSortKey" >&5
18084 echo "${ECHO_T}$ac_cv_type_LDAPSortKey" >&6; }
18085 if test $ac_cv_type_LDAPSortKey = yes; then
18086 { echo "$as_me:$LINENO: checking for ldap_initialize in -lldap_r" >&5
18087 echo $ECHO_N "checking for ldap_initialize in -lldap_r... $ECHO_C" >&6; }
18088 if test "${ac_cv_lib_ldap_r_ldap_initialize+set}" = set; then
18089 echo $ECHO_N "(cached) $ECHO_C" >&6
18090 else
18091 ac_check_lib_save_LIBS=$LIBS
18092 LIBS="-lldap_r $LIBPTHREAD $LIBS"
18093 cat >conftest.$ac_ext <<_ACEOF
18094 /* confdefs.h. */
18095 _ACEOF
18096 cat confdefs.h >>conftest.$ac_ext
18097 cat >>conftest.$ac_ext <<_ACEOF
18098 /* end confdefs.h. */
18100 /* Override any GCC internal prototype to avoid an error.
18101 Use char because int might match the return type of a GCC
18102 builtin and then its argument prototype would still apply. */
18103 #ifdef __cplusplus
18104 extern "C"
18105 #endif
18106 char ldap_initialize ();
18108 main ()
18110 return ldap_initialize ();
18112 return 0;
18114 _ACEOF
18115 rm -f conftest.$ac_objext conftest$ac_exeext
18116 if { (ac_try="$ac_link"
18117 case "(($ac_try" in
18118 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18119 *) ac_try_echo=$ac_try;;
18120 esac
18121 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18122 (eval "$ac_link") 2>conftest.er1
18123 ac_status=$?
18124 grep -v '^ *+' conftest.er1 >conftest.err
18125 rm -f conftest.er1
18126 cat conftest.err >&5
18127 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18128 (exit $ac_status); } && {
18129 test -z "$ac_c_werror_flag" ||
18130 test ! -s conftest.err
18131 } && test -s conftest$ac_exeext &&
18132 $as_test_x conftest$ac_exeext; then
18133 ac_cv_lib_ldap_r_ldap_initialize=yes
18134 else
18135 echo "$as_me: failed program was:" >&5
18136 sed 's/^/| /' conftest.$ac_ext >&5
18138 ac_cv_lib_ldap_r_ldap_initialize=no
18141 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18142 conftest$ac_exeext conftest.$ac_ext
18143 LIBS=$ac_check_lib_save_LIBS
18145 { echo "$as_me:$LINENO: result: $ac_cv_lib_ldap_r_ldap_initialize" >&5
18146 echo "${ECHO_T}$ac_cv_lib_ldap_r_ldap_initialize" >&6; }
18147 if test $ac_cv_lib_ldap_r_ldap_initialize = yes; then
18148 { echo "$as_me:$LINENO: checking for ber_init in -llber" >&5
18149 echo $ECHO_N "checking for ber_init in -llber... $ECHO_C" >&6; }
18150 if test "${ac_cv_lib_lber_ber_init+set}" = set; then
18151 echo $ECHO_N "(cached) $ECHO_C" >&6
18152 else
18153 ac_check_lib_save_LIBS=$LIBS
18154 LIBS="-llber $LIBPTHREAD $LIBS"
18155 cat >conftest.$ac_ext <<_ACEOF
18156 /* confdefs.h. */
18157 _ACEOF
18158 cat confdefs.h >>conftest.$ac_ext
18159 cat >>conftest.$ac_ext <<_ACEOF
18160 /* end confdefs.h. */
18162 /* Override any GCC internal prototype to avoid an error.
18163 Use char because int might match the return type of a GCC
18164 builtin and then its argument prototype would still apply. */
18165 #ifdef __cplusplus
18166 extern "C"
18167 #endif
18168 char ber_init ();
18170 main ()
18172 return ber_init ();
18174 return 0;
18176 _ACEOF
18177 rm -f conftest.$ac_objext conftest$ac_exeext
18178 if { (ac_try="$ac_link"
18179 case "(($ac_try" in
18180 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18181 *) ac_try_echo=$ac_try;;
18182 esac
18183 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18184 (eval "$ac_link") 2>conftest.er1
18185 ac_status=$?
18186 grep -v '^ *+' conftest.er1 >conftest.err
18187 rm -f conftest.er1
18188 cat conftest.err >&5
18189 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18190 (exit $ac_status); } && {
18191 test -z "$ac_c_werror_flag" ||
18192 test ! -s conftest.err
18193 } && test -s conftest$ac_exeext &&
18194 $as_test_x conftest$ac_exeext; then
18195 ac_cv_lib_lber_ber_init=yes
18196 else
18197 echo "$as_me: failed program was:" >&5
18198 sed 's/^/| /' conftest.$ac_ext >&5
18200 ac_cv_lib_lber_ber_init=no
18203 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18204 conftest$ac_exeext conftest.$ac_ext
18205 LIBS=$ac_check_lib_save_LIBS
18207 { echo "$as_me:$LINENO: result: $ac_cv_lib_lber_ber_init" >&5
18208 echo "${ECHO_T}$ac_cv_lib_lber_ber_init" >&6; }
18209 if test $ac_cv_lib_lber_ber_init = yes; then
18211 cat >>confdefs.h <<\_ACEOF
18212 #define HAVE_LDAP 1
18213 _ACEOF
18215 LDAPLIBS="-lldap_r -llber"
18222 ac_wine_check_funcs_save_LIBS="$LIBS"
18223 LIBS="$LIBS $LDAPLIBS $LIBPTHREAD"
18232 for ac_func in \
18233 ldap_count_references \
18234 ldap_first_reference \
18235 ldap_next_reference \
18236 ldap_parse_reference \
18237 ldap_parse_sort_control \
18238 ldap_parse_sortresponse_control \
18239 ldap_parse_vlv_control \
18240 ldap_parse_vlvresponse_control
18242 as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
18243 { echo "$as_me:$LINENO: checking for $ac_func" >&5
18244 echo $ECHO_N "checking for $ac_func... $ECHO_C" >&6; }
18245 if { as_var=$as_ac_var; eval "test \"\${$as_var+set}\" = set"; }; then
18246 echo $ECHO_N "(cached) $ECHO_C" >&6
18247 else
18248 cat >conftest.$ac_ext <<_ACEOF
18249 /* confdefs.h. */
18250 _ACEOF
18251 cat confdefs.h >>conftest.$ac_ext
18252 cat >>conftest.$ac_ext <<_ACEOF
18253 /* end confdefs.h. */
18254 /* Define $ac_func to an innocuous variant, in case <limits.h> declares $ac_func.
18255 For example, HP-UX 11i <limits.h> declares gettimeofday. */
18256 #define $ac_func innocuous_$ac_func
18258 /* System header to define __stub macros and hopefully few prototypes,
18259 which can conflict with char $ac_func (); below.
18260 Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
18261 <limits.h> exists even on freestanding compilers. */
18263 #ifdef __STDC__
18264 # include <limits.h>
18265 #else
18266 # include <assert.h>
18267 #endif
18269 #undef $ac_func
18271 /* Override any GCC internal prototype to avoid an error.
18272 Use char because int might match the return type of a GCC
18273 builtin and then its argument prototype would still apply. */
18274 #ifdef __cplusplus
18275 extern "C"
18276 #endif
18277 char $ac_func ();
18278 /* The GNU C library defines this for functions which it implements
18279 to always fail with ENOSYS. Some functions are actually named
18280 something starting with __ and the normal name is an alias. */
18281 #if defined __stub_$ac_func || defined __stub___$ac_func
18282 choke me
18283 #endif
18286 main ()
18288 return $ac_func ();
18290 return 0;
18292 _ACEOF
18293 rm -f conftest.$ac_objext conftest$ac_exeext
18294 if { (ac_try="$ac_link"
18295 case "(($ac_try" in
18296 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18297 *) ac_try_echo=$ac_try;;
18298 esac
18299 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18300 (eval "$ac_link") 2>conftest.er1
18301 ac_status=$?
18302 grep -v '^ *+' conftest.er1 >conftest.err
18303 rm -f conftest.er1
18304 cat conftest.err >&5
18305 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18306 (exit $ac_status); } && {
18307 test -z "$ac_c_werror_flag" ||
18308 test ! -s conftest.err
18309 } && test -s conftest$ac_exeext &&
18310 $as_test_x conftest$ac_exeext; then
18311 eval "$as_ac_var=yes"
18312 else
18313 echo "$as_me: failed program was:" >&5
18314 sed 's/^/| /' conftest.$ac_ext >&5
18316 eval "$as_ac_var=no"
18319 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
18320 conftest$ac_exeext conftest.$ac_ext
18322 ac_res=`eval echo '${'$as_ac_var'}'`
18323 { echo "$as_me:$LINENO: result: $ac_res" >&5
18324 echo "${ECHO_T}$ac_res" >&6; }
18325 if test `eval echo '${'$as_ac_var'}'` = yes; then
18326 cat >>confdefs.h <<_ACEOF
18327 #define `echo "HAVE_$ac_func" | $as_tr_cpp` 1
18328 _ACEOF
18331 done
18333 LIBS="$ac_wine_check_funcs_save_LIBS"
18335 if test "x$LDAPLIBS" = "x"; then
18336 case "x$with_ldap" in
18337 x) wine_notices="$wine_notices|libldap (OpenLDAP) development files not found, LDAP won't be supported." ;;
18338 xno) ;;
18339 *) { { echo "$as_me:$LINENO: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18340 This is an error since --with-ldap was requested." >&5
18341 echo "$as_me: error: libldap (OpenLDAP) development files not found, LDAP won't be supported.
18342 This is an error since --with-ldap was requested." >&2;}
18343 { (exit 1); exit 1; }; } ;;
18344 esac
18349 { echo "$as_me:$LINENO: checking for an ANSI C-conforming const" >&5
18350 echo $ECHO_N "checking for an ANSI C-conforming const... $ECHO_C" >&6; }
18351 if test "${ac_cv_c_const+set}" = set; then
18352 echo $ECHO_N "(cached) $ECHO_C" >&6
18353 else
18354 cat >conftest.$ac_ext <<_ACEOF
18355 /* confdefs.h. */
18356 _ACEOF
18357 cat confdefs.h >>conftest.$ac_ext
18358 cat >>conftest.$ac_ext <<_ACEOF
18359 /* end confdefs.h. */
18362 main ()
18364 /* FIXME: Include the comments suggested by Paul. */
18365 #ifndef __cplusplus
18366 /* Ultrix mips cc rejects this. */
18367 typedef int charset[2];
18368 const charset cs;
18369 /* SunOS 4.1.1 cc rejects this. */
18370 char const *const *pcpcc;
18371 char **ppc;
18372 /* NEC SVR4.0.2 mips cc rejects this. */
18373 struct point {int x, y;};
18374 static struct point const zero = {0,0};
18375 /* AIX XL C 1.02.0.0 rejects this.
18376 It does not let you subtract one const X* pointer from another in
18377 an arm of an if-expression whose if-part is not a constant
18378 expression */
18379 const char *g = "string";
18380 pcpcc = &g + (g ? g-g : 0);
18381 /* HPUX 7.0 cc rejects these. */
18382 ++pcpcc;
18383 ppc = (char**) pcpcc;
18384 pcpcc = (char const *const *) ppc;
18385 { /* SCO 3.2v4 cc rejects this. */
18386 char *t;
18387 char const *s = 0 ? (char *) 0 : (char const *) 0;
18389 *t++ = 0;
18390 if (s) return 0;
18392 { /* Someone thinks the Sun supposedly-ANSI compiler will reject this. */
18393 int x[] = {25, 17};
18394 const int *foo = &x[0];
18395 ++foo;
18397 { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
18398 typedef const int *iptr;
18399 iptr p = 0;
18400 ++p;
18402 { /* AIX XL C 1.02.0.0 rejects this saying
18403 "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
18404 struct s { int j; const int *ap[3]; };
18405 struct s *b; b->j = 5;
18407 { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
18408 const int foo = 10;
18409 if (!foo) return 0;
18411 return !cs[0] && !zero.x;
18412 #endif
18415 return 0;
18417 _ACEOF
18418 rm -f conftest.$ac_objext
18419 if { (ac_try="$ac_compile"
18420 case "(($ac_try" in
18421 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18422 *) ac_try_echo=$ac_try;;
18423 esac
18424 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18425 (eval "$ac_compile") 2>conftest.er1
18426 ac_status=$?
18427 grep -v '^ *+' conftest.er1 >conftest.err
18428 rm -f conftest.er1
18429 cat conftest.err >&5
18430 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18431 (exit $ac_status); } && {
18432 test -z "$ac_c_werror_flag" ||
18433 test ! -s conftest.err
18434 } && test -s conftest.$ac_objext; then
18435 ac_cv_c_const=yes
18436 else
18437 echo "$as_me: failed program was:" >&5
18438 sed 's/^/| /' conftest.$ac_ext >&5
18440 ac_cv_c_const=no
18443 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18445 { echo "$as_me:$LINENO: result: $ac_cv_c_const" >&5
18446 echo "${ECHO_T}$ac_cv_c_const" >&6; }
18447 if test $ac_cv_c_const = no; then
18449 cat >>confdefs.h <<\_ACEOF
18450 #define const
18451 _ACEOF
18455 { echo "$as_me:$LINENO: checking for inline" >&5
18456 echo $ECHO_N "checking for inline... $ECHO_C" >&6; }
18457 if test "${ac_cv_c_inline+set}" = set; then
18458 echo $ECHO_N "(cached) $ECHO_C" >&6
18459 else
18460 ac_cv_c_inline=no
18461 for ac_kw in inline __inline__ __inline; do
18462 cat >conftest.$ac_ext <<_ACEOF
18463 /* confdefs.h. */
18464 _ACEOF
18465 cat confdefs.h >>conftest.$ac_ext
18466 cat >>conftest.$ac_ext <<_ACEOF
18467 /* end confdefs.h. */
18468 #ifndef __cplusplus
18469 typedef int foo_t;
18470 static $ac_kw foo_t static_foo () {return 0; }
18471 $ac_kw foo_t foo () {return 0; }
18472 #endif
18474 _ACEOF
18475 rm -f conftest.$ac_objext
18476 if { (ac_try="$ac_compile"
18477 case "(($ac_try" in
18478 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18479 *) ac_try_echo=$ac_try;;
18480 esac
18481 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18482 (eval "$ac_compile") 2>conftest.er1
18483 ac_status=$?
18484 grep -v '^ *+' conftest.er1 >conftest.err
18485 rm -f conftest.er1
18486 cat conftest.err >&5
18487 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18488 (exit $ac_status); } && {
18489 test -z "$ac_c_werror_flag" ||
18490 test ! -s conftest.err
18491 } && test -s conftest.$ac_objext; then
18492 ac_cv_c_inline=$ac_kw
18493 else
18494 echo "$as_me: failed program was:" >&5
18495 sed 's/^/| /' conftest.$ac_ext >&5
18500 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18501 test "$ac_cv_c_inline" != no && break
18502 done
18505 { echo "$as_me:$LINENO: result: $ac_cv_c_inline" >&5
18506 echo "${ECHO_T}$ac_cv_c_inline" >&6; }
18509 case $ac_cv_c_inline in
18510 inline | yes) ;;
18512 case $ac_cv_c_inline in
18513 no) ac_val=;;
18514 *) ac_val=$ac_cv_c_inline;;
18515 esac
18516 cat >>confdefs.h <<_ACEOF
18517 #ifndef __cplusplus
18518 #define inline $ac_val
18519 #endif
18520 _ACEOF
18522 esac
18524 { echo "$as_me:$LINENO: checking for mode_t" >&5
18525 echo $ECHO_N "checking for mode_t... $ECHO_C" >&6; }
18526 if test "${ac_cv_type_mode_t+set}" = set; then
18527 echo $ECHO_N "(cached) $ECHO_C" >&6
18528 else
18529 cat >conftest.$ac_ext <<_ACEOF
18530 /* confdefs.h. */
18531 _ACEOF
18532 cat confdefs.h >>conftest.$ac_ext
18533 cat >>conftest.$ac_ext <<_ACEOF
18534 /* end confdefs.h. */
18535 $ac_includes_default
18536 typedef mode_t ac__type_new_;
18538 main ()
18540 if ((ac__type_new_ *) 0)
18541 return 0;
18542 if (sizeof (ac__type_new_))
18543 return 0;
18545 return 0;
18547 _ACEOF
18548 rm -f conftest.$ac_objext
18549 if { (ac_try="$ac_compile"
18550 case "(($ac_try" in
18551 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18552 *) ac_try_echo=$ac_try;;
18553 esac
18554 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18555 (eval "$ac_compile") 2>conftest.er1
18556 ac_status=$?
18557 grep -v '^ *+' conftest.er1 >conftest.err
18558 rm -f conftest.er1
18559 cat conftest.err >&5
18560 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18561 (exit $ac_status); } && {
18562 test -z "$ac_c_werror_flag" ||
18563 test ! -s conftest.err
18564 } && test -s conftest.$ac_objext; then
18565 ac_cv_type_mode_t=yes
18566 else
18567 echo "$as_me: failed program was:" >&5
18568 sed 's/^/| /' conftest.$ac_ext >&5
18570 ac_cv_type_mode_t=no
18573 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18575 { echo "$as_me:$LINENO: result: $ac_cv_type_mode_t" >&5
18576 echo "${ECHO_T}$ac_cv_type_mode_t" >&6; }
18577 if test $ac_cv_type_mode_t = yes; then
18579 cat >>confdefs.h <<_ACEOF
18580 #define HAVE_MODE_T 1
18581 _ACEOF
18585 { echo "$as_me:$LINENO: checking for off_t" >&5
18586 echo $ECHO_N "checking for off_t... $ECHO_C" >&6; }
18587 if test "${ac_cv_type_off_t+set}" = set; then
18588 echo $ECHO_N "(cached) $ECHO_C" >&6
18589 else
18590 cat >conftest.$ac_ext <<_ACEOF
18591 /* confdefs.h. */
18592 _ACEOF
18593 cat confdefs.h >>conftest.$ac_ext
18594 cat >>conftest.$ac_ext <<_ACEOF
18595 /* end confdefs.h. */
18596 $ac_includes_default
18597 typedef off_t ac__type_new_;
18599 main ()
18601 if ((ac__type_new_ *) 0)
18602 return 0;
18603 if (sizeof (ac__type_new_))
18604 return 0;
18606 return 0;
18608 _ACEOF
18609 rm -f conftest.$ac_objext
18610 if { (ac_try="$ac_compile"
18611 case "(($ac_try" in
18612 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18613 *) ac_try_echo=$ac_try;;
18614 esac
18615 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18616 (eval "$ac_compile") 2>conftest.er1
18617 ac_status=$?
18618 grep -v '^ *+' conftest.er1 >conftest.err
18619 rm -f conftest.er1
18620 cat conftest.err >&5
18621 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18622 (exit $ac_status); } && {
18623 test -z "$ac_c_werror_flag" ||
18624 test ! -s conftest.err
18625 } && test -s conftest.$ac_objext; then
18626 ac_cv_type_off_t=yes
18627 else
18628 echo "$as_me: failed program was:" >&5
18629 sed 's/^/| /' conftest.$ac_ext >&5
18631 ac_cv_type_off_t=no
18634 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18636 { echo "$as_me:$LINENO: result: $ac_cv_type_off_t" >&5
18637 echo "${ECHO_T}$ac_cv_type_off_t" >&6; }
18638 if test $ac_cv_type_off_t = yes; then
18640 cat >>confdefs.h <<_ACEOF
18641 #define HAVE_OFF_T 1
18642 _ACEOF
18646 { echo "$as_me:$LINENO: checking for pid_t" >&5
18647 echo $ECHO_N "checking for pid_t... $ECHO_C" >&6; }
18648 if test "${ac_cv_type_pid_t+set}" = set; then
18649 echo $ECHO_N "(cached) $ECHO_C" >&6
18650 else
18651 cat >conftest.$ac_ext <<_ACEOF
18652 /* confdefs.h. */
18653 _ACEOF
18654 cat confdefs.h >>conftest.$ac_ext
18655 cat >>conftest.$ac_ext <<_ACEOF
18656 /* end confdefs.h. */
18657 $ac_includes_default
18658 typedef pid_t ac__type_new_;
18660 main ()
18662 if ((ac__type_new_ *) 0)
18663 return 0;
18664 if (sizeof (ac__type_new_))
18665 return 0;
18667 return 0;
18669 _ACEOF
18670 rm -f conftest.$ac_objext
18671 if { (ac_try="$ac_compile"
18672 case "(($ac_try" in
18673 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18674 *) ac_try_echo=$ac_try;;
18675 esac
18676 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18677 (eval "$ac_compile") 2>conftest.er1
18678 ac_status=$?
18679 grep -v '^ *+' conftest.er1 >conftest.err
18680 rm -f conftest.er1
18681 cat conftest.err >&5
18682 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18683 (exit $ac_status); } && {
18684 test -z "$ac_c_werror_flag" ||
18685 test ! -s conftest.err
18686 } && test -s conftest.$ac_objext; then
18687 ac_cv_type_pid_t=yes
18688 else
18689 echo "$as_me: failed program was:" >&5
18690 sed 's/^/| /' conftest.$ac_ext >&5
18692 ac_cv_type_pid_t=no
18695 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18697 { echo "$as_me:$LINENO: result: $ac_cv_type_pid_t" >&5
18698 echo "${ECHO_T}$ac_cv_type_pid_t" >&6; }
18699 if test $ac_cv_type_pid_t = yes; then
18701 cat >>confdefs.h <<_ACEOF
18702 #define HAVE_PID_T 1
18703 _ACEOF
18707 { echo "$as_me:$LINENO: checking for size_t" >&5
18708 echo $ECHO_N "checking for size_t... $ECHO_C" >&6; }
18709 if test "${ac_cv_type_size_t+set}" = set; then
18710 echo $ECHO_N "(cached) $ECHO_C" >&6
18711 else
18712 cat >conftest.$ac_ext <<_ACEOF
18713 /* confdefs.h. */
18714 _ACEOF
18715 cat confdefs.h >>conftest.$ac_ext
18716 cat >>conftest.$ac_ext <<_ACEOF
18717 /* end confdefs.h. */
18718 $ac_includes_default
18719 typedef size_t ac__type_new_;
18721 main ()
18723 if ((ac__type_new_ *) 0)
18724 return 0;
18725 if (sizeof (ac__type_new_))
18726 return 0;
18728 return 0;
18730 _ACEOF
18731 rm -f conftest.$ac_objext
18732 if { (ac_try="$ac_compile"
18733 case "(($ac_try" in
18734 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18735 *) ac_try_echo=$ac_try;;
18736 esac
18737 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18738 (eval "$ac_compile") 2>conftest.er1
18739 ac_status=$?
18740 grep -v '^ *+' conftest.er1 >conftest.err
18741 rm -f conftest.er1
18742 cat conftest.err >&5
18743 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18744 (exit $ac_status); } && {
18745 test -z "$ac_c_werror_flag" ||
18746 test ! -s conftest.err
18747 } && test -s conftest.$ac_objext; then
18748 ac_cv_type_size_t=yes
18749 else
18750 echo "$as_me: failed program was:" >&5
18751 sed 's/^/| /' conftest.$ac_ext >&5
18753 ac_cv_type_size_t=no
18756 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18758 { echo "$as_me:$LINENO: result: $ac_cv_type_size_t" >&5
18759 echo "${ECHO_T}$ac_cv_type_size_t" >&6; }
18760 if test $ac_cv_type_size_t = yes; then
18762 cat >>confdefs.h <<_ACEOF
18763 #define HAVE_SIZE_T 1
18764 _ACEOF
18768 { echo "$as_me:$LINENO: checking for ssize_t" >&5
18769 echo $ECHO_N "checking for ssize_t... $ECHO_C" >&6; }
18770 if test "${ac_cv_type_ssize_t+set}" = set; then
18771 echo $ECHO_N "(cached) $ECHO_C" >&6
18772 else
18773 cat >conftest.$ac_ext <<_ACEOF
18774 /* confdefs.h. */
18775 _ACEOF
18776 cat confdefs.h >>conftest.$ac_ext
18777 cat >>conftest.$ac_ext <<_ACEOF
18778 /* end confdefs.h. */
18779 $ac_includes_default
18780 typedef ssize_t ac__type_new_;
18782 main ()
18784 if ((ac__type_new_ *) 0)
18785 return 0;
18786 if (sizeof (ac__type_new_))
18787 return 0;
18789 return 0;
18791 _ACEOF
18792 rm -f conftest.$ac_objext
18793 if { (ac_try="$ac_compile"
18794 case "(($ac_try" in
18795 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18796 *) ac_try_echo=$ac_try;;
18797 esac
18798 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18799 (eval "$ac_compile") 2>conftest.er1
18800 ac_status=$?
18801 grep -v '^ *+' conftest.er1 >conftest.err
18802 rm -f conftest.er1
18803 cat conftest.err >&5
18804 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18805 (exit $ac_status); } && {
18806 test -z "$ac_c_werror_flag" ||
18807 test ! -s conftest.err
18808 } && test -s conftest.$ac_objext; then
18809 ac_cv_type_ssize_t=yes
18810 else
18811 echo "$as_me: failed program was:" >&5
18812 sed 's/^/| /' conftest.$ac_ext >&5
18814 ac_cv_type_ssize_t=no
18817 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18819 { echo "$as_me:$LINENO: result: $ac_cv_type_ssize_t" >&5
18820 echo "${ECHO_T}$ac_cv_type_ssize_t" >&6; }
18821 if test $ac_cv_type_ssize_t = yes; then
18823 cat >>confdefs.h <<_ACEOF
18824 #define HAVE_SSIZE_T 1
18825 _ACEOF
18829 { echo "$as_me:$LINENO: checking for long long" >&5
18830 echo $ECHO_N "checking for long long... $ECHO_C" >&6; }
18831 if test "${ac_cv_type_long_long+set}" = set; then
18832 echo $ECHO_N "(cached) $ECHO_C" >&6
18833 else
18834 cat >conftest.$ac_ext <<_ACEOF
18835 /* confdefs.h. */
18836 _ACEOF
18837 cat confdefs.h >>conftest.$ac_ext
18838 cat >>conftest.$ac_ext <<_ACEOF
18839 /* end confdefs.h. */
18840 $ac_includes_default
18841 typedef long long ac__type_new_;
18843 main ()
18845 if ((ac__type_new_ *) 0)
18846 return 0;
18847 if (sizeof (ac__type_new_))
18848 return 0;
18850 return 0;
18852 _ACEOF
18853 rm -f conftest.$ac_objext
18854 if { (ac_try="$ac_compile"
18855 case "(($ac_try" in
18856 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18857 *) ac_try_echo=$ac_try;;
18858 esac
18859 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18860 (eval "$ac_compile") 2>conftest.er1
18861 ac_status=$?
18862 grep -v '^ *+' conftest.er1 >conftest.err
18863 rm -f conftest.er1
18864 cat conftest.err >&5
18865 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18866 (exit $ac_status); } && {
18867 test -z "$ac_c_werror_flag" ||
18868 test ! -s conftest.err
18869 } && test -s conftest.$ac_objext; then
18870 ac_cv_type_long_long=yes
18871 else
18872 echo "$as_me: failed program was:" >&5
18873 sed 's/^/| /' conftest.$ac_ext >&5
18875 ac_cv_type_long_long=no
18878 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18880 { echo "$as_me:$LINENO: result: $ac_cv_type_long_long" >&5
18881 echo "${ECHO_T}$ac_cv_type_long_long" >&6; }
18882 if test $ac_cv_type_long_long = yes; then
18884 cat >>confdefs.h <<_ACEOF
18885 #define HAVE_LONG_LONG 1
18886 _ACEOF
18890 { echo "$as_me:$LINENO: checking for fsblkcnt_t" >&5
18891 echo $ECHO_N "checking for fsblkcnt_t... $ECHO_C" >&6; }
18892 if test "${ac_cv_type_fsblkcnt_t+set}" = set; then
18893 echo $ECHO_N "(cached) $ECHO_C" >&6
18894 else
18895 cat >conftest.$ac_ext <<_ACEOF
18896 /* confdefs.h. */
18897 _ACEOF
18898 cat confdefs.h >>conftest.$ac_ext
18899 cat >>conftest.$ac_ext <<_ACEOF
18900 /* end confdefs.h. */
18901 $ac_includes_default
18902 typedef fsblkcnt_t ac__type_new_;
18904 main ()
18906 if ((ac__type_new_ *) 0)
18907 return 0;
18908 if (sizeof (ac__type_new_))
18909 return 0;
18911 return 0;
18913 _ACEOF
18914 rm -f conftest.$ac_objext
18915 if { (ac_try="$ac_compile"
18916 case "(($ac_try" in
18917 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18918 *) ac_try_echo=$ac_try;;
18919 esac
18920 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18921 (eval "$ac_compile") 2>conftest.er1
18922 ac_status=$?
18923 grep -v '^ *+' conftest.er1 >conftest.err
18924 rm -f conftest.er1
18925 cat conftest.err >&5
18926 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18927 (exit $ac_status); } && {
18928 test -z "$ac_c_werror_flag" ||
18929 test ! -s conftest.err
18930 } && test -s conftest.$ac_objext; then
18931 ac_cv_type_fsblkcnt_t=yes
18932 else
18933 echo "$as_me: failed program was:" >&5
18934 sed 's/^/| /' conftest.$ac_ext >&5
18936 ac_cv_type_fsblkcnt_t=no
18939 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
18941 { echo "$as_me:$LINENO: result: $ac_cv_type_fsblkcnt_t" >&5
18942 echo "${ECHO_T}$ac_cv_type_fsblkcnt_t" >&6; }
18943 if test $ac_cv_type_fsblkcnt_t = yes; then
18945 cat >>confdefs.h <<_ACEOF
18946 #define HAVE_FSBLKCNT_T 1
18947 _ACEOF
18951 { echo "$as_me:$LINENO: checking for fsfilcnt_t" >&5
18952 echo $ECHO_N "checking for fsfilcnt_t... $ECHO_C" >&6; }
18953 if test "${ac_cv_type_fsfilcnt_t+set}" = set; then
18954 echo $ECHO_N "(cached) $ECHO_C" >&6
18955 else
18956 cat >conftest.$ac_ext <<_ACEOF
18957 /* confdefs.h. */
18958 _ACEOF
18959 cat confdefs.h >>conftest.$ac_ext
18960 cat >>conftest.$ac_ext <<_ACEOF
18961 /* end confdefs.h. */
18962 $ac_includes_default
18963 typedef fsfilcnt_t ac__type_new_;
18965 main ()
18967 if ((ac__type_new_ *) 0)
18968 return 0;
18969 if (sizeof (ac__type_new_))
18970 return 0;
18972 return 0;
18974 _ACEOF
18975 rm -f conftest.$ac_objext
18976 if { (ac_try="$ac_compile"
18977 case "(($ac_try" in
18978 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
18979 *) ac_try_echo=$ac_try;;
18980 esac
18981 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
18982 (eval "$ac_compile") 2>conftest.er1
18983 ac_status=$?
18984 grep -v '^ *+' conftest.er1 >conftest.err
18985 rm -f conftest.er1
18986 cat conftest.err >&5
18987 echo "$as_me:$LINENO: \$? = $ac_status" >&5
18988 (exit $ac_status); } && {
18989 test -z "$ac_c_werror_flag" ||
18990 test ! -s conftest.err
18991 } && test -s conftest.$ac_objext; then
18992 ac_cv_type_fsfilcnt_t=yes
18993 else
18994 echo "$as_me: failed program was:" >&5
18995 sed 's/^/| /' conftest.$ac_ext >&5
18997 ac_cv_type_fsfilcnt_t=no
19000 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19002 { echo "$as_me:$LINENO: result: $ac_cv_type_fsfilcnt_t" >&5
19003 echo "${ECHO_T}$ac_cv_type_fsfilcnt_t" >&6; }
19004 if test $ac_cv_type_fsfilcnt_t = yes; then
19006 cat >>confdefs.h <<_ACEOF
19007 #define HAVE_FSFILCNT_T 1
19008 _ACEOF
19013 { echo "$as_me:$LINENO: checking for sigset_t" >&5
19014 echo $ECHO_N "checking for sigset_t... $ECHO_C" >&6; }
19015 if test "${ac_cv_type_sigset_t+set}" = set; then
19016 echo $ECHO_N "(cached) $ECHO_C" >&6
19017 else
19018 cat >conftest.$ac_ext <<_ACEOF
19019 /* confdefs.h. */
19020 _ACEOF
19021 cat confdefs.h >>conftest.$ac_ext
19022 cat >>conftest.$ac_ext <<_ACEOF
19023 /* end confdefs.h. */
19024 #include <sys/types.h>
19025 #include <signal.h>
19027 typedef sigset_t ac__type_new_;
19029 main ()
19031 if ((ac__type_new_ *) 0)
19032 return 0;
19033 if (sizeof (ac__type_new_))
19034 return 0;
19036 return 0;
19038 _ACEOF
19039 rm -f conftest.$ac_objext
19040 if { (ac_try="$ac_compile"
19041 case "(($ac_try" in
19042 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19043 *) ac_try_echo=$ac_try;;
19044 esac
19045 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19046 (eval "$ac_compile") 2>conftest.er1
19047 ac_status=$?
19048 grep -v '^ *+' conftest.er1 >conftest.err
19049 rm -f conftest.er1
19050 cat conftest.err >&5
19051 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19052 (exit $ac_status); } && {
19053 test -z "$ac_c_werror_flag" ||
19054 test ! -s conftest.err
19055 } && test -s conftest.$ac_objext; then
19056 ac_cv_type_sigset_t=yes
19057 else
19058 echo "$as_me: failed program was:" >&5
19059 sed 's/^/| /' conftest.$ac_ext >&5
19061 ac_cv_type_sigset_t=no
19064 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19066 { echo "$as_me:$LINENO: result: $ac_cv_type_sigset_t" >&5
19067 echo "${ECHO_T}$ac_cv_type_sigset_t" >&6; }
19068 if test $ac_cv_type_sigset_t = yes; then
19070 cat >>confdefs.h <<_ACEOF
19071 #define HAVE_SIGSET_T 1
19072 _ACEOF
19077 { echo "$as_me:$LINENO: checking for request_sense" >&5
19078 echo $ECHO_N "checking for request_sense... $ECHO_C" >&6; }
19079 if test "${ac_cv_type_request_sense+set}" = set; then
19080 echo $ECHO_N "(cached) $ECHO_C" >&6
19081 else
19082 cat >conftest.$ac_ext <<_ACEOF
19083 /* confdefs.h. */
19084 _ACEOF
19085 cat confdefs.h >>conftest.$ac_ext
19086 cat >>conftest.$ac_ext <<_ACEOF
19087 /* end confdefs.h. */
19088 #include <linux/cdrom.h>
19090 typedef request_sense ac__type_new_;
19092 main ()
19094 if ((ac__type_new_ *) 0)
19095 return 0;
19096 if (sizeof (ac__type_new_))
19097 return 0;
19099 return 0;
19101 _ACEOF
19102 rm -f conftest.$ac_objext
19103 if { (ac_try="$ac_compile"
19104 case "(($ac_try" in
19105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19106 *) ac_try_echo=$ac_try;;
19107 esac
19108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19109 (eval "$ac_compile") 2>conftest.er1
19110 ac_status=$?
19111 grep -v '^ *+' conftest.er1 >conftest.err
19112 rm -f conftest.er1
19113 cat conftest.err >&5
19114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19115 (exit $ac_status); } && {
19116 test -z "$ac_c_werror_flag" ||
19117 test ! -s conftest.err
19118 } && test -s conftest.$ac_objext; then
19119 ac_cv_type_request_sense=yes
19120 else
19121 echo "$as_me: failed program was:" >&5
19122 sed 's/^/| /' conftest.$ac_ext >&5
19124 ac_cv_type_request_sense=no
19127 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19129 { echo "$as_me:$LINENO: result: $ac_cv_type_request_sense" >&5
19130 echo "${ECHO_T}$ac_cv_type_request_sense" >&6; }
19131 if test $ac_cv_type_request_sense = yes; then
19133 cat >>confdefs.h <<_ACEOF
19134 #define HAVE_REQUEST_SENSE 1
19135 _ACEOF
19141 { echo "$as_me:$LINENO: checking for struct ff_effect.direction" >&5
19142 echo $ECHO_N "checking for struct ff_effect.direction... $ECHO_C" >&6; }
19143 if test "${ac_cv_member_struct_ff_effect_direction+set}" = set; then
19144 echo $ECHO_N "(cached) $ECHO_C" >&6
19145 else
19146 cat >conftest.$ac_ext <<_ACEOF
19147 /* confdefs.h. */
19148 _ACEOF
19149 cat confdefs.h >>conftest.$ac_ext
19150 cat >>conftest.$ac_ext <<_ACEOF
19151 /* end confdefs.h. */
19152 #ifdef HAVE_LINUX_INPUT_H
19153 #include <linux/input.h>
19154 #endif
19157 main ()
19159 static struct ff_effect ac_aggr;
19160 if (ac_aggr.direction)
19161 return 0;
19163 return 0;
19165 _ACEOF
19166 rm -f conftest.$ac_objext
19167 if { (ac_try="$ac_compile"
19168 case "(($ac_try" in
19169 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19170 *) ac_try_echo=$ac_try;;
19171 esac
19172 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19173 (eval "$ac_compile") 2>conftest.er1
19174 ac_status=$?
19175 grep -v '^ *+' conftest.er1 >conftest.err
19176 rm -f conftest.er1
19177 cat conftest.err >&5
19178 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19179 (exit $ac_status); } && {
19180 test -z "$ac_c_werror_flag" ||
19181 test ! -s conftest.err
19182 } && test -s conftest.$ac_objext; then
19183 ac_cv_member_struct_ff_effect_direction=yes
19184 else
19185 echo "$as_me: failed program was:" >&5
19186 sed 's/^/| /' conftest.$ac_ext >&5
19188 cat >conftest.$ac_ext <<_ACEOF
19189 /* confdefs.h. */
19190 _ACEOF
19191 cat confdefs.h >>conftest.$ac_ext
19192 cat >>conftest.$ac_ext <<_ACEOF
19193 /* end confdefs.h. */
19194 #ifdef HAVE_LINUX_INPUT_H
19195 #include <linux/input.h>
19196 #endif
19199 main ()
19201 static struct ff_effect ac_aggr;
19202 if (sizeof ac_aggr.direction)
19203 return 0;
19205 return 0;
19207 _ACEOF
19208 rm -f conftest.$ac_objext
19209 if { (ac_try="$ac_compile"
19210 case "(($ac_try" in
19211 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19212 *) ac_try_echo=$ac_try;;
19213 esac
19214 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19215 (eval "$ac_compile") 2>conftest.er1
19216 ac_status=$?
19217 grep -v '^ *+' conftest.er1 >conftest.err
19218 rm -f conftest.er1
19219 cat conftest.err >&5
19220 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19221 (exit $ac_status); } && {
19222 test -z "$ac_c_werror_flag" ||
19223 test ! -s conftest.err
19224 } && test -s conftest.$ac_objext; then
19225 ac_cv_member_struct_ff_effect_direction=yes
19226 else
19227 echo "$as_me: failed program was:" >&5
19228 sed 's/^/| /' conftest.$ac_ext >&5
19230 ac_cv_member_struct_ff_effect_direction=no
19233 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19236 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19238 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_ff_effect_direction" >&5
19239 echo "${ECHO_T}$ac_cv_member_struct_ff_effect_direction" >&6; }
19240 if test $ac_cv_member_struct_ff_effect_direction = yes; then
19242 cat >>confdefs.h <<_ACEOF
19243 #define HAVE_STRUCT_FF_EFFECT_DIRECTION 1
19244 _ACEOF
19250 { echo "$as_me:$LINENO: checking for sigaddset" >&5
19251 echo $ECHO_N "checking for sigaddset... $ECHO_C" >&6; }
19252 if test "${wine_cv_have_sigaddset+set}" = set; then
19253 echo $ECHO_N "(cached) $ECHO_C" >&6
19254 else
19255 cat >conftest.$ac_ext <<_ACEOF
19256 /* confdefs.h. */
19257 _ACEOF
19258 cat confdefs.h >>conftest.$ac_ext
19259 cat >>conftest.$ac_ext <<_ACEOF
19260 /* end confdefs.h. */
19261 #include <signal.h>
19263 main ()
19265 sigset_t set; sigaddset(&set,SIGTERM);
19267 return 0;
19269 _ACEOF
19270 rm -f conftest.$ac_objext conftest$ac_exeext
19271 if { (ac_try="$ac_link"
19272 case "(($ac_try" in
19273 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19274 *) ac_try_echo=$ac_try;;
19275 esac
19276 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19277 (eval "$ac_link") 2>conftest.er1
19278 ac_status=$?
19279 grep -v '^ *+' conftest.er1 >conftest.err
19280 rm -f conftest.er1
19281 cat conftest.err >&5
19282 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19283 (exit $ac_status); } && {
19284 test -z "$ac_c_werror_flag" ||
19285 test ! -s conftest.err
19286 } && test -s conftest$ac_exeext &&
19287 $as_test_x conftest$ac_exeext; then
19288 wine_cv_have_sigaddset=yes
19289 else
19290 echo "$as_me: failed program was:" >&5
19291 sed 's/^/| /' conftest.$ac_ext >&5
19293 wine_cv_have_sigaddset=no
19296 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19297 conftest$ac_exeext conftest.$ac_ext
19299 { echo "$as_me:$LINENO: result: $wine_cv_have_sigaddset" >&5
19300 echo "${ECHO_T}$wine_cv_have_sigaddset" >&6; }
19301 if test "$wine_cv_have_sigaddset" = "yes"
19302 then
19304 cat >>confdefs.h <<\_ACEOF
19305 #define HAVE_SIGADDSET 1
19306 _ACEOF
19311 { echo "$as_me:$LINENO: checking whether we can use re-entrant gethostbyname_r Linux style" >&5
19312 echo $ECHO_N "checking whether we can use re-entrant gethostbyname_r Linux style... $ECHO_C" >&6; }
19313 if test "${wine_cv_linux_gethostbyname_r_6+set}" = set; then
19314 echo $ECHO_N "(cached) $ECHO_C" >&6
19315 else
19316 cat >conftest.$ac_ext <<_ACEOF
19317 /* confdefs.h. */
19318 _ACEOF
19319 cat confdefs.h >>conftest.$ac_ext
19320 cat >>conftest.$ac_ext <<_ACEOF
19321 /* end confdefs.h. */
19322 #include <netdb.h>
19324 main ()
19327 char *name=0;
19328 struct hostent he;
19329 struct hostent *result;
19330 char *buf=0;
19331 int bufsize=0;
19332 int res,errnr;
19333 char *addr=0;
19334 int addrlen=0;
19335 int addrtype=0;
19336 res=gethostbyname_r(name,&he,buf,bufsize,&result,&errnr);
19337 res=gethostbyaddr_r(addr, addrlen, addrtype,&he,buf,bufsize,&result,&errnr);
19340 return 0;
19342 _ACEOF
19343 rm -f conftest.$ac_objext conftest$ac_exeext
19344 if { (ac_try="$ac_link"
19345 case "(($ac_try" in
19346 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19347 *) ac_try_echo=$ac_try;;
19348 esac
19349 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19350 (eval "$ac_link") 2>conftest.er1
19351 ac_status=$?
19352 grep -v '^ *+' conftest.er1 >conftest.err
19353 rm -f conftest.er1
19354 cat conftest.err >&5
19355 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19356 (exit $ac_status); } && {
19357 test -z "$ac_c_werror_flag" ||
19358 test ! -s conftest.err
19359 } && test -s conftest$ac_exeext &&
19360 $as_test_x conftest$ac_exeext; then
19361 wine_cv_linux_gethostbyname_r_6=yes
19362 else
19363 echo "$as_me: failed program was:" >&5
19364 sed 's/^/| /' conftest.$ac_ext >&5
19366 wine_cv_linux_gethostbyname_r_6=no
19370 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
19371 conftest$ac_exeext conftest.$ac_ext
19374 { echo "$as_me:$LINENO: result: $wine_cv_linux_gethostbyname_r_6" >&5
19375 echo "${ECHO_T}$wine_cv_linux_gethostbyname_r_6" >&6; }
19376 if test "$wine_cv_linux_gethostbyname_r_6" = "yes"
19377 then
19379 cat >>confdefs.h <<\_ACEOF
19380 #define HAVE_LINUX_GETHOSTBYNAME_R_6 1
19381 _ACEOF
19385 if test "$ac_cv_header_linux_joystick_h" = "yes"
19386 then
19387 { echo "$as_me:$LINENO: checking whether linux/joystick.h uses the Linux 2.2+ API" >&5
19388 echo $ECHO_N "checking whether linux/joystick.h uses the Linux 2.2+ API... $ECHO_C" >&6; }
19389 if test "${wine_cv_linux_joystick_22_api+set}" = set; then
19390 echo $ECHO_N "(cached) $ECHO_C" >&6
19391 else
19392 cat >conftest.$ac_ext <<_ACEOF
19393 /* confdefs.h. */
19394 _ACEOF
19395 cat confdefs.h >>conftest.$ac_ext
19396 cat >>conftest.$ac_ext <<_ACEOF
19397 /* end confdefs.h. */
19399 #include <sys/ioctl.h>
19400 #include <sys/types.h>
19401 #include <linux/joystick.h>
19403 struct js_event blub;
19404 #if !defined(JS_EVENT_AXIS) || !defined(JS_EVENT_BUTTON)
19405 #error "no 2.2 header"
19406 #endif
19409 main ()
19411 /*empty*/
19413 return 0;
19415 _ACEOF
19416 rm -f conftest.$ac_objext
19417 if { (ac_try="$ac_compile"
19418 case "(($ac_try" in
19419 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19420 *) ac_try_echo=$ac_try;;
19421 esac
19422 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19423 (eval "$ac_compile") 2>conftest.er1
19424 ac_status=$?
19425 grep -v '^ *+' conftest.er1 >conftest.err
19426 rm -f conftest.er1
19427 cat conftest.err >&5
19428 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19429 (exit $ac_status); } && {
19430 test -z "$ac_c_werror_flag" ||
19431 test ! -s conftest.err
19432 } && test -s conftest.$ac_objext; then
19433 wine_cv_linux_joystick_22_api=yes
19434 else
19435 echo "$as_me: failed program was:" >&5
19436 sed 's/^/| /' conftest.$ac_ext >&5
19438 wine_cv_linux_joystick_22_api=no
19441 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19444 { echo "$as_me:$LINENO: result: $wine_cv_linux_joystick_22_api" >&5
19445 echo "${ECHO_T}$wine_cv_linux_joystick_22_api" >&6; }
19446 if test "$wine_cv_linux_joystick_22_api" = "yes"
19447 then
19449 cat >>confdefs.h <<\_ACEOF
19450 #define HAVE_LINUX_22_JOYSTICK_API 1
19451 _ACEOF
19457 { echo "$as_me:$LINENO: checking for struct statfs.f_bfree" >&5
19458 echo $ECHO_N "checking for struct statfs.f_bfree... $ECHO_C" >&6; }
19459 if test "${ac_cv_member_struct_statfs_f_bfree+set}" = set; then
19460 echo $ECHO_N "(cached) $ECHO_C" >&6
19461 else
19462 cat >conftest.$ac_ext <<_ACEOF
19463 /* confdefs.h. */
19464 _ACEOF
19465 cat confdefs.h >>conftest.$ac_ext
19466 cat >>conftest.$ac_ext <<_ACEOF
19467 /* end confdefs.h. */
19468 #include <sys/types.h>
19469 #ifdef HAVE_SYS_PARAM_H
19470 # include <sys/param.h>
19471 #endif
19472 #ifdef HAVE_SYS_MOUNT_H
19473 # include <sys/mount.h>
19474 #endif
19475 #ifdef HAVE_SYS_VFS_H
19476 # include <sys/vfs.h>
19477 #endif
19478 #ifdef HAVE_SYS_STATFS_H
19479 # include <sys/statfs.h>
19480 #endif
19483 main ()
19485 static struct statfs ac_aggr;
19486 if (ac_aggr.f_bfree)
19487 return 0;
19489 return 0;
19491 _ACEOF
19492 rm -f conftest.$ac_objext
19493 if { (ac_try="$ac_compile"
19494 case "(($ac_try" in
19495 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19496 *) ac_try_echo=$ac_try;;
19497 esac
19498 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19499 (eval "$ac_compile") 2>conftest.er1
19500 ac_status=$?
19501 grep -v '^ *+' conftest.er1 >conftest.err
19502 rm -f conftest.er1
19503 cat conftest.err >&5
19504 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19505 (exit $ac_status); } && {
19506 test -z "$ac_c_werror_flag" ||
19507 test ! -s conftest.err
19508 } && test -s conftest.$ac_objext; then
19509 ac_cv_member_struct_statfs_f_bfree=yes
19510 else
19511 echo "$as_me: failed program was:" >&5
19512 sed 's/^/| /' conftest.$ac_ext >&5
19514 cat >conftest.$ac_ext <<_ACEOF
19515 /* confdefs.h. */
19516 _ACEOF
19517 cat confdefs.h >>conftest.$ac_ext
19518 cat >>conftest.$ac_ext <<_ACEOF
19519 /* end confdefs.h. */
19520 #include <sys/types.h>
19521 #ifdef HAVE_SYS_PARAM_H
19522 # include <sys/param.h>
19523 #endif
19524 #ifdef HAVE_SYS_MOUNT_H
19525 # include <sys/mount.h>
19526 #endif
19527 #ifdef HAVE_SYS_VFS_H
19528 # include <sys/vfs.h>
19529 #endif
19530 #ifdef HAVE_SYS_STATFS_H
19531 # include <sys/statfs.h>
19532 #endif
19535 main ()
19537 static struct statfs ac_aggr;
19538 if (sizeof ac_aggr.f_bfree)
19539 return 0;
19541 return 0;
19543 _ACEOF
19544 rm -f conftest.$ac_objext
19545 if { (ac_try="$ac_compile"
19546 case "(($ac_try" in
19547 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19548 *) ac_try_echo=$ac_try;;
19549 esac
19550 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19551 (eval "$ac_compile") 2>conftest.er1
19552 ac_status=$?
19553 grep -v '^ *+' conftest.er1 >conftest.err
19554 rm -f conftest.er1
19555 cat conftest.err >&5
19556 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19557 (exit $ac_status); } && {
19558 test -z "$ac_c_werror_flag" ||
19559 test ! -s conftest.err
19560 } && test -s conftest.$ac_objext; then
19561 ac_cv_member_struct_statfs_f_bfree=yes
19562 else
19563 echo "$as_me: failed program was:" >&5
19564 sed 's/^/| /' conftest.$ac_ext >&5
19566 ac_cv_member_struct_statfs_f_bfree=no
19569 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19572 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19574 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bfree" >&5
19575 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bfree" >&6; }
19576 if test $ac_cv_member_struct_statfs_f_bfree = yes; then
19578 cat >>confdefs.h <<_ACEOF
19579 #define HAVE_STRUCT_STATFS_F_BFREE 1
19580 _ACEOF
19584 { echo "$as_me:$LINENO: checking for struct statfs.f_bavail" >&5
19585 echo $ECHO_N "checking for struct statfs.f_bavail... $ECHO_C" >&6; }
19586 if test "${ac_cv_member_struct_statfs_f_bavail+set}" = set; then
19587 echo $ECHO_N "(cached) $ECHO_C" >&6
19588 else
19589 cat >conftest.$ac_ext <<_ACEOF
19590 /* confdefs.h. */
19591 _ACEOF
19592 cat confdefs.h >>conftest.$ac_ext
19593 cat >>conftest.$ac_ext <<_ACEOF
19594 /* end confdefs.h. */
19595 #include <sys/types.h>
19596 #ifdef HAVE_SYS_PARAM_H
19597 # include <sys/param.h>
19598 #endif
19599 #ifdef HAVE_SYS_MOUNT_H
19600 # include <sys/mount.h>
19601 #endif
19602 #ifdef HAVE_SYS_VFS_H
19603 # include <sys/vfs.h>
19604 #endif
19605 #ifdef HAVE_SYS_STATFS_H
19606 # include <sys/statfs.h>
19607 #endif
19610 main ()
19612 static struct statfs ac_aggr;
19613 if (ac_aggr.f_bavail)
19614 return 0;
19616 return 0;
19618 _ACEOF
19619 rm -f conftest.$ac_objext
19620 if { (ac_try="$ac_compile"
19621 case "(($ac_try" in
19622 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19623 *) ac_try_echo=$ac_try;;
19624 esac
19625 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19626 (eval "$ac_compile") 2>conftest.er1
19627 ac_status=$?
19628 grep -v '^ *+' conftest.er1 >conftest.err
19629 rm -f conftest.er1
19630 cat conftest.err >&5
19631 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19632 (exit $ac_status); } && {
19633 test -z "$ac_c_werror_flag" ||
19634 test ! -s conftest.err
19635 } && test -s conftest.$ac_objext; then
19636 ac_cv_member_struct_statfs_f_bavail=yes
19637 else
19638 echo "$as_me: failed program was:" >&5
19639 sed 's/^/| /' conftest.$ac_ext >&5
19641 cat >conftest.$ac_ext <<_ACEOF
19642 /* confdefs.h. */
19643 _ACEOF
19644 cat confdefs.h >>conftest.$ac_ext
19645 cat >>conftest.$ac_ext <<_ACEOF
19646 /* end confdefs.h. */
19647 #include <sys/types.h>
19648 #ifdef HAVE_SYS_PARAM_H
19649 # include <sys/param.h>
19650 #endif
19651 #ifdef HAVE_SYS_MOUNT_H
19652 # include <sys/mount.h>
19653 #endif
19654 #ifdef HAVE_SYS_VFS_H
19655 # include <sys/vfs.h>
19656 #endif
19657 #ifdef HAVE_SYS_STATFS_H
19658 # include <sys/statfs.h>
19659 #endif
19662 main ()
19664 static struct statfs ac_aggr;
19665 if (sizeof ac_aggr.f_bavail)
19666 return 0;
19668 return 0;
19670 _ACEOF
19671 rm -f conftest.$ac_objext
19672 if { (ac_try="$ac_compile"
19673 case "(($ac_try" in
19674 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19675 *) ac_try_echo=$ac_try;;
19676 esac
19677 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19678 (eval "$ac_compile") 2>conftest.er1
19679 ac_status=$?
19680 grep -v '^ *+' conftest.er1 >conftest.err
19681 rm -f conftest.er1
19682 cat conftest.err >&5
19683 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19684 (exit $ac_status); } && {
19685 test -z "$ac_c_werror_flag" ||
19686 test ! -s conftest.err
19687 } && test -s conftest.$ac_objext; then
19688 ac_cv_member_struct_statfs_f_bavail=yes
19689 else
19690 echo "$as_me: failed program was:" >&5
19691 sed 's/^/| /' conftest.$ac_ext >&5
19693 ac_cv_member_struct_statfs_f_bavail=no
19696 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19699 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19701 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_bavail" >&5
19702 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_bavail" >&6; }
19703 if test $ac_cv_member_struct_statfs_f_bavail = yes; then
19705 cat >>confdefs.h <<_ACEOF
19706 #define HAVE_STRUCT_STATFS_F_BAVAIL 1
19707 _ACEOF
19711 { echo "$as_me:$LINENO: checking for struct statfs.f_frsize" >&5
19712 echo $ECHO_N "checking for struct statfs.f_frsize... $ECHO_C" >&6; }
19713 if test "${ac_cv_member_struct_statfs_f_frsize+set}" = set; then
19714 echo $ECHO_N "(cached) $ECHO_C" >&6
19715 else
19716 cat >conftest.$ac_ext <<_ACEOF
19717 /* confdefs.h. */
19718 _ACEOF
19719 cat confdefs.h >>conftest.$ac_ext
19720 cat >>conftest.$ac_ext <<_ACEOF
19721 /* end confdefs.h. */
19722 #include <sys/types.h>
19723 #ifdef HAVE_SYS_PARAM_H
19724 # include <sys/param.h>
19725 #endif
19726 #ifdef HAVE_SYS_MOUNT_H
19727 # include <sys/mount.h>
19728 #endif
19729 #ifdef HAVE_SYS_VFS_H
19730 # include <sys/vfs.h>
19731 #endif
19732 #ifdef HAVE_SYS_STATFS_H
19733 # include <sys/statfs.h>
19734 #endif
19737 main ()
19739 static struct statfs ac_aggr;
19740 if (ac_aggr.f_frsize)
19741 return 0;
19743 return 0;
19745 _ACEOF
19746 rm -f conftest.$ac_objext
19747 if { (ac_try="$ac_compile"
19748 case "(($ac_try" in
19749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19750 *) ac_try_echo=$ac_try;;
19751 esac
19752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19753 (eval "$ac_compile") 2>conftest.er1
19754 ac_status=$?
19755 grep -v '^ *+' conftest.er1 >conftest.err
19756 rm -f conftest.er1
19757 cat conftest.err >&5
19758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19759 (exit $ac_status); } && {
19760 test -z "$ac_c_werror_flag" ||
19761 test ! -s conftest.err
19762 } && test -s conftest.$ac_objext; then
19763 ac_cv_member_struct_statfs_f_frsize=yes
19764 else
19765 echo "$as_me: failed program was:" >&5
19766 sed 's/^/| /' conftest.$ac_ext >&5
19768 cat >conftest.$ac_ext <<_ACEOF
19769 /* confdefs.h. */
19770 _ACEOF
19771 cat confdefs.h >>conftest.$ac_ext
19772 cat >>conftest.$ac_ext <<_ACEOF
19773 /* end confdefs.h. */
19774 #include <sys/types.h>
19775 #ifdef HAVE_SYS_PARAM_H
19776 # include <sys/param.h>
19777 #endif
19778 #ifdef HAVE_SYS_MOUNT_H
19779 # include <sys/mount.h>
19780 #endif
19781 #ifdef HAVE_SYS_VFS_H
19782 # include <sys/vfs.h>
19783 #endif
19784 #ifdef HAVE_SYS_STATFS_H
19785 # include <sys/statfs.h>
19786 #endif
19789 main ()
19791 static struct statfs ac_aggr;
19792 if (sizeof ac_aggr.f_frsize)
19793 return 0;
19795 return 0;
19797 _ACEOF
19798 rm -f conftest.$ac_objext
19799 if { (ac_try="$ac_compile"
19800 case "(($ac_try" in
19801 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19802 *) ac_try_echo=$ac_try;;
19803 esac
19804 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19805 (eval "$ac_compile") 2>conftest.er1
19806 ac_status=$?
19807 grep -v '^ *+' conftest.er1 >conftest.err
19808 rm -f conftest.er1
19809 cat conftest.err >&5
19810 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19811 (exit $ac_status); } && {
19812 test -z "$ac_c_werror_flag" ||
19813 test ! -s conftest.err
19814 } && test -s conftest.$ac_objext; then
19815 ac_cv_member_struct_statfs_f_frsize=yes
19816 else
19817 echo "$as_me: failed program was:" >&5
19818 sed 's/^/| /' conftest.$ac_ext >&5
19820 ac_cv_member_struct_statfs_f_frsize=no
19823 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19826 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19828 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_frsize" >&5
19829 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_frsize" >&6; }
19830 if test $ac_cv_member_struct_statfs_f_frsize = yes; then
19832 cat >>confdefs.h <<_ACEOF
19833 #define HAVE_STRUCT_STATFS_F_FRSIZE 1
19834 _ACEOF
19838 { echo "$as_me:$LINENO: checking for struct statfs.f_ffree" >&5
19839 echo $ECHO_N "checking for struct statfs.f_ffree... $ECHO_C" >&6; }
19840 if test "${ac_cv_member_struct_statfs_f_ffree+set}" = set; then
19841 echo $ECHO_N "(cached) $ECHO_C" >&6
19842 else
19843 cat >conftest.$ac_ext <<_ACEOF
19844 /* confdefs.h. */
19845 _ACEOF
19846 cat confdefs.h >>conftest.$ac_ext
19847 cat >>conftest.$ac_ext <<_ACEOF
19848 /* end confdefs.h. */
19849 #include <sys/types.h>
19850 #ifdef HAVE_SYS_PARAM_H
19851 # include <sys/param.h>
19852 #endif
19853 #ifdef HAVE_SYS_MOUNT_H
19854 # include <sys/mount.h>
19855 #endif
19856 #ifdef HAVE_SYS_VFS_H
19857 # include <sys/vfs.h>
19858 #endif
19859 #ifdef HAVE_SYS_STATFS_H
19860 # include <sys/statfs.h>
19861 #endif
19864 main ()
19866 static struct statfs ac_aggr;
19867 if (ac_aggr.f_ffree)
19868 return 0;
19870 return 0;
19872 _ACEOF
19873 rm -f conftest.$ac_objext
19874 if { (ac_try="$ac_compile"
19875 case "(($ac_try" in
19876 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19877 *) ac_try_echo=$ac_try;;
19878 esac
19879 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19880 (eval "$ac_compile") 2>conftest.er1
19881 ac_status=$?
19882 grep -v '^ *+' conftest.er1 >conftest.err
19883 rm -f conftest.er1
19884 cat conftest.err >&5
19885 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19886 (exit $ac_status); } && {
19887 test -z "$ac_c_werror_flag" ||
19888 test ! -s conftest.err
19889 } && test -s conftest.$ac_objext; then
19890 ac_cv_member_struct_statfs_f_ffree=yes
19891 else
19892 echo "$as_me: failed program was:" >&5
19893 sed 's/^/| /' conftest.$ac_ext >&5
19895 cat >conftest.$ac_ext <<_ACEOF
19896 /* confdefs.h. */
19897 _ACEOF
19898 cat confdefs.h >>conftest.$ac_ext
19899 cat >>conftest.$ac_ext <<_ACEOF
19900 /* end confdefs.h. */
19901 #include <sys/types.h>
19902 #ifdef HAVE_SYS_PARAM_H
19903 # include <sys/param.h>
19904 #endif
19905 #ifdef HAVE_SYS_MOUNT_H
19906 # include <sys/mount.h>
19907 #endif
19908 #ifdef HAVE_SYS_VFS_H
19909 # include <sys/vfs.h>
19910 #endif
19911 #ifdef HAVE_SYS_STATFS_H
19912 # include <sys/statfs.h>
19913 #endif
19916 main ()
19918 static struct statfs ac_aggr;
19919 if (sizeof ac_aggr.f_ffree)
19920 return 0;
19922 return 0;
19924 _ACEOF
19925 rm -f conftest.$ac_objext
19926 if { (ac_try="$ac_compile"
19927 case "(($ac_try" in
19928 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
19929 *) ac_try_echo=$ac_try;;
19930 esac
19931 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
19932 (eval "$ac_compile") 2>conftest.er1
19933 ac_status=$?
19934 grep -v '^ *+' conftest.er1 >conftest.err
19935 rm -f conftest.er1
19936 cat conftest.err >&5
19937 echo "$as_me:$LINENO: \$? = $ac_status" >&5
19938 (exit $ac_status); } && {
19939 test -z "$ac_c_werror_flag" ||
19940 test ! -s conftest.err
19941 } && test -s conftest.$ac_objext; then
19942 ac_cv_member_struct_statfs_f_ffree=yes
19943 else
19944 echo "$as_me: failed program was:" >&5
19945 sed 's/^/| /' conftest.$ac_ext >&5
19947 ac_cv_member_struct_statfs_f_ffree=no
19950 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19953 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
19955 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_ffree" >&5
19956 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_ffree" >&6; }
19957 if test $ac_cv_member_struct_statfs_f_ffree = yes; then
19959 cat >>confdefs.h <<_ACEOF
19960 #define HAVE_STRUCT_STATFS_F_FFREE 1
19961 _ACEOF
19965 { echo "$as_me:$LINENO: checking for struct statfs.f_favail" >&5
19966 echo $ECHO_N "checking for struct statfs.f_favail... $ECHO_C" >&6; }
19967 if test "${ac_cv_member_struct_statfs_f_favail+set}" = set; then
19968 echo $ECHO_N "(cached) $ECHO_C" >&6
19969 else
19970 cat >conftest.$ac_ext <<_ACEOF
19971 /* confdefs.h. */
19972 _ACEOF
19973 cat confdefs.h >>conftest.$ac_ext
19974 cat >>conftest.$ac_ext <<_ACEOF
19975 /* end confdefs.h. */
19976 #include <sys/types.h>
19977 #ifdef HAVE_SYS_PARAM_H
19978 # include <sys/param.h>
19979 #endif
19980 #ifdef HAVE_SYS_MOUNT_H
19981 # include <sys/mount.h>
19982 #endif
19983 #ifdef HAVE_SYS_VFS_H
19984 # include <sys/vfs.h>
19985 #endif
19986 #ifdef HAVE_SYS_STATFS_H
19987 # include <sys/statfs.h>
19988 #endif
19991 main ()
19993 static struct statfs ac_aggr;
19994 if (ac_aggr.f_favail)
19995 return 0;
19997 return 0;
19999 _ACEOF
20000 rm -f conftest.$ac_objext
20001 if { (ac_try="$ac_compile"
20002 case "(($ac_try" in
20003 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20004 *) ac_try_echo=$ac_try;;
20005 esac
20006 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20007 (eval "$ac_compile") 2>conftest.er1
20008 ac_status=$?
20009 grep -v '^ *+' conftest.er1 >conftest.err
20010 rm -f conftest.er1
20011 cat conftest.err >&5
20012 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20013 (exit $ac_status); } && {
20014 test -z "$ac_c_werror_flag" ||
20015 test ! -s conftest.err
20016 } && test -s conftest.$ac_objext; then
20017 ac_cv_member_struct_statfs_f_favail=yes
20018 else
20019 echo "$as_me: failed program was:" >&5
20020 sed 's/^/| /' conftest.$ac_ext >&5
20022 cat >conftest.$ac_ext <<_ACEOF
20023 /* confdefs.h. */
20024 _ACEOF
20025 cat confdefs.h >>conftest.$ac_ext
20026 cat >>conftest.$ac_ext <<_ACEOF
20027 /* end confdefs.h. */
20028 #include <sys/types.h>
20029 #ifdef HAVE_SYS_PARAM_H
20030 # include <sys/param.h>
20031 #endif
20032 #ifdef HAVE_SYS_MOUNT_H
20033 # include <sys/mount.h>
20034 #endif
20035 #ifdef HAVE_SYS_VFS_H
20036 # include <sys/vfs.h>
20037 #endif
20038 #ifdef HAVE_SYS_STATFS_H
20039 # include <sys/statfs.h>
20040 #endif
20043 main ()
20045 static struct statfs ac_aggr;
20046 if (sizeof ac_aggr.f_favail)
20047 return 0;
20049 return 0;
20051 _ACEOF
20052 rm -f conftest.$ac_objext
20053 if { (ac_try="$ac_compile"
20054 case "(($ac_try" in
20055 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20056 *) ac_try_echo=$ac_try;;
20057 esac
20058 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20059 (eval "$ac_compile") 2>conftest.er1
20060 ac_status=$?
20061 grep -v '^ *+' conftest.er1 >conftest.err
20062 rm -f conftest.er1
20063 cat conftest.err >&5
20064 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20065 (exit $ac_status); } && {
20066 test -z "$ac_c_werror_flag" ||
20067 test ! -s conftest.err
20068 } && test -s conftest.$ac_objext; then
20069 ac_cv_member_struct_statfs_f_favail=yes
20070 else
20071 echo "$as_me: failed program was:" >&5
20072 sed 's/^/| /' conftest.$ac_ext >&5
20074 ac_cv_member_struct_statfs_f_favail=no
20077 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20080 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20082 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_favail" >&5
20083 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_favail" >&6; }
20084 if test $ac_cv_member_struct_statfs_f_favail = yes; then
20086 cat >>confdefs.h <<_ACEOF
20087 #define HAVE_STRUCT_STATFS_F_FAVAIL 1
20088 _ACEOF
20092 { echo "$as_me:$LINENO: checking for struct statfs.f_namelen" >&5
20093 echo $ECHO_N "checking for struct statfs.f_namelen... $ECHO_C" >&6; }
20094 if test "${ac_cv_member_struct_statfs_f_namelen+set}" = set; then
20095 echo $ECHO_N "(cached) $ECHO_C" >&6
20096 else
20097 cat >conftest.$ac_ext <<_ACEOF
20098 /* confdefs.h. */
20099 _ACEOF
20100 cat confdefs.h >>conftest.$ac_ext
20101 cat >>conftest.$ac_ext <<_ACEOF
20102 /* end confdefs.h. */
20103 #include <sys/types.h>
20104 #ifdef HAVE_SYS_PARAM_H
20105 # include <sys/param.h>
20106 #endif
20107 #ifdef HAVE_SYS_MOUNT_H
20108 # include <sys/mount.h>
20109 #endif
20110 #ifdef HAVE_SYS_VFS_H
20111 # include <sys/vfs.h>
20112 #endif
20113 #ifdef HAVE_SYS_STATFS_H
20114 # include <sys/statfs.h>
20115 #endif
20118 main ()
20120 static struct statfs ac_aggr;
20121 if (ac_aggr.f_namelen)
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_statfs_f_namelen=yes
20145 else
20146 echo "$as_me: failed program was:" >&5
20147 sed 's/^/| /' conftest.$ac_ext >&5
20149 cat >conftest.$ac_ext <<_ACEOF
20150 /* confdefs.h. */
20151 _ACEOF
20152 cat confdefs.h >>conftest.$ac_ext
20153 cat >>conftest.$ac_ext <<_ACEOF
20154 /* end confdefs.h. */
20155 #include <sys/types.h>
20156 #ifdef HAVE_SYS_PARAM_H
20157 # include <sys/param.h>
20158 #endif
20159 #ifdef HAVE_SYS_MOUNT_H
20160 # include <sys/mount.h>
20161 #endif
20162 #ifdef HAVE_SYS_VFS_H
20163 # include <sys/vfs.h>
20164 #endif
20165 #ifdef HAVE_SYS_STATFS_H
20166 # include <sys/statfs.h>
20167 #endif
20170 main ()
20172 static struct statfs ac_aggr;
20173 if (sizeof ac_aggr.f_namelen)
20174 return 0;
20176 return 0;
20178 _ACEOF
20179 rm -f conftest.$ac_objext
20180 if { (ac_try="$ac_compile"
20181 case "(($ac_try" in
20182 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20183 *) ac_try_echo=$ac_try;;
20184 esac
20185 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20186 (eval "$ac_compile") 2>conftest.er1
20187 ac_status=$?
20188 grep -v '^ *+' conftest.er1 >conftest.err
20189 rm -f conftest.er1
20190 cat conftest.err >&5
20191 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20192 (exit $ac_status); } && {
20193 test -z "$ac_c_werror_flag" ||
20194 test ! -s conftest.err
20195 } && test -s conftest.$ac_objext; then
20196 ac_cv_member_struct_statfs_f_namelen=yes
20197 else
20198 echo "$as_me: failed program was:" >&5
20199 sed 's/^/| /' conftest.$ac_ext >&5
20201 ac_cv_member_struct_statfs_f_namelen=no
20204 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20207 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20209 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statfs_f_namelen" >&5
20210 echo "${ECHO_T}$ac_cv_member_struct_statfs_f_namelen" >&6; }
20211 if test $ac_cv_member_struct_statfs_f_namelen = yes; then
20213 cat >>confdefs.h <<_ACEOF
20214 #define HAVE_STRUCT_STATFS_F_NAMELEN 1
20215 _ACEOF
20221 { echo "$as_me:$LINENO: checking for struct statvfs.f_blocks" >&5
20222 echo $ECHO_N "checking for struct statvfs.f_blocks... $ECHO_C" >&6; }
20223 if test "${ac_cv_member_struct_statvfs_f_blocks+set}" = set; then
20224 echo $ECHO_N "(cached) $ECHO_C" >&6
20225 else
20226 cat >conftest.$ac_ext <<_ACEOF
20227 /* confdefs.h. */
20228 _ACEOF
20229 cat confdefs.h >>conftest.$ac_ext
20230 cat >>conftest.$ac_ext <<_ACEOF
20231 /* end confdefs.h. */
20232 #ifdef HAVE_SYS_STATVFS_H
20233 #include <sys/statvfs.h>
20234 #endif
20237 main ()
20239 static struct statvfs ac_aggr;
20240 if (ac_aggr.f_blocks)
20241 return 0;
20243 return 0;
20245 _ACEOF
20246 rm -f conftest.$ac_objext
20247 if { (ac_try="$ac_compile"
20248 case "(($ac_try" in
20249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20250 *) ac_try_echo=$ac_try;;
20251 esac
20252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20253 (eval "$ac_compile") 2>conftest.er1
20254 ac_status=$?
20255 grep -v '^ *+' conftest.er1 >conftest.err
20256 rm -f conftest.er1
20257 cat conftest.err >&5
20258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20259 (exit $ac_status); } && {
20260 test -z "$ac_c_werror_flag" ||
20261 test ! -s conftest.err
20262 } && test -s conftest.$ac_objext; then
20263 ac_cv_member_struct_statvfs_f_blocks=yes
20264 else
20265 echo "$as_me: failed program was:" >&5
20266 sed 's/^/| /' conftest.$ac_ext >&5
20268 cat >conftest.$ac_ext <<_ACEOF
20269 /* confdefs.h. */
20270 _ACEOF
20271 cat confdefs.h >>conftest.$ac_ext
20272 cat >>conftest.$ac_ext <<_ACEOF
20273 /* end confdefs.h. */
20274 #ifdef HAVE_SYS_STATVFS_H
20275 #include <sys/statvfs.h>
20276 #endif
20279 main ()
20281 static struct statvfs ac_aggr;
20282 if (sizeof ac_aggr.f_blocks)
20283 return 0;
20285 return 0;
20287 _ACEOF
20288 rm -f conftest.$ac_objext
20289 if { (ac_try="$ac_compile"
20290 case "(($ac_try" in
20291 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20292 *) ac_try_echo=$ac_try;;
20293 esac
20294 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20295 (eval "$ac_compile") 2>conftest.er1
20296 ac_status=$?
20297 grep -v '^ *+' conftest.er1 >conftest.err
20298 rm -f conftest.er1
20299 cat conftest.err >&5
20300 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20301 (exit $ac_status); } && {
20302 test -z "$ac_c_werror_flag" ||
20303 test ! -s conftest.err
20304 } && test -s conftest.$ac_objext; then
20305 ac_cv_member_struct_statvfs_f_blocks=yes
20306 else
20307 echo "$as_me: failed program was:" >&5
20308 sed 's/^/| /' conftest.$ac_ext >&5
20310 ac_cv_member_struct_statvfs_f_blocks=no
20313 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20316 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20318 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_statvfs_f_blocks" >&5
20319 echo "${ECHO_T}$ac_cv_member_struct_statvfs_f_blocks" >&6; }
20320 if test $ac_cv_member_struct_statvfs_f_blocks = yes; then
20322 cat >>confdefs.h <<_ACEOF
20323 #define HAVE_STRUCT_STATVFS_F_BLOCKS 1
20324 _ACEOF
20330 { echo "$as_me:$LINENO: checking for struct msghdr.msg_accrights" >&5
20331 echo $ECHO_N "checking for struct msghdr.msg_accrights... $ECHO_C" >&6; }
20332 if test "${ac_cv_member_struct_msghdr_msg_accrights+set}" = set; then
20333 echo $ECHO_N "(cached) $ECHO_C" >&6
20334 else
20335 cat >conftest.$ac_ext <<_ACEOF
20336 /* confdefs.h. */
20337 _ACEOF
20338 cat confdefs.h >>conftest.$ac_ext
20339 cat >>conftest.$ac_ext <<_ACEOF
20340 /* end confdefs.h. */
20341 #include <sys/types.h>
20342 #ifdef HAVE_SYS_SOCKET_H
20343 # include <sys/socket.h>
20344 #endif
20345 #ifdef HAVE_SYS_UN_H
20346 # include <sys/un.h>
20347 #endif
20350 main ()
20352 static struct msghdr ac_aggr;
20353 if (ac_aggr.msg_accrights)
20354 return 0;
20356 return 0;
20358 _ACEOF
20359 rm -f conftest.$ac_objext
20360 if { (ac_try="$ac_compile"
20361 case "(($ac_try" in
20362 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20363 *) ac_try_echo=$ac_try;;
20364 esac
20365 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20366 (eval "$ac_compile") 2>conftest.er1
20367 ac_status=$?
20368 grep -v '^ *+' conftest.er1 >conftest.err
20369 rm -f conftest.er1
20370 cat conftest.err >&5
20371 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20372 (exit $ac_status); } && {
20373 test -z "$ac_c_werror_flag" ||
20374 test ! -s conftest.err
20375 } && test -s conftest.$ac_objext; then
20376 ac_cv_member_struct_msghdr_msg_accrights=yes
20377 else
20378 echo "$as_me: failed program was:" >&5
20379 sed 's/^/| /' conftest.$ac_ext >&5
20381 cat >conftest.$ac_ext <<_ACEOF
20382 /* confdefs.h. */
20383 _ACEOF
20384 cat confdefs.h >>conftest.$ac_ext
20385 cat >>conftest.$ac_ext <<_ACEOF
20386 /* end confdefs.h. */
20387 #include <sys/types.h>
20388 #ifdef HAVE_SYS_SOCKET_H
20389 # include <sys/socket.h>
20390 #endif
20391 #ifdef HAVE_SYS_UN_H
20392 # include <sys/un.h>
20393 #endif
20396 main ()
20398 static struct msghdr ac_aggr;
20399 if (sizeof ac_aggr.msg_accrights)
20400 return 0;
20402 return 0;
20404 _ACEOF
20405 rm -f conftest.$ac_objext
20406 if { (ac_try="$ac_compile"
20407 case "(($ac_try" in
20408 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20409 *) ac_try_echo=$ac_try;;
20410 esac
20411 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20412 (eval "$ac_compile") 2>conftest.er1
20413 ac_status=$?
20414 grep -v '^ *+' conftest.er1 >conftest.err
20415 rm -f conftest.er1
20416 cat conftest.err >&5
20417 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20418 (exit $ac_status); } && {
20419 test -z "$ac_c_werror_flag" ||
20420 test ! -s conftest.err
20421 } && test -s conftest.$ac_objext; then
20422 ac_cv_member_struct_msghdr_msg_accrights=yes
20423 else
20424 echo "$as_me: failed program was:" >&5
20425 sed 's/^/| /' conftest.$ac_ext >&5
20427 ac_cv_member_struct_msghdr_msg_accrights=no
20430 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20433 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20435 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_msghdr_msg_accrights" >&5
20436 echo "${ECHO_T}$ac_cv_member_struct_msghdr_msg_accrights" >&6; }
20437 if test $ac_cv_member_struct_msghdr_msg_accrights = yes; then
20439 cat >>confdefs.h <<_ACEOF
20440 #define HAVE_STRUCT_MSGHDR_MSG_ACCRIGHTS 1
20441 _ACEOF
20445 { echo "$as_me:$LINENO: checking for struct sockaddr.sa_len" >&5
20446 echo $ECHO_N "checking for struct sockaddr.sa_len... $ECHO_C" >&6; }
20447 if test "${ac_cv_member_struct_sockaddr_sa_len+set}" = set; then
20448 echo $ECHO_N "(cached) $ECHO_C" >&6
20449 else
20450 cat >conftest.$ac_ext <<_ACEOF
20451 /* confdefs.h. */
20452 _ACEOF
20453 cat confdefs.h >>conftest.$ac_ext
20454 cat >>conftest.$ac_ext <<_ACEOF
20455 /* end confdefs.h. */
20456 #include <sys/types.h>
20457 #ifdef HAVE_SYS_SOCKET_H
20458 # include <sys/socket.h>
20459 #endif
20460 #ifdef HAVE_SYS_UN_H
20461 # include <sys/un.h>
20462 #endif
20465 main ()
20467 static struct sockaddr ac_aggr;
20468 if (ac_aggr.sa_len)
20469 return 0;
20471 return 0;
20473 _ACEOF
20474 rm -f conftest.$ac_objext
20475 if { (ac_try="$ac_compile"
20476 case "(($ac_try" in
20477 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20478 *) ac_try_echo=$ac_try;;
20479 esac
20480 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20481 (eval "$ac_compile") 2>conftest.er1
20482 ac_status=$?
20483 grep -v '^ *+' conftest.er1 >conftest.err
20484 rm -f conftest.er1
20485 cat conftest.err >&5
20486 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20487 (exit $ac_status); } && {
20488 test -z "$ac_c_werror_flag" ||
20489 test ! -s conftest.err
20490 } && test -s conftest.$ac_objext; then
20491 ac_cv_member_struct_sockaddr_sa_len=yes
20492 else
20493 echo "$as_me: failed program was:" >&5
20494 sed 's/^/| /' conftest.$ac_ext >&5
20496 cat >conftest.$ac_ext <<_ACEOF
20497 /* confdefs.h. */
20498 _ACEOF
20499 cat confdefs.h >>conftest.$ac_ext
20500 cat >>conftest.$ac_ext <<_ACEOF
20501 /* end confdefs.h. */
20502 #include <sys/types.h>
20503 #ifdef HAVE_SYS_SOCKET_H
20504 # include <sys/socket.h>
20505 #endif
20506 #ifdef HAVE_SYS_UN_H
20507 # include <sys/un.h>
20508 #endif
20511 main ()
20513 static struct sockaddr ac_aggr;
20514 if (sizeof ac_aggr.sa_len)
20515 return 0;
20517 return 0;
20519 _ACEOF
20520 rm -f conftest.$ac_objext
20521 if { (ac_try="$ac_compile"
20522 case "(($ac_try" in
20523 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20524 *) ac_try_echo=$ac_try;;
20525 esac
20526 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20527 (eval "$ac_compile") 2>conftest.er1
20528 ac_status=$?
20529 grep -v '^ *+' conftest.er1 >conftest.err
20530 rm -f conftest.er1
20531 cat conftest.err >&5
20532 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20533 (exit $ac_status); } && {
20534 test -z "$ac_c_werror_flag" ||
20535 test ! -s conftest.err
20536 } && test -s conftest.$ac_objext; then
20537 ac_cv_member_struct_sockaddr_sa_len=yes
20538 else
20539 echo "$as_me: failed program was:" >&5
20540 sed 's/^/| /' conftest.$ac_ext >&5
20542 ac_cv_member_struct_sockaddr_sa_len=no
20545 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20548 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20550 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_sa_len" >&5
20551 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_sa_len" >&6; }
20552 if test $ac_cv_member_struct_sockaddr_sa_len = yes; then
20554 cat >>confdefs.h <<_ACEOF
20555 #define HAVE_STRUCT_SOCKADDR_SA_LEN 1
20556 _ACEOF
20560 { echo "$as_me:$LINENO: checking for struct sockaddr_un.sun_len" >&5
20561 echo $ECHO_N "checking for struct sockaddr_un.sun_len... $ECHO_C" >&6; }
20562 if test "${ac_cv_member_struct_sockaddr_un_sun_len+set}" = set; then
20563 echo $ECHO_N "(cached) $ECHO_C" >&6
20564 else
20565 cat >conftest.$ac_ext <<_ACEOF
20566 /* confdefs.h. */
20567 _ACEOF
20568 cat confdefs.h >>conftest.$ac_ext
20569 cat >>conftest.$ac_ext <<_ACEOF
20570 /* end confdefs.h. */
20571 #include <sys/types.h>
20572 #ifdef HAVE_SYS_SOCKET_H
20573 # include <sys/socket.h>
20574 #endif
20575 #ifdef HAVE_SYS_UN_H
20576 # include <sys/un.h>
20577 #endif
20580 main ()
20582 static struct sockaddr_un ac_aggr;
20583 if (ac_aggr.sun_len)
20584 return 0;
20586 return 0;
20588 _ACEOF
20589 rm -f conftest.$ac_objext
20590 if { (ac_try="$ac_compile"
20591 case "(($ac_try" in
20592 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20593 *) ac_try_echo=$ac_try;;
20594 esac
20595 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20596 (eval "$ac_compile") 2>conftest.er1
20597 ac_status=$?
20598 grep -v '^ *+' conftest.er1 >conftest.err
20599 rm -f conftest.er1
20600 cat conftest.err >&5
20601 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20602 (exit $ac_status); } && {
20603 test -z "$ac_c_werror_flag" ||
20604 test ! -s conftest.err
20605 } && test -s conftest.$ac_objext; then
20606 ac_cv_member_struct_sockaddr_un_sun_len=yes
20607 else
20608 echo "$as_me: failed program was:" >&5
20609 sed 's/^/| /' conftest.$ac_ext >&5
20611 cat >conftest.$ac_ext <<_ACEOF
20612 /* confdefs.h. */
20613 _ACEOF
20614 cat confdefs.h >>conftest.$ac_ext
20615 cat >>conftest.$ac_ext <<_ACEOF
20616 /* end confdefs.h. */
20617 #include <sys/types.h>
20618 #ifdef HAVE_SYS_SOCKET_H
20619 # include <sys/socket.h>
20620 #endif
20621 #ifdef HAVE_SYS_UN_H
20622 # include <sys/un.h>
20623 #endif
20626 main ()
20628 static struct sockaddr_un ac_aggr;
20629 if (sizeof ac_aggr.sun_len)
20630 return 0;
20632 return 0;
20634 _ACEOF
20635 rm -f conftest.$ac_objext
20636 if { (ac_try="$ac_compile"
20637 case "(($ac_try" in
20638 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20639 *) ac_try_echo=$ac_try;;
20640 esac
20641 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20642 (eval "$ac_compile") 2>conftest.er1
20643 ac_status=$?
20644 grep -v '^ *+' conftest.er1 >conftest.err
20645 rm -f conftest.er1
20646 cat conftest.err >&5
20647 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20648 (exit $ac_status); } && {
20649 test -z "$ac_c_werror_flag" ||
20650 test ! -s conftest.err
20651 } && test -s conftest.$ac_objext; then
20652 ac_cv_member_struct_sockaddr_un_sun_len=yes
20653 else
20654 echo "$as_me: failed program was:" >&5
20655 sed 's/^/| /' conftest.$ac_ext >&5
20657 ac_cv_member_struct_sockaddr_un_sun_len=no
20660 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20663 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20665 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_un_sun_len" >&5
20666 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_un_sun_len" >&6; }
20667 if test $ac_cv_member_struct_sockaddr_un_sun_len = yes; then
20669 cat >>confdefs.h <<_ACEOF
20670 #define HAVE_STRUCT_SOCKADDR_UN_SUN_LEN 1
20671 _ACEOF
20677 { echo "$as_me:$LINENO: checking for scsireq_t.cmd" >&5
20678 echo $ECHO_N "checking for scsireq_t.cmd... $ECHO_C" >&6; }
20679 if test "${ac_cv_member_scsireq_t_cmd+set}" = set; then
20680 echo $ECHO_N "(cached) $ECHO_C" >&6
20681 else
20682 cat >conftest.$ac_ext <<_ACEOF
20683 /* confdefs.h. */
20684 _ACEOF
20685 cat confdefs.h >>conftest.$ac_ext
20686 cat >>conftest.$ac_ext <<_ACEOF
20687 /* end confdefs.h. */
20688 #include <sys/types.h>
20689 #ifdef HAVE_SCSI_SG_H
20690 #include <scsi/sg.h>
20691 #endif
20694 main ()
20696 static scsireq_t ac_aggr;
20697 if (ac_aggr.cmd)
20698 return 0;
20700 return 0;
20702 _ACEOF
20703 rm -f conftest.$ac_objext
20704 if { (ac_try="$ac_compile"
20705 case "(($ac_try" in
20706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20707 *) ac_try_echo=$ac_try;;
20708 esac
20709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20710 (eval "$ac_compile") 2>conftest.er1
20711 ac_status=$?
20712 grep -v '^ *+' conftest.er1 >conftest.err
20713 rm -f conftest.er1
20714 cat conftest.err >&5
20715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20716 (exit $ac_status); } && {
20717 test -z "$ac_c_werror_flag" ||
20718 test ! -s conftest.err
20719 } && test -s conftest.$ac_objext; then
20720 ac_cv_member_scsireq_t_cmd=yes
20721 else
20722 echo "$as_me: failed program was:" >&5
20723 sed 's/^/| /' conftest.$ac_ext >&5
20725 cat >conftest.$ac_ext <<_ACEOF
20726 /* confdefs.h. */
20727 _ACEOF
20728 cat confdefs.h >>conftest.$ac_ext
20729 cat >>conftest.$ac_ext <<_ACEOF
20730 /* end confdefs.h. */
20731 #include <sys/types.h>
20732 #ifdef HAVE_SCSI_SG_H
20733 #include <scsi/sg.h>
20734 #endif
20737 main ()
20739 static scsireq_t ac_aggr;
20740 if (sizeof ac_aggr.cmd)
20741 return 0;
20743 return 0;
20745 _ACEOF
20746 rm -f conftest.$ac_objext
20747 if { (ac_try="$ac_compile"
20748 case "(($ac_try" in
20749 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20750 *) ac_try_echo=$ac_try;;
20751 esac
20752 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20753 (eval "$ac_compile") 2>conftest.er1
20754 ac_status=$?
20755 grep -v '^ *+' conftest.er1 >conftest.err
20756 rm -f conftest.er1
20757 cat conftest.err >&5
20758 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20759 (exit $ac_status); } && {
20760 test -z "$ac_c_werror_flag" ||
20761 test ! -s conftest.err
20762 } && test -s conftest.$ac_objext; then
20763 ac_cv_member_scsireq_t_cmd=yes
20764 else
20765 echo "$as_me: failed program was:" >&5
20766 sed 's/^/| /' conftest.$ac_ext >&5
20768 ac_cv_member_scsireq_t_cmd=no
20771 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20774 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20776 { echo "$as_me:$LINENO: result: $ac_cv_member_scsireq_t_cmd" >&5
20777 echo "${ECHO_T}$ac_cv_member_scsireq_t_cmd" >&6; }
20778 if test $ac_cv_member_scsireq_t_cmd = yes; then
20780 cat >>confdefs.h <<_ACEOF
20781 #define HAVE_SCSIREQ_T_CMD 1
20782 _ACEOF
20786 { echo "$as_me:$LINENO: checking for sg_io_hdr_t.interface_id" >&5
20787 echo $ECHO_N "checking for sg_io_hdr_t.interface_id... $ECHO_C" >&6; }
20788 if test "${ac_cv_member_sg_io_hdr_t_interface_id+set}" = set; then
20789 echo $ECHO_N "(cached) $ECHO_C" >&6
20790 else
20791 cat >conftest.$ac_ext <<_ACEOF
20792 /* confdefs.h. */
20793 _ACEOF
20794 cat confdefs.h >>conftest.$ac_ext
20795 cat >>conftest.$ac_ext <<_ACEOF
20796 /* end confdefs.h. */
20797 #include <sys/types.h>
20798 #ifdef HAVE_SCSI_SG_H
20799 #include <scsi/sg.h>
20800 #endif
20803 main ()
20805 static sg_io_hdr_t ac_aggr;
20806 if (ac_aggr.interface_id)
20807 return 0;
20809 return 0;
20811 _ACEOF
20812 rm -f conftest.$ac_objext
20813 if { (ac_try="$ac_compile"
20814 case "(($ac_try" in
20815 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20816 *) ac_try_echo=$ac_try;;
20817 esac
20818 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20819 (eval "$ac_compile") 2>conftest.er1
20820 ac_status=$?
20821 grep -v '^ *+' conftest.er1 >conftest.err
20822 rm -f conftest.er1
20823 cat conftest.err >&5
20824 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20825 (exit $ac_status); } && {
20826 test -z "$ac_c_werror_flag" ||
20827 test ! -s conftest.err
20828 } && test -s conftest.$ac_objext; then
20829 ac_cv_member_sg_io_hdr_t_interface_id=yes
20830 else
20831 echo "$as_me: failed program was:" >&5
20832 sed 's/^/| /' conftest.$ac_ext >&5
20834 cat >conftest.$ac_ext <<_ACEOF
20835 /* confdefs.h. */
20836 _ACEOF
20837 cat confdefs.h >>conftest.$ac_ext
20838 cat >>conftest.$ac_ext <<_ACEOF
20839 /* end confdefs.h. */
20840 #include <sys/types.h>
20841 #ifdef HAVE_SCSI_SG_H
20842 #include <scsi/sg.h>
20843 #endif
20846 main ()
20848 static sg_io_hdr_t ac_aggr;
20849 if (sizeof ac_aggr.interface_id)
20850 return 0;
20852 return 0;
20854 _ACEOF
20855 rm -f conftest.$ac_objext
20856 if { (ac_try="$ac_compile"
20857 case "(($ac_try" in
20858 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20859 *) ac_try_echo=$ac_try;;
20860 esac
20861 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20862 (eval "$ac_compile") 2>conftest.er1
20863 ac_status=$?
20864 grep -v '^ *+' conftest.er1 >conftest.err
20865 rm -f conftest.er1
20866 cat conftest.err >&5
20867 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20868 (exit $ac_status); } && {
20869 test -z "$ac_c_werror_flag" ||
20870 test ! -s conftest.err
20871 } && test -s conftest.$ac_objext; then
20872 ac_cv_member_sg_io_hdr_t_interface_id=yes
20873 else
20874 echo "$as_me: failed program was:" >&5
20875 sed 's/^/| /' conftest.$ac_ext >&5
20877 ac_cv_member_sg_io_hdr_t_interface_id=no
20880 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20883 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20885 { echo "$as_me:$LINENO: result: $ac_cv_member_sg_io_hdr_t_interface_id" >&5
20886 echo "${ECHO_T}$ac_cv_member_sg_io_hdr_t_interface_id" >&6; }
20887 if test $ac_cv_member_sg_io_hdr_t_interface_id = yes; then
20889 cat >>confdefs.h <<_ACEOF
20890 #define HAVE_SG_IO_HDR_T_INTERFACE_ID 1
20891 _ACEOF
20897 { echo "$as_me:$LINENO: checking for siginfo_t.si_fd" >&5
20898 echo $ECHO_N "checking for siginfo_t.si_fd... $ECHO_C" >&6; }
20899 if test "${ac_cv_member_siginfo_t_si_fd+set}" = set; then
20900 echo $ECHO_N "(cached) $ECHO_C" >&6
20901 else
20902 cat >conftest.$ac_ext <<_ACEOF
20903 /* confdefs.h. */
20904 _ACEOF
20905 cat confdefs.h >>conftest.$ac_ext
20906 cat >>conftest.$ac_ext <<_ACEOF
20907 /* end confdefs.h. */
20908 #include <signal.h>
20911 main ()
20913 static siginfo_t ac_aggr;
20914 if (ac_aggr.si_fd)
20915 return 0;
20917 return 0;
20919 _ACEOF
20920 rm -f conftest.$ac_objext
20921 if { (ac_try="$ac_compile"
20922 case "(($ac_try" in
20923 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20924 *) ac_try_echo=$ac_try;;
20925 esac
20926 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20927 (eval "$ac_compile") 2>conftest.er1
20928 ac_status=$?
20929 grep -v '^ *+' conftest.er1 >conftest.err
20930 rm -f conftest.er1
20931 cat conftest.err >&5
20932 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20933 (exit $ac_status); } && {
20934 test -z "$ac_c_werror_flag" ||
20935 test ! -s conftest.err
20936 } && test -s conftest.$ac_objext; then
20937 ac_cv_member_siginfo_t_si_fd=yes
20938 else
20939 echo "$as_me: failed program was:" >&5
20940 sed 's/^/| /' conftest.$ac_ext >&5
20942 cat >conftest.$ac_ext <<_ACEOF
20943 /* confdefs.h. */
20944 _ACEOF
20945 cat confdefs.h >>conftest.$ac_ext
20946 cat >>conftest.$ac_ext <<_ACEOF
20947 /* end confdefs.h. */
20948 #include <signal.h>
20951 main ()
20953 static siginfo_t ac_aggr;
20954 if (sizeof ac_aggr.si_fd)
20955 return 0;
20957 return 0;
20959 _ACEOF
20960 rm -f conftest.$ac_objext
20961 if { (ac_try="$ac_compile"
20962 case "(($ac_try" in
20963 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
20964 *) ac_try_echo=$ac_try;;
20965 esac
20966 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
20967 (eval "$ac_compile") 2>conftest.er1
20968 ac_status=$?
20969 grep -v '^ *+' conftest.er1 >conftest.err
20970 rm -f conftest.er1
20971 cat conftest.err >&5
20972 echo "$as_me:$LINENO: \$? = $ac_status" >&5
20973 (exit $ac_status); } && {
20974 test -z "$ac_c_werror_flag" ||
20975 test ! -s conftest.err
20976 } && test -s conftest.$ac_objext; then
20977 ac_cv_member_siginfo_t_si_fd=yes
20978 else
20979 echo "$as_me: failed program was:" >&5
20980 sed 's/^/| /' conftest.$ac_ext >&5
20982 ac_cv_member_siginfo_t_si_fd=no
20985 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20988 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
20990 { echo "$as_me:$LINENO: result: $ac_cv_member_siginfo_t_si_fd" >&5
20991 echo "${ECHO_T}$ac_cv_member_siginfo_t_si_fd" >&6; }
20992 if test $ac_cv_member_siginfo_t_si_fd = yes; then
20994 cat >>confdefs.h <<_ACEOF
20995 #define HAVE_SIGINFO_T_SI_FD 1
20996 _ACEOF
21002 { echo "$as_me:$LINENO: checking for struct mtget.mt_blksiz" >&5
21003 echo $ECHO_N "checking for struct mtget.mt_blksiz... $ECHO_C" >&6; }
21004 if test "${ac_cv_member_struct_mtget_mt_blksiz+set}" = set; then
21005 echo $ECHO_N "(cached) $ECHO_C" >&6
21006 else
21007 cat >conftest.$ac_ext <<_ACEOF
21008 /* confdefs.h. */
21009 _ACEOF
21010 cat confdefs.h >>conftest.$ac_ext
21011 cat >>conftest.$ac_ext <<_ACEOF
21012 /* end confdefs.h. */
21013 #include <sys/types.h>
21014 #ifdef HAVE_SYS_MTIO_H
21015 #include <sys/mtio.h>
21016 #endif
21019 main ()
21021 static struct mtget ac_aggr;
21022 if (ac_aggr.mt_blksiz)
21023 return 0;
21025 return 0;
21027 _ACEOF
21028 rm -f conftest.$ac_objext
21029 if { (ac_try="$ac_compile"
21030 case "(($ac_try" in
21031 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21032 *) ac_try_echo=$ac_try;;
21033 esac
21034 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21035 (eval "$ac_compile") 2>conftest.er1
21036 ac_status=$?
21037 grep -v '^ *+' conftest.er1 >conftest.err
21038 rm -f conftest.er1
21039 cat conftest.err >&5
21040 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21041 (exit $ac_status); } && {
21042 test -z "$ac_c_werror_flag" ||
21043 test ! -s conftest.err
21044 } && test -s conftest.$ac_objext; then
21045 ac_cv_member_struct_mtget_mt_blksiz=yes
21046 else
21047 echo "$as_me: failed program was:" >&5
21048 sed 's/^/| /' conftest.$ac_ext >&5
21050 cat >conftest.$ac_ext <<_ACEOF
21051 /* confdefs.h. */
21052 _ACEOF
21053 cat confdefs.h >>conftest.$ac_ext
21054 cat >>conftest.$ac_ext <<_ACEOF
21055 /* end confdefs.h. */
21056 #include <sys/types.h>
21057 #ifdef HAVE_SYS_MTIO_H
21058 #include <sys/mtio.h>
21059 #endif
21062 main ()
21064 static struct mtget ac_aggr;
21065 if (sizeof ac_aggr.mt_blksiz)
21066 return 0;
21068 return 0;
21070 _ACEOF
21071 rm -f conftest.$ac_objext
21072 if { (ac_try="$ac_compile"
21073 case "(($ac_try" in
21074 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21075 *) ac_try_echo=$ac_try;;
21076 esac
21077 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21078 (eval "$ac_compile") 2>conftest.er1
21079 ac_status=$?
21080 grep -v '^ *+' conftest.er1 >conftest.err
21081 rm -f conftest.er1
21082 cat conftest.err >&5
21083 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21084 (exit $ac_status); } && {
21085 test -z "$ac_c_werror_flag" ||
21086 test ! -s conftest.err
21087 } && test -s conftest.$ac_objext; then
21088 ac_cv_member_struct_mtget_mt_blksiz=yes
21089 else
21090 echo "$as_me: failed program was:" >&5
21091 sed 's/^/| /' conftest.$ac_ext >&5
21093 ac_cv_member_struct_mtget_mt_blksiz=no
21096 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21099 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21101 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blksiz" >&5
21102 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blksiz" >&6; }
21103 if test $ac_cv_member_struct_mtget_mt_blksiz = yes; then
21105 cat >>confdefs.h <<_ACEOF
21106 #define HAVE_STRUCT_MTGET_MT_BLKSIZ 1
21107 _ACEOF
21111 { echo "$as_me:$LINENO: checking for struct mtget.mt_gstat" >&5
21112 echo $ECHO_N "checking for struct mtget.mt_gstat... $ECHO_C" >&6; }
21113 if test "${ac_cv_member_struct_mtget_mt_gstat+set}" = set; then
21114 echo $ECHO_N "(cached) $ECHO_C" >&6
21115 else
21116 cat >conftest.$ac_ext <<_ACEOF
21117 /* confdefs.h. */
21118 _ACEOF
21119 cat confdefs.h >>conftest.$ac_ext
21120 cat >>conftest.$ac_ext <<_ACEOF
21121 /* end confdefs.h. */
21122 #include <sys/types.h>
21123 #ifdef HAVE_SYS_MTIO_H
21124 #include <sys/mtio.h>
21125 #endif
21128 main ()
21130 static struct mtget ac_aggr;
21131 if (ac_aggr.mt_gstat)
21132 return 0;
21134 return 0;
21136 _ACEOF
21137 rm -f conftest.$ac_objext
21138 if { (ac_try="$ac_compile"
21139 case "(($ac_try" in
21140 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21141 *) ac_try_echo=$ac_try;;
21142 esac
21143 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21144 (eval "$ac_compile") 2>conftest.er1
21145 ac_status=$?
21146 grep -v '^ *+' conftest.er1 >conftest.err
21147 rm -f conftest.er1
21148 cat conftest.err >&5
21149 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21150 (exit $ac_status); } && {
21151 test -z "$ac_c_werror_flag" ||
21152 test ! -s conftest.err
21153 } && test -s conftest.$ac_objext; then
21154 ac_cv_member_struct_mtget_mt_gstat=yes
21155 else
21156 echo "$as_me: failed program was:" >&5
21157 sed 's/^/| /' conftest.$ac_ext >&5
21159 cat >conftest.$ac_ext <<_ACEOF
21160 /* confdefs.h. */
21161 _ACEOF
21162 cat confdefs.h >>conftest.$ac_ext
21163 cat >>conftest.$ac_ext <<_ACEOF
21164 /* end confdefs.h. */
21165 #include <sys/types.h>
21166 #ifdef HAVE_SYS_MTIO_H
21167 #include <sys/mtio.h>
21168 #endif
21171 main ()
21173 static struct mtget ac_aggr;
21174 if (sizeof ac_aggr.mt_gstat)
21175 return 0;
21177 return 0;
21179 _ACEOF
21180 rm -f conftest.$ac_objext
21181 if { (ac_try="$ac_compile"
21182 case "(($ac_try" in
21183 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21184 *) ac_try_echo=$ac_try;;
21185 esac
21186 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21187 (eval "$ac_compile") 2>conftest.er1
21188 ac_status=$?
21189 grep -v '^ *+' conftest.er1 >conftest.err
21190 rm -f conftest.er1
21191 cat conftest.err >&5
21192 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21193 (exit $ac_status); } && {
21194 test -z "$ac_c_werror_flag" ||
21195 test ! -s conftest.err
21196 } && test -s conftest.$ac_objext; then
21197 ac_cv_member_struct_mtget_mt_gstat=yes
21198 else
21199 echo "$as_me: failed program was:" >&5
21200 sed 's/^/| /' conftest.$ac_ext >&5
21202 ac_cv_member_struct_mtget_mt_gstat=no
21205 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21208 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21210 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_gstat" >&5
21211 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_gstat" >&6; }
21212 if test $ac_cv_member_struct_mtget_mt_gstat = yes; then
21214 cat >>confdefs.h <<_ACEOF
21215 #define HAVE_STRUCT_MTGET_MT_GSTAT 1
21216 _ACEOF
21220 { echo "$as_me:$LINENO: checking for struct mtget.mt_blkno" >&5
21221 echo $ECHO_N "checking for struct mtget.mt_blkno... $ECHO_C" >&6; }
21222 if test "${ac_cv_member_struct_mtget_mt_blkno+set}" = set; then
21223 echo $ECHO_N "(cached) $ECHO_C" >&6
21224 else
21225 cat >conftest.$ac_ext <<_ACEOF
21226 /* confdefs.h. */
21227 _ACEOF
21228 cat confdefs.h >>conftest.$ac_ext
21229 cat >>conftest.$ac_ext <<_ACEOF
21230 /* end confdefs.h. */
21231 #include <sys/types.h>
21232 #ifdef HAVE_SYS_MTIO_H
21233 #include <sys/mtio.h>
21234 #endif
21237 main ()
21239 static struct mtget ac_aggr;
21240 if (ac_aggr.mt_blkno)
21241 return 0;
21243 return 0;
21245 _ACEOF
21246 rm -f conftest.$ac_objext
21247 if { (ac_try="$ac_compile"
21248 case "(($ac_try" in
21249 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21250 *) ac_try_echo=$ac_try;;
21251 esac
21252 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21253 (eval "$ac_compile") 2>conftest.er1
21254 ac_status=$?
21255 grep -v '^ *+' conftest.er1 >conftest.err
21256 rm -f conftest.er1
21257 cat conftest.err >&5
21258 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21259 (exit $ac_status); } && {
21260 test -z "$ac_c_werror_flag" ||
21261 test ! -s conftest.err
21262 } && test -s conftest.$ac_objext; then
21263 ac_cv_member_struct_mtget_mt_blkno=yes
21264 else
21265 echo "$as_me: failed program was:" >&5
21266 sed 's/^/| /' conftest.$ac_ext >&5
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 #include <sys/types.h>
21275 #ifdef HAVE_SYS_MTIO_H
21276 #include <sys/mtio.h>
21277 #endif
21280 main ()
21282 static struct mtget ac_aggr;
21283 if (sizeof ac_aggr.mt_blkno)
21284 return 0;
21286 return 0;
21288 _ACEOF
21289 rm -f conftest.$ac_objext
21290 if { (ac_try="$ac_compile"
21291 case "(($ac_try" in
21292 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21293 *) ac_try_echo=$ac_try;;
21294 esac
21295 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21296 (eval "$ac_compile") 2>conftest.er1
21297 ac_status=$?
21298 grep -v '^ *+' conftest.er1 >conftest.err
21299 rm -f conftest.er1
21300 cat conftest.err >&5
21301 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21302 (exit $ac_status); } && {
21303 test -z "$ac_c_werror_flag" ||
21304 test ! -s conftest.err
21305 } && test -s conftest.$ac_objext; then
21306 ac_cv_member_struct_mtget_mt_blkno=yes
21307 else
21308 echo "$as_me: failed program was:" >&5
21309 sed 's/^/| /' conftest.$ac_ext >&5
21311 ac_cv_member_struct_mtget_mt_blkno=no
21314 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21317 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21319 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_mtget_mt_blkno" >&5
21320 echo "${ECHO_T}$ac_cv_member_struct_mtget_mt_blkno" >&6; }
21321 if test $ac_cv_member_struct_mtget_mt_blkno = yes; then
21323 cat >>confdefs.h <<_ACEOF
21324 #define HAVE_STRUCT_MTGET_MT_BLKNO 1
21325 _ACEOF
21331 { echo "$as_me:$LINENO: checking for struct option.name" >&5
21332 echo $ECHO_N "checking for struct option.name... $ECHO_C" >&6; }
21333 if test "${ac_cv_member_struct_option_name+set}" = set; then
21334 echo $ECHO_N "(cached) $ECHO_C" >&6
21335 else
21336 cat >conftest.$ac_ext <<_ACEOF
21337 /* confdefs.h. */
21338 _ACEOF
21339 cat confdefs.h >>conftest.$ac_ext
21340 cat >>conftest.$ac_ext <<_ACEOF
21341 /* end confdefs.h. */
21342 #ifdef HAVE_GETOPT_H
21343 #include <getopt.h>
21344 #endif
21347 main ()
21349 static struct option ac_aggr;
21350 if (ac_aggr.name)
21351 return 0;
21353 return 0;
21355 _ACEOF
21356 rm -f conftest.$ac_objext
21357 if { (ac_try="$ac_compile"
21358 case "(($ac_try" in
21359 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21360 *) ac_try_echo=$ac_try;;
21361 esac
21362 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21363 (eval "$ac_compile") 2>conftest.er1
21364 ac_status=$?
21365 grep -v '^ *+' conftest.er1 >conftest.err
21366 rm -f conftest.er1
21367 cat conftest.err >&5
21368 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21369 (exit $ac_status); } && {
21370 test -z "$ac_c_werror_flag" ||
21371 test ! -s conftest.err
21372 } && test -s conftest.$ac_objext; then
21373 ac_cv_member_struct_option_name=yes
21374 else
21375 echo "$as_me: failed program was:" >&5
21376 sed 's/^/| /' conftest.$ac_ext >&5
21378 cat >conftest.$ac_ext <<_ACEOF
21379 /* confdefs.h. */
21380 _ACEOF
21381 cat confdefs.h >>conftest.$ac_ext
21382 cat >>conftest.$ac_ext <<_ACEOF
21383 /* end confdefs.h. */
21384 #ifdef HAVE_GETOPT_H
21385 #include <getopt.h>
21386 #endif
21389 main ()
21391 static struct option ac_aggr;
21392 if (sizeof ac_aggr.name)
21393 return 0;
21395 return 0;
21397 _ACEOF
21398 rm -f conftest.$ac_objext
21399 if { (ac_try="$ac_compile"
21400 case "(($ac_try" in
21401 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21402 *) ac_try_echo=$ac_try;;
21403 esac
21404 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21405 (eval "$ac_compile") 2>conftest.er1
21406 ac_status=$?
21407 grep -v '^ *+' conftest.er1 >conftest.err
21408 rm -f conftest.er1
21409 cat conftest.err >&5
21410 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21411 (exit $ac_status); } && {
21412 test -z "$ac_c_werror_flag" ||
21413 test ! -s conftest.err
21414 } && test -s conftest.$ac_objext; then
21415 ac_cv_member_struct_option_name=yes
21416 else
21417 echo "$as_me: failed program was:" >&5
21418 sed 's/^/| /' conftest.$ac_ext >&5
21420 ac_cv_member_struct_option_name=no
21423 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21426 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21428 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_option_name" >&5
21429 echo "${ECHO_T}$ac_cv_member_struct_option_name" >&6; }
21430 if test $ac_cv_member_struct_option_name = yes; then
21432 cat >>confdefs.h <<_ACEOF
21433 #define HAVE_STRUCT_OPTION_NAME 1
21434 _ACEOF
21440 { echo "$as_me:$LINENO: checking for struct stat.st_blocks" >&5
21441 echo $ECHO_N "checking for struct stat.st_blocks... $ECHO_C" >&6; }
21442 if test "${ac_cv_member_struct_stat_st_blocks+set}" = set; then
21443 echo $ECHO_N "(cached) $ECHO_C" >&6
21444 else
21445 cat >conftest.$ac_ext <<_ACEOF
21446 /* confdefs.h. */
21447 _ACEOF
21448 cat confdefs.h >>conftest.$ac_ext
21449 cat >>conftest.$ac_ext <<_ACEOF
21450 /* end confdefs.h. */
21451 $ac_includes_default
21453 main ()
21455 static struct stat ac_aggr;
21456 if (ac_aggr.st_blocks)
21457 return 0;
21459 return 0;
21461 _ACEOF
21462 rm -f conftest.$ac_objext
21463 if { (ac_try="$ac_compile"
21464 case "(($ac_try" in
21465 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21466 *) ac_try_echo=$ac_try;;
21467 esac
21468 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21469 (eval "$ac_compile") 2>conftest.er1
21470 ac_status=$?
21471 grep -v '^ *+' conftest.er1 >conftest.err
21472 rm -f conftest.er1
21473 cat conftest.err >&5
21474 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21475 (exit $ac_status); } && {
21476 test -z "$ac_c_werror_flag" ||
21477 test ! -s conftest.err
21478 } && test -s conftest.$ac_objext; then
21479 ac_cv_member_struct_stat_st_blocks=yes
21480 else
21481 echo "$as_me: failed program was:" >&5
21482 sed 's/^/| /' conftest.$ac_ext >&5
21484 cat >conftest.$ac_ext <<_ACEOF
21485 /* confdefs.h. */
21486 _ACEOF
21487 cat confdefs.h >>conftest.$ac_ext
21488 cat >>conftest.$ac_ext <<_ACEOF
21489 /* end confdefs.h. */
21490 $ac_includes_default
21492 main ()
21494 static struct stat ac_aggr;
21495 if (sizeof ac_aggr.st_blocks)
21496 return 0;
21498 return 0;
21500 _ACEOF
21501 rm -f conftest.$ac_objext
21502 if { (ac_try="$ac_compile"
21503 case "(($ac_try" in
21504 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21505 *) ac_try_echo=$ac_try;;
21506 esac
21507 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21508 (eval "$ac_compile") 2>conftest.er1
21509 ac_status=$?
21510 grep -v '^ *+' conftest.er1 >conftest.err
21511 rm -f conftest.er1
21512 cat conftest.err >&5
21513 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21514 (exit $ac_status); } && {
21515 test -z "$ac_c_werror_flag" ||
21516 test ! -s conftest.err
21517 } && test -s conftest.$ac_objext; then
21518 ac_cv_member_struct_stat_st_blocks=yes
21519 else
21520 echo "$as_me: failed program was:" >&5
21521 sed 's/^/| /' conftest.$ac_ext >&5
21523 ac_cv_member_struct_stat_st_blocks=no
21526 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21529 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21531 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_blocks" >&5
21532 echo "${ECHO_T}$ac_cv_member_struct_stat_st_blocks" >&6; }
21533 if test $ac_cv_member_struct_stat_st_blocks = yes; then
21535 cat >>confdefs.h <<_ACEOF
21536 #define HAVE_STRUCT_STAT_ST_BLOCKS 1
21537 _ACEOF
21541 { echo "$as_me:$LINENO: checking for struct stat.st_mtim" >&5
21542 echo $ECHO_N "checking for struct stat.st_mtim... $ECHO_C" >&6; }
21543 if test "${ac_cv_member_struct_stat_st_mtim+set}" = set; then
21544 echo $ECHO_N "(cached) $ECHO_C" >&6
21545 else
21546 cat >conftest.$ac_ext <<_ACEOF
21547 /* confdefs.h. */
21548 _ACEOF
21549 cat confdefs.h >>conftest.$ac_ext
21550 cat >>conftest.$ac_ext <<_ACEOF
21551 /* end confdefs.h. */
21552 $ac_includes_default
21554 main ()
21556 static struct stat ac_aggr;
21557 if (ac_aggr.st_mtim)
21558 return 0;
21560 return 0;
21562 _ACEOF
21563 rm -f conftest.$ac_objext
21564 if { (ac_try="$ac_compile"
21565 case "(($ac_try" in
21566 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21567 *) ac_try_echo=$ac_try;;
21568 esac
21569 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21570 (eval "$ac_compile") 2>conftest.er1
21571 ac_status=$?
21572 grep -v '^ *+' conftest.er1 >conftest.err
21573 rm -f conftest.er1
21574 cat conftest.err >&5
21575 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21576 (exit $ac_status); } && {
21577 test -z "$ac_c_werror_flag" ||
21578 test ! -s conftest.err
21579 } && test -s conftest.$ac_objext; then
21580 ac_cv_member_struct_stat_st_mtim=yes
21581 else
21582 echo "$as_me: failed program was:" >&5
21583 sed 's/^/| /' conftest.$ac_ext >&5
21585 cat >conftest.$ac_ext <<_ACEOF
21586 /* confdefs.h. */
21587 _ACEOF
21588 cat confdefs.h >>conftest.$ac_ext
21589 cat >>conftest.$ac_ext <<_ACEOF
21590 /* end confdefs.h. */
21591 $ac_includes_default
21593 main ()
21595 static struct stat ac_aggr;
21596 if (sizeof ac_aggr.st_mtim)
21597 return 0;
21599 return 0;
21601 _ACEOF
21602 rm -f conftest.$ac_objext
21603 if { (ac_try="$ac_compile"
21604 case "(($ac_try" in
21605 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21606 *) ac_try_echo=$ac_try;;
21607 esac
21608 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21609 (eval "$ac_compile") 2>conftest.er1
21610 ac_status=$?
21611 grep -v '^ *+' conftest.er1 >conftest.err
21612 rm -f conftest.er1
21613 cat conftest.err >&5
21614 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21615 (exit $ac_status); } && {
21616 test -z "$ac_c_werror_flag" ||
21617 test ! -s conftest.err
21618 } && test -s conftest.$ac_objext; then
21619 ac_cv_member_struct_stat_st_mtim=yes
21620 else
21621 echo "$as_me: failed program was:" >&5
21622 sed 's/^/| /' conftest.$ac_ext >&5
21624 ac_cv_member_struct_stat_st_mtim=no
21627 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21630 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21632 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_mtim" >&5
21633 echo "${ECHO_T}$ac_cv_member_struct_stat_st_mtim" >&6; }
21634 if test $ac_cv_member_struct_stat_st_mtim = yes; then
21636 cat >>confdefs.h <<_ACEOF
21637 #define HAVE_STRUCT_STAT_ST_MTIM 1
21638 _ACEOF
21642 { echo "$as_me:$LINENO: checking for struct stat.st_ctim" >&5
21643 echo $ECHO_N "checking for struct stat.st_ctim... $ECHO_C" >&6; }
21644 if test "${ac_cv_member_struct_stat_st_ctim+set}" = set; then
21645 echo $ECHO_N "(cached) $ECHO_C" >&6
21646 else
21647 cat >conftest.$ac_ext <<_ACEOF
21648 /* confdefs.h. */
21649 _ACEOF
21650 cat confdefs.h >>conftest.$ac_ext
21651 cat >>conftest.$ac_ext <<_ACEOF
21652 /* end confdefs.h. */
21653 $ac_includes_default
21655 main ()
21657 static struct stat ac_aggr;
21658 if (ac_aggr.st_ctim)
21659 return 0;
21661 return 0;
21663 _ACEOF
21664 rm -f conftest.$ac_objext
21665 if { (ac_try="$ac_compile"
21666 case "(($ac_try" in
21667 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21668 *) ac_try_echo=$ac_try;;
21669 esac
21670 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21671 (eval "$ac_compile") 2>conftest.er1
21672 ac_status=$?
21673 grep -v '^ *+' conftest.er1 >conftest.err
21674 rm -f conftest.er1
21675 cat conftest.err >&5
21676 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21677 (exit $ac_status); } && {
21678 test -z "$ac_c_werror_flag" ||
21679 test ! -s conftest.err
21680 } && test -s conftest.$ac_objext; then
21681 ac_cv_member_struct_stat_st_ctim=yes
21682 else
21683 echo "$as_me: failed program was:" >&5
21684 sed 's/^/| /' conftest.$ac_ext >&5
21686 cat >conftest.$ac_ext <<_ACEOF
21687 /* confdefs.h. */
21688 _ACEOF
21689 cat confdefs.h >>conftest.$ac_ext
21690 cat >>conftest.$ac_ext <<_ACEOF
21691 /* end confdefs.h. */
21692 $ac_includes_default
21694 main ()
21696 static struct stat ac_aggr;
21697 if (sizeof ac_aggr.st_ctim)
21698 return 0;
21700 return 0;
21702 _ACEOF
21703 rm -f conftest.$ac_objext
21704 if { (ac_try="$ac_compile"
21705 case "(($ac_try" in
21706 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21707 *) ac_try_echo=$ac_try;;
21708 esac
21709 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21710 (eval "$ac_compile") 2>conftest.er1
21711 ac_status=$?
21712 grep -v '^ *+' conftest.er1 >conftest.err
21713 rm -f conftest.er1
21714 cat conftest.err >&5
21715 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21716 (exit $ac_status); } && {
21717 test -z "$ac_c_werror_flag" ||
21718 test ! -s conftest.err
21719 } && test -s conftest.$ac_objext; then
21720 ac_cv_member_struct_stat_st_ctim=yes
21721 else
21722 echo "$as_me: failed program was:" >&5
21723 sed 's/^/| /' conftest.$ac_ext >&5
21725 ac_cv_member_struct_stat_st_ctim=no
21728 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21731 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21733 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_ctim" >&5
21734 echo "${ECHO_T}$ac_cv_member_struct_stat_st_ctim" >&6; }
21735 if test $ac_cv_member_struct_stat_st_ctim = yes; then
21737 cat >>confdefs.h <<_ACEOF
21738 #define HAVE_STRUCT_STAT_ST_CTIM 1
21739 _ACEOF
21743 { echo "$as_me:$LINENO: checking for struct stat.st_atim" >&5
21744 echo $ECHO_N "checking for struct stat.st_atim... $ECHO_C" >&6; }
21745 if test "${ac_cv_member_struct_stat_st_atim+set}" = set; then
21746 echo $ECHO_N "(cached) $ECHO_C" >&6
21747 else
21748 cat >conftest.$ac_ext <<_ACEOF
21749 /* confdefs.h. */
21750 _ACEOF
21751 cat confdefs.h >>conftest.$ac_ext
21752 cat >>conftest.$ac_ext <<_ACEOF
21753 /* end confdefs.h. */
21754 $ac_includes_default
21756 main ()
21758 static struct stat ac_aggr;
21759 if (ac_aggr.st_atim)
21760 return 0;
21762 return 0;
21764 _ACEOF
21765 rm -f conftest.$ac_objext
21766 if { (ac_try="$ac_compile"
21767 case "(($ac_try" in
21768 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21769 *) ac_try_echo=$ac_try;;
21770 esac
21771 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21772 (eval "$ac_compile") 2>conftest.er1
21773 ac_status=$?
21774 grep -v '^ *+' conftest.er1 >conftest.err
21775 rm -f conftest.er1
21776 cat conftest.err >&5
21777 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21778 (exit $ac_status); } && {
21779 test -z "$ac_c_werror_flag" ||
21780 test ! -s conftest.err
21781 } && test -s conftest.$ac_objext; then
21782 ac_cv_member_struct_stat_st_atim=yes
21783 else
21784 echo "$as_me: failed program was:" >&5
21785 sed 's/^/| /' conftest.$ac_ext >&5
21787 cat >conftest.$ac_ext <<_ACEOF
21788 /* confdefs.h. */
21789 _ACEOF
21790 cat confdefs.h >>conftest.$ac_ext
21791 cat >>conftest.$ac_ext <<_ACEOF
21792 /* end confdefs.h. */
21793 $ac_includes_default
21795 main ()
21797 static struct stat ac_aggr;
21798 if (sizeof ac_aggr.st_atim)
21799 return 0;
21801 return 0;
21803 _ACEOF
21804 rm -f conftest.$ac_objext
21805 if { (ac_try="$ac_compile"
21806 case "(($ac_try" in
21807 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21808 *) ac_try_echo=$ac_try;;
21809 esac
21810 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21811 (eval "$ac_compile") 2>conftest.er1
21812 ac_status=$?
21813 grep -v '^ *+' conftest.er1 >conftest.err
21814 rm -f conftest.er1
21815 cat conftest.err >&5
21816 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21817 (exit $ac_status); } && {
21818 test -z "$ac_c_werror_flag" ||
21819 test ! -s conftest.err
21820 } && test -s conftest.$ac_objext; then
21821 ac_cv_member_struct_stat_st_atim=yes
21822 else
21823 echo "$as_me: failed program was:" >&5
21824 sed 's/^/| /' conftest.$ac_ext >&5
21826 ac_cv_member_struct_stat_st_atim=no
21829 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21832 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21834 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_stat_st_atim" >&5
21835 echo "${ECHO_T}$ac_cv_member_struct_stat_st_atim" >&6; }
21836 if test $ac_cv_member_struct_stat_st_atim = yes; then
21838 cat >>confdefs.h <<_ACEOF
21839 #define HAVE_STRUCT_STAT_ST_ATIM 1
21840 _ACEOF
21846 { echo "$as_me:$LINENO: checking for struct sockaddr_in6.sin6_scope_id" >&5
21847 echo $ECHO_N "checking for struct sockaddr_in6.sin6_scope_id... $ECHO_C" >&6; }
21848 if test "${ac_cv_member_struct_sockaddr_in6_sin6_scope_id+set}" = set; then
21849 echo $ECHO_N "(cached) $ECHO_C" >&6
21850 else
21851 cat >conftest.$ac_ext <<_ACEOF
21852 /* confdefs.h. */
21853 _ACEOF
21854 cat confdefs.h >>conftest.$ac_ext
21855 cat >>conftest.$ac_ext <<_ACEOF
21856 /* end confdefs.h. */
21857 #ifdef HAVE_SYS_TYPES_H
21858 #include <sys/types.h>
21859 #endif
21860 #ifdef HAVE_NETINET_IN_H
21861 #include <netinet/in.h>
21862 #endif
21865 main ()
21867 static struct sockaddr_in6 ac_aggr;
21868 if (ac_aggr.sin6_scope_id)
21869 return 0;
21871 return 0;
21873 _ACEOF
21874 rm -f conftest.$ac_objext
21875 if { (ac_try="$ac_compile"
21876 case "(($ac_try" in
21877 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21878 *) ac_try_echo=$ac_try;;
21879 esac
21880 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21881 (eval "$ac_compile") 2>conftest.er1
21882 ac_status=$?
21883 grep -v '^ *+' conftest.er1 >conftest.err
21884 rm -f conftest.er1
21885 cat conftest.err >&5
21886 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21887 (exit $ac_status); } && {
21888 test -z "$ac_c_werror_flag" ||
21889 test ! -s conftest.err
21890 } && test -s conftest.$ac_objext; then
21891 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21892 else
21893 echo "$as_me: failed program was:" >&5
21894 sed 's/^/| /' conftest.$ac_ext >&5
21896 cat >conftest.$ac_ext <<_ACEOF
21897 /* confdefs.h. */
21898 _ACEOF
21899 cat confdefs.h >>conftest.$ac_ext
21900 cat >>conftest.$ac_ext <<_ACEOF
21901 /* end confdefs.h. */
21902 #ifdef HAVE_SYS_TYPES_H
21903 #include <sys/types.h>
21904 #endif
21905 #ifdef HAVE_NETINET_IN_H
21906 #include <netinet/in.h>
21907 #endif
21910 main ()
21912 static struct sockaddr_in6 ac_aggr;
21913 if (sizeof ac_aggr.sin6_scope_id)
21914 return 0;
21916 return 0;
21918 _ACEOF
21919 rm -f conftest.$ac_objext
21920 if { (ac_try="$ac_compile"
21921 case "(($ac_try" in
21922 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21923 *) ac_try_echo=$ac_try;;
21924 esac
21925 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21926 (eval "$ac_compile") 2>conftest.er1
21927 ac_status=$?
21928 grep -v '^ *+' conftest.er1 >conftest.err
21929 rm -f conftest.er1
21930 cat conftest.err >&5
21931 echo "$as_me:$LINENO: \$? = $ac_status" >&5
21932 (exit $ac_status); } && {
21933 test -z "$ac_c_werror_flag" ||
21934 test ! -s conftest.err
21935 } && test -s conftest.$ac_objext; then
21936 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=yes
21937 else
21938 echo "$as_me: failed program was:" >&5
21939 sed 's/^/| /' conftest.$ac_ext >&5
21941 ac_cv_member_struct_sockaddr_in6_sin6_scope_id=no
21944 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21947 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
21949 { echo "$as_me:$LINENO: result: $ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&5
21950 echo "${ECHO_T}$ac_cv_member_struct_sockaddr_in6_sin6_scope_id" >&6; }
21951 if test $ac_cv_member_struct_sockaddr_in6_sin6_scope_id = yes; then
21953 cat >>confdefs.h <<_ACEOF
21954 #define HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID 1
21955 _ACEOF
21961 { echo "$as_me:$LINENO: checking for ns_msg._msg_ptr" >&5
21962 echo $ECHO_N "checking for ns_msg._msg_ptr... $ECHO_C" >&6; }
21963 if test "${ac_cv_member_ns_msg__msg_ptr+set}" = set; then
21964 echo $ECHO_N "(cached) $ECHO_C" >&6
21965 else
21966 cat >conftest.$ac_ext <<_ACEOF
21967 /* confdefs.h. */
21968 _ACEOF
21969 cat confdefs.h >>conftest.$ac_ext
21970 cat >>conftest.$ac_ext <<_ACEOF
21971 /* end confdefs.h. */
21972 #ifdef HAVE_SYS_TYPES_H
21973 #include <sys/types.h>
21974 #endif
21975 #ifdef HAVE_NETINET_IN_H
21976 # include <netinet/in.h>
21977 #endif
21978 #ifdef HAVE_ARPA_NAMESER_H
21979 # include <arpa/nameser.h>
21980 #endif
21983 main ()
21985 static ns_msg ac_aggr;
21986 if (ac_aggr._msg_ptr)
21987 return 0;
21989 return 0;
21991 _ACEOF
21992 rm -f conftest.$ac_objext
21993 if { (ac_try="$ac_compile"
21994 case "(($ac_try" in
21995 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
21996 *) ac_try_echo=$ac_try;;
21997 esac
21998 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
21999 (eval "$ac_compile") 2>conftest.er1
22000 ac_status=$?
22001 grep -v '^ *+' conftest.er1 >conftest.err
22002 rm -f conftest.er1
22003 cat conftest.err >&5
22004 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22005 (exit $ac_status); } && {
22006 test -z "$ac_c_werror_flag" ||
22007 test ! -s conftest.err
22008 } && test -s conftest.$ac_objext; then
22009 ac_cv_member_ns_msg__msg_ptr=yes
22010 else
22011 echo "$as_me: failed program was:" >&5
22012 sed 's/^/| /' conftest.$ac_ext >&5
22014 cat >conftest.$ac_ext <<_ACEOF
22015 /* confdefs.h. */
22016 _ACEOF
22017 cat confdefs.h >>conftest.$ac_ext
22018 cat >>conftest.$ac_ext <<_ACEOF
22019 /* end confdefs.h. */
22020 #ifdef HAVE_SYS_TYPES_H
22021 #include <sys/types.h>
22022 #endif
22023 #ifdef HAVE_NETINET_IN_H
22024 # include <netinet/in.h>
22025 #endif
22026 #ifdef HAVE_ARPA_NAMESER_H
22027 # include <arpa/nameser.h>
22028 #endif
22031 main ()
22033 static ns_msg ac_aggr;
22034 if (sizeof ac_aggr._msg_ptr)
22035 return 0;
22037 return 0;
22039 _ACEOF
22040 rm -f conftest.$ac_objext
22041 if { (ac_try="$ac_compile"
22042 case "(($ac_try" in
22043 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22044 *) ac_try_echo=$ac_try;;
22045 esac
22046 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22047 (eval "$ac_compile") 2>conftest.er1
22048 ac_status=$?
22049 grep -v '^ *+' conftest.er1 >conftest.err
22050 rm -f conftest.er1
22051 cat conftest.err >&5
22052 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22053 (exit $ac_status); } && {
22054 test -z "$ac_c_werror_flag" ||
22055 test ! -s conftest.err
22056 } && test -s conftest.$ac_objext; then
22057 ac_cv_member_ns_msg__msg_ptr=yes
22058 else
22059 echo "$as_me: failed program was:" >&5
22060 sed 's/^/| /' conftest.$ac_ext >&5
22062 ac_cv_member_ns_msg__msg_ptr=no
22065 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22068 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
22070 { echo "$as_me:$LINENO: result: $ac_cv_member_ns_msg__msg_ptr" >&5
22071 echo "${ECHO_T}$ac_cv_member_ns_msg__msg_ptr" >&6; }
22072 if test $ac_cv_member_ns_msg__msg_ptr = yes; then
22074 cat >>confdefs.h <<_ACEOF
22075 #define HAVE_NS_MSG__MSG_PTR 1
22076 _ACEOF
22082 { echo "$as_me:$LINENO: checking for timezone variable" >&5
22083 echo $ECHO_N "checking for timezone variable... $ECHO_C" >&6; }
22084 if test "${ac_cv_have_timezone+set}" = set; then
22085 echo $ECHO_N "(cached) $ECHO_C" >&6
22086 else
22087 cat >conftest.$ac_ext <<_ACEOF
22088 /* confdefs.h. */
22089 _ACEOF
22090 cat confdefs.h >>conftest.$ac_ext
22091 cat >>conftest.$ac_ext <<_ACEOF
22092 /* end confdefs.h. */
22093 #include <time.h>
22095 main ()
22097 timezone = 1
22099 return 0;
22101 _ACEOF
22102 rm -f conftest.$ac_objext conftest$ac_exeext
22103 if { (ac_try="$ac_link"
22104 case "(($ac_try" in
22105 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22106 *) ac_try_echo=$ac_try;;
22107 esac
22108 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22109 (eval "$ac_link") 2>conftest.er1
22110 ac_status=$?
22111 grep -v '^ *+' conftest.er1 >conftest.err
22112 rm -f conftest.er1
22113 cat conftest.err >&5
22114 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22115 (exit $ac_status); } && {
22116 test -z "$ac_c_werror_flag" ||
22117 test ! -s conftest.err
22118 } && test -s conftest$ac_exeext &&
22119 $as_test_x conftest$ac_exeext; then
22120 ac_cv_have_timezone="yes"
22121 else
22122 echo "$as_me: failed program was:" >&5
22123 sed 's/^/| /' conftest.$ac_ext >&5
22125 ac_cv_have_timezone="no"
22128 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22129 conftest$ac_exeext conftest.$ac_ext
22131 { echo "$as_me:$LINENO: result: $ac_cv_have_timezone" >&5
22132 echo "${ECHO_T}$ac_cv_have_timezone" >&6; }
22133 if test "$ac_cv_have_timezone" = "yes"
22134 then
22136 cat >>confdefs.h <<\_ACEOF
22137 #define HAVE_TIMEZONE 1
22138 _ACEOF
22141 { echo "$as_me:$LINENO: checking for daylight variable" >&5
22142 echo $ECHO_N "checking for daylight variable... $ECHO_C" >&6; }
22143 if test "${ac_cv_have_daylight+set}" = set; then
22144 echo $ECHO_N "(cached) $ECHO_C" >&6
22145 else
22146 cat >conftest.$ac_ext <<_ACEOF
22147 /* confdefs.h. */
22148 _ACEOF
22149 cat confdefs.h >>conftest.$ac_ext
22150 cat >>conftest.$ac_ext <<_ACEOF
22151 /* end confdefs.h. */
22152 #include <time.h>
22154 main ()
22156 daylight = 1
22158 return 0;
22160 _ACEOF
22161 rm -f conftest.$ac_objext conftest$ac_exeext
22162 if { (ac_try="$ac_link"
22163 case "(($ac_try" in
22164 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22165 *) ac_try_echo=$ac_try;;
22166 esac
22167 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22168 (eval "$ac_link") 2>conftest.er1
22169 ac_status=$?
22170 grep -v '^ *+' conftest.er1 >conftest.err
22171 rm -f conftest.er1
22172 cat conftest.err >&5
22173 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22174 (exit $ac_status); } && {
22175 test -z "$ac_c_werror_flag" ||
22176 test ! -s conftest.err
22177 } && test -s conftest$ac_exeext &&
22178 $as_test_x conftest$ac_exeext; then
22179 ac_cv_have_daylight="yes"
22180 else
22181 echo "$as_me: failed program was:" >&5
22182 sed 's/^/| /' conftest.$ac_ext >&5
22184 ac_cv_have_daylight="no"
22187 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22188 conftest$ac_exeext conftest.$ac_ext
22190 { echo "$as_me:$LINENO: result: $ac_cv_have_daylight" >&5
22191 echo "${ECHO_T}$ac_cv_have_daylight" >&6; }
22192 if test "$ac_cv_have_daylight" = "yes"
22193 then
22195 cat >>confdefs.h <<\_ACEOF
22196 #define HAVE_DAYLIGHT 1
22197 _ACEOF
22201 { echo "$as_me:$LINENO: checking for isinf" >&5
22202 echo $ECHO_N "checking for isinf... $ECHO_C" >&6; }
22203 if test "${ac_cv_have_isinf+set}" = set; then
22204 echo $ECHO_N "(cached) $ECHO_C" >&6
22205 else
22206 cat >conftest.$ac_ext <<_ACEOF
22207 /* confdefs.h. */
22208 _ACEOF
22209 cat confdefs.h >>conftest.$ac_ext
22210 cat >>conftest.$ac_ext <<_ACEOF
22211 /* end confdefs.h. */
22212 #include <math.h>
22214 main ()
22216 float f = 0.0; int i=isinf(f)
22218 return 0;
22220 _ACEOF
22221 rm -f conftest.$ac_objext conftest$ac_exeext
22222 if { (ac_try="$ac_link"
22223 case "(($ac_try" in
22224 *\"* | *\`* | *\\*) ac_try_echo=\$ac_try;;
22225 *) ac_try_echo=$ac_try;;
22226 esac
22227 eval "echo \"\$as_me:$LINENO: $ac_try_echo\"") >&5
22228 (eval "$ac_link") 2>conftest.er1
22229 ac_status=$?
22230 grep -v '^ *+' conftest.er1 >conftest.err
22231 rm -f conftest.er1
22232 cat conftest.err >&5
22233 echo "$as_me:$LINENO: \$? = $ac_status" >&5
22234 (exit $ac_status); } && {
22235 test -z "$ac_c_werror_flag" ||
22236 test ! -s conftest.err
22237 } && test -s conftest$ac_exeext &&
22238 $as_test_x conftest$ac_exeext; then
22239 ac_cv_have_isinf="yes"
22240 else
22241 echo "$as_me: failed program was:" >&5
22242 sed 's/^/| /' conftest.$ac_ext >&5
22244 ac_cv_have_isinf="no"
22247 rm -f core conftest.err conftest.$ac_objext conftest_ipa8_conftest.oo \
22248 conftest$ac_exeext conftest.$ac_ext
22250 { echo "$as_me:$LINENO: result: $ac_cv_have_isinf" >&5
22251 echo "${ECHO_T}$ac_cv_have_isinf" >&6; }
22252 if test "$ac_cv_have_isinf" = "yes"
22253 then
22255 cat >>confdefs.h <<\_ACEOF
22256 #define HAVE_ISINF 1
22257 _ACEOF
22262 case $host_cpu in
22263 *i[3456789]86*) { echo "$as_me:$LINENO: checking whether we need to define __i386__" >&5
22264 echo $ECHO_N "checking whether we need to define __i386__... $ECHO_C" >&6; }
22265 if test "${ac_cv_cpp_def___i386__+set}" = set; then
22266 echo $ECHO_N "(cached) $ECHO_C" >&6
22267 else
22268 cat >conftest.$ac_ext <<_ACEOF
22269 /* confdefs.h. */
22270 _ACEOF
22271 cat confdefs.h >>conftest.$ac_ext
22272 cat >>conftest.$ac_ext <<_ACEOF
22273 /* end confdefs.h. */
22274 #ifndef __i386__
22276 #endif
22277 _ACEOF
22278 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22279 $EGREP "yes" >/dev/null 2>&1; then
22280 ac_cv_cpp_def___i386__=yes
22281 else
22282 ac_cv_cpp_def___i386__=no
22284 rm -f conftest*
22287 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___i386__" >&5
22288 echo "${ECHO_T}$ac_cv_cpp_def___i386__" >&6; }
22289 if test $ac_cv_cpp_def___i386__ = yes; then
22290 CFLAGS="$CFLAGS -D__i386__"
22291 LINTFLAGS="$LINTFLAGS -D__i386__"
22294 *x86_64*) { echo "$as_me:$LINENO: checking whether we need to define __x86_64__" >&5
22295 echo $ECHO_N "checking whether we need to define __x86_64__... $ECHO_C" >&6; }
22296 if test "${ac_cv_cpp_def___x86_64__+set}" = set; then
22297 echo $ECHO_N "(cached) $ECHO_C" >&6
22298 else
22299 cat >conftest.$ac_ext <<_ACEOF
22300 /* confdefs.h. */
22301 _ACEOF
22302 cat confdefs.h >>conftest.$ac_ext
22303 cat >>conftest.$ac_ext <<_ACEOF
22304 /* end confdefs.h. */
22305 #ifndef __x86_64__
22307 #endif
22308 _ACEOF
22309 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22310 $EGREP "yes" >/dev/null 2>&1; then
22311 ac_cv_cpp_def___x86_64__=yes
22312 else
22313 ac_cv_cpp_def___x86_64__=no
22315 rm -f conftest*
22318 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___x86_64__" >&5
22319 echo "${ECHO_T}$ac_cv_cpp_def___x86_64__" >&6; }
22320 if test $ac_cv_cpp_def___x86_64__ = yes; then
22321 CFLAGS="$CFLAGS -D__x86_64__"
22322 LINTFLAGS="$LINTFLAGS -D__x86_64__"
22325 *alpha*) { echo "$as_me:$LINENO: checking whether we need to define __ALPHA__" >&5
22326 echo $ECHO_N "checking whether we need to define __ALPHA__... $ECHO_C" >&6; }
22327 if test "${ac_cv_cpp_def___ALPHA__+set}" = set; then
22328 echo $ECHO_N "(cached) $ECHO_C" >&6
22329 else
22330 cat >conftest.$ac_ext <<_ACEOF
22331 /* confdefs.h. */
22332 _ACEOF
22333 cat confdefs.h >>conftest.$ac_ext
22334 cat >>conftest.$ac_ext <<_ACEOF
22335 /* end confdefs.h. */
22336 #ifndef __ALPHA__
22338 #endif
22339 _ACEOF
22340 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22341 $EGREP "yes" >/dev/null 2>&1; then
22342 ac_cv_cpp_def___ALPHA__=yes
22343 else
22344 ac_cv_cpp_def___ALPHA__=no
22346 rm -f conftest*
22349 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___ALPHA__" >&5
22350 echo "${ECHO_T}$ac_cv_cpp_def___ALPHA__" >&6; }
22351 if test $ac_cv_cpp_def___ALPHA__ = yes; then
22352 CFLAGS="$CFLAGS -D__ALPHA__"
22353 LINTFLAGS="$LINTFLAGS -D__ALPHA__"
22356 *sparc*) { echo "$as_me:$LINENO: checking whether we need to define __sparc__" >&5
22357 echo $ECHO_N "checking whether we need to define __sparc__... $ECHO_C" >&6; }
22358 if test "${ac_cv_cpp_def___sparc__+set}" = set; then
22359 echo $ECHO_N "(cached) $ECHO_C" >&6
22360 else
22361 cat >conftest.$ac_ext <<_ACEOF
22362 /* confdefs.h. */
22363 _ACEOF
22364 cat confdefs.h >>conftest.$ac_ext
22365 cat >>conftest.$ac_ext <<_ACEOF
22366 /* end confdefs.h. */
22367 #ifndef __sparc__
22369 #endif
22370 _ACEOF
22371 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22372 $EGREP "yes" >/dev/null 2>&1; then
22373 ac_cv_cpp_def___sparc__=yes
22374 else
22375 ac_cv_cpp_def___sparc__=no
22377 rm -f conftest*
22380 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sparc__" >&5
22381 echo "${ECHO_T}$ac_cv_cpp_def___sparc__" >&6; }
22382 if test $ac_cv_cpp_def___sparc__ = yes; then
22383 CFLAGS="$CFLAGS -D__sparc__"
22384 LINTFLAGS="$LINTFLAGS -D__sparc__"
22387 *powerpc*) { echo "$as_me:$LINENO: checking whether we need to define __powerpc__" >&5
22388 echo $ECHO_N "checking whether we need to define __powerpc__... $ECHO_C" >&6; }
22389 if test "${ac_cv_cpp_def___powerpc__+set}" = set; then
22390 echo $ECHO_N "(cached) $ECHO_C" >&6
22391 else
22392 cat >conftest.$ac_ext <<_ACEOF
22393 /* confdefs.h. */
22394 _ACEOF
22395 cat confdefs.h >>conftest.$ac_ext
22396 cat >>conftest.$ac_ext <<_ACEOF
22397 /* end confdefs.h. */
22398 #ifndef __powerpc__
22400 #endif
22401 _ACEOF
22402 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22403 $EGREP "yes" >/dev/null 2>&1; then
22404 ac_cv_cpp_def___powerpc__=yes
22405 else
22406 ac_cv_cpp_def___powerpc__=no
22408 rm -f conftest*
22411 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___powerpc__" >&5
22412 echo "${ECHO_T}$ac_cv_cpp_def___powerpc__" >&6; }
22413 if test $ac_cv_cpp_def___powerpc__ = yes; then
22414 CFLAGS="$CFLAGS -D__powerpc__"
22415 LINTFLAGS="$LINTFLAGS -D__powerpc__"
22418 esac
22420 case $host_vendor in
22421 *sun*) { echo "$as_me:$LINENO: checking whether we need to define __sun__" >&5
22422 echo $ECHO_N "checking whether we need to define __sun__... $ECHO_C" >&6; }
22423 if test "${ac_cv_cpp_def___sun__+set}" = set; then
22424 echo $ECHO_N "(cached) $ECHO_C" >&6
22425 else
22426 cat >conftest.$ac_ext <<_ACEOF
22427 /* confdefs.h. */
22428 _ACEOF
22429 cat confdefs.h >>conftest.$ac_ext
22430 cat >>conftest.$ac_ext <<_ACEOF
22431 /* end confdefs.h. */
22432 #ifndef __sun__
22434 #endif
22435 _ACEOF
22436 if (eval "$ac_cpp conftest.$ac_ext") 2>&5 |
22437 $EGREP "yes" >/dev/null 2>&1; then
22438 ac_cv_cpp_def___sun__=yes
22439 else
22440 ac_cv_cpp_def___sun__=no
22442 rm -f conftest*
22445 { echo "$as_me:$LINENO: result: $ac_cv_cpp_def___sun__" >&5
22446 echo "${ECHO_T}$ac_cv_cpp_def___sun__" >&6; }
22447 if test $ac_cv_cpp_def___sun__ = yes; then
22448 CFLAGS="$CFLAGS -D__sun__"
22449 LINTFLAGS="$LINTFLAGS -D__sun__"
22452 esac
22455 DEPENDENCIES="### Dependencies:
22457 .INIT: Makefile
22458 .BEGIN: Makefile
22459 Makefile: dummy
22460 -\$(MAKEDEP) -C\$(SRCDIR) -S\$(TOPSRCDIR) -T\$(TOPOBJDIR) \$(EXTRAINCL) \$(DEPEND_SRCS)
22462 \$(OBJS): \$(IDL_GEN_HEADERS)
22463 \$(IDL_GEN_C_SRCS:.c=.o): \$(IDL_GEN_C_SRCS)
22464 \$(RC_SRCS:.rc=.res): \$(IDL_TLB_SRCS:.idl=.tlb)
22465 \$(LEX_SRCS:.l=.yy.o): \$(LEX_SRCS:.l=.yy.c)
22466 \$(BISON_SRCS:.y=.tab.o): \$(BISON_SRCS:.y=.tab.c)"
22469 ALL_MAKERULES=""
22471 ALL_MAKEFILES=""
22473 ALL_MAKEFILE_DEPENDS="# Makefile dependencies"
22476 ALL_TOP_DIRS=""
22478 ALL_DLL_DIRS=""
22480 ALL_IMPLIB_DIRS=""
22482 ALL_TEST_DIRS=""
22484 ALL_PROGRAM_DIRS=""
22486 ALL_PROGRAM_INSTALL_DIRS=""
22488 ALL_PROGRAM_BIN_INSTALL_DIRS=""
22494 ac_config_commands="$ac_config_commands include/stamp-h"
22497 ac_config_commands="$ac_config_commands dlls/gdi32/enhmfdrv"
22499 ac_config_commands="$ac_config_commands dlls/gdi32/mfdrv"
22501 ac_config_commands="$ac_config_commands dlls/kernel32/nls"
22503 ac_config_commands="$ac_config_commands dlls/user32/resources"
22505 ac_config_commands="$ac_config_commands dlls/wineps.drv/data"
22507 ac_config_commands="$ac_config_commands include/wine"
22510 ALL_MAKERULES="$ALL_MAKERULES \\
22511 Make.rules"
22512 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22513 Make.rules: Make.rules.in"
22514 MAKE_RULES=Make.rules
22515 ac_config_files="$ac_config_files Make.rules"
22517 ALL_MAKERULES="$ALL_MAKERULES \\
22518 dlls/Makedll.rules"
22519 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22520 dlls/Makedll.rules: dlls/Makedll.rules.in Make.rules"
22521 MAKE_DLL_RULES=dlls/Makedll.rules
22522 ac_config_files="$ac_config_files dlls/Makedll.rules"
22524 ALL_MAKERULES="$ALL_MAKERULES \\
22525 dlls/Makeimplib.rules"
22526 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22527 dlls/Makeimplib.rules: dlls/Makeimplib.rules.in Make.rules"
22528 MAKE_IMPLIB_RULES=dlls/Makeimplib.rules
22529 ac_config_files="$ac_config_files dlls/Makeimplib.rules"
22531 ALL_MAKERULES="$ALL_MAKERULES \\
22532 dlls/Maketest.rules"
22533 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22534 dlls/Maketest.rules: dlls/Maketest.rules.in Make.rules"
22535 MAKE_TEST_RULES=dlls/Maketest.rules
22536 ac_config_files="$ac_config_files dlls/Maketest.rules"
22538 ALL_MAKERULES="$ALL_MAKERULES \\
22539 programs/Makeprog.rules"
22540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22541 programs/Makeprog.rules: programs/Makeprog.rules.in Make.rules"
22542 MAKE_PROG_RULES=programs/Makeprog.rules
22543 ac_config_files="$ac_config_files programs/Makeprog.rules"
22548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22549 Makefile: Makefile.in Make.rules"
22550 ac_config_files="$ac_config_files Makefile"
22552 ALL_MAKEFILES="$ALL_MAKEFILES \\
22553 dlls/Makefile"
22554 test "x$enable_dlls" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
22555 dlls"
22556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22557 dlls/Makefile: dlls/Makefile.in Make.rules"
22558 ac_config_files="$ac_config_files dlls/Makefile"
22560 ALL_MAKEFILES="$ALL_MAKEFILES \\
22561 dlls/acledit/Makefile"
22562 test "x$enable_acledit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22563 acledit"
22564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22565 dlls/acledit/Makefile: dlls/acledit/Makefile.in dlls/Makedll.rules"
22566 ac_config_files="$ac_config_files dlls/acledit/Makefile"
22568 ALL_MAKEFILES="$ALL_MAKEFILES \\
22569 dlls/activeds/Makefile"
22570 test "x$enable_activeds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22571 activeds"
22572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22573 dlls/activeds/Makefile: dlls/activeds/Makefile.in dlls/Makedll.rules"
22574 ac_config_files="$ac_config_files dlls/activeds/Makefile"
22576 ALL_MAKEFILES="$ALL_MAKEFILES \\
22577 dlls/actxprxy/Makefile"
22578 test "x$enable_actxprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22579 actxprxy"
22580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22581 dlls/actxprxy/Makefile: dlls/actxprxy/Makefile.in dlls/Makedll.rules"
22582 ac_config_files="$ac_config_files dlls/actxprxy/Makefile"
22584 ALL_MAKEFILES="$ALL_MAKEFILES \\
22585 dlls/adsiid/Makefile"
22586 test "x$enable_adsiid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
22587 adsiid"
22588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22589 dlls/adsiid/Makefile: dlls/adsiid/Makefile.in dlls/Makeimplib.rules"
22590 ac_config_files="$ac_config_files dlls/adsiid/Makefile"
22592 ALL_MAKEFILES="$ALL_MAKEFILES \\
22593 dlls/advapi32/Makefile"
22594 test "x$enable_advapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22595 advapi32"
22596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22597 dlls/advapi32/Makefile: dlls/advapi32/Makefile.in dlls/Makedll.rules"
22598 ac_config_files="$ac_config_files dlls/advapi32/Makefile"
22600 ALL_MAKEFILES="$ALL_MAKEFILES \\
22601 dlls/advapi32/tests/Makefile"
22602 test "x$enable_advapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22603 advapi32/tests"
22604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22605 dlls/advapi32/tests/Makefile: dlls/advapi32/tests/Makefile.in dlls/Maketest.rules"
22606 ac_config_files="$ac_config_files dlls/advapi32/tests/Makefile"
22608 ALL_MAKEFILES="$ALL_MAKEFILES \\
22609 dlls/advpack/Makefile"
22610 test "x$enable_advpack" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22611 advpack"
22612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22613 dlls/advpack/Makefile: dlls/advpack/Makefile.in dlls/Makedll.rules"
22614 ac_config_files="$ac_config_files dlls/advpack/Makefile"
22616 ALL_MAKEFILES="$ALL_MAKEFILES \\
22617 dlls/advpack/tests/Makefile"
22618 test "x$enable_advpack_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22619 advpack/tests"
22620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22621 dlls/advpack/tests/Makefile: dlls/advpack/tests/Makefile.in dlls/Maketest.rules"
22622 ac_config_files="$ac_config_files dlls/advpack/tests/Makefile"
22624 ALL_MAKEFILES="$ALL_MAKEFILES \\
22625 dlls/amstream/Makefile"
22626 test "x$enable_amstream" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22627 amstream"
22628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22629 dlls/amstream/Makefile: dlls/amstream/Makefile.in dlls/Makedll.rules"
22630 ac_config_files="$ac_config_files dlls/amstream/Makefile"
22632 ALL_MAKEFILES="$ALL_MAKEFILES \\
22633 dlls/appwiz.cpl/Makefile"
22634 test "x$enable_appwiz_cpl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22635 appwiz.cpl"
22636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22637 dlls/appwiz.cpl/Makefile: dlls/appwiz.cpl/Makefile.in dlls/Makedll.rules"
22638 ac_config_files="$ac_config_files dlls/appwiz.cpl/Makefile"
22640 ALL_MAKEFILES="$ALL_MAKEFILES \\
22641 dlls/atl/Makefile"
22642 test "x$enable_atl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22643 atl"
22644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22645 dlls/atl/Makefile: dlls/atl/Makefile.in dlls/Makedll.rules"
22646 ac_config_files="$ac_config_files dlls/atl/Makefile"
22648 ALL_MAKEFILES="$ALL_MAKEFILES \\
22649 dlls/avicap32/Makefile"
22650 test "x$enable_avicap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22651 avicap32"
22652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22653 dlls/avicap32/Makefile: dlls/avicap32/Makefile.in dlls/Makedll.rules"
22654 ac_config_files="$ac_config_files dlls/avicap32/Makefile"
22656 ALL_MAKEFILES="$ALL_MAKEFILES \\
22657 dlls/avifil32/Makefile"
22658 test "x$enable_avifil32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22659 avifil32"
22660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22661 dlls/avifil32/Makefile: dlls/avifil32/Makefile.in dlls/Makedll.rules"
22662 ac_config_files="$ac_config_files dlls/avifil32/Makefile"
22664 ALL_MAKEFILES="$ALL_MAKEFILES \\
22665 dlls/browseui/Makefile"
22666 test "x$enable_browseui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22667 browseui"
22668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22669 dlls/browseui/Makefile: dlls/browseui/Makefile.in dlls/Makedll.rules"
22670 ac_config_files="$ac_config_files dlls/browseui/Makefile"
22672 ALL_MAKEFILES="$ALL_MAKEFILES \\
22673 dlls/browseui/tests/Makefile"
22674 test "x$enable_browseui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22675 browseui/tests"
22676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22677 dlls/browseui/tests/Makefile: dlls/browseui/tests/Makefile.in dlls/Maketest.rules"
22678 ac_config_files="$ac_config_files dlls/browseui/tests/Makefile"
22680 ALL_MAKEFILES="$ALL_MAKEFILES \\
22681 dlls/cabinet/Makefile"
22682 test "x$enable_cabinet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22683 cabinet"
22684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22685 dlls/cabinet/Makefile: dlls/cabinet/Makefile.in dlls/Makedll.rules"
22686 ac_config_files="$ac_config_files dlls/cabinet/Makefile"
22688 ALL_MAKEFILES="$ALL_MAKEFILES \\
22689 dlls/cabinet/tests/Makefile"
22690 test "x$enable_cabinet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22691 cabinet/tests"
22692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22693 dlls/cabinet/tests/Makefile: dlls/cabinet/tests/Makefile.in dlls/Maketest.rules"
22694 ac_config_files="$ac_config_files dlls/cabinet/tests/Makefile"
22696 ALL_MAKEFILES="$ALL_MAKEFILES \\
22697 dlls/capi2032/Makefile"
22698 test "x$enable_capi2032" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22699 capi2032"
22700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22701 dlls/capi2032/Makefile: dlls/capi2032/Makefile.in dlls/Makedll.rules"
22702 ac_config_files="$ac_config_files dlls/capi2032/Makefile"
22704 ALL_MAKEFILES="$ALL_MAKEFILES \\
22705 dlls/cards/Makefile"
22706 test "x$enable_cards" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22707 cards"
22708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22709 dlls/cards/Makefile: dlls/cards/Makefile.in dlls/Makedll.rules"
22710 ac_config_files="$ac_config_files dlls/cards/Makefile"
22712 ALL_MAKEFILES="$ALL_MAKEFILES \\
22713 dlls/cfgmgr32/Makefile"
22714 test "x$enable_cfgmgr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22715 cfgmgr32"
22716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22717 dlls/cfgmgr32/Makefile: dlls/cfgmgr32/Makefile.in dlls/Makedll.rules"
22718 ac_config_files="$ac_config_files dlls/cfgmgr32/Makefile"
22720 ALL_MAKEFILES="$ALL_MAKEFILES \\
22721 dlls/clusapi/Makefile"
22722 test "x$enable_clusapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22723 clusapi"
22724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22725 dlls/clusapi/Makefile: dlls/clusapi/Makefile.in dlls/Makedll.rules"
22726 ac_config_files="$ac_config_files dlls/clusapi/Makefile"
22728 ALL_MAKEFILES="$ALL_MAKEFILES \\
22729 dlls/comcat/Makefile"
22730 test "x$enable_comcat" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22731 comcat"
22732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22733 dlls/comcat/Makefile: dlls/comcat/Makefile.in dlls/Makedll.rules"
22734 ac_config_files="$ac_config_files dlls/comcat/Makefile"
22736 ALL_MAKEFILES="$ALL_MAKEFILES \\
22737 dlls/comcat/tests/Makefile"
22738 test "x$enable_comcat_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22739 comcat/tests"
22740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22741 dlls/comcat/tests/Makefile: dlls/comcat/tests/Makefile.in dlls/Maketest.rules"
22742 ac_config_files="$ac_config_files dlls/comcat/tests/Makefile"
22744 ALL_MAKEFILES="$ALL_MAKEFILES \\
22745 dlls/comctl32/Makefile"
22746 test "x$enable_comctl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22747 comctl32"
22748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22749 dlls/comctl32/Makefile: dlls/comctl32/Makefile.in dlls/Makedll.rules"
22750 ac_config_files="$ac_config_files dlls/comctl32/Makefile"
22752 ALL_MAKEFILES="$ALL_MAKEFILES \\
22753 dlls/comctl32/tests/Makefile"
22754 test "x$enable_comctl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22755 comctl32/tests"
22756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22757 dlls/comctl32/tests/Makefile: dlls/comctl32/tests/Makefile.in dlls/Maketest.rules"
22758 ac_config_files="$ac_config_files dlls/comctl32/tests/Makefile"
22760 ALL_MAKEFILES="$ALL_MAKEFILES \\
22761 dlls/comdlg32/Makefile"
22762 test "x$enable_comdlg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22763 comdlg32"
22764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22765 dlls/comdlg32/Makefile: dlls/comdlg32/Makefile.in dlls/Makedll.rules"
22766 ac_config_files="$ac_config_files dlls/comdlg32/Makefile"
22768 ALL_MAKEFILES="$ALL_MAKEFILES \\
22769 dlls/comdlg32/tests/Makefile"
22770 test "x$enable_comdlg32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22771 comdlg32/tests"
22772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22773 dlls/comdlg32/tests/Makefile: dlls/comdlg32/tests/Makefile.in dlls/Maketest.rules"
22774 ac_config_files="$ac_config_files dlls/comdlg32/tests/Makefile"
22776 ALL_MAKEFILES="$ALL_MAKEFILES \\
22777 dlls/compstui/Makefile"
22778 test "x$enable_compstui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22779 compstui"
22780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22781 dlls/compstui/Makefile: dlls/compstui/Makefile.in dlls/Makedll.rules"
22782 ac_config_files="$ac_config_files dlls/compstui/Makefile"
22784 ALL_MAKEFILES="$ALL_MAKEFILES \\
22785 dlls/credui/Makefile"
22786 test "x$enable_credui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22787 credui"
22788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22789 dlls/credui/Makefile: dlls/credui/Makefile.in dlls/Makedll.rules"
22790 ac_config_files="$ac_config_files dlls/credui/Makefile"
22792 ALL_MAKEFILES="$ALL_MAKEFILES \\
22793 dlls/credui/tests/Makefile"
22794 test "x$enable_credui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22795 credui/tests"
22796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22797 dlls/credui/tests/Makefile: dlls/credui/tests/Makefile.in dlls/Maketest.rules"
22798 ac_config_files="$ac_config_files dlls/credui/tests/Makefile"
22800 ALL_MAKEFILES="$ALL_MAKEFILES \\
22801 dlls/crtdll/Makefile"
22802 test "x$enable_crtdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22803 crtdll"
22804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22805 dlls/crtdll/Makefile: dlls/crtdll/Makefile.in dlls/Makedll.rules"
22806 ac_config_files="$ac_config_files dlls/crtdll/Makefile"
22808 ALL_MAKEFILES="$ALL_MAKEFILES \\
22809 dlls/crypt32/Makefile"
22810 test "x$enable_crypt32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22811 crypt32"
22812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22813 dlls/crypt32/Makefile: dlls/crypt32/Makefile.in dlls/Makedll.rules"
22814 ac_config_files="$ac_config_files dlls/crypt32/Makefile"
22816 ALL_MAKEFILES="$ALL_MAKEFILES \\
22817 dlls/crypt32/tests/Makefile"
22818 test "x$enable_crypt32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22819 crypt32/tests"
22820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22821 dlls/crypt32/tests/Makefile: dlls/crypt32/tests/Makefile.in dlls/Maketest.rules"
22822 ac_config_files="$ac_config_files dlls/crypt32/tests/Makefile"
22824 ALL_MAKEFILES="$ALL_MAKEFILES \\
22825 dlls/cryptdlg/Makefile"
22826 test "x$enable_cryptdlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22827 cryptdlg"
22828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22829 dlls/cryptdlg/Makefile: dlls/cryptdlg/Makefile.in dlls/Makedll.rules"
22830 ac_config_files="$ac_config_files dlls/cryptdlg/Makefile"
22832 ALL_MAKEFILES="$ALL_MAKEFILES \\
22833 dlls/cryptdll/Makefile"
22834 test "x$enable_cryptdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22835 cryptdll"
22836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22837 dlls/cryptdll/Makefile: dlls/cryptdll/Makefile.in dlls/Makedll.rules"
22838 ac_config_files="$ac_config_files dlls/cryptdll/Makefile"
22840 ALL_MAKEFILES="$ALL_MAKEFILES \\
22841 dlls/cryptnet/Makefile"
22842 test "x$enable_cryptnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22843 cryptnet"
22844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22845 dlls/cryptnet/Makefile: dlls/cryptnet/Makefile.in dlls/Makedll.rules"
22846 ac_config_files="$ac_config_files dlls/cryptnet/Makefile"
22848 ALL_MAKEFILES="$ALL_MAKEFILES \\
22849 dlls/cryptnet/tests/Makefile"
22850 test "x$enable_cryptnet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22851 cryptnet/tests"
22852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22853 dlls/cryptnet/tests/Makefile: dlls/cryptnet/tests/Makefile.in dlls/Maketest.rules"
22854 ac_config_files="$ac_config_files dlls/cryptnet/tests/Makefile"
22856 ALL_MAKEFILES="$ALL_MAKEFILES \\
22857 dlls/cryptui/Makefile"
22858 test "x$enable_cryptui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22859 cryptui"
22860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22861 dlls/cryptui/Makefile: dlls/cryptui/Makefile.in dlls/Makedll.rules"
22862 ac_config_files="$ac_config_files dlls/cryptui/Makefile"
22864 ALL_MAKEFILES="$ALL_MAKEFILES \\
22865 dlls/ctapi32/Makefile"
22866 test "x$enable_ctapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22867 ctapi32"
22868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22869 dlls/ctapi32/Makefile: dlls/ctapi32/Makefile.in dlls/Makedll.rules"
22870 ac_config_files="$ac_config_files dlls/ctapi32/Makefile"
22872 ALL_MAKEFILES="$ALL_MAKEFILES \\
22873 dlls/ctl3d32/Makefile"
22874 test "x$enable_ctl3d32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22875 ctl3d32"
22876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22877 dlls/ctl3d32/Makefile: dlls/ctl3d32/Makefile.in dlls/Makedll.rules"
22878 ac_config_files="$ac_config_files dlls/ctl3d32/Makefile"
22880 ALL_MAKEFILES="$ALL_MAKEFILES \\
22881 dlls/d3d10/Makefile"
22882 test "x$enable_d3d10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22883 d3d10"
22884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22885 dlls/d3d10/Makefile: dlls/d3d10/Makefile.in dlls/Makedll.rules"
22886 ac_config_files="$ac_config_files dlls/d3d10/Makefile"
22888 ALL_MAKEFILES="$ALL_MAKEFILES \\
22889 dlls/d3d8/Makefile"
22890 test "x$enable_d3d8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22891 d3d8"
22892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22893 dlls/d3d8/Makefile: dlls/d3d8/Makefile.in dlls/Makedll.rules"
22894 ac_config_files="$ac_config_files dlls/d3d8/Makefile"
22896 ALL_MAKEFILES="$ALL_MAKEFILES \\
22897 dlls/d3d8/tests/Makefile"
22898 test "x$enable_d3d8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22899 d3d8/tests"
22900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22901 dlls/d3d8/tests/Makefile: dlls/d3d8/tests/Makefile.in dlls/Maketest.rules"
22902 ac_config_files="$ac_config_files dlls/d3d8/tests/Makefile"
22904 ALL_MAKEFILES="$ALL_MAKEFILES \\
22905 dlls/d3d9/Makefile"
22906 test "x$enable_d3d9" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22907 d3d9"
22908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22909 dlls/d3d9/Makefile: dlls/d3d9/Makefile.in dlls/Makedll.rules"
22910 ac_config_files="$ac_config_files dlls/d3d9/Makefile"
22912 ALL_MAKEFILES="$ALL_MAKEFILES \\
22913 dlls/d3d9/tests/Makefile"
22914 test "x$enable_d3d9_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22915 d3d9/tests"
22916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22917 dlls/d3d9/tests/Makefile: dlls/d3d9/tests/Makefile.in dlls/Maketest.rules"
22918 ac_config_files="$ac_config_files dlls/d3d9/tests/Makefile"
22920 ALL_MAKEFILES="$ALL_MAKEFILES \\
22921 dlls/d3dim/Makefile"
22922 test "x$enable_d3dim" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22923 d3dim"
22924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22925 dlls/d3dim/Makefile: dlls/d3dim/Makefile.in dlls/Makedll.rules"
22926 ac_config_files="$ac_config_files dlls/d3dim/Makefile"
22928 ALL_MAKEFILES="$ALL_MAKEFILES \\
22929 dlls/d3drm/Makefile"
22930 test "x$enable_d3drm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22931 d3drm"
22932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22933 dlls/d3drm/Makefile: dlls/d3drm/Makefile.in dlls/Makedll.rules"
22934 ac_config_files="$ac_config_files dlls/d3drm/Makefile"
22936 ALL_MAKEFILES="$ALL_MAKEFILES \\
22937 dlls/d3drm/tests/Makefile"
22938 test "x$enable_d3drm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22939 d3drm/tests"
22940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22941 dlls/d3drm/tests/Makefile: dlls/d3drm/tests/Makefile.in dlls/Maketest.rules"
22942 ac_config_files="$ac_config_files dlls/d3drm/tests/Makefile"
22944 ALL_MAKEFILES="$ALL_MAKEFILES \\
22945 dlls/d3dx8/Makefile"
22946 test "x$enable_d3dx8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22947 d3dx8"
22948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22949 dlls/d3dx8/Makefile: dlls/d3dx8/Makefile.in dlls/Makedll.rules"
22950 ac_config_files="$ac_config_files dlls/d3dx8/Makefile"
22952 ALL_MAKEFILES="$ALL_MAKEFILES \\
22953 dlls/d3dx8/tests/Makefile"
22954 test "x$enable_d3dx8_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
22955 d3dx8/tests"
22956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22957 dlls/d3dx8/tests/Makefile: dlls/d3dx8/tests/Makefile.in dlls/Maketest.rules"
22958 ac_config_files="$ac_config_files dlls/d3dx8/tests/Makefile"
22960 ALL_MAKEFILES="$ALL_MAKEFILES \\
22961 dlls/d3dx9_24/Makefile"
22962 test "x$enable_d3dx9_24" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22963 d3dx9_24"
22964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22965 dlls/d3dx9_24/Makefile: dlls/d3dx9_24/Makefile.in dlls/Makedll.rules"
22966 ac_config_files="$ac_config_files dlls/d3dx9_24/Makefile"
22968 ALL_MAKEFILES="$ALL_MAKEFILES \\
22969 dlls/d3dx9_25/Makefile"
22970 test "x$enable_d3dx9_25" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22971 d3dx9_25"
22972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22973 dlls/d3dx9_25/Makefile: dlls/d3dx9_25/Makefile.in dlls/Makedll.rules"
22974 ac_config_files="$ac_config_files dlls/d3dx9_25/Makefile"
22976 ALL_MAKEFILES="$ALL_MAKEFILES \\
22977 dlls/d3dx9_26/Makefile"
22978 test "x$enable_d3dx9_26" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22979 d3dx9_26"
22980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22981 dlls/d3dx9_26/Makefile: dlls/d3dx9_26/Makefile.in dlls/Makedll.rules"
22982 ac_config_files="$ac_config_files dlls/d3dx9_26/Makefile"
22984 ALL_MAKEFILES="$ALL_MAKEFILES \\
22985 dlls/d3dx9_27/Makefile"
22986 test "x$enable_d3dx9_27" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22987 d3dx9_27"
22988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22989 dlls/d3dx9_27/Makefile: dlls/d3dx9_27/Makefile.in dlls/Makedll.rules"
22990 ac_config_files="$ac_config_files dlls/d3dx9_27/Makefile"
22992 ALL_MAKEFILES="$ALL_MAKEFILES \\
22993 dlls/d3dx9_28/Makefile"
22994 test "x$enable_d3dx9_28" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
22995 d3dx9_28"
22996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
22997 dlls/d3dx9_28/Makefile: dlls/d3dx9_28/Makefile.in dlls/Makedll.rules"
22998 ac_config_files="$ac_config_files dlls/d3dx9_28/Makefile"
23000 ALL_MAKEFILES="$ALL_MAKEFILES \\
23001 dlls/d3dx9_29/Makefile"
23002 test "x$enable_d3dx9_29" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23003 d3dx9_29"
23004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23005 dlls/d3dx9_29/Makefile: dlls/d3dx9_29/Makefile.in dlls/Makedll.rules"
23006 ac_config_files="$ac_config_files dlls/d3dx9_29/Makefile"
23008 ALL_MAKEFILES="$ALL_MAKEFILES \\
23009 dlls/d3dx9_30/Makefile"
23010 test "x$enable_d3dx9_30" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23011 d3dx9_30"
23012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23013 dlls/d3dx9_30/Makefile: dlls/d3dx9_30/Makefile.in dlls/Makedll.rules"
23014 ac_config_files="$ac_config_files dlls/d3dx9_30/Makefile"
23016 ALL_MAKEFILES="$ALL_MAKEFILES \\
23017 dlls/d3dx9_31/Makefile"
23018 test "x$enable_d3dx9_31" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23019 d3dx9_31"
23020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23021 dlls/d3dx9_31/Makefile: dlls/d3dx9_31/Makefile.in dlls/Makedll.rules"
23022 ac_config_files="$ac_config_files dlls/d3dx9_31/Makefile"
23024 ALL_MAKEFILES="$ALL_MAKEFILES \\
23025 dlls/d3dx9_32/Makefile"
23026 test "x$enable_d3dx9_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23027 d3dx9_32"
23028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23029 dlls/d3dx9_32/Makefile: dlls/d3dx9_32/Makefile.in dlls/Makedll.rules"
23030 ac_config_files="$ac_config_files dlls/d3dx9_32/Makefile"
23032 ALL_MAKEFILES="$ALL_MAKEFILES \\
23033 dlls/d3dx9_33/Makefile"
23034 test "x$enable_d3dx9_33" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23035 d3dx9_33"
23036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23037 dlls/d3dx9_33/Makefile: dlls/d3dx9_33/Makefile.in dlls/Makedll.rules"
23038 ac_config_files="$ac_config_files dlls/d3dx9_33/Makefile"
23040 ALL_MAKEFILES="$ALL_MAKEFILES \\
23041 dlls/d3dx9_34/Makefile"
23042 test "x$enable_d3dx9_34" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23043 d3dx9_34"
23044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23045 dlls/d3dx9_34/Makefile: dlls/d3dx9_34/Makefile.in dlls/Makedll.rules"
23046 ac_config_files="$ac_config_files dlls/d3dx9_34/Makefile"
23048 ALL_MAKEFILES="$ALL_MAKEFILES \\
23049 dlls/d3dx9_35/Makefile"
23050 test "x$enable_d3dx9_35" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23051 d3dx9_35"
23052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23053 dlls/d3dx9_35/Makefile: dlls/d3dx9_35/Makefile.in dlls/Makedll.rules"
23054 ac_config_files="$ac_config_files dlls/d3dx9_35/Makefile"
23056 ALL_MAKEFILES="$ALL_MAKEFILES \\
23057 dlls/d3dx9_36/Makefile"
23058 test "x$enable_d3dx9_36" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23059 d3dx9_36"
23060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23061 dlls/d3dx9_36/Makefile: dlls/d3dx9_36/Makefile.in dlls/Makedll.rules"
23062 ac_config_files="$ac_config_files dlls/d3dx9_36/Makefile"
23064 ALL_MAKEFILES="$ALL_MAKEFILES \\
23065 dlls/d3dx9_36/tests/Makefile"
23066 test "x$enable_d3dx9_36_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23067 d3dx9_36/tests"
23068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23069 dlls/d3dx9_36/tests/Makefile: dlls/d3dx9_36/tests/Makefile.in dlls/Maketest.rules"
23070 ac_config_files="$ac_config_files dlls/d3dx9_36/tests/Makefile"
23072 ALL_MAKEFILES="$ALL_MAKEFILES \\
23073 dlls/d3dx9_37/Makefile"
23074 test "x$enable_d3dx9_37" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23075 d3dx9_37"
23076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23077 dlls/d3dx9_37/Makefile: dlls/d3dx9_37/Makefile.in dlls/Makedll.rules"
23078 ac_config_files="$ac_config_files dlls/d3dx9_37/Makefile"
23080 ALL_MAKEFILES="$ALL_MAKEFILES \\
23081 dlls/d3dxof/Makefile"
23082 test "x$enable_d3dxof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23083 d3dxof"
23084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23085 dlls/d3dxof/Makefile: dlls/d3dxof/Makefile.in dlls/Makedll.rules"
23086 ac_config_files="$ac_config_files dlls/d3dxof/Makefile"
23088 ALL_MAKEFILES="$ALL_MAKEFILES \\
23089 dlls/d3dxof/tests/Makefile"
23090 test "x$enable_d3dxof_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23091 d3dxof/tests"
23092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23093 dlls/d3dxof/tests/Makefile: dlls/d3dxof/tests/Makefile.in dlls/Maketest.rules"
23094 ac_config_files="$ac_config_files dlls/d3dxof/tests/Makefile"
23096 ALL_MAKEFILES="$ALL_MAKEFILES \\
23097 dlls/dbghelp/Makefile"
23098 test "x$enable_dbghelp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23099 dbghelp"
23100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23101 dlls/dbghelp/Makefile: dlls/dbghelp/Makefile.in dlls/Makedll.rules"
23102 ac_config_files="$ac_config_files dlls/dbghelp/Makefile"
23104 ALL_MAKEFILES="$ALL_MAKEFILES \\
23105 dlls/dciman32/Makefile"
23106 test "x$enable_dciman32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23107 dciman32"
23108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23109 dlls/dciman32/Makefile: dlls/dciman32/Makefile.in dlls/Makedll.rules"
23110 ac_config_files="$ac_config_files dlls/dciman32/Makefile"
23112 ALL_MAKEFILES="$ALL_MAKEFILES \\
23113 dlls/ddraw/Makefile"
23114 test "x$enable_ddraw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23115 ddraw"
23116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23117 dlls/ddraw/Makefile: dlls/ddraw/Makefile.in dlls/Makedll.rules"
23118 ac_config_files="$ac_config_files dlls/ddraw/Makefile"
23120 ALL_MAKEFILES="$ALL_MAKEFILES \\
23121 dlls/ddraw/tests/Makefile"
23122 test "x$enable_ddraw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23123 ddraw/tests"
23124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23125 dlls/ddraw/tests/Makefile: dlls/ddraw/tests/Makefile.in dlls/Maketest.rules"
23126 ac_config_files="$ac_config_files dlls/ddraw/tests/Makefile"
23128 ALL_MAKEFILES="$ALL_MAKEFILES \\
23129 dlls/ddrawex/Makefile"
23130 test "x$enable_ddrawex" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23131 ddrawex"
23132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23133 dlls/ddrawex/Makefile: dlls/ddrawex/Makefile.in dlls/Makedll.rules"
23134 ac_config_files="$ac_config_files dlls/ddrawex/Makefile"
23136 ALL_MAKEFILES="$ALL_MAKEFILES \\
23137 dlls/devenum/Makefile"
23138 test "x$enable_devenum" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23139 devenum"
23140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23141 dlls/devenum/Makefile: dlls/devenum/Makefile.in dlls/Makedll.rules"
23142 ac_config_files="$ac_config_files dlls/devenum/Makefile"
23144 ALL_MAKEFILES="$ALL_MAKEFILES \\
23145 dlls/dinput/Makefile"
23146 test "x$enable_dinput" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23147 dinput"
23148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23149 dlls/dinput/Makefile: dlls/dinput/Makefile.in dlls/Makedll.rules"
23150 ac_config_files="$ac_config_files dlls/dinput/Makefile"
23152 ALL_MAKEFILES="$ALL_MAKEFILES \\
23153 dlls/dinput/tests/Makefile"
23154 test "x$enable_dinput_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23155 dinput/tests"
23156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23157 dlls/dinput/tests/Makefile: dlls/dinput/tests/Makefile.in dlls/Maketest.rules"
23158 ac_config_files="$ac_config_files dlls/dinput/tests/Makefile"
23160 ALL_MAKEFILES="$ALL_MAKEFILES \\
23161 dlls/dinput8/Makefile"
23162 test "x$enable_dinput8" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23163 dinput8"
23164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23165 dlls/dinput8/Makefile: dlls/dinput8/Makefile.in dlls/Makedll.rules"
23166 ac_config_files="$ac_config_files dlls/dinput8/Makefile"
23168 ALL_MAKEFILES="$ALL_MAKEFILES \\
23169 dlls/dmband/Makefile"
23170 test "x$enable_dmband" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23171 dmband"
23172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23173 dlls/dmband/Makefile: dlls/dmband/Makefile.in dlls/Makedll.rules"
23174 ac_config_files="$ac_config_files dlls/dmband/Makefile"
23176 ALL_MAKEFILES="$ALL_MAKEFILES \\
23177 dlls/dmcompos/Makefile"
23178 test "x$enable_dmcompos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23179 dmcompos"
23180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23181 dlls/dmcompos/Makefile: dlls/dmcompos/Makefile.in dlls/Makedll.rules"
23182 ac_config_files="$ac_config_files dlls/dmcompos/Makefile"
23184 ALL_MAKEFILES="$ALL_MAKEFILES \\
23185 dlls/dmime/Makefile"
23186 test "x$enable_dmime" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23187 dmime"
23188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23189 dlls/dmime/Makefile: dlls/dmime/Makefile.in dlls/Makedll.rules"
23190 ac_config_files="$ac_config_files dlls/dmime/Makefile"
23192 ALL_MAKEFILES="$ALL_MAKEFILES \\
23193 dlls/dmloader/Makefile"
23194 test "x$enable_dmloader" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23195 dmloader"
23196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23197 dlls/dmloader/Makefile: dlls/dmloader/Makefile.in dlls/Makedll.rules"
23198 ac_config_files="$ac_config_files dlls/dmloader/Makefile"
23200 ALL_MAKEFILES="$ALL_MAKEFILES \\
23201 dlls/dmscript/Makefile"
23202 test "x$enable_dmscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23203 dmscript"
23204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23205 dlls/dmscript/Makefile: dlls/dmscript/Makefile.in dlls/Makedll.rules"
23206 ac_config_files="$ac_config_files dlls/dmscript/Makefile"
23208 ALL_MAKEFILES="$ALL_MAKEFILES \\
23209 dlls/dmstyle/Makefile"
23210 test "x$enable_dmstyle" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23211 dmstyle"
23212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23213 dlls/dmstyle/Makefile: dlls/dmstyle/Makefile.in dlls/Makedll.rules"
23214 ac_config_files="$ac_config_files dlls/dmstyle/Makefile"
23216 ALL_MAKEFILES="$ALL_MAKEFILES \\
23217 dlls/dmsynth/Makefile"
23218 test "x$enable_dmsynth" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23219 dmsynth"
23220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23221 dlls/dmsynth/Makefile: dlls/dmsynth/Makefile.in dlls/Makedll.rules"
23222 ac_config_files="$ac_config_files dlls/dmsynth/Makefile"
23224 ALL_MAKEFILES="$ALL_MAKEFILES \\
23225 dlls/dmusic/Makefile"
23226 test "x$enable_dmusic" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23227 dmusic"
23228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23229 dlls/dmusic/Makefile: dlls/dmusic/Makefile.in dlls/Makedll.rules"
23230 ac_config_files="$ac_config_files dlls/dmusic/Makefile"
23232 ALL_MAKEFILES="$ALL_MAKEFILES \\
23233 dlls/dmusic32/Makefile"
23234 test "x$enable_dmusic32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23235 dmusic32"
23236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23237 dlls/dmusic32/Makefile: dlls/dmusic32/Makefile.in dlls/Makedll.rules"
23238 ac_config_files="$ac_config_files dlls/dmusic32/Makefile"
23240 ALL_MAKEFILES="$ALL_MAKEFILES \\
23241 dlls/dnsapi/Makefile"
23242 test "x$enable_dnsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23243 dnsapi"
23244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23245 dlls/dnsapi/Makefile: dlls/dnsapi/Makefile.in dlls/Makedll.rules"
23246 ac_config_files="$ac_config_files dlls/dnsapi/Makefile"
23248 ALL_MAKEFILES="$ALL_MAKEFILES \\
23249 dlls/dnsapi/tests/Makefile"
23250 test "x$enable_dnsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23251 dnsapi/tests"
23252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23253 dlls/dnsapi/tests/Makefile: dlls/dnsapi/tests/Makefile.in dlls/Maketest.rules"
23254 ac_config_files="$ac_config_files dlls/dnsapi/tests/Makefile"
23256 ALL_MAKEFILES="$ALL_MAKEFILES \\
23257 dlls/dplay/Makefile"
23258 test "x$enable_dplay" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23259 dplay"
23260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23261 dlls/dplay/Makefile: dlls/dplay/Makefile.in dlls/Makedll.rules"
23262 ac_config_files="$ac_config_files dlls/dplay/Makefile"
23264 ALL_MAKEFILES="$ALL_MAKEFILES \\
23265 dlls/dplayx/Makefile"
23266 test "x$enable_dplayx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23267 dplayx"
23268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23269 dlls/dplayx/Makefile: dlls/dplayx/Makefile.in dlls/Makedll.rules"
23270 ac_config_files="$ac_config_files dlls/dplayx/Makefile"
23272 ALL_MAKEFILES="$ALL_MAKEFILES \\
23273 dlls/dplayx/tests/Makefile"
23274 test "x$enable_dplayx_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23275 dplayx/tests"
23276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23277 dlls/dplayx/tests/Makefile: dlls/dplayx/tests/Makefile.in dlls/Maketest.rules"
23278 ac_config_files="$ac_config_files dlls/dplayx/tests/Makefile"
23280 ALL_MAKEFILES="$ALL_MAKEFILES \\
23281 dlls/dpnaddr/Makefile"
23282 test "x$enable_dpnaddr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23283 dpnaddr"
23284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23285 dlls/dpnaddr/Makefile: dlls/dpnaddr/Makefile.in dlls/Makedll.rules"
23286 ac_config_files="$ac_config_files dlls/dpnaddr/Makefile"
23288 ALL_MAKEFILES="$ALL_MAKEFILES \\
23289 dlls/dpnet/Makefile"
23290 test "x$enable_dpnet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23291 dpnet"
23292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23293 dlls/dpnet/Makefile: dlls/dpnet/Makefile.in dlls/Makedll.rules"
23294 ac_config_files="$ac_config_files dlls/dpnet/Makefile"
23296 ALL_MAKEFILES="$ALL_MAKEFILES \\
23297 dlls/dpnhpast/Makefile"
23298 test "x$enable_dpnhpast" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23299 dpnhpast"
23300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23301 dlls/dpnhpast/Makefile: dlls/dpnhpast/Makefile.in dlls/Makedll.rules"
23302 ac_config_files="$ac_config_files dlls/dpnhpast/Makefile"
23304 ALL_MAKEFILES="$ALL_MAKEFILES \\
23305 dlls/dpnlobby/Makefile"
23306 test "x$enable_dpnlobby" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23307 dpnlobby"
23308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23309 dlls/dpnlobby/Makefile: dlls/dpnlobby/Makefile.in dlls/Makedll.rules"
23310 ac_config_files="$ac_config_files dlls/dpnlobby/Makefile"
23312 ALL_MAKEFILES="$ALL_MAKEFILES \\
23313 dlls/dpwsockx/Makefile"
23314 test "x$enable_dpwsockx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23315 dpwsockx"
23316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23317 dlls/dpwsockx/Makefile: dlls/dpwsockx/Makefile.in dlls/Makedll.rules"
23318 ac_config_files="$ac_config_files dlls/dpwsockx/Makefile"
23320 ALL_MAKEFILES="$ALL_MAKEFILES \\
23321 dlls/dsound/Makefile"
23322 test "x$enable_dsound" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23323 dsound"
23324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23325 dlls/dsound/Makefile: dlls/dsound/Makefile.in dlls/Makedll.rules"
23326 ac_config_files="$ac_config_files dlls/dsound/Makefile"
23328 ALL_MAKEFILES="$ALL_MAKEFILES \\
23329 dlls/dsound/tests/Makefile"
23330 test "x$enable_dsound_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23331 dsound/tests"
23332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23333 dlls/dsound/tests/Makefile: dlls/dsound/tests/Makefile.in dlls/Maketest.rules"
23334 ac_config_files="$ac_config_files dlls/dsound/tests/Makefile"
23336 ALL_MAKEFILES="$ALL_MAKEFILES \\
23337 dlls/dssenh/Makefile"
23338 test "x$enable_dssenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23339 dssenh"
23340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23341 dlls/dssenh/Makefile: dlls/dssenh/Makefile.in dlls/Makedll.rules"
23342 ac_config_files="$ac_config_files dlls/dssenh/Makefile"
23344 ALL_MAKEFILES="$ALL_MAKEFILES \\
23345 dlls/dswave/Makefile"
23346 test "x$enable_dswave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23347 dswave"
23348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23349 dlls/dswave/Makefile: dlls/dswave/Makefile.in dlls/Makedll.rules"
23350 ac_config_files="$ac_config_files dlls/dswave/Makefile"
23352 ALL_MAKEFILES="$ALL_MAKEFILES \\
23353 dlls/dwmapi/Makefile"
23354 test "x$enable_dwmapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23355 dwmapi"
23356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23357 dlls/dwmapi/Makefile: dlls/dwmapi/Makefile.in dlls/Makedll.rules"
23358 ac_config_files="$ac_config_files dlls/dwmapi/Makefile"
23360 ALL_MAKEFILES="$ALL_MAKEFILES \\
23361 dlls/dxdiagn/Makefile"
23362 test "x$enable_dxdiagn" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23363 dxdiagn"
23364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23365 dlls/dxdiagn/Makefile: dlls/dxdiagn/Makefile.in dlls/Makedll.rules"
23366 ac_config_files="$ac_config_files dlls/dxdiagn/Makefile"
23368 ALL_MAKEFILES="$ALL_MAKEFILES \\
23369 dlls/dxerr8/Makefile"
23370 test "x$enable_dxerr8" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23371 dxerr8"
23372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23373 dlls/dxerr8/Makefile: dlls/dxerr8/Makefile.in dlls/Makeimplib.rules"
23374 ac_config_files="$ac_config_files dlls/dxerr8/Makefile"
23376 ALL_MAKEFILES="$ALL_MAKEFILES \\
23377 dlls/dxerr9/Makefile"
23378 test "x$enable_dxerr9" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23379 dxerr9"
23380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23381 dlls/dxerr9/Makefile: dlls/dxerr9/Makefile.in dlls/Makeimplib.rules"
23382 ac_config_files="$ac_config_files dlls/dxerr9/Makefile"
23384 ALL_MAKEFILES="$ALL_MAKEFILES \\
23385 dlls/dxguid/Makefile"
23386 test "x$enable_dxguid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
23387 dxguid"
23388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23389 dlls/dxguid/Makefile: dlls/dxguid/Makefile.in dlls/Makeimplib.rules"
23390 ac_config_files="$ac_config_files dlls/dxguid/Makefile"
23392 ALL_MAKEFILES="$ALL_MAKEFILES \\
23393 dlls/faultrep/Makefile"
23394 test "x$enable_faultrep" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23395 faultrep"
23396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23397 dlls/faultrep/Makefile: dlls/faultrep/Makefile.in dlls/Makedll.rules"
23398 ac_config_files="$ac_config_files dlls/faultrep/Makefile"
23400 ALL_MAKEFILES="$ALL_MAKEFILES \\
23401 dlls/fusion/Makefile"
23402 test "x$enable_fusion" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23403 fusion"
23404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23405 dlls/fusion/Makefile: dlls/fusion/Makefile.in dlls/Makedll.rules"
23406 ac_config_files="$ac_config_files dlls/fusion/Makefile"
23408 ALL_MAKEFILES="$ALL_MAKEFILES \\
23409 dlls/fusion/tests/Makefile"
23410 test "x$enable_fusion_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23411 fusion/tests"
23412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23413 dlls/fusion/tests/Makefile: dlls/fusion/tests/Makefile.in dlls/Maketest.rules"
23414 ac_config_files="$ac_config_files dlls/fusion/tests/Makefile"
23416 ALL_MAKEFILES="$ALL_MAKEFILES \\
23417 dlls/gdi32/Makefile"
23418 test "x$enable_gdi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23419 gdi32"
23420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23421 dlls/gdi32/Makefile: dlls/gdi32/Makefile.in dlls/Makedll.rules"
23422 ac_config_files="$ac_config_files dlls/gdi32/Makefile"
23424 ALL_MAKEFILES="$ALL_MAKEFILES \\
23425 dlls/gdi32/tests/Makefile"
23426 test "x$enable_gdi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23427 gdi32/tests"
23428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23429 dlls/gdi32/tests/Makefile: dlls/gdi32/tests/Makefile.in dlls/Maketest.rules"
23430 ac_config_files="$ac_config_files dlls/gdi32/tests/Makefile"
23432 ALL_MAKEFILES="$ALL_MAKEFILES \\
23433 dlls/gdiplus/Makefile"
23434 test "x$enable_gdiplus" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23435 gdiplus"
23436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23437 dlls/gdiplus/Makefile: dlls/gdiplus/Makefile.in dlls/Makedll.rules"
23438 ac_config_files="$ac_config_files dlls/gdiplus/Makefile"
23440 ALL_MAKEFILES="$ALL_MAKEFILES \\
23441 dlls/gdiplus/tests/Makefile"
23442 test "x$enable_gdiplus_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23443 gdiplus/tests"
23444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23445 dlls/gdiplus/tests/Makefile: dlls/gdiplus/tests/Makefile.in dlls/Maketest.rules"
23446 ac_config_files="$ac_config_files dlls/gdiplus/tests/Makefile"
23448 ALL_MAKEFILES="$ALL_MAKEFILES \\
23449 dlls/glu32/Makefile"
23450 test "x$enable_glu32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23451 glu32"
23452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23453 dlls/glu32/Makefile: dlls/glu32/Makefile.in dlls/Makedll.rules"
23454 ac_config_files="$ac_config_files dlls/glu32/Makefile"
23456 ALL_MAKEFILES="$ALL_MAKEFILES \\
23457 dlls/gphoto2.ds/Makefile"
23458 test "x$enable_gphoto2_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23459 gphoto2.ds"
23460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23461 dlls/gphoto2.ds/Makefile: dlls/gphoto2.ds/Makefile.in dlls/Makedll.rules"
23462 ac_config_files="$ac_config_files dlls/gphoto2.ds/Makefile"
23464 ALL_MAKEFILES="$ALL_MAKEFILES \\
23465 dlls/gpkcsp/Makefile"
23466 test "x$enable_gpkcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23467 gpkcsp"
23468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23469 dlls/gpkcsp/Makefile: dlls/gpkcsp/Makefile.in dlls/Makedll.rules"
23470 ac_config_files="$ac_config_files dlls/gpkcsp/Makefile"
23472 ALL_MAKEFILES="$ALL_MAKEFILES \\
23473 dlls/hal/Makefile"
23474 test "x$enable_hal" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23475 hal"
23476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23477 dlls/hal/Makefile: dlls/hal/Makefile.in dlls/Makedll.rules"
23478 ac_config_files="$ac_config_files dlls/hal/Makefile"
23480 ALL_MAKEFILES="$ALL_MAKEFILES \\
23481 dlls/hhctrl.ocx/Makefile"
23482 test "x$enable_hhctrl_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23483 hhctrl.ocx"
23484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23485 dlls/hhctrl.ocx/Makefile: dlls/hhctrl.ocx/Makefile.in dlls/Makedll.rules"
23486 ac_config_files="$ac_config_files dlls/hhctrl.ocx/Makefile"
23488 ALL_MAKEFILES="$ALL_MAKEFILES \\
23489 dlls/hid/Makefile"
23490 test "x$enable_hid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23491 hid"
23492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23493 dlls/hid/Makefile: dlls/hid/Makefile.in dlls/Makedll.rules"
23494 ac_config_files="$ac_config_files dlls/hid/Makefile"
23496 ALL_MAKEFILES="$ALL_MAKEFILES \\
23497 dlls/hlink/Makefile"
23498 test "x$enable_hlink" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23499 hlink"
23500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23501 dlls/hlink/Makefile: dlls/hlink/Makefile.in dlls/Makedll.rules"
23502 ac_config_files="$ac_config_files dlls/hlink/Makefile"
23504 ALL_MAKEFILES="$ALL_MAKEFILES \\
23505 dlls/hlink/tests/Makefile"
23506 test "x$enable_hlink_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23507 hlink/tests"
23508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23509 dlls/hlink/tests/Makefile: dlls/hlink/tests/Makefile.in dlls/Maketest.rules"
23510 ac_config_files="$ac_config_files dlls/hlink/tests/Makefile"
23512 ALL_MAKEFILES="$ALL_MAKEFILES \\
23513 dlls/hnetcfg/Makefile"
23514 test "x$enable_hnetcfg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23515 hnetcfg"
23516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23517 dlls/hnetcfg/Makefile: dlls/hnetcfg/Makefile.in dlls/Makedll.rules"
23518 ac_config_files="$ac_config_files dlls/hnetcfg/Makefile"
23520 ALL_MAKEFILES="$ALL_MAKEFILES \\
23521 dlls/iccvid/Makefile"
23522 test "x$enable_iccvid" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23523 iccvid"
23524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23525 dlls/iccvid/Makefile: dlls/iccvid/Makefile.in dlls/Makedll.rules"
23526 ac_config_files="$ac_config_files dlls/iccvid/Makefile"
23528 ALL_MAKEFILES="$ALL_MAKEFILES \\
23529 dlls/icmp/Makefile"
23530 test "x$enable_icmp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23531 icmp"
23532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23533 dlls/icmp/Makefile: dlls/icmp/Makefile.in dlls/Makedll.rules"
23534 ac_config_files="$ac_config_files dlls/icmp/Makefile"
23536 ALL_MAKEFILES="$ALL_MAKEFILES \\
23537 dlls/ifsmgr.vxd/Makefile"
23538 test "x$enable_ifsmgr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23539 ifsmgr.vxd"
23540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23541 dlls/ifsmgr.vxd/Makefile: dlls/ifsmgr.vxd/Makefile.in dlls/Makedll.rules"
23542 ac_config_files="$ac_config_files dlls/ifsmgr.vxd/Makefile"
23544 ALL_MAKEFILES="$ALL_MAKEFILES \\
23545 dlls/imaadp32.acm/Makefile"
23546 test "x$enable_imaadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23547 imaadp32.acm"
23548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23549 dlls/imaadp32.acm/Makefile: dlls/imaadp32.acm/Makefile.in dlls/Makedll.rules"
23550 ac_config_files="$ac_config_files dlls/imaadp32.acm/Makefile"
23552 ALL_MAKEFILES="$ALL_MAKEFILES \\
23553 dlls/imagehlp/Makefile"
23554 test "x$enable_imagehlp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23555 imagehlp"
23556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23557 dlls/imagehlp/Makefile: dlls/imagehlp/Makefile.in dlls/Makedll.rules"
23558 ac_config_files="$ac_config_files dlls/imagehlp/Makefile"
23560 ALL_MAKEFILES="$ALL_MAKEFILES \\
23561 dlls/imm32/Makefile"
23562 test "x$enable_imm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23563 imm32"
23564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23565 dlls/imm32/Makefile: dlls/imm32/Makefile.in dlls/Makedll.rules"
23566 ac_config_files="$ac_config_files dlls/imm32/Makefile"
23568 ALL_MAKEFILES="$ALL_MAKEFILES \\
23569 dlls/imm32/tests/Makefile"
23570 test "x$enable_imm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23571 imm32/tests"
23572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23573 dlls/imm32/tests/Makefile: dlls/imm32/tests/Makefile.in dlls/Maketest.rules"
23574 ac_config_files="$ac_config_files dlls/imm32/tests/Makefile"
23576 ALL_MAKEFILES="$ALL_MAKEFILES \\
23577 dlls/inetcomm/Makefile"
23578 test "x$enable_inetcomm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23579 inetcomm"
23580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23581 dlls/inetcomm/Makefile: dlls/inetcomm/Makefile.in dlls/Makedll.rules"
23582 ac_config_files="$ac_config_files dlls/inetcomm/Makefile"
23584 ALL_MAKEFILES="$ALL_MAKEFILES \\
23585 dlls/inetcomm/tests/Makefile"
23586 test "x$enable_inetcomm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23587 inetcomm/tests"
23588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23589 dlls/inetcomm/tests/Makefile: dlls/inetcomm/tests/Makefile.in dlls/Maketest.rules"
23590 ac_config_files="$ac_config_files dlls/inetcomm/tests/Makefile"
23592 ALL_MAKEFILES="$ALL_MAKEFILES \\
23593 dlls/inetmib1/Makefile"
23594 test "x$enable_inetmib1" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23595 inetmib1"
23596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23597 dlls/inetmib1/Makefile: dlls/inetmib1/Makefile.in dlls/Makedll.rules"
23598 ac_config_files="$ac_config_files dlls/inetmib1/Makefile"
23600 ALL_MAKEFILES="$ALL_MAKEFILES \\
23601 dlls/inetmib1/tests/Makefile"
23602 test "x$enable_inetmib1_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23603 inetmib1/tests"
23604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23605 dlls/inetmib1/tests/Makefile: dlls/inetmib1/tests/Makefile.in dlls/Maketest.rules"
23606 ac_config_files="$ac_config_files dlls/inetmib1/tests/Makefile"
23608 ALL_MAKEFILES="$ALL_MAKEFILES \\
23609 dlls/infosoft/Makefile"
23610 test "x$enable_infosoft" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23611 infosoft"
23612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23613 dlls/infosoft/Makefile: dlls/infosoft/Makefile.in dlls/Makedll.rules"
23614 ac_config_files="$ac_config_files dlls/infosoft/Makefile"
23616 ALL_MAKEFILES="$ALL_MAKEFILES \\
23617 dlls/infosoft/tests/Makefile"
23618 test "x$enable_infosoft_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23619 infosoft/tests"
23620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23621 dlls/infosoft/tests/Makefile: dlls/infosoft/tests/Makefile.in dlls/Maketest.rules"
23622 ac_config_files="$ac_config_files dlls/infosoft/tests/Makefile"
23624 ALL_MAKEFILES="$ALL_MAKEFILES \\
23625 dlls/initpki/Makefile"
23626 test "x$enable_initpki" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23627 initpki"
23628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23629 dlls/initpki/Makefile: dlls/initpki/Makefile.in dlls/Makedll.rules"
23630 ac_config_files="$ac_config_files dlls/initpki/Makefile"
23632 ALL_MAKEFILES="$ALL_MAKEFILES \\
23633 dlls/inkobj/Makefile"
23634 test "x$enable_inkobj" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23635 inkobj"
23636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23637 dlls/inkobj/Makefile: dlls/inkobj/Makefile.in dlls/Makedll.rules"
23638 ac_config_files="$ac_config_files dlls/inkobj/Makefile"
23640 ALL_MAKEFILES="$ALL_MAKEFILES \\
23641 dlls/inseng/Makefile"
23642 test "x$enable_inseng" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23643 inseng"
23644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23645 dlls/inseng/Makefile: dlls/inseng/Makefile.in dlls/Makedll.rules"
23646 ac_config_files="$ac_config_files dlls/inseng/Makefile"
23648 ALL_MAKEFILES="$ALL_MAKEFILES \\
23649 dlls/iphlpapi/Makefile"
23650 test "x$enable_iphlpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23651 iphlpapi"
23652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23653 dlls/iphlpapi/Makefile: dlls/iphlpapi/Makefile.in dlls/Makedll.rules"
23654 ac_config_files="$ac_config_files dlls/iphlpapi/Makefile"
23656 ALL_MAKEFILES="$ALL_MAKEFILES \\
23657 dlls/iphlpapi/tests/Makefile"
23658 test "x$enable_iphlpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23659 iphlpapi/tests"
23660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23661 dlls/iphlpapi/tests/Makefile: dlls/iphlpapi/tests/Makefile.in dlls/Maketest.rules"
23662 ac_config_files="$ac_config_files dlls/iphlpapi/tests/Makefile"
23664 ALL_MAKEFILES="$ALL_MAKEFILES \\
23665 dlls/itircl/Makefile"
23666 test "x$enable_itircl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23667 itircl"
23668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23669 dlls/itircl/Makefile: dlls/itircl/Makefile.in dlls/Makedll.rules"
23670 ac_config_files="$ac_config_files dlls/itircl/Makefile"
23672 ALL_MAKEFILES="$ALL_MAKEFILES \\
23673 dlls/itss/Makefile"
23674 test "x$enable_itss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23675 itss"
23676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23677 dlls/itss/Makefile: dlls/itss/Makefile.in dlls/Makedll.rules"
23678 ac_config_files="$ac_config_files dlls/itss/Makefile"
23680 ALL_MAKEFILES="$ALL_MAKEFILES \\
23681 dlls/itss/tests/Makefile"
23682 test "x$enable_itss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23683 itss/tests"
23684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23685 dlls/itss/tests/Makefile: dlls/itss/tests/Makefile.in dlls/Maketest.rules"
23686 ac_config_files="$ac_config_files dlls/itss/tests/Makefile"
23688 ALL_MAKEFILES="$ALL_MAKEFILES \\
23689 dlls/jscript/Makefile"
23690 test "x$enable_jscript" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23691 jscript"
23692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23693 dlls/jscript/Makefile: dlls/jscript/Makefile.in dlls/Makedll.rules"
23694 ac_config_files="$ac_config_files dlls/jscript/Makefile"
23696 ALL_MAKEFILES="$ALL_MAKEFILES \\
23697 dlls/jscript/tests/Makefile"
23698 test "x$enable_jscript_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23699 jscript/tests"
23700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23701 dlls/jscript/tests/Makefile: dlls/jscript/tests/Makefile.in dlls/Maketest.rules"
23702 ac_config_files="$ac_config_files dlls/jscript/tests/Makefile"
23704 ALL_MAKEFILES="$ALL_MAKEFILES \\
23705 dlls/kernel32/Makefile"
23706 test "x$enable_kernel32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23707 kernel32"
23708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23709 dlls/kernel32/Makefile: dlls/kernel32/Makefile.in dlls/Makedll.rules"
23710 ac_config_files="$ac_config_files dlls/kernel32/Makefile"
23712 ALL_MAKEFILES="$ALL_MAKEFILES \\
23713 dlls/kernel32/tests/Makefile"
23714 test "x$enable_kernel32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23715 kernel32/tests"
23716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23717 dlls/kernel32/tests/Makefile: dlls/kernel32/tests/Makefile.in dlls/Maketest.rules"
23718 ac_config_files="$ac_config_files dlls/kernel32/tests/Makefile"
23720 ALL_MAKEFILES="$ALL_MAKEFILES \\
23721 dlls/localspl/Makefile"
23722 test "x$enable_localspl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23723 localspl"
23724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23725 dlls/localspl/Makefile: dlls/localspl/Makefile.in dlls/Makedll.rules"
23726 ac_config_files="$ac_config_files dlls/localspl/Makefile"
23728 ALL_MAKEFILES="$ALL_MAKEFILES \\
23729 dlls/localspl/tests/Makefile"
23730 test "x$enable_localspl_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23731 localspl/tests"
23732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23733 dlls/localspl/tests/Makefile: dlls/localspl/tests/Makefile.in dlls/Maketest.rules"
23734 ac_config_files="$ac_config_files dlls/localspl/tests/Makefile"
23736 ALL_MAKEFILES="$ALL_MAKEFILES \\
23737 dlls/localui/Makefile"
23738 test "x$enable_localui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23739 localui"
23740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23741 dlls/localui/Makefile: dlls/localui/Makefile.in dlls/Makedll.rules"
23742 ac_config_files="$ac_config_files dlls/localui/Makefile"
23744 ALL_MAKEFILES="$ALL_MAKEFILES \\
23745 dlls/localui/tests/Makefile"
23746 test "x$enable_localui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23747 localui/tests"
23748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23749 dlls/localui/tests/Makefile: dlls/localui/tests/Makefile.in dlls/Maketest.rules"
23750 ac_config_files="$ac_config_files dlls/localui/tests/Makefile"
23752 ALL_MAKEFILES="$ALL_MAKEFILES \\
23753 dlls/lz32/Makefile"
23754 test "x$enable_lz32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23755 lz32"
23756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23757 dlls/lz32/Makefile: dlls/lz32/Makefile.in dlls/Makedll.rules"
23758 ac_config_files="$ac_config_files dlls/lz32/Makefile"
23760 ALL_MAKEFILES="$ALL_MAKEFILES \\
23761 dlls/lz32/tests/Makefile"
23762 test "x$enable_lz32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23763 lz32/tests"
23764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23765 dlls/lz32/tests/Makefile: dlls/lz32/tests/Makefile.in dlls/Maketest.rules"
23766 ac_config_files="$ac_config_files dlls/lz32/tests/Makefile"
23768 ALL_MAKEFILES="$ALL_MAKEFILES \\
23769 dlls/mapi32/Makefile"
23770 test "x$enable_mapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23771 mapi32"
23772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23773 dlls/mapi32/Makefile: dlls/mapi32/Makefile.in dlls/Makedll.rules"
23774 ac_config_files="$ac_config_files dlls/mapi32/Makefile"
23776 ALL_MAKEFILES="$ALL_MAKEFILES \\
23777 dlls/mapi32/tests/Makefile"
23778 test "x$enable_mapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23779 mapi32/tests"
23780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23781 dlls/mapi32/tests/Makefile: dlls/mapi32/tests/Makefile.in dlls/Maketest.rules"
23782 ac_config_files="$ac_config_files dlls/mapi32/tests/Makefile"
23784 ALL_MAKEFILES="$ALL_MAKEFILES \\
23785 dlls/mciavi32/Makefile"
23786 test "x$enable_mciavi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23787 mciavi32"
23788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23789 dlls/mciavi32/Makefile: dlls/mciavi32/Makefile.in dlls/Makedll.rules"
23790 ac_config_files="$ac_config_files dlls/mciavi32/Makefile"
23792 ALL_MAKEFILES="$ALL_MAKEFILES \\
23793 dlls/mcicda/Makefile"
23794 test "x$enable_mcicda" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23795 mcicda"
23796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23797 dlls/mcicda/Makefile: dlls/mcicda/Makefile.in dlls/Makedll.rules"
23798 ac_config_files="$ac_config_files dlls/mcicda/Makefile"
23800 ALL_MAKEFILES="$ALL_MAKEFILES \\
23801 dlls/mciseq/Makefile"
23802 test "x$enable_mciseq" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23803 mciseq"
23804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23805 dlls/mciseq/Makefile: dlls/mciseq/Makefile.in dlls/Makedll.rules"
23806 ac_config_files="$ac_config_files dlls/mciseq/Makefile"
23808 ALL_MAKEFILES="$ALL_MAKEFILES \\
23809 dlls/mciwave/Makefile"
23810 test "x$enable_mciwave" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23811 mciwave"
23812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23813 dlls/mciwave/Makefile: dlls/mciwave/Makefile.in dlls/Makedll.rules"
23814 ac_config_files="$ac_config_files dlls/mciwave/Makefile"
23816 ALL_MAKEFILES="$ALL_MAKEFILES \\
23817 dlls/midimap/Makefile"
23818 test "x$enable_midimap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23819 midimap"
23820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23821 dlls/midimap/Makefile: dlls/midimap/Makefile.in dlls/Makedll.rules"
23822 ac_config_files="$ac_config_files dlls/midimap/Makefile"
23824 ALL_MAKEFILES="$ALL_MAKEFILES \\
23825 dlls/mlang/Makefile"
23826 test "x$enable_mlang" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23827 mlang"
23828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23829 dlls/mlang/Makefile: dlls/mlang/Makefile.in dlls/Makedll.rules"
23830 ac_config_files="$ac_config_files dlls/mlang/Makefile"
23832 ALL_MAKEFILES="$ALL_MAKEFILES \\
23833 dlls/mlang/tests/Makefile"
23834 test "x$enable_mlang_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23835 mlang/tests"
23836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23837 dlls/mlang/tests/Makefile: dlls/mlang/tests/Makefile.in dlls/Maketest.rules"
23838 ac_config_files="$ac_config_files dlls/mlang/tests/Makefile"
23840 ALL_MAKEFILES="$ALL_MAKEFILES \\
23841 dlls/mmdevldr.vxd/Makefile"
23842 test "x$enable_mmdevldr_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23843 mmdevldr.vxd"
23844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23845 dlls/mmdevldr.vxd/Makefile: dlls/mmdevldr.vxd/Makefile.in dlls/Makedll.rules"
23846 ac_config_files="$ac_config_files dlls/mmdevldr.vxd/Makefile"
23848 ALL_MAKEFILES="$ALL_MAKEFILES \\
23849 dlls/monodebg.vxd/Makefile"
23850 test "x$enable_monodebg_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23851 monodebg.vxd"
23852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23853 dlls/monodebg.vxd/Makefile: dlls/monodebg.vxd/Makefile.in dlls/Makedll.rules"
23854 ac_config_files="$ac_config_files dlls/monodebg.vxd/Makefile"
23856 ALL_MAKEFILES="$ALL_MAKEFILES \\
23857 dlls/mountmgr.sys/Makefile"
23858 test "x$enable_mountmgr_sys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23859 mountmgr.sys"
23860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23861 dlls/mountmgr.sys/Makefile: dlls/mountmgr.sys/Makefile.in dlls/Makedll.rules"
23862 ac_config_files="$ac_config_files dlls/mountmgr.sys/Makefile"
23864 ALL_MAKEFILES="$ALL_MAKEFILES \\
23865 dlls/mpr/Makefile"
23866 test "x$enable_mpr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23867 mpr"
23868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23869 dlls/mpr/Makefile: dlls/mpr/Makefile.in dlls/Makedll.rules"
23870 ac_config_files="$ac_config_files dlls/mpr/Makefile"
23872 ALL_MAKEFILES="$ALL_MAKEFILES \\
23873 dlls/mprapi/Makefile"
23874 test "x$enable_mprapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23875 mprapi"
23876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23877 dlls/mprapi/Makefile: dlls/mprapi/Makefile.in dlls/Makedll.rules"
23878 ac_config_files="$ac_config_files dlls/mprapi/Makefile"
23880 ALL_MAKEFILES="$ALL_MAKEFILES \\
23881 dlls/msacm32.drv/Makefile"
23882 test "x$enable_msacm32_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23883 msacm32.drv"
23884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23885 dlls/msacm32.drv/Makefile: dlls/msacm32.drv/Makefile.in dlls/Makedll.rules"
23886 ac_config_files="$ac_config_files dlls/msacm32.drv/Makefile"
23888 ALL_MAKEFILES="$ALL_MAKEFILES \\
23889 dlls/msacm32/Makefile"
23890 test "x$enable_msacm32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23891 msacm32"
23892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23893 dlls/msacm32/Makefile: dlls/msacm32/Makefile.in dlls/Makedll.rules"
23894 ac_config_files="$ac_config_files dlls/msacm32/Makefile"
23896 ALL_MAKEFILES="$ALL_MAKEFILES \\
23897 dlls/msacm32/tests/Makefile"
23898 test "x$enable_msacm32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23899 msacm32/tests"
23900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23901 dlls/msacm32/tests/Makefile: dlls/msacm32/tests/Makefile.in dlls/Maketest.rules"
23902 ac_config_files="$ac_config_files dlls/msacm32/tests/Makefile"
23904 ALL_MAKEFILES="$ALL_MAKEFILES \\
23905 dlls/msadp32.acm/Makefile"
23906 test "x$enable_msadp32_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23907 msadp32.acm"
23908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23909 dlls/msadp32.acm/Makefile: dlls/msadp32.acm/Makefile.in dlls/Makedll.rules"
23910 ac_config_files="$ac_config_files dlls/msadp32.acm/Makefile"
23912 ALL_MAKEFILES="$ALL_MAKEFILES \\
23913 dlls/mscat32/Makefile"
23914 test "x$enable_mscat32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23915 mscat32"
23916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23917 dlls/mscat32/Makefile: dlls/mscat32/Makefile.in dlls/Makedll.rules"
23918 ac_config_files="$ac_config_files dlls/mscat32/Makefile"
23920 ALL_MAKEFILES="$ALL_MAKEFILES \\
23921 dlls/mscms/Makefile"
23922 test "x$enable_mscms" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23923 mscms"
23924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23925 dlls/mscms/Makefile: dlls/mscms/Makefile.in dlls/Makedll.rules"
23926 ac_config_files="$ac_config_files dlls/mscms/Makefile"
23928 ALL_MAKEFILES="$ALL_MAKEFILES \\
23929 dlls/mscms/tests/Makefile"
23930 test "x$enable_mscms_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23931 mscms/tests"
23932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23933 dlls/mscms/tests/Makefile: dlls/mscms/tests/Makefile.in dlls/Maketest.rules"
23934 ac_config_files="$ac_config_files dlls/mscms/tests/Makefile"
23936 ALL_MAKEFILES="$ALL_MAKEFILES \\
23937 dlls/mscoree/Makefile"
23938 test "x$enable_mscoree" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23939 mscoree"
23940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23941 dlls/mscoree/Makefile: dlls/mscoree/Makefile.in dlls/Makedll.rules"
23942 ac_config_files="$ac_config_files dlls/mscoree/Makefile"
23944 ALL_MAKEFILES="$ALL_MAKEFILES \\
23945 dlls/msdmo/Makefile"
23946 test "x$enable_msdmo" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23947 msdmo"
23948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23949 dlls/msdmo/Makefile: dlls/msdmo/Makefile.in dlls/Makedll.rules"
23950 ac_config_files="$ac_config_files dlls/msdmo/Makefile"
23952 ALL_MAKEFILES="$ALL_MAKEFILES \\
23953 dlls/msftedit/Makefile"
23954 test "x$enable_msftedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23955 msftedit"
23956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23957 dlls/msftedit/Makefile: dlls/msftedit/Makefile.in dlls/Makedll.rules"
23958 ac_config_files="$ac_config_files dlls/msftedit/Makefile"
23960 ALL_MAKEFILES="$ALL_MAKEFILES \\
23961 dlls/msg711.acm/Makefile"
23962 test "x$enable_msg711_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23963 msg711.acm"
23964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23965 dlls/msg711.acm/Makefile: dlls/msg711.acm/Makefile.in dlls/Makedll.rules"
23966 ac_config_files="$ac_config_files dlls/msg711.acm/Makefile"
23968 ALL_MAKEFILES="$ALL_MAKEFILES \\
23969 dlls/mshtml.tlb/Makefile"
23970 test "x$enable_mshtml_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23971 mshtml.tlb"
23972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23973 dlls/mshtml.tlb/Makefile: dlls/mshtml.tlb/Makefile.in dlls/Makedll.rules"
23974 ac_config_files="$ac_config_files dlls/mshtml.tlb/Makefile"
23976 ALL_MAKEFILES="$ALL_MAKEFILES \\
23977 dlls/mshtml/Makefile"
23978 test "x$enable_mshtml" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23979 mshtml"
23980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23981 dlls/mshtml/Makefile: dlls/mshtml/Makefile.in dlls/Makedll.rules"
23982 ac_config_files="$ac_config_files dlls/mshtml/Makefile"
23984 ALL_MAKEFILES="$ALL_MAKEFILES \\
23985 dlls/mshtml/tests/Makefile"
23986 test "x$enable_mshtml_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
23987 mshtml/tests"
23988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23989 dlls/mshtml/tests/Makefile: dlls/mshtml/tests/Makefile.in dlls/Maketest.rules"
23990 ac_config_files="$ac_config_files dlls/mshtml/tests/Makefile"
23992 ALL_MAKEFILES="$ALL_MAKEFILES \\
23993 dlls/msi/Makefile"
23994 test "x$enable_msi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
23995 msi"
23996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
23997 dlls/msi/Makefile: dlls/msi/Makefile.in dlls/Makedll.rules"
23998 ac_config_files="$ac_config_files dlls/msi/Makefile"
24000 ALL_MAKEFILES="$ALL_MAKEFILES \\
24001 dlls/msi/tests/Makefile"
24002 test "x$enable_msi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24003 msi/tests"
24004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24005 dlls/msi/tests/Makefile: dlls/msi/tests/Makefile.in dlls/Maketest.rules"
24006 ac_config_files="$ac_config_files dlls/msi/tests/Makefile"
24008 ALL_MAKEFILES="$ALL_MAKEFILES \\
24009 dlls/msimg32/Makefile"
24010 test "x$enable_msimg32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24011 msimg32"
24012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24013 dlls/msimg32/Makefile: dlls/msimg32/Makefile.in dlls/Makedll.rules"
24014 ac_config_files="$ac_config_files dlls/msimg32/Makefile"
24016 ALL_MAKEFILES="$ALL_MAKEFILES \\
24017 dlls/msimtf/Makefile"
24018 test "x$enable_msimtf" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24019 msimtf"
24020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24021 dlls/msimtf/Makefile: dlls/msimtf/Makefile.in dlls/Makedll.rules"
24022 ac_config_files="$ac_config_files dlls/msimtf/Makefile"
24024 ALL_MAKEFILES="$ALL_MAKEFILES \\
24025 dlls/msisip/Makefile"
24026 test "x$enable_msisip" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24027 msisip"
24028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24029 dlls/msisip/Makefile: dlls/msisip/Makefile.in dlls/Makedll.rules"
24030 ac_config_files="$ac_config_files dlls/msisip/Makefile"
24032 ALL_MAKEFILES="$ALL_MAKEFILES \\
24033 dlls/msisys.ocx/Makefile"
24034 test "x$enable_msisys_ocx" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24035 msisys.ocx"
24036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24037 dlls/msisys.ocx/Makefile: dlls/msisys.ocx/Makefile.in dlls/Makedll.rules"
24038 ac_config_files="$ac_config_files dlls/msisys.ocx/Makefile"
24040 ALL_MAKEFILES="$ALL_MAKEFILES \\
24041 dlls/msnet32/Makefile"
24042 test "x$enable_msnet32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24043 msnet32"
24044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24045 dlls/msnet32/Makefile: dlls/msnet32/Makefile.in dlls/Makedll.rules"
24046 ac_config_files="$ac_config_files dlls/msnet32/Makefile"
24048 ALL_MAKEFILES="$ALL_MAKEFILES \\
24049 dlls/msrle32/Makefile"
24050 test "x$enable_msrle32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24051 msrle32"
24052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24053 dlls/msrle32/Makefile: dlls/msrle32/Makefile.in dlls/Makedll.rules"
24054 ac_config_files="$ac_config_files dlls/msrle32/Makefile"
24056 ALL_MAKEFILES="$ALL_MAKEFILES \\
24057 dlls/mssip32/Makefile"
24058 test "x$enable_mssip32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24059 mssip32"
24060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24061 dlls/mssip32/Makefile: dlls/mssip32/Makefile.in dlls/Makedll.rules"
24062 ac_config_files="$ac_config_files dlls/mssip32/Makefile"
24064 ALL_MAKEFILES="$ALL_MAKEFILES \\
24065 dlls/mstask/Makefile"
24066 test "x$enable_mstask" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24067 mstask"
24068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24069 dlls/mstask/Makefile: dlls/mstask/Makefile.in dlls/Makedll.rules"
24070 ac_config_files="$ac_config_files dlls/mstask/Makefile"
24072 ALL_MAKEFILES="$ALL_MAKEFILES \\
24073 dlls/mstask/tests/Makefile"
24074 test "x$enable_mstask_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24075 mstask/tests"
24076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24077 dlls/mstask/tests/Makefile: dlls/mstask/tests/Makefile.in dlls/Maketest.rules"
24078 ac_config_files="$ac_config_files dlls/mstask/tests/Makefile"
24080 ALL_MAKEFILES="$ALL_MAKEFILES \\
24081 dlls/msvcirt/Makefile"
24082 test "x$enable_msvcirt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24083 msvcirt"
24084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24085 dlls/msvcirt/Makefile: dlls/msvcirt/Makefile.in dlls/Makedll.rules"
24086 ac_config_files="$ac_config_files dlls/msvcirt/Makefile"
24088 ALL_MAKEFILES="$ALL_MAKEFILES \\
24089 dlls/msvcr71/Makefile"
24090 test "x$enable_msvcr71" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24091 msvcr71"
24092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24093 dlls/msvcr71/Makefile: dlls/msvcr71/Makefile.in dlls/Makedll.rules"
24094 ac_config_files="$ac_config_files dlls/msvcr71/Makefile"
24096 ALL_MAKEFILES="$ALL_MAKEFILES \\
24097 dlls/msvcrt/Makefile"
24098 test "x$enable_msvcrt" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24099 msvcrt"
24100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24101 dlls/msvcrt/Makefile: dlls/msvcrt/Makefile.in dlls/Makedll.rules"
24102 ac_config_files="$ac_config_files dlls/msvcrt/Makefile"
24104 ALL_MAKEFILES="$ALL_MAKEFILES \\
24105 dlls/msvcrt/tests/Makefile"
24106 test "x$enable_msvcrt_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24107 msvcrt/tests"
24108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24109 dlls/msvcrt/tests/Makefile: dlls/msvcrt/tests/Makefile.in dlls/Maketest.rules"
24110 ac_config_files="$ac_config_files dlls/msvcrt/tests/Makefile"
24112 ALL_MAKEFILES="$ALL_MAKEFILES \\
24113 dlls/msvcrt20/Makefile"
24114 test "x$enable_msvcrt20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24115 msvcrt20"
24116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24117 dlls/msvcrt20/Makefile: dlls/msvcrt20/Makefile.in dlls/Makedll.rules"
24118 ac_config_files="$ac_config_files dlls/msvcrt20/Makefile"
24120 ALL_MAKEFILES="$ALL_MAKEFILES \\
24121 dlls/msvcrt40/Makefile"
24122 test "x$enable_msvcrt40" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24123 msvcrt40"
24124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24125 dlls/msvcrt40/Makefile: dlls/msvcrt40/Makefile.in dlls/Makedll.rules"
24126 ac_config_files="$ac_config_files dlls/msvcrt40/Makefile"
24128 ALL_MAKEFILES="$ALL_MAKEFILES \\
24129 dlls/msvcrtd/Makefile"
24130 test "x$enable_msvcrtd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24131 msvcrtd"
24132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24133 dlls/msvcrtd/Makefile: dlls/msvcrtd/Makefile.in dlls/Makedll.rules"
24134 ac_config_files="$ac_config_files dlls/msvcrtd/Makefile"
24136 ALL_MAKEFILES="$ALL_MAKEFILES \\
24137 dlls/msvcrtd/tests/Makefile"
24138 test "x$enable_msvcrtd_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24139 msvcrtd/tests"
24140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24141 dlls/msvcrtd/tests/Makefile: dlls/msvcrtd/tests/Makefile.in dlls/Maketest.rules"
24142 ac_config_files="$ac_config_files dlls/msvcrtd/tests/Makefile"
24144 ALL_MAKEFILES="$ALL_MAKEFILES \\
24145 dlls/msvfw32/Makefile"
24146 test "x$enable_msvfw32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24147 msvfw32"
24148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24149 dlls/msvfw32/Makefile: dlls/msvfw32/Makefile.in dlls/Makedll.rules"
24150 ac_config_files="$ac_config_files dlls/msvfw32/Makefile"
24152 ALL_MAKEFILES="$ALL_MAKEFILES \\
24153 dlls/msvidc32/Makefile"
24154 test "x$enable_msvidc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24155 msvidc32"
24156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24157 dlls/msvidc32/Makefile: dlls/msvidc32/Makefile.in dlls/Makedll.rules"
24158 ac_config_files="$ac_config_files dlls/msvidc32/Makefile"
24160 ALL_MAKEFILES="$ALL_MAKEFILES \\
24161 dlls/mswsock/Makefile"
24162 test "x$enable_mswsock" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24163 mswsock"
24164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24165 dlls/mswsock/Makefile: dlls/mswsock/Makefile.in dlls/Makedll.rules"
24166 ac_config_files="$ac_config_files dlls/mswsock/Makefile"
24168 ALL_MAKEFILES="$ALL_MAKEFILES \\
24169 dlls/msxml3/Makefile"
24170 test "x$enable_msxml3" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24171 msxml3"
24172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24173 dlls/msxml3/Makefile: dlls/msxml3/Makefile.in dlls/Makedll.rules"
24174 ac_config_files="$ac_config_files dlls/msxml3/Makefile"
24176 ALL_MAKEFILES="$ALL_MAKEFILES \\
24177 dlls/msxml3/tests/Makefile"
24178 test "x$enable_msxml3_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24179 msxml3/tests"
24180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24181 dlls/msxml3/tests/Makefile: dlls/msxml3/tests/Makefile.in dlls/Maketest.rules"
24182 ac_config_files="$ac_config_files dlls/msxml3/tests/Makefile"
24184 ALL_MAKEFILES="$ALL_MAKEFILES \\
24185 dlls/nddeapi/Makefile"
24186 test "x$enable_nddeapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24187 nddeapi"
24188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24189 dlls/nddeapi/Makefile: dlls/nddeapi/Makefile.in dlls/Makedll.rules"
24190 ac_config_files="$ac_config_files dlls/nddeapi/Makefile"
24192 ALL_MAKEFILES="$ALL_MAKEFILES \\
24193 dlls/netapi32/Makefile"
24194 test "x$enable_netapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24195 netapi32"
24196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24197 dlls/netapi32/Makefile: dlls/netapi32/Makefile.in dlls/Makedll.rules"
24198 ac_config_files="$ac_config_files dlls/netapi32/Makefile"
24200 ALL_MAKEFILES="$ALL_MAKEFILES \\
24201 dlls/netapi32/tests/Makefile"
24202 test "x$enable_netapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24203 netapi32/tests"
24204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24205 dlls/netapi32/tests/Makefile: dlls/netapi32/tests/Makefile.in dlls/Maketest.rules"
24206 ac_config_files="$ac_config_files dlls/netapi32/tests/Makefile"
24208 ALL_MAKEFILES="$ALL_MAKEFILES \\
24209 dlls/newdev/Makefile"
24210 test "x$enable_newdev" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24211 newdev"
24212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24213 dlls/newdev/Makefile: dlls/newdev/Makefile.in dlls/Makedll.rules"
24214 ac_config_files="$ac_config_files dlls/newdev/Makefile"
24216 ALL_MAKEFILES="$ALL_MAKEFILES \\
24217 dlls/ntdll/Makefile"
24218 test "x$enable_ntdll" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24219 ntdll"
24220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24221 dlls/ntdll/Makefile: dlls/ntdll/Makefile.in dlls/Makedll.rules"
24222 ac_config_files="$ac_config_files dlls/ntdll/Makefile"
24224 ALL_MAKEFILES="$ALL_MAKEFILES \\
24225 dlls/ntdll/tests/Makefile"
24226 test "x$enable_ntdll_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24227 ntdll/tests"
24228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24229 dlls/ntdll/tests/Makefile: dlls/ntdll/tests/Makefile.in dlls/Maketest.rules"
24230 ac_config_files="$ac_config_files dlls/ntdll/tests/Makefile"
24232 ALL_MAKEFILES="$ALL_MAKEFILES \\
24233 dlls/ntdsapi/Makefile"
24234 test "x$enable_ntdsapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24235 ntdsapi"
24236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24237 dlls/ntdsapi/Makefile: dlls/ntdsapi/Makefile.in dlls/Makedll.rules"
24238 ac_config_files="$ac_config_files dlls/ntdsapi/Makefile"
24240 ALL_MAKEFILES="$ALL_MAKEFILES \\
24241 dlls/ntdsapi/tests/Makefile"
24242 test "x$enable_ntdsapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24243 ntdsapi/tests"
24244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24245 dlls/ntdsapi/tests/Makefile: dlls/ntdsapi/tests/Makefile.in dlls/Maketest.rules"
24246 ac_config_files="$ac_config_files dlls/ntdsapi/tests/Makefile"
24248 ALL_MAKEFILES="$ALL_MAKEFILES \\
24249 dlls/ntoskrnl.exe/Makefile"
24250 test "x$enable_ntoskrnl_exe" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24251 ntoskrnl.exe"
24252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24253 dlls/ntoskrnl.exe/Makefile: dlls/ntoskrnl.exe/Makefile.in dlls/Makedll.rules"
24254 ac_config_files="$ac_config_files dlls/ntoskrnl.exe/Makefile"
24256 ALL_MAKEFILES="$ALL_MAKEFILES \\
24257 dlls/ntprint/Makefile"
24258 test "x$enable_ntprint" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24259 ntprint"
24260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24261 dlls/ntprint/Makefile: dlls/ntprint/Makefile.in dlls/Makedll.rules"
24262 ac_config_files="$ac_config_files dlls/ntprint/Makefile"
24264 ALL_MAKEFILES="$ALL_MAKEFILES \\
24265 dlls/ntprint/tests/Makefile"
24266 test "x$enable_ntprint_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24267 ntprint/tests"
24268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24269 dlls/ntprint/tests/Makefile: dlls/ntprint/tests/Makefile.in dlls/Maketest.rules"
24270 ac_config_files="$ac_config_files dlls/ntprint/tests/Makefile"
24272 ALL_MAKEFILES="$ALL_MAKEFILES \\
24273 dlls/objsel/Makefile"
24274 test "x$enable_objsel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24275 objsel"
24276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24277 dlls/objsel/Makefile: dlls/objsel/Makefile.in dlls/Makedll.rules"
24278 ac_config_files="$ac_config_files dlls/objsel/Makefile"
24280 ALL_MAKEFILES="$ALL_MAKEFILES \\
24281 dlls/odbc32/Makefile"
24282 test "x$enable_odbc32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24283 odbc32"
24284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24285 dlls/odbc32/Makefile: dlls/odbc32/Makefile.in dlls/Makedll.rules"
24286 ac_config_files="$ac_config_files dlls/odbc32/Makefile"
24288 ALL_MAKEFILES="$ALL_MAKEFILES \\
24289 dlls/odbccp32/Makefile"
24290 test "x$enable_odbccp32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24291 odbccp32"
24292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24293 dlls/odbccp32/Makefile: dlls/odbccp32/Makefile.in dlls/Makedll.rules"
24294 ac_config_files="$ac_config_files dlls/odbccp32/Makefile"
24296 ALL_MAKEFILES="$ALL_MAKEFILES \\
24297 dlls/odbccp32/tests/Makefile"
24298 test "x$enable_odbccp32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24299 odbccp32/tests"
24300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24301 dlls/odbccp32/tests/Makefile: dlls/odbccp32/tests/Makefile.in dlls/Maketest.rules"
24302 ac_config_files="$ac_config_files dlls/odbccp32/tests/Makefile"
24304 ALL_MAKEFILES="$ALL_MAKEFILES \\
24305 dlls/ole32/Makefile"
24306 test "x$enable_ole32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24307 ole32"
24308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24309 dlls/ole32/Makefile: dlls/ole32/Makefile.in dlls/Makedll.rules"
24310 ac_config_files="$ac_config_files dlls/ole32/Makefile"
24312 ALL_MAKEFILES="$ALL_MAKEFILES \\
24313 dlls/ole32/tests/Makefile"
24314 test "x$enable_ole32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24315 ole32/tests"
24316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24317 dlls/ole32/tests/Makefile: dlls/ole32/tests/Makefile.in dlls/Maketest.rules"
24318 ac_config_files="$ac_config_files dlls/ole32/tests/Makefile"
24320 ALL_MAKEFILES="$ALL_MAKEFILES \\
24321 dlls/oleacc/Makefile"
24322 test "x$enable_oleacc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24323 oleacc"
24324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24325 dlls/oleacc/Makefile: dlls/oleacc/Makefile.in dlls/Makedll.rules"
24326 ac_config_files="$ac_config_files dlls/oleacc/Makefile"
24328 ALL_MAKEFILES="$ALL_MAKEFILES \\
24329 dlls/oleaut32/Makefile"
24330 test "x$enable_oleaut32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24331 oleaut32"
24332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24333 dlls/oleaut32/Makefile: dlls/oleaut32/Makefile.in dlls/Makedll.rules"
24334 ac_config_files="$ac_config_files dlls/oleaut32/Makefile"
24336 ALL_MAKEFILES="$ALL_MAKEFILES \\
24337 dlls/oleaut32/tests/Makefile"
24338 test "x$enable_oleaut32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24339 oleaut32/tests"
24340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24341 dlls/oleaut32/tests/Makefile: dlls/oleaut32/tests/Makefile.in dlls/Maketest.rules"
24342 ac_config_files="$ac_config_files dlls/oleaut32/tests/Makefile"
24344 ALL_MAKEFILES="$ALL_MAKEFILES \\
24345 dlls/olecli32/Makefile"
24346 test "x$enable_olecli32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24347 olecli32"
24348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24349 dlls/olecli32/Makefile: dlls/olecli32/Makefile.in dlls/Makedll.rules"
24350 ac_config_files="$ac_config_files dlls/olecli32/Makefile"
24352 ALL_MAKEFILES="$ALL_MAKEFILES \\
24353 dlls/oledlg/Makefile"
24354 test "x$enable_oledlg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24355 oledlg"
24356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24357 dlls/oledlg/Makefile: dlls/oledlg/Makefile.in dlls/Makedll.rules"
24358 ac_config_files="$ac_config_files dlls/oledlg/Makefile"
24360 ALL_MAKEFILES="$ALL_MAKEFILES \\
24361 dlls/olepro32/Makefile"
24362 test "x$enable_olepro32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24363 olepro32"
24364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24365 dlls/olepro32/Makefile: dlls/olepro32/Makefile.in dlls/Makedll.rules"
24366 ac_config_files="$ac_config_files dlls/olepro32/Makefile"
24368 ALL_MAKEFILES="$ALL_MAKEFILES \\
24369 dlls/olesvr32/Makefile"
24370 test "x$enable_olesvr32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24371 olesvr32"
24372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24373 dlls/olesvr32/Makefile: dlls/olesvr32/Makefile.in dlls/Makedll.rules"
24374 ac_config_files="$ac_config_files dlls/olesvr32/Makefile"
24376 ALL_MAKEFILES="$ALL_MAKEFILES \\
24377 dlls/olethk32/Makefile"
24378 test "x$enable_olethk32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24379 olethk32"
24380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24381 dlls/olethk32/Makefile: dlls/olethk32/Makefile.in dlls/Makedll.rules"
24382 ac_config_files="$ac_config_files dlls/olethk32/Makefile"
24384 ALL_MAKEFILES="$ALL_MAKEFILES \\
24385 dlls/opengl32/Makefile"
24386 test "x$enable_opengl32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24387 opengl32"
24388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24389 dlls/opengl32/Makefile: dlls/opengl32/Makefile.in dlls/Makedll.rules"
24390 ac_config_files="$ac_config_files dlls/opengl32/Makefile"
24392 ALL_MAKEFILES="$ALL_MAKEFILES \\
24393 dlls/opengl32/tests/Makefile"
24394 test "x$enable_opengl32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24395 opengl32/tests"
24396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24397 dlls/opengl32/tests/Makefile: dlls/opengl32/tests/Makefile.in dlls/Maketest.rules"
24398 ac_config_files="$ac_config_files dlls/opengl32/tests/Makefile"
24400 ALL_MAKEFILES="$ALL_MAKEFILES \\
24401 dlls/pdh/Makefile"
24402 test "x$enable_pdh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24403 pdh"
24404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24405 dlls/pdh/Makefile: dlls/pdh/Makefile.in dlls/Makedll.rules"
24406 ac_config_files="$ac_config_files dlls/pdh/Makefile"
24408 ALL_MAKEFILES="$ALL_MAKEFILES \\
24409 dlls/pdh/tests/Makefile"
24410 test "x$enable_pdh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24411 pdh/tests"
24412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24413 dlls/pdh/tests/Makefile: dlls/pdh/tests/Makefile.in dlls/Maketest.rules"
24414 ac_config_files="$ac_config_files dlls/pdh/tests/Makefile"
24416 ALL_MAKEFILES="$ALL_MAKEFILES \\
24417 dlls/powrprof/Makefile"
24418 test "x$enable_powrprof" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24419 powrprof"
24420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24421 dlls/powrprof/Makefile: dlls/powrprof/Makefile.in dlls/Makedll.rules"
24422 ac_config_files="$ac_config_files dlls/powrprof/Makefile"
24424 ALL_MAKEFILES="$ALL_MAKEFILES \\
24425 dlls/printui/Makefile"
24426 test "x$enable_printui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24427 printui"
24428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24429 dlls/printui/Makefile: dlls/printui/Makefile.in dlls/Makedll.rules"
24430 ac_config_files="$ac_config_files dlls/printui/Makefile"
24432 ALL_MAKEFILES="$ALL_MAKEFILES \\
24433 dlls/propsys/Makefile"
24434 test "x$enable_propsys" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24435 propsys"
24436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24437 dlls/propsys/Makefile: dlls/propsys/Makefile.in dlls/Makedll.rules"
24438 ac_config_files="$ac_config_files dlls/propsys/Makefile"
24440 ALL_MAKEFILES="$ALL_MAKEFILES \\
24441 dlls/psapi/Makefile"
24442 test "x$enable_psapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24443 psapi"
24444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24445 dlls/psapi/Makefile: dlls/psapi/Makefile.in dlls/Makedll.rules"
24446 ac_config_files="$ac_config_files dlls/psapi/Makefile"
24448 ALL_MAKEFILES="$ALL_MAKEFILES \\
24449 dlls/psapi/tests/Makefile"
24450 test "x$enable_psapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24451 psapi/tests"
24452 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24453 dlls/psapi/tests/Makefile: dlls/psapi/tests/Makefile.in dlls/Maketest.rules"
24454 ac_config_files="$ac_config_files dlls/psapi/tests/Makefile"
24456 ALL_MAKEFILES="$ALL_MAKEFILES \\
24457 dlls/pstorec/Makefile"
24458 test "x$enable_pstorec" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24459 pstorec"
24460 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24461 dlls/pstorec/Makefile: dlls/pstorec/Makefile.in dlls/Makedll.rules"
24462 ac_config_files="$ac_config_files dlls/pstorec/Makefile"
24464 ALL_MAKEFILES="$ALL_MAKEFILES \\
24465 dlls/qcap/Makefile"
24466 test "x$enable_qcap" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24467 qcap"
24468 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24469 dlls/qcap/Makefile: dlls/qcap/Makefile.in dlls/Makedll.rules"
24470 ac_config_files="$ac_config_files dlls/qcap/Makefile"
24472 ALL_MAKEFILES="$ALL_MAKEFILES \\
24473 dlls/qedit/Makefile"
24474 test "x$enable_qedit" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24475 qedit"
24476 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24477 dlls/qedit/Makefile: dlls/qedit/Makefile.in dlls/Makedll.rules"
24478 ac_config_files="$ac_config_files dlls/qedit/Makefile"
24480 ALL_MAKEFILES="$ALL_MAKEFILES \\
24481 dlls/qedit/tests/Makefile"
24482 test "x$enable_qedit_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24483 qedit/tests"
24484 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24485 dlls/qedit/tests/Makefile: dlls/qedit/tests/Makefile.in dlls/Maketest.rules"
24486 ac_config_files="$ac_config_files dlls/qedit/tests/Makefile"
24488 ALL_MAKEFILES="$ALL_MAKEFILES \\
24489 dlls/qmgr/Makefile"
24490 test "x$enable_qmgr" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24491 qmgr"
24492 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24493 dlls/qmgr/Makefile: dlls/qmgr/Makefile.in dlls/Makedll.rules"
24494 ac_config_files="$ac_config_files dlls/qmgr/Makefile"
24496 ALL_MAKEFILES="$ALL_MAKEFILES \\
24497 dlls/qmgr/tests/Makefile"
24498 test "x$enable_qmgr_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24499 qmgr/tests"
24500 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24501 dlls/qmgr/tests/Makefile: dlls/qmgr/tests/Makefile.in dlls/Maketest.rules"
24502 ac_config_files="$ac_config_files dlls/qmgr/tests/Makefile"
24504 ALL_MAKEFILES="$ALL_MAKEFILES \\
24505 dlls/qmgrprxy/Makefile"
24506 test "x$enable_qmgrprxy" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24507 qmgrprxy"
24508 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24509 dlls/qmgrprxy/Makefile: dlls/qmgrprxy/Makefile.in dlls/Makedll.rules"
24510 ac_config_files="$ac_config_files dlls/qmgrprxy/Makefile"
24512 ALL_MAKEFILES="$ALL_MAKEFILES \\
24513 dlls/quartz/Makefile"
24514 test "x$enable_quartz" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24515 quartz"
24516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24517 dlls/quartz/Makefile: dlls/quartz/Makefile.in dlls/Makedll.rules"
24518 ac_config_files="$ac_config_files dlls/quartz/Makefile"
24520 ALL_MAKEFILES="$ALL_MAKEFILES \\
24521 dlls/quartz/tests/Makefile"
24522 test "x$enable_quartz_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24523 quartz/tests"
24524 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24525 dlls/quartz/tests/Makefile: dlls/quartz/tests/Makefile.in dlls/Maketest.rules"
24526 ac_config_files="$ac_config_files dlls/quartz/tests/Makefile"
24528 ALL_MAKEFILES="$ALL_MAKEFILES \\
24529 dlls/query/Makefile"
24530 test "x$enable_query" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24531 query"
24532 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24533 dlls/query/Makefile: dlls/query/Makefile.in dlls/Makedll.rules"
24534 ac_config_files="$ac_config_files dlls/query/Makefile"
24536 ALL_MAKEFILES="$ALL_MAKEFILES \\
24537 dlls/rasapi32/Makefile"
24538 test "x$enable_rasapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24539 rasapi32"
24540 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24541 dlls/rasapi32/Makefile: dlls/rasapi32/Makefile.in dlls/Makedll.rules"
24542 ac_config_files="$ac_config_files dlls/rasapi32/Makefile"
24544 ALL_MAKEFILES="$ALL_MAKEFILES \\
24545 dlls/rasapi32/tests/Makefile"
24546 test "x$enable_rasapi32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24547 rasapi32/tests"
24548 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24549 dlls/rasapi32/tests/Makefile: dlls/rasapi32/tests/Makefile.in dlls/Maketest.rules"
24550 ac_config_files="$ac_config_files dlls/rasapi32/tests/Makefile"
24552 ALL_MAKEFILES="$ALL_MAKEFILES \\
24553 dlls/resutils/Makefile"
24554 test "x$enable_resutils" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24555 resutils"
24556 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24557 dlls/resutils/Makefile: dlls/resutils/Makefile.in dlls/Makedll.rules"
24558 ac_config_files="$ac_config_files dlls/resutils/Makefile"
24560 ALL_MAKEFILES="$ALL_MAKEFILES \\
24561 dlls/riched20/Makefile"
24562 test "x$enable_riched20" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24563 riched20"
24564 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24565 dlls/riched20/Makefile: dlls/riched20/Makefile.in dlls/Makedll.rules"
24566 ac_config_files="$ac_config_files dlls/riched20/Makefile"
24568 ALL_MAKEFILES="$ALL_MAKEFILES \\
24569 dlls/riched20/tests/Makefile"
24570 test "x$enable_riched20_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24571 riched20/tests"
24572 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24573 dlls/riched20/tests/Makefile: dlls/riched20/tests/Makefile.in dlls/Maketest.rules"
24574 ac_config_files="$ac_config_files dlls/riched20/tests/Makefile"
24576 ALL_MAKEFILES="$ALL_MAKEFILES \\
24577 dlls/riched32/Makefile"
24578 test "x$enable_riched32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24579 riched32"
24580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24581 dlls/riched32/Makefile: dlls/riched32/Makefile.in dlls/Makedll.rules"
24582 ac_config_files="$ac_config_files dlls/riched32/Makefile"
24584 ALL_MAKEFILES="$ALL_MAKEFILES \\
24585 dlls/riched32/tests/Makefile"
24586 test "x$enable_riched32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24587 riched32/tests"
24588 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24589 dlls/riched32/tests/Makefile: dlls/riched32/tests/Makefile.in dlls/Maketest.rules"
24590 ac_config_files="$ac_config_files dlls/riched32/tests/Makefile"
24592 ALL_MAKEFILES="$ALL_MAKEFILES \\
24593 dlls/rpcrt4/Makefile"
24594 test "x$enable_rpcrt4" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24595 rpcrt4"
24596 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24597 dlls/rpcrt4/Makefile: dlls/rpcrt4/Makefile.in dlls/Makedll.rules"
24598 ac_config_files="$ac_config_files dlls/rpcrt4/Makefile"
24600 ALL_MAKEFILES="$ALL_MAKEFILES \\
24601 dlls/rpcrt4/tests/Makefile"
24602 test "x$enable_rpcrt4_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24603 rpcrt4/tests"
24604 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24605 dlls/rpcrt4/tests/Makefile: dlls/rpcrt4/tests/Makefile.in dlls/Maketest.rules"
24606 ac_config_files="$ac_config_files dlls/rpcrt4/tests/Makefile"
24608 ALL_MAKEFILES="$ALL_MAKEFILES \\
24609 dlls/rsabase/Makefile"
24610 test "x$enable_rsabase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24611 rsabase"
24612 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24613 dlls/rsabase/Makefile: dlls/rsabase/Makefile.in dlls/Makedll.rules"
24614 ac_config_files="$ac_config_files dlls/rsabase/Makefile"
24616 ALL_MAKEFILES="$ALL_MAKEFILES \\
24617 dlls/rsaenh/Makefile"
24618 test "x$enable_rsaenh" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24619 rsaenh"
24620 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24621 dlls/rsaenh/Makefile: dlls/rsaenh/Makefile.in dlls/Makedll.rules"
24622 ac_config_files="$ac_config_files dlls/rsaenh/Makefile"
24624 ALL_MAKEFILES="$ALL_MAKEFILES \\
24625 dlls/rsaenh/tests/Makefile"
24626 test "x$enable_rsaenh_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24627 rsaenh/tests"
24628 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24629 dlls/rsaenh/tests/Makefile: dlls/rsaenh/tests/Makefile.in dlls/Maketest.rules"
24630 ac_config_files="$ac_config_files dlls/rsaenh/tests/Makefile"
24632 ALL_MAKEFILES="$ALL_MAKEFILES \\
24633 dlls/sane.ds/Makefile"
24634 test "x$enable_sane_ds" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24635 sane.ds"
24636 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24637 dlls/sane.ds/Makefile: dlls/sane.ds/Makefile.in dlls/Makedll.rules"
24638 ac_config_files="$ac_config_files dlls/sane.ds/Makefile"
24640 ALL_MAKEFILES="$ALL_MAKEFILES \\
24641 dlls/sccbase/Makefile"
24642 test "x$enable_sccbase" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24643 sccbase"
24644 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24645 dlls/sccbase/Makefile: dlls/sccbase/Makefile.in dlls/Makedll.rules"
24646 ac_config_files="$ac_config_files dlls/sccbase/Makefile"
24648 ALL_MAKEFILES="$ALL_MAKEFILES \\
24649 dlls/schannel/Makefile"
24650 test "x$enable_schannel" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24651 schannel"
24652 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24653 dlls/schannel/Makefile: dlls/schannel/Makefile.in dlls/Makedll.rules"
24654 ac_config_files="$ac_config_files dlls/schannel/Makefile"
24656 ALL_MAKEFILES="$ALL_MAKEFILES \\
24657 dlls/schannel/tests/Makefile"
24658 test "x$enable_schannel_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24659 schannel/tests"
24660 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24661 dlls/schannel/tests/Makefile: dlls/schannel/tests/Makefile.in dlls/Maketest.rules"
24662 ac_config_files="$ac_config_files dlls/schannel/tests/Makefile"
24664 ALL_MAKEFILES="$ALL_MAKEFILES \\
24665 dlls/secur32/Makefile"
24666 test "x$enable_secur32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24667 secur32"
24668 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24669 dlls/secur32/Makefile: dlls/secur32/Makefile.in dlls/Makedll.rules"
24670 ac_config_files="$ac_config_files dlls/secur32/Makefile"
24672 ALL_MAKEFILES="$ALL_MAKEFILES \\
24673 dlls/secur32/tests/Makefile"
24674 test "x$enable_secur32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24675 secur32/tests"
24676 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24677 dlls/secur32/tests/Makefile: dlls/secur32/tests/Makefile.in dlls/Maketest.rules"
24678 ac_config_files="$ac_config_files dlls/secur32/tests/Makefile"
24680 ALL_MAKEFILES="$ALL_MAKEFILES \\
24681 dlls/security/Makefile"
24682 test "x$enable_security" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24683 security"
24684 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24685 dlls/security/Makefile: dlls/security/Makefile.in dlls/Makedll.rules"
24686 ac_config_files="$ac_config_files dlls/security/Makefile"
24688 ALL_MAKEFILES="$ALL_MAKEFILES \\
24689 dlls/sensapi/Makefile"
24690 test "x$enable_sensapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24691 sensapi"
24692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24693 dlls/sensapi/Makefile: dlls/sensapi/Makefile.in dlls/Makedll.rules"
24694 ac_config_files="$ac_config_files dlls/sensapi/Makefile"
24696 ALL_MAKEFILES="$ALL_MAKEFILES \\
24697 dlls/serialui/Makefile"
24698 test "x$enable_serialui" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24699 serialui"
24700 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24701 dlls/serialui/Makefile: dlls/serialui/Makefile.in dlls/Makedll.rules"
24702 ac_config_files="$ac_config_files dlls/serialui/Makefile"
24704 ALL_MAKEFILES="$ALL_MAKEFILES \\
24705 dlls/serialui/tests/Makefile"
24706 test "x$enable_serialui_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24707 serialui/tests"
24708 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24709 dlls/serialui/tests/Makefile: dlls/serialui/tests/Makefile.in dlls/Maketest.rules"
24710 ac_config_files="$ac_config_files dlls/serialui/tests/Makefile"
24712 ALL_MAKEFILES="$ALL_MAKEFILES \\
24713 dlls/setupapi/Makefile"
24714 test "x$enable_setupapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24715 setupapi"
24716 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24717 dlls/setupapi/Makefile: dlls/setupapi/Makefile.in dlls/Makedll.rules"
24718 ac_config_files="$ac_config_files dlls/setupapi/Makefile"
24720 ALL_MAKEFILES="$ALL_MAKEFILES \\
24721 dlls/setupapi/tests/Makefile"
24722 test "x$enable_setupapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24723 setupapi/tests"
24724 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24725 dlls/setupapi/tests/Makefile: dlls/setupapi/tests/Makefile.in dlls/Maketest.rules"
24726 ac_config_files="$ac_config_files dlls/setupapi/tests/Makefile"
24728 ALL_MAKEFILES="$ALL_MAKEFILES \\
24729 dlls/sfc/Makefile"
24730 test "x$enable_sfc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24731 sfc"
24732 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24733 dlls/sfc/Makefile: dlls/sfc/Makefile.in dlls/Makedll.rules"
24734 ac_config_files="$ac_config_files dlls/sfc/Makefile"
24736 ALL_MAKEFILES="$ALL_MAKEFILES \\
24737 dlls/sfc_os/Makefile"
24738 test "x$enable_sfc_os" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24739 sfc_os"
24740 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24741 dlls/sfc_os/Makefile: dlls/sfc_os/Makefile.in dlls/Makedll.rules"
24742 ac_config_files="$ac_config_files dlls/sfc_os/Makefile"
24744 ALL_MAKEFILES="$ALL_MAKEFILES \\
24745 dlls/shdoclc/Makefile"
24746 test "x$enable_shdoclc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24747 shdoclc"
24748 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24749 dlls/shdoclc/Makefile: dlls/shdoclc/Makefile.in dlls/Makedll.rules"
24750 ac_config_files="$ac_config_files dlls/shdoclc/Makefile"
24752 ALL_MAKEFILES="$ALL_MAKEFILES \\
24753 dlls/shdocvw/Makefile"
24754 test "x$enable_shdocvw" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24755 shdocvw"
24756 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24757 dlls/shdocvw/Makefile: dlls/shdocvw/Makefile.in dlls/Makedll.rules"
24758 ac_config_files="$ac_config_files dlls/shdocvw/Makefile"
24760 ALL_MAKEFILES="$ALL_MAKEFILES \\
24761 dlls/shdocvw/tests/Makefile"
24762 test "x$enable_shdocvw_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24763 shdocvw/tests"
24764 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24765 dlls/shdocvw/tests/Makefile: dlls/shdocvw/tests/Makefile.in dlls/Maketest.rules"
24766 ac_config_files="$ac_config_files dlls/shdocvw/tests/Makefile"
24768 ALL_MAKEFILES="$ALL_MAKEFILES \\
24769 dlls/shell32/Makefile"
24770 test "x$enable_shell32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24771 shell32"
24772 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24773 dlls/shell32/Makefile: dlls/shell32/Makefile.in dlls/Makedll.rules"
24774 ac_config_files="$ac_config_files dlls/shell32/Makefile"
24776 ALL_MAKEFILES="$ALL_MAKEFILES \\
24777 dlls/shell32/tests/Makefile"
24778 test "x$enable_shell32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24779 shell32/tests"
24780 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24781 dlls/shell32/tests/Makefile: dlls/shell32/tests/Makefile.in dlls/Maketest.rules"
24782 ac_config_files="$ac_config_files dlls/shell32/tests/Makefile"
24784 ALL_MAKEFILES="$ALL_MAKEFILES \\
24785 dlls/shfolder/Makefile"
24786 test "x$enable_shfolder" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24787 shfolder"
24788 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24789 dlls/shfolder/Makefile: dlls/shfolder/Makefile.in dlls/Makedll.rules"
24790 ac_config_files="$ac_config_files dlls/shfolder/Makefile"
24792 ALL_MAKEFILES="$ALL_MAKEFILES \\
24793 dlls/shlwapi/Makefile"
24794 test "x$enable_shlwapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24795 shlwapi"
24796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24797 dlls/shlwapi/Makefile: dlls/shlwapi/Makefile.in dlls/Makedll.rules"
24798 ac_config_files="$ac_config_files dlls/shlwapi/Makefile"
24800 ALL_MAKEFILES="$ALL_MAKEFILES \\
24801 dlls/shlwapi/tests/Makefile"
24802 test "x$enable_shlwapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24803 shlwapi/tests"
24804 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24805 dlls/shlwapi/tests/Makefile: dlls/shlwapi/tests/Makefile.in dlls/Maketest.rules"
24806 ac_config_files="$ac_config_files dlls/shlwapi/tests/Makefile"
24808 ALL_MAKEFILES="$ALL_MAKEFILES \\
24809 dlls/slbcsp/Makefile"
24810 test "x$enable_slbcsp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24811 slbcsp"
24812 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24813 dlls/slbcsp/Makefile: dlls/slbcsp/Makefile.in dlls/Makedll.rules"
24814 ac_config_files="$ac_config_files dlls/slbcsp/Makefile"
24816 ALL_MAKEFILES="$ALL_MAKEFILES \\
24817 dlls/slc/Makefile"
24818 test "x$enable_slc" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24819 slc"
24820 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24821 dlls/slc/Makefile: dlls/slc/Makefile.in dlls/Makedll.rules"
24822 ac_config_files="$ac_config_files dlls/slc/Makefile"
24824 ALL_MAKEFILES="$ALL_MAKEFILES \\
24825 dlls/snmpapi/Makefile"
24826 test "x$enable_snmpapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24827 snmpapi"
24828 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24829 dlls/snmpapi/Makefile: dlls/snmpapi/Makefile.in dlls/Makedll.rules"
24830 ac_config_files="$ac_config_files dlls/snmpapi/Makefile"
24832 ALL_MAKEFILES="$ALL_MAKEFILES \\
24833 dlls/snmpapi/tests/Makefile"
24834 test "x$enable_snmpapi_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24835 snmpapi/tests"
24836 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24837 dlls/snmpapi/tests/Makefile: dlls/snmpapi/tests/Makefile.in dlls/Maketest.rules"
24838 ac_config_files="$ac_config_files dlls/snmpapi/tests/Makefile"
24840 ALL_MAKEFILES="$ALL_MAKEFILES \\
24841 dlls/softpub/Makefile"
24842 test "x$enable_softpub" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24843 softpub"
24844 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24845 dlls/softpub/Makefile: dlls/softpub/Makefile.in dlls/Makedll.rules"
24846 ac_config_files="$ac_config_files dlls/softpub/Makefile"
24848 ALL_MAKEFILES="$ALL_MAKEFILES \\
24849 dlls/spoolss/Makefile"
24850 test "x$enable_spoolss" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24851 spoolss"
24852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24853 dlls/spoolss/Makefile: dlls/spoolss/Makefile.in dlls/Makedll.rules"
24854 ac_config_files="$ac_config_files dlls/spoolss/Makefile"
24856 ALL_MAKEFILES="$ALL_MAKEFILES \\
24857 dlls/spoolss/tests/Makefile"
24858 test "x$enable_spoolss_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24859 spoolss/tests"
24860 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24861 dlls/spoolss/tests/Makefile: dlls/spoolss/tests/Makefile.in dlls/Maketest.rules"
24862 ac_config_files="$ac_config_files dlls/spoolss/tests/Makefile"
24864 ALL_MAKEFILES="$ALL_MAKEFILES \\
24865 dlls/stdole2.tlb/Makefile"
24866 test "x$enable_stdole2_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24867 stdole2.tlb"
24868 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24869 dlls/stdole2.tlb/Makefile: dlls/stdole2.tlb/Makefile.in dlls/Makedll.rules"
24870 ac_config_files="$ac_config_files dlls/stdole2.tlb/Makefile"
24872 ALL_MAKEFILES="$ALL_MAKEFILES \\
24873 dlls/stdole32.tlb/Makefile"
24874 test "x$enable_stdole32_tlb" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24875 stdole32.tlb"
24876 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24877 dlls/stdole32.tlb/Makefile: dlls/stdole32.tlb/Makefile.in dlls/Makedll.rules"
24878 ac_config_files="$ac_config_files dlls/stdole32.tlb/Makefile"
24880 ALL_MAKEFILES="$ALL_MAKEFILES \\
24881 dlls/sti/Makefile"
24882 test "x$enable_sti" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24883 sti"
24884 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24885 dlls/sti/Makefile: dlls/sti/Makefile.in dlls/Makedll.rules"
24886 ac_config_files="$ac_config_files dlls/sti/Makefile"
24888 ALL_MAKEFILES="$ALL_MAKEFILES \\
24889 dlls/strmiids/Makefile"
24890 test "x$enable_strmiids" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
24891 strmiids"
24892 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24893 dlls/strmiids/Makefile: dlls/strmiids/Makefile.in dlls/Makeimplib.rules"
24894 ac_config_files="$ac_config_files dlls/strmiids/Makefile"
24896 ALL_MAKEFILES="$ALL_MAKEFILES \\
24897 dlls/svrapi/Makefile"
24898 test "x$enable_svrapi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24899 svrapi"
24900 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24901 dlls/svrapi/Makefile: dlls/svrapi/Makefile.in dlls/Makedll.rules"
24902 ac_config_files="$ac_config_files dlls/svrapi/Makefile"
24904 ALL_MAKEFILES="$ALL_MAKEFILES \\
24905 dlls/sxs/Makefile"
24906 test "x$enable_sxs" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24907 sxs"
24908 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24909 dlls/sxs/Makefile: dlls/sxs/Makefile.in dlls/Makedll.rules"
24910 ac_config_files="$ac_config_files dlls/sxs/Makefile"
24912 ALL_MAKEFILES="$ALL_MAKEFILES \\
24913 dlls/tapi32/Makefile"
24914 test "x$enable_tapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24915 tapi32"
24916 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24917 dlls/tapi32/Makefile: dlls/tapi32/Makefile.in dlls/Makedll.rules"
24918 ac_config_files="$ac_config_files dlls/tapi32/Makefile"
24920 ALL_MAKEFILES="$ALL_MAKEFILES \\
24921 dlls/twain_32/Makefile"
24922 test "x$enable_twain_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24923 twain_32"
24924 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24925 dlls/twain_32/Makefile: dlls/twain_32/Makefile.in dlls/Makedll.rules"
24926 ac_config_files="$ac_config_files dlls/twain_32/Makefile"
24928 ALL_MAKEFILES="$ALL_MAKEFILES \\
24929 dlls/unicows/Makefile"
24930 test "x$enable_unicows" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24931 unicows"
24932 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24933 dlls/unicows/Makefile: dlls/unicows/Makefile.in dlls/Makedll.rules"
24934 ac_config_files="$ac_config_files dlls/unicows/Makefile"
24936 ALL_MAKEFILES="$ALL_MAKEFILES \\
24937 dlls/url/Makefile"
24938 test "x$enable_url" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24939 url"
24940 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24941 dlls/url/Makefile: dlls/url/Makefile.in dlls/Makedll.rules"
24942 ac_config_files="$ac_config_files dlls/url/Makefile"
24944 ALL_MAKEFILES="$ALL_MAKEFILES \\
24945 dlls/urlmon/Makefile"
24946 test "x$enable_urlmon" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24947 urlmon"
24948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24949 dlls/urlmon/Makefile: dlls/urlmon/Makefile.in dlls/Makedll.rules"
24950 ac_config_files="$ac_config_files dlls/urlmon/Makefile"
24952 ALL_MAKEFILES="$ALL_MAKEFILES \\
24953 dlls/urlmon/tests/Makefile"
24954 test "x$enable_urlmon_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24955 urlmon/tests"
24956 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24957 dlls/urlmon/tests/Makefile: dlls/urlmon/tests/Makefile.in dlls/Maketest.rules"
24958 ac_config_files="$ac_config_files dlls/urlmon/tests/Makefile"
24960 ALL_MAKEFILES="$ALL_MAKEFILES \\
24961 dlls/user32/Makefile"
24962 test "x$enable_user32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24963 user32"
24964 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24965 dlls/user32/Makefile: dlls/user32/Makefile.in dlls/Makedll.rules"
24966 ac_config_files="$ac_config_files dlls/user32/Makefile"
24968 ALL_MAKEFILES="$ALL_MAKEFILES \\
24969 dlls/user32/tests/Makefile"
24970 test "x$enable_user32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24971 user32/tests"
24972 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24973 dlls/user32/tests/Makefile: dlls/user32/tests/Makefile.in dlls/Maketest.rules"
24974 ac_config_files="$ac_config_files dlls/user32/tests/Makefile"
24976 ALL_MAKEFILES="$ALL_MAKEFILES \\
24977 dlls/userenv/Makefile"
24978 test "x$enable_userenv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24979 userenv"
24980 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24981 dlls/userenv/Makefile: dlls/userenv/Makefile.in dlls/Makedll.rules"
24982 ac_config_files="$ac_config_files dlls/userenv/Makefile"
24984 ALL_MAKEFILES="$ALL_MAKEFILES \\
24985 dlls/userenv/tests/Makefile"
24986 test "x$enable_userenv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
24987 userenv/tests"
24988 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24989 dlls/userenv/tests/Makefile: dlls/userenv/tests/Makefile.in dlls/Maketest.rules"
24990 ac_config_files="$ac_config_files dlls/userenv/tests/Makefile"
24992 ALL_MAKEFILES="$ALL_MAKEFILES \\
24993 dlls/usp10/Makefile"
24994 test "x$enable_usp10" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
24995 usp10"
24996 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
24997 dlls/usp10/Makefile: dlls/usp10/Makefile.in dlls/Makedll.rules"
24998 ac_config_files="$ac_config_files dlls/usp10/Makefile"
25000 ALL_MAKEFILES="$ALL_MAKEFILES \\
25001 dlls/usp10/tests/Makefile"
25002 test "x$enable_usp10_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25003 usp10/tests"
25004 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25005 dlls/usp10/tests/Makefile: dlls/usp10/tests/Makefile.in dlls/Maketest.rules"
25006 ac_config_files="$ac_config_files dlls/usp10/tests/Makefile"
25008 ALL_MAKEFILES="$ALL_MAKEFILES \\
25009 dlls/uuid/Makefile"
25010 test "x$enable_uuid" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25011 uuid"
25012 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25013 dlls/uuid/Makefile: dlls/uuid/Makefile.in dlls/Makeimplib.rules"
25014 ac_config_files="$ac_config_files dlls/uuid/Makefile"
25016 ALL_MAKEFILES="$ALL_MAKEFILES \\
25017 dlls/uxtheme/Makefile"
25018 test "x$enable_uxtheme" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25019 uxtheme"
25020 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25021 dlls/uxtheme/Makefile: dlls/uxtheme/Makefile.in dlls/Makedll.rules"
25022 ac_config_files="$ac_config_files dlls/uxtheme/Makefile"
25024 ALL_MAKEFILES="$ALL_MAKEFILES \\
25025 dlls/uxtheme/tests/Makefile"
25026 test "x$enable_uxtheme_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25027 uxtheme/tests"
25028 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25029 dlls/uxtheme/tests/Makefile: dlls/uxtheme/tests/Makefile.in dlls/Maketest.rules"
25030 ac_config_files="$ac_config_files dlls/uxtheme/tests/Makefile"
25032 ALL_MAKEFILES="$ALL_MAKEFILES \\
25033 dlls/vdhcp.vxd/Makefile"
25034 test "x$enable_vdhcp_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25035 vdhcp.vxd"
25036 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25037 dlls/vdhcp.vxd/Makefile: dlls/vdhcp.vxd/Makefile.in dlls/Makedll.rules"
25038 ac_config_files="$ac_config_files dlls/vdhcp.vxd/Makefile"
25040 ALL_MAKEFILES="$ALL_MAKEFILES \\
25041 dlls/vdmdbg/Makefile"
25042 test "x$enable_vdmdbg" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25043 vdmdbg"
25044 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25045 dlls/vdmdbg/Makefile: dlls/vdmdbg/Makefile.in dlls/Makedll.rules"
25046 ac_config_files="$ac_config_files dlls/vdmdbg/Makefile"
25048 ALL_MAKEFILES="$ALL_MAKEFILES \\
25049 dlls/version/Makefile"
25050 test "x$enable_version" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25051 version"
25052 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25053 dlls/version/Makefile: dlls/version/Makefile.in dlls/Makedll.rules"
25054 ac_config_files="$ac_config_files dlls/version/Makefile"
25056 ALL_MAKEFILES="$ALL_MAKEFILES \\
25057 dlls/version/tests/Makefile"
25058 test "x$enable_version_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25059 version/tests"
25060 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25061 dlls/version/tests/Makefile: dlls/version/tests/Makefile.in dlls/Maketest.rules"
25062 ac_config_files="$ac_config_files dlls/version/tests/Makefile"
25064 ALL_MAKEFILES="$ALL_MAKEFILES \\
25065 dlls/vmm.vxd/Makefile"
25066 test "x$enable_vmm_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25067 vmm.vxd"
25068 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25069 dlls/vmm.vxd/Makefile: dlls/vmm.vxd/Makefile.in dlls/Makedll.rules"
25070 ac_config_files="$ac_config_files dlls/vmm.vxd/Makefile"
25072 ALL_MAKEFILES="$ALL_MAKEFILES \\
25073 dlls/vnbt.vxd/Makefile"
25074 test "x$enable_vnbt_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25075 vnbt.vxd"
25076 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25077 dlls/vnbt.vxd/Makefile: dlls/vnbt.vxd/Makefile.in dlls/Makedll.rules"
25078 ac_config_files="$ac_config_files dlls/vnbt.vxd/Makefile"
25080 ALL_MAKEFILES="$ALL_MAKEFILES \\
25081 dlls/vnetbios.vxd/Makefile"
25082 test "x$enable_vnetbios_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25083 vnetbios.vxd"
25084 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25085 dlls/vnetbios.vxd/Makefile: dlls/vnetbios.vxd/Makefile.in dlls/Makedll.rules"
25086 ac_config_files="$ac_config_files dlls/vnetbios.vxd/Makefile"
25088 ALL_MAKEFILES="$ALL_MAKEFILES \\
25089 dlls/vtdapi.vxd/Makefile"
25090 test "x$enable_vtdapi_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25091 vtdapi.vxd"
25092 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25093 dlls/vtdapi.vxd/Makefile: dlls/vtdapi.vxd/Makefile.in dlls/Makedll.rules"
25094 ac_config_files="$ac_config_files dlls/vtdapi.vxd/Makefile"
25096 ALL_MAKEFILES="$ALL_MAKEFILES \\
25097 dlls/vwin32.vxd/Makefile"
25098 test "x$enable_vwin32_vxd" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25099 vwin32.vxd"
25100 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25101 dlls/vwin32.vxd/Makefile: dlls/vwin32.vxd/Makefile.in dlls/Makedll.rules"
25102 ac_config_files="$ac_config_files dlls/vwin32.vxd/Makefile"
25104 ALL_MAKEFILES="$ALL_MAKEFILES \\
25105 dlls/w32skrnl/Makefile"
25106 test "x$enable_w32skrnl" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25107 w32skrnl"
25108 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25109 dlls/w32skrnl/Makefile: dlls/w32skrnl/Makefile.in dlls/Makedll.rules"
25110 ac_config_files="$ac_config_files dlls/w32skrnl/Makefile"
25112 ALL_MAKEFILES="$ALL_MAKEFILES \\
25113 dlls/winealsa.drv/Makefile"
25114 test "x$enable_winealsa_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25115 winealsa.drv"
25116 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25117 dlls/winealsa.drv/Makefile: dlls/winealsa.drv/Makefile.in dlls/Makedll.rules"
25118 ac_config_files="$ac_config_files dlls/winealsa.drv/Makefile"
25120 ALL_MAKEFILES="$ALL_MAKEFILES \\
25121 dlls/wineaudioio.drv/Makefile"
25122 test "x$enable_wineaudioio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25123 wineaudioio.drv"
25124 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25125 dlls/wineaudioio.drv/Makefile: dlls/wineaudioio.drv/Makefile.in dlls/Makedll.rules"
25126 ac_config_files="$ac_config_files dlls/wineaudioio.drv/Makefile"
25128 ALL_MAKEFILES="$ALL_MAKEFILES \\
25129 dlls/winecoreaudio.drv/Makefile"
25130 test "x$enable_winecoreaudio_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25131 winecoreaudio.drv"
25132 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25133 dlls/winecoreaudio.drv/Makefile: dlls/winecoreaudio.drv/Makefile.in dlls/Makedll.rules"
25134 ac_config_files="$ac_config_files dlls/winecoreaudio.drv/Makefile"
25136 ALL_MAKEFILES="$ALL_MAKEFILES \\
25137 dlls/winecrt0/Makefile"
25138 test "x$enable_winecrt0" != xno && ALL_IMPLIB_DIRS="$ALL_IMPLIB_DIRS \\
25139 winecrt0"
25140 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25141 dlls/winecrt0/Makefile: dlls/winecrt0/Makefile.in dlls/Makeimplib.rules"
25142 ac_config_files="$ac_config_files dlls/winecrt0/Makefile"
25144 ALL_MAKEFILES="$ALL_MAKEFILES \\
25145 dlls/wined3d/Makefile"
25146 test "x$enable_wined3d" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25147 wined3d"
25148 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25149 dlls/wined3d/Makefile: dlls/wined3d/Makefile.in dlls/Makedll.rules"
25150 ac_config_files="$ac_config_files dlls/wined3d/Makefile"
25152 ALL_MAKEFILES="$ALL_MAKEFILES \\
25153 dlls/winedos/Makefile"
25154 test "x$enable_winedos" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25155 winedos"
25156 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25157 dlls/winedos/Makefile: dlls/winedos/Makefile.in dlls/Makedll.rules"
25158 ac_config_files="$ac_config_files dlls/winedos/Makefile"
25160 ALL_MAKEFILES="$ALL_MAKEFILES \\
25161 dlls/wineesd.drv/Makefile"
25162 test "x$enable_wineesd_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25163 wineesd.drv"
25164 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25165 dlls/wineesd.drv/Makefile: dlls/wineesd.drv/Makefile.in dlls/Makedll.rules"
25166 ac_config_files="$ac_config_files dlls/wineesd.drv/Makefile"
25168 ALL_MAKEFILES="$ALL_MAKEFILES \\
25169 dlls/winejack.drv/Makefile"
25170 test "x$enable_winejack_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25171 winejack.drv"
25172 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25173 dlls/winejack.drv/Makefile: dlls/winejack.drv/Makefile.in dlls/Makedll.rules"
25174 ac_config_files="$ac_config_files dlls/winejack.drv/Makefile"
25176 ALL_MAKEFILES="$ALL_MAKEFILES \\
25177 dlls/winejoystick.drv/Makefile"
25178 test "x$enable_winejoystick_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25179 winejoystick.drv"
25180 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25181 dlls/winejoystick.drv/Makefile: dlls/winejoystick.drv/Makefile.in dlls/Makedll.rules"
25182 ac_config_files="$ac_config_files dlls/winejoystick.drv/Makefile"
25184 ALL_MAKEFILES="$ALL_MAKEFILES \\
25185 dlls/winemp3.acm/Makefile"
25186 test "x$enable_winemp3_acm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25187 winemp3.acm"
25188 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25189 dlls/winemp3.acm/Makefile: dlls/winemp3.acm/Makefile.in dlls/Makedll.rules"
25190 ac_config_files="$ac_config_files dlls/winemp3.acm/Makefile"
25192 ALL_MAKEFILES="$ALL_MAKEFILES \\
25193 dlls/winenas.drv/Makefile"
25194 test "x$enable_winenas_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25195 winenas.drv"
25196 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25197 dlls/winenas.drv/Makefile: dlls/winenas.drv/Makefile.in dlls/Makedll.rules"
25198 ac_config_files="$ac_config_files dlls/winenas.drv/Makefile"
25200 ALL_MAKEFILES="$ALL_MAKEFILES \\
25201 dlls/wineoss.drv/Makefile"
25202 test "x$enable_wineoss_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25203 wineoss.drv"
25204 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25205 dlls/wineoss.drv/Makefile: dlls/wineoss.drv/Makefile.in dlls/Makedll.rules"
25206 ac_config_files="$ac_config_files dlls/wineoss.drv/Makefile"
25208 ALL_MAKEFILES="$ALL_MAKEFILES \\
25209 dlls/wineps.drv/Makefile"
25210 test "x$enable_wineps_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25211 wineps.drv"
25212 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25213 dlls/wineps.drv/Makefile: dlls/wineps.drv/Makefile.in dlls/Makedll.rules"
25214 ac_config_files="$ac_config_files dlls/wineps.drv/Makefile"
25216 ALL_MAKEFILES="$ALL_MAKEFILES \\
25217 dlls/winepulse.drv/Makefile"
25218 test "x$enable_winepulse_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25219 winepulse.drv"
25220 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25221 dlls/winepulse.drv/Makefile: dlls/winepulse.drv/Makefile.in dlls/Makedll.rules"
25222 ac_config_files="$ac_config_files dlls/winepulse.drv/Makefile"
25224 ALL_MAKEFILES="$ALL_MAKEFILES \\
25225 dlls/winequartz.drv/Makefile"
25226 test "x$enable_winequartz_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25227 winequartz.drv"
25228 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25229 dlls/winequartz.drv/Makefile: dlls/winequartz.drv/Makefile.in dlls/Makedll.rules"
25230 ac_config_files="$ac_config_files dlls/winequartz.drv/Makefile"
25232 ALL_MAKEFILES="$ALL_MAKEFILES \\
25233 dlls/winex11.drv/Makefile"
25234 test "x$enable_winex11_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25235 winex11.drv"
25236 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25237 dlls/winex11.drv/Makefile: dlls/winex11.drv/Makefile.in dlls/Makedll.rules"
25238 ac_config_files="$ac_config_files dlls/winex11.drv/Makefile"
25240 ALL_MAKEFILES="$ALL_MAKEFILES \\
25241 dlls/wing32/Makefile"
25242 test "x$enable_wing32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25243 wing32"
25244 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25245 dlls/wing32/Makefile: dlls/wing32/Makefile.in dlls/Makedll.rules"
25246 ac_config_files="$ac_config_files dlls/wing32/Makefile"
25248 ALL_MAKEFILES="$ALL_MAKEFILES \\
25249 dlls/winhttp/Makefile"
25250 test "x$enable_winhttp" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25251 winhttp"
25252 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25253 dlls/winhttp/Makefile: dlls/winhttp/Makefile.in dlls/Makedll.rules"
25254 ac_config_files="$ac_config_files dlls/winhttp/Makefile"
25256 ALL_MAKEFILES="$ALL_MAKEFILES \\
25257 dlls/winhttp/tests/Makefile"
25258 test "x$enable_winhttp_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25259 winhttp/tests"
25260 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25261 dlls/winhttp/tests/Makefile: dlls/winhttp/tests/Makefile.in dlls/Maketest.rules"
25262 ac_config_files="$ac_config_files dlls/winhttp/tests/Makefile"
25264 ALL_MAKEFILES="$ALL_MAKEFILES \\
25265 dlls/wininet/Makefile"
25266 test "x$enable_wininet" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25267 wininet"
25268 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25269 dlls/wininet/Makefile: dlls/wininet/Makefile.in dlls/Makedll.rules"
25270 ac_config_files="$ac_config_files dlls/wininet/Makefile"
25272 ALL_MAKEFILES="$ALL_MAKEFILES \\
25273 dlls/wininet/tests/Makefile"
25274 test "x$enable_wininet_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25275 wininet/tests"
25276 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25277 dlls/wininet/tests/Makefile: dlls/wininet/tests/Makefile.in dlls/Maketest.rules"
25278 ac_config_files="$ac_config_files dlls/wininet/tests/Makefile"
25280 ALL_MAKEFILES="$ALL_MAKEFILES \\
25281 dlls/winmm/Makefile"
25282 test "x$enable_winmm" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25283 winmm"
25284 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25285 dlls/winmm/Makefile: dlls/winmm/Makefile.in dlls/Makedll.rules"
25286 ac_config_files="$ac_config_files dlls/winmm/Makefile"
25288 ALL_MAKEFILES="$ALL_MAKEFILES \\
25289 dlls/winmm/tests/Makefile"
25290 test "x$enable_winmm_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25291 winmm/tests"
25292 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25293 dlls/winmm/tests/Makefile: dlls/winmm/tests/Makefile.in dlls/Maketest.rules"
25294 ac_config_files="$ac_config_files dlls/winmm/tests/Makefile"
25296 ALL_MAKEFILES="$ALL_MAKEFILES \\
25297 dlls/winnls32/Makefile"
25298 test "x$enable_winnls32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25299 winnls32"
25300 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25301 dlls/winnls32/Makefile: dlls/winnls32/Makefile.in dlls/Makedll.rules"
25302 ac_config_files="$ac_config_files dlls/winnls32/Makefile"
25304 ALL_MAKEFILES="$ALL_MAKEFILES \\
25305 dlls/winscard/Makefile"
25306 test "x$enable_winscard" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25307 winscard"
25308 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25309 dlls/winscard/Makefile: dlls/winscard/Makefile.in dlls/Makedll.rules"
25310 ac_config_files="$ac_config_files dlls/winscard/Makefile"
25312 ALL_MAKEFILES="$ALL_MAKEFILES \\
25313 dlls/winspool.drv/Makefile"
25314 test "x$enable_winspool_drv" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25315 winspool.drv"
25316 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25317 dlls/winspool.drv/Makefile: dlls/winspool.drv/Makefile.in dlls/Makedll.rules"
25318 ac_config_files="$ac_config_files dlls/winspool.drv/Makefile"
25320 ALL_MAKEFILES="$ALL_MAKEFILES \\
25321 dlls/winspool.drv/tests/Makefile"
25322 test "x$enable_winspool_drv_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25323 winspool.drv/tests"
25324 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25325 dlls/winspool.drv/tests/Makefile: dlls/winspool.drv/tests/Makefile.in dlls/Maketest.rules"
25326 ac_config_files="$ac_config_files dlls/winspool.drv/tests/Makefile"
25328 ALL_MAKEFILES="$ALL_MAKEFILES \\
25329 dlls/wintab32/Makefile"
25330 test "x$enable_wintab32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25331 wintab32"
25332 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25333 dlls/wintab32/Makefile: dlls/wintab32/Makefile.in dlls/Makedll.rules"
25334 ac_config_files="$ac_config_files dlls/wintab32/Makefile"
25336 ALL_MAKEFILES="$ALL_MAKEFILES \\
25337 dlls/wintrust/Makefile"
25338 test "x$enable_wintrust" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25339 wintrust"
25340 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25341 dlls/wintrust/Makefile: dlls/wintrust/Makefile.in dlls/Makedll.rules"
25342 ac_config_files="$ac_config_files dlls/wintrust/Makefile"
25344 ALL_MAKEFILES="$ALL_MAKEFILES \\
25345 dlls/wintrust/tests/Makefile"
25346 test "x$enable_wintrust_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25347 wintrust/tests"
25348 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25349 dlls/wintrust/tests/Makefile: dlls/wintrust/tests/Makefile.in dlls/Maketest.rules"
25350 ac_config_files="$ac_config_files dlls/wintrust/tests/Makefile"
25352 ALL_MAKEFILES="$ALL_MAKEFILES \\
25353 dlls/wldap32/Makefile"
25354 test "x$enable_wldap32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25355 wldap32"
25356 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25357 dlls/wldap32/Makefile: dlls/wldap32/Makefile.in dlls/Makedll.rules"
25358 ac_config_files="$ac_config_files dlls/wldap32/Makefile"
25360 ALL_MAKEFILES="$ALL_MAKEFILES \\
25361 dlls/wmi/Makefile"
25362 test "x$enable_wmi" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25363 wmi"
25364 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25365 dlls/wmi/Makefile: dlls/wmi/Makefile.in dlls/Makedll.rules"
25366 ac_config_files="$ac_config_files dlls/wmi/Makefile"
25368 ALL_MAKEFILES="$ALL_MAKEFILES \\
25369 dlls/wnaspi32/Makefile"
25370 test "x$enable_wnaspi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25371 wnaspi32"
25372 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25373 dlls/wnaspi32/Makefile: dlls/wnaspi32/Makefile.in dlls/Makedll.rules"
25374 ac_config_files="$ac_config_files dlls/wnaspi32/Makefile"
25376 ALL_MAKEFILES="$ALL_MAKEFILES \\
25377 dlls/wow32/Makefile"
25378 test "x$enable_wow32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25379 wow32"
25380 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25381 dlls/wow32/Makefile: dlls/wow32/Makefile.in dlls/Makedll.rules"
25382 ac_config_files="$ac_config_files dlls/wow32/Makefile"
25384 ALL_MAKEFILES="$ALL_MAKEFILES \\
25385 dlls/ws2_32/Makefile"
25386 test "x$enable_ws2_32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25387 ws2_32"
25388 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25389 dlls/ws2_32/Makefile: dlls/ws2_32/Makefile.in dlls/Makedll.rules"
25390 ac_config_files="$ac_config_files dlls/ws2_32/Makefile"
25392 ALL_MAKEFILES="$ALL_MAKEFILES \\
25393 dlls/ws2_32/tests/Makefile"
25394 test "x$enable_ws2_32_tests" != xno && ALL_TEST_DIRS="$ALL_TEST_DIRS \\
25395 ws2_32/tests"
25396 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25397 dlls/ws2_32/tests/Makefile: dlls/ws2_32/tests/Makefile.in dlls/Maketest.rules"
25398 ac_config_files="$ac_config_files dlls/ws2_32/tests/Makefile"
25400 ALL_MAKEFILES="$ALL_MAKEFILES \\
25401 dlls/wsock32/Makefile"
25402 test "x$enable_wsock32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25403 wsock32"
25404 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25405 dlls/wsock32/Makefile: dlls/wsock32/Makefile.in dlls/Makedll.rules"
25406 ac_config_files="$ac_config_files dlls/wsock32/Makefile"
25408 ALL_MAKEFILES="$ALL_MAKEFILES \\
25409 dlls/wtsapi32/Makefile"
25410 test "x$enable_wtsapi32" != xno && ALL_DLL_DIRS="$ALL_DLL_DIRS \\
25411 wtsapi32"
25412 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25413 dlls/wtsapi32/Makefile: dlls/wtsapi32/Makefile.in dlls/Makedll.rules"
25414 ac_config_files="$ac_config_files dlls/wtsapi32/Makefile"
25416 ALL_MAKEFILES="$ALL_MAKEFILES \\
25417 documentation/Makefile"
25418 test "x$enable_documentation" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25419 documentation"
25420 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25421 documentation/Makefile: documentation/Makefile.in Make.rules"
25422 ac_config_files="$ac_config_files documentation/Makefile"
25424 ALL_MAKEFILES="$ALL_MAKEFILES \\
25425 fonts/Makefile"
25426 test "x$enable_fonts" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25427 fonts"
25428 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25429 fonts/Makefile: fonts/Makefile.in Make.rules"
25430 ac_config_files="$ac_config_files fonts/Makefile"
25432 ALL_MAKEFILES="$ALL_MAKEFILES \\
25433 include/Makefile"
25434 test "x$enable_include" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25435 include"
25436 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25437 include/Makefile: include/Makefile.in Make.rules"
25438 ac_config_files="$ac_config_files include/Makefile"
25440 ALL_MAKEFILES="$ALL_MAKEFILES \\
25441 libs/Makefile"
25442 test "x$enable_libs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25443 libs"
25444 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25445 libs/Makefile: libs/Makefile.in Make.rules"
25446 ac_config_files="$ac_config_files libs/Makefile"
25448 ALL_MAKEFILES="$ALL_MAKEFILES \\
25449 libs/port/Makefile"
25451 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25452 libs/port/Makefile: libs/port/Makefile.in Make.rules"
25453 ac_config_files="$ac_config_files libs/port/Makefile"
25455 ALL_MAKEFILES="$ALL_MAKEFILES \\
25456 libs/wine/Makefile"
25458 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25459 libs/wine/Makefile: libs/wine/Makefile.in Make.rules"
25460 ac_config_files="$ac_config_files libs/wine/Makefile"
25462 ALL_MAKEFILES="$ALL_MAKEFILES \\
25463 libs/wpp/Makefile"
25465 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25466 libs/wpp/Makefile: libs/wpp/Makefile.in Make.rules"
25467 ac_config_files="$ac_config_files libs/wpp/Makefile"
25469 ALL_MAKEFILES="$ALL_MAKEFILES \\
25470 loader/Makefile"
25471 test "x$enable_loader" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25472 loader"
25473 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25474 loader/Makefile: loader/Makefile.in Make.rules"
25475 ac_config_files="$ac_config_files loader/Makefile"
25477 ALL_MAKEFILES="$ALL_MAKEFILES \\
25478 programs/Makefile"
25479 test "x$enable_programs" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25480 programs"
25481 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25482 programs/Makefile: programs/Makefile.in Make.rules"
25483 ac_config_files="$ac_config_files programs/Makefile"
25485 ALL_MAKEFILES="$ALL_MAKEFILES \\
25486 programs/clock/Makefile"
25487 test "x$enable_clock" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25488 clock" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25489 clock"
25490 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25491 programs/clock/Makefile: programs/clock/Makefile.in programs/Makeprog.rules"
25492 ac_config_files="$ac_config_files programs/clock/Makefile"
25494 ALL_MAKEFILES="$ALL_MAKEFILES \\
25495 programs/cmd/Makefile"
25496 test "x$enable_cmd" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25497 cmd" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25498 cmd"
25499 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25500 programs/cmd/Makefile: programs/cmd/Makefile.in programs/Makeprog.rules"
25501 ac_config_files="$ac_config_files programs/cmd/Makefile"
25503 ALL_MAKEFILES="$ALL_MAKEFILES \\
25504 programs/cmdlgtst/Makefile"
25505 test "x$enable_cmdlgtst" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25506 cmdlgtst"
25507 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25508 programs/cmdlgtst/Makefile: programs/cmdlgtst/Makefile.in programs/Makeprog.rules"
25509 ac_config_files="$ac_config_files programs/cmdlgtst/Makefile"
25511 ALL_MAKEFILES="$ALL_MAKEFILES \\
25512 programs/control/Makefile"
25513 test "x$enable_control" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25514 control" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25515 control"
25516 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25517 programs/control/Makefile: programs/control/Makefile.in programs/Makeprog.rules"
25518 ac_config_files="$ac_config_files programs/control/Makefile"
25520 ALL_MAKEFILES="$ALL_MAKEFILES \\
25521 programs/eject/Makefile"
25522 test "x$enable_eject" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25523 eject" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25524 eject"
25525 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25526 programs/eject/Makefile: programs/eject/Makefile.in programs/Makeprog.rules"
25527 ac_config_files="$ac_config_files programs/eject/Makefile"
25529 ALL_MAKEFILES="$ALL_MAKEFILES \\
25530 programs/expand/Makefile"
25531 test "x$enable_expand" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25532 expand" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25533 expand"
25534 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25535 programs/expand/Makefile: programs/expand/Makefile.in programs/Makeprog.rules"
25536 ac_config_files="$ac_config_files programs/expand/Makefile"
25538 ALL_MAKEFILES="$ALL_MAKEFILES \\
25539 programs/explorer/Makefile"
25540 test "x$enable_explorer" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25541 explorer" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25542 explorer"
25543 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25544 programs/explorer/Makefile: programs/explorer/Makefile.in programs/Makeprog.rules"
25545 ac_config_files="$ac_config_files programs/explorer/Makefile"
25547 ALL_MAKEFILES="$ALL_MAKEFILES \\
25548 programs/hh/Makefile"
25549 test "x$enable_hh" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25550 hh" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25552 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25553 programs/hh/Makefile: programs/hh/Makefile.in programs/Makeprog.rules"
25554 ac_config_files="$ac_config_files programs/hh/Makefile"
25556 ALL_MAKEFILES="$ALL_MAKEFILES \\
25557 programs/icinfo/Makefile"
25558 test "x$enable_icinfo" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25559 icinfo" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25560 icinfo"
25561 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25562 programs/icinfo/Makefile: programs/icinfo/Makefile.in programs/Makeprog.rules"
25563 ac_config_files="$ac_config_files programs/icinfo/Makefile"
25565 ALL_MAKEFILES="$ALL_MAKEFILES \\
25566 programs/iexplore/Makefile"
25567 test "x$enable_iexplore" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25568 iexplore" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25569 iexplore"
25570 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25571 programs/iexplore/Makefile: programs/iexplore/Makefile.in programs/Makeprog.rules"
25572 ac_config_files="$ac_config_files programs/iexplore/Makefile"
25574 ALL_MAKEFILES="$ALL_MAKEFILES \\
25575 programs/msiexec/Makefile"
25576 test "x$enable_msiexec" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25577 msiexec" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25578 msiexec" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25579 msiexec"
25580 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25581 programs/msiexec/Makefile: programs/msiexec/Makefile.in programs/Makeprog.rules"
25582 ac_config_files="$ac_config_files programs/msiexec/Makefile"
25584 ALL_MAKEFILES="$ALL_MAKEFILES \\
25585 programs/net/Makefile"
25586 test "x$enable_net" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25587 net" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25588 net"
25589 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25590 programs/net/Makefile: programs/net/Makefile.in programs/Makeprog.rules"
25591 ac_config_files="$ac_config_files programs/net/Makefile"
25593 ALL_MAKEFILES="$ALL_MAKEFILES \\
25594 programs/notepad/Makefile"
25595 test "x$enable_notepad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25596 notepad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25597 notepad" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25598 notepad"
25599 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25600 programs/notepad/Makefile: programs/notepad/Makefile.in programs/Makeprog.rules"
25601 ac_config_files="$ac_config_files programs/notepad/Makefile"
25603 ALL_MAKEFILES="$ALL_MAKEFILES \\
25604 programs/oleview/Makefile"
25605 test "x$enable_oleview" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25606 oleview" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25607 oleview"
25608 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25609 programs/oleview/Makefile: programs/oleview/Makefile.in programs/Makeprog.rules"
25610 ac_config_files="$ac_config_files programs/oleview/Makefile"
25612 ALL_MAKEFILES="$ALL_MAKEFILES \\
25613 programs/progman/Makefile"
25614 test "x$enable_progman" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25615 progman" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25616 progman" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25617 progman"
25618 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25619 programs/progman/Makefile: programs/progman/Makefile.in programs/Makeprog.rules"
25620 ac_config_files="$ac_config_files programs/progman/Makefile"
25622 ALL_MAKEFILES="$ALL_MAKEFILES \\
25623 programs/reg/Makefile"
25624 test "x$enable_reg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25625 reg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25626 reg"
25627 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25628 programs/reg/Makefile: programs/reg/Makefile.in programs/Makeprog.rules"
25629 ac_config_files="$ac_config_files programs/reg/Makefile"
25631 ALL_MAKEFILES="$ALL_MAKEFILES \\
25632 programs/regedit/Makefile"
25633 test "x$enable_regedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25634 regedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25635 regedit" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25636 regedit"
25637 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25638 programs/regedit/Makefile: programs/regedit/Makefile.in programs/Makeprog.rules"
25639 ac_config_files="$ac_config_files programs/regedit/Makefile"
25641 ALL_MAKEFILES="$ALL_MAKEFILES \\
25642 programs/regsvr32/Makefile"
25643 test "x$enable_regsvr32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25644 regsvr32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25645 regsvr32" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25646 regsvr32"
25647 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25648 programs/regsvr32/Makefile: programs/regsvr32/Makefile.in programs/Makeprog.rules"
25649 ac_config_files="$ac_config_files programs/regsvr32/Makefile"
25651 ALL_MAKEFILES="$ALL_MAKEFILES \\
25652 programs/rpcss/Makefile"
25653 test "x$enable_rpcss" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25654 rpcss" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25655 rpcss"
25656 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25657 programs/rpcss/Makefile: programs/rpcss/Makefile.in programs/Makeprog.rules"
25658 ac_config_files="$ac_config_files programs/rpcss/Makefile"
25660 ALL_MAKEFILES="$ALL_MAKEFILES \\
25661 programs/rundll32/Makefile"
25662 test "x$enable_rundll32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25663 rundll32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25664 rundll32"
25665 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25666 programs/rundll32/Makefile: programs/rundll32/Makefile.in programs/Makeprog.rules"
25667 ac_config_files="$ac_config_files programs/rundll32/Makefile"
25669 ALL_MAKEFILES="$ALL_MAKEFILES \\
25670 programs/secedit/Makefile"
25671 test "x$enable_secedit" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25672 secedit" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25673 secedit"
25674 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25675 programs/secedit/Makefile: programs/secedit/Makefile.in programs/Makeprog.rules"
25676 ac_config_files="$ac_config_files programs/secedit/Makefile"
25678 ALL_MAKEFILES="$ALL_MAKEFILES \\
25679 programs/services/Makefile"
25680 test "x$enable_services" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25681 services" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25682 services"
25683 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25684 programs/services/Makefile: programs/services/Makefile.in programs/Makeprog.rules"
25685 ac_config_files="$ac_config_files programs/services/Makefile"
25687 ALL_MAKEFILES="$ALL_MAKEFILES \\
25688 programs/spoolsv/Makefile"
25689 test "x$enable_spoolsv" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25690 spoolsv" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25691 spoolsv"
25692 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25693 programs/spoolsv/Makefile: programs/spoolsv/Makefile.in programs/Makeprog.rules"
25694 ac_config_files="$ac_config_files programs/spoolsv/Makefile"
25696 ALL_MAKEFILES="$ALL_MAKEFILES \\
25697 programs/start/Makefile"
25698 test "x$enable_start" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25699 start" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25700 start"
25701 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25702 programs/start/Makefile: programs/start/Makefile.in programs/Makeprog.rules"
25703 ac_config_files="$ac_config_files programs/start/Makefile"
25705 ALL_MAKEFILES="$ALL_MAKEFILES \\
25706 programs/svchost/Makefile"
25707 test "x$enable_svchost" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25708 svchost" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25709 svchost"
25710 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25711 programs/svchost/Makefile: programs/svchost/Makefile.in programs/Makeprog.rules"
25712 ac_config_files="$ac_config_files programs/svchost/Makefile"
25714 ALL_MAKEFILES="$ALL_MAKEFILES \\
25715 programs/taskmgr/Makefile"
25716 test "x$enable_taskmgr" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25717 taskmgr" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25718 taskmgr"
25719 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25720 programs/taskmgr/Makefile: programs/taskmgr/Makefile.in programs/Makeprog.rules"
25721 ac_config_files="$ac_config_files programs/taskmgr/Makefile"
25723 ALL_MAKEFILES="$ALL_MAKEFILES \\
25724 programs/uninstaller/Makefile"
25725 test "x$enable_uninstaller" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25726 uninstaller" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25727 uninstaller" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25728 uninstaller"
25729 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25730 programs/uninstaller/Makefile: programs/uninstaller/Makefile.in programs/Makeprog.rules"
25731 ac_config_files="$ac_config_files programs/uninstaller/Makefile"
25733 ALL_MAKEFILES="$ALL_MAKEFILES \\
25734 programs/view/Makefile"
25735 test "x$enable_view" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25736 view"
25737 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25738 programs/view/Makefile: programs/view/Makefile.in programs/Makeprog.rules"
25739 ac_config_files="$ac_config_files programs/view/Makefile"
25741 ALL_MAKEFILES="$ALL_MAKEFILES \\
25742 programs/wineboot/Makefile"
25743 test "x$enable_wineboot" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25744 wineboot" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25745 wineboot" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25746 wineboot"
25747 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25748 programs/wineboot/Makefile: programs/wineboot/Makefile.in programs/Makeprog.rules"
25749 ac_config_files="$ac_config_files programs/wineboot/Makefile"
25751 ALL_MAKEFILES="$ALL_MAKEFILES \\
25752 programs/winebrowser/Makefile"
25753 test "x$enable_winebrowser" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25754 winebrowser" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25755 winebrowser" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25756 winebrowser"
25757 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25758 programs/winebrowser/Makefile: programs/winebrowser/Makefile.in programs/Makeprog.rules"
25759 ac_config_files="$ac_config_files programs/winebrowser/Makefile"
25761 ALL_MAKEFILES="$ALL_MAKEFILES \\
25762 programs/winecfg/Makefile"
25763 test "x$enable_winecfg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25764 winecfg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25765 winecfg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25766 winecfg"
25767 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25768 programs/winecfg/Makefile: programs/winecfg/Makefile.in programs/Makeprog.rules"
25769 ac_config_files="$ac_config_files programs/winecfg/Makefile"
25771 ALL_MAKEFILES="$ALL_MAKEFILES \\
25772 programs/wineconsole/Makefile"
25773 test "x$enable_wineconsole" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25774 wineconsole" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25775 wineconsole" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25776 wineconsole"
25777 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25778 programs/wineconsole/Makefile: programs/wineconsole/Makefile.in programs/Makeprog.rules"
25779 ac_config_files="$ac_config_files programs/wineconsole/Makefile"
25781 ALL_MAKEFILES="$ALL_MAKEFILES \\
25782 programs/winedbg/Makefile"
25783 test "x$enable_winedbg" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25784 winedbg" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25785 winedbg" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25786 winedbg"
25787 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25788 programs/winedbg/Makefile: programs/winedbg/Makefile.in programs/Makeprog.rules"
25789 ac_config_files="$ac_config_files programs/winedbg/Makefile"
25791 ALL_MAKEFILES="$ALL_MAKEFILES \\
25792 programs/winedevice/Makefile"
25793 test "x$enable_winedevice" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25794 winedevice" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25795 winedevice"
25796 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25797 programs/winedevice/Makefile: programs/winedevice/Makefile.in programs/Makeprog.rules"
25798 ac_config_files="$ac_config_files programs/winedevice/Makefile"
25800 ALL_MAKEFILES="$ALL_MAKEFILES \\
25801 programs/winefile/Makefile"
25802 test "x$enable_winefile" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25803 winefile" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25804 winefile" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25805 winefile"
25806 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25807 programs/winefile/Makefile: programs/winefile/Makefile.in programs/Makeprog.rules"
25808 ac_config_files="$ac_config_files programs/winefile/Makefile"
25810 ALL_MAKEFILES="$ALL_MAKEFILES \\
25811 programs/winemenubuilder/Makefile"
25812 test "x$enable_winemenubuilder" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25813 winemenubuilder" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25814 winemenubuilder"
25815 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25816 programs/winemenubuilder/Makefile: programs/winemenubuilder/Makefile.in programs/Makeprog.rules"
25817 ac_config_files="$ac_config_files programs/winemenubuilder/Makefile"
25819 ALL_MAKEFILES="$ALL_MAKEFILES \\
25820 programs/winemine/Makefile"
25821 test "x$enable_winemine" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25822 winemine" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25823 winemine" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25824 winemine"
25825 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25826 programs/winemine/Makefile: programs/winemine/Makefile.in programs/Makeprog.rules"
25827 ac_config_files="$ac_config_files programs/winemine/Makefile"
25829 ALL_MAKEFILES="$ALL_MAKEFILES \\
25830 programs/winepath/Makefile"
25831 test "x$enable_winepath" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25832 winepath" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25833 winepath" && ALL_PROGRAM_BIN_INSTALL_DIRS="$ALL_PROGRAM_BIN_INSTALL_DIRS \\
25834 winepath"
25835 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25836 programs/winepath/Makefile: programs/winepath/Makefile.in programs/Makeprog.rules"
25837 ac_config_files="$ac_config_files programs/winepath/Makefile"
25839 ALL_MAKEFILES="$ALL_MAKEFILES \\
25840 programs/winetest/Makefile"
25841 test "x$enable_winetest" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25842 winetest"
25843 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25844 programs/winetest/Makefile: programs/winetest/Makefile.in programs/Makeprog.rules"
25845 ac_config_files="$ac_config_files programs/winetest/Makefile"
25847 ALL_MAKEFILES="$ALL_MAKEFILES \\
25848 programs/winevdm/Makefile"
25849 test "x$enable_winevdm" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25850 winevdm" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25851 winevdm"
25852 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25853 programs/winevdm/Makefile: programs/winevdm/Makefile.in programs/Makeprog.rules"
25854 ac_config_files="$ac_config_files programs/winevdm/Makefile"
25856 ALL_MAKEFILES="$ALL_MAKEFILES \\
25857 programs/winhlp32/Makefile"
25858 test "x$enable_winhlp32" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25859 winhlp32" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25860 winhlp32"
25861 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25862 programs/winhlp32/Makefile: programs/winhlp32/Makefile.in programs/Makeprog.rules"
25863 ac_config_files="$ac_config_files programs/winhlp32/Makefile"
25865 ALL_MAKEFILES="$ALL_MAKEFILES \\
25866 programs/winver/Makefile"
25867 test "x$enable_winver" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25868 winver" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25869 winver"
25870 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25871 programs/winver/Makefile: programs/winver/Makefile.in programs/Makeprog.rules"
25872 ac_config_files="$ac_config_files programs/winver/Makefile"
25874 ALL_MAKEFILES="$ALL_MAKEFILES \\
25875 programs/wordpad/Makefile"
25876 test "x$enable_wordpad" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25877 wordpad" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25878 wordpad"
25879 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25880 programs/wordpad/Makefile: programs/wordpad/Makefile.in programs/Makeprog.rules"
25881 ac_config_files="$ac_config_files programs/wordpad/Makefile"
25883 ALL_MAKEFILES="$ALL_MAKEFILES \\
25884 programs/write/Makefile"
25885 test "x$enable_write" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25886 write" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25887 write"
25888 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25889 programs/write/Makefile: programs/write/Makefile.in programs/Makeprog.rules"
25890 ac_config_files="$ac_config_files programs/write/Makefile"
25892 ALL_MAKEFILES="$ALL_MAKEFILES \\
25893 programs/xcopy/Makefile"
25894 test "x$enable_xcopy" != xno && ALL_PROGRAM_DIRS="$ALL_PROGRAM_DIRS \\
25895 xcopy" && ALL_PROGRAM_INSTALL_DIRS="$ALL_PROGRAM_INSTALL_DIRS \\
25896 xcopy"
25897 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25898 programs/xcopy/Makefile: programs/xcopy/Makefile.in programs/Makeprog.rules"
25899 ac_config_files="$ac_config_files programs/xcopy/Makefile"
25901 ALL_MAKEFILES="$ALL_MAKEFILES \\
25902 server/Makefile"
25903 test "x$enable_server" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25904 server"
25905 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25906 server/Makefile: server/Makefile.in Make.rules"
25907 ac_config_files="$ac_config_files server/Makefile"
25909 ALL_MAKEFILES="$ALL_MAKEFILES \\
25910 tools/Makefile"
25911 test "x$enable_tools" != xno && ALL_TOP_DIRS="$ALL_TOP_DIRS \\
25912 tools"
25913 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25914 tools/Makefile: tools/Makefile.in Make.rules"
25915 ac_config_files="$ac_config_files tools/Makefile"
25917 ALL_MAKEFILES="$ALL_MAKEFILES \\
25918 tools/widl/Makefile"
25920 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25921 tools/widl/Makefile: tools/widl/Makefile.in Make.rules"
25922 ac_config_files="$ac_config_files tools/widl/Makefile"
25924 ALL_MAKEFILES="$ALL_MAKEFILES \\
25925 tools/winebuild/Makefile"
25927 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25928 tools/winebuild/Makefile: tools/winebuild/Makefile.in Make.rules"
25929 ac_config_files="$ac_config_files tools/winebuild/Makefile"
25931 ALL_MAKEFILES="$ALL_MAKEFILES \\
25932 tools/winedump/Makefile"
25934 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25935 tools/winedump/Makefile: tools/winedump/Makefile.in Make.rules"
25936 ac_config_files="$ac_config_files tools/winedump/Makefile"
25938 ALL_MAKEFILES="$ALL_MAKEFILES \\
25939 tools/winegcc/Makefile"
25941 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25942 tools/winegcc/Makefile: tools/winegcc/Makefile.in Make.rules"
25943 ac_config_files="$ac_config_files tools/winegcc/Makefile"
25945 ALL_MAKEFILES="$ALL_MAKEFILES \\
25946 tools/wmc/Makefile"
25948 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25949 tools/wmc/Makefile: tools/wmc/Makefile.in Make.rules"
25950 ac_config_files="$ac_config_files tools/wmc/Makefile"
25952 ALL_MAKEFILES="$ALL_MAKEFILES \\
25953 tools/wrc/Makefile"
25955 ALL_MAKEFILE_DEPENDS="$ALL_MAKEFILE_DEPENDS
25956 tools/wrc/Makefile: tools/wrc/Makefile.in Make.rules"
25957 ac_config_files="$ac_config_files tools/wrc/Makefile"
25960 if test "x$enable_tests" == "xno"
25961 then
25962 ALL_TEST_DIRS=""
25967 ALL_WINETEST_DEPENDS="# Test binaries"
25969 for dir in $ALL_TEST_DIRS
25971 if test "$dir" != "\\"
25972 then
25973 testname=`expr $dir : '\(.*\)/tests'`_test.exe
25974 ALL_WINETEST_DEPENDS="$ALL_WINETEST_DEPENDS
25975 $testname: \$(DLLDIR)/$dir/$testname\$(DLLEXT)
25976 cp \$(DLLDIR)/$dir/$testname\$(DLLEXT) \$@ && \$(STRIP) \$@"
25978 done
25980 cat >confcache <<\_ACEOF
25981 # This file is a shell script that caches the results of configure
25982 # tests run on this system so they can be shared between configure
25983 # scripts and configure runs, see configure's option --config-cache.
25984 # It is not useful on other systems. If it contains results you don't
25985 # want to keep, you may remove or edit it.
25987 # config.status only pays attention to the cache file if you give it
25988 # the --recheck option to rerun configure.
25990 # `ac_cv_env_foo' variables (set or unset) will be overridden when
25991 # loading this file, other *unset* `ac_cv_foo' will be assigned the
25992 # following values.
25994 _ACEOF
25996 # The following way of writing the cache mishandles newlines in values,
25997 # but we know of no workaround that is simple, portable, and efficient.
25998 # So, we kill variables containing newlines.
25999 # Ultrix sh set writes to stderr and can't be redirected directly,
26000 # and sets the high bit in the cache file unless we assign to the vars.
26002 for ac_var in `(set) 2>&1 | sed -n 's/^\([a-zA-Z_][a-zA-Z0-9_]*\)=.*/\1/p'`; do
26003 eval ac_val=\$$ac_var
26004 case $ac_val in #(
26005 *${as_nl}*)
26006 case $ac_var in #(
26007 *_cv_*) { echo "$as_me:$LINENO: WARNING: Cache variable $ac_var contains a newline." >&5
26008 echo "$as_me: WARNING: Cache variable $ac_var contains a newline." >&2;} ;;
26009 esac
26010 case $ac_var in #(
26011 _ | IFS | as_nl) ;; #(
26012 *) $as_unset $ac_var ;;
26013 esac ;;
26014 esac
26015 done
26017 (set) 2>&1 |
26018 case $as_nl`(ac_space=' '; set) 2>&1` in #(
26019 *${as_nl}ac_space=\ *)
26020 # `set' does not quote correctly, so add quotes (double-quote
26021 # substitution turns \\\\ into \\, and sed turns \\ into \).
26022 sed -n \
26023 "s/'/'\\\\''/g;
26024 s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"
26025 ;; #(
26027 # `set' quotes correctly as required by POSIX, so do not add quotes.
26028 sed -n "/^[_$as_cr_alnum]*_cv_[_$as_cr_alnum]*=/p"
26030 esac |
26031 sort
26033 sed '
26034 /^ac_cv_env_/b end
26035 t clear
26036 :clear
26037 s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/
26038 t end
26039 s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/
26040 :end' >>confcache
26041 if diff "$cache_file" confcache >/dev/null 2>&1; then :; else
26042 if test -w "$cache_file"; then
26043 test "x$cache_file" != "x/dev/null" &&
26044 { echo "$as_me:$LINENO: updating cache $cache_file" >&5
26045 echo "$as_me: updating cache $cache_file" >&6;}
26046 cat confcache >$cache_file
26047 else
26048 { echo "$as_me:$LINENO: not updating unwritable cache $cache_file" >&5
26049 echo "$as_me: not updating unwritable cache $cache_file" >&6;}
26052 rm -f confcache
26054 test "x$prefix" = xNONE && prefix=$ac_default_prefix
26055 # Let make expand exec_prefix.
26056 test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'
26058 DEFS=-DHAVE_CONFIG_H
26060 ac_libobjs=
26061 ac_ltlibobjs=
26062 for ac_i in : $LIBOBJS; do test "x$ac_i" = x: && continue
26063 # 1. Remove the extension, and $U if already installed.
26064 ac_script='s/\$U\././;s/\.o$//;s/\.obj$//'
26065 ac_i=`echo "$ac_i" | sed "$ac_script"`
26066 # 2. Prepend LIBOBJDIR. When used with automake>=1.10 LIBOBJDIR
26067 # will be set to the directory where LIBOBJS objects are built.
26068 ac_libobjs="$ac_libobjs \${LIBOBJDIR}$ac_i\$U.$ac_objext"
26069 ac_ltlibobjs="$ac_ltlibobjs \${LIBOBJDIR}$ac_i"'$U.lo'
26070 done
26071 LIBOBJS=$ac_libobjs
26073 LTLIBOBJS=$ac_ltlibobjs
26077 : ${CONFIG_STATUS=./config.status}
26078 ac_clean_files_save=$ac_clean_files
26079 ac_clean_files="$ac_clean_files $CONFIG_STATUS"
26080 { echo "$as_me:$LINENO: creating $CONFIG_STATUS" >&5
26081 echo "$as_me: creating $CONFIG_STATUS" >&6;}
26082 cat >$CONFIG_STATUS <<_ACEOF
26083 #! $SHELL
26084 # Generated by $as_me.
26085 # Run this file to recreate the current configuration.
26086 # Compiler output produced by configure, useful for debugging
26087 # configure, is in config.log if it exists.
26089 debug=false
26090 ac_cs_recheck=false
26091 ac_cs_silent=false
26092 SHELL=\${CONFIG_SHELL-$SHELL}
26093 _ACEOF
26095 cat >>$CONFIG_STATUS <<\_ACEOF
26096 ## --------------------- ##
26097 ## M4sh Initialization. ##
26098 ## --------------------- ##
26100 # Be more Bourne compatible
26101 DUALCASE=1; export DUALCASE # for MKS sh
26102 if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
26103 emulate sh
26104 NULLCMD=:
26105 # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
26106 # is contrary to our usage. Disable this feature.
26107 alias -g '${1+"$@"}'='"$@"'
26108 setopt NO_GLOB_SUBST
26109 else
26110 case `(set -o) 2>/dev/null` in
26111 *posix*) set -o posix ;;
26112 esac
26119 # PATH needs CR
26120 # Avoid depending upon Character Ranges.
26121 as_cr_letters='abcdefghijklmnopqrstuvwxyz'
26122 as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
26123 as_cr_Letters=$as_cr_letters$as_cr_LETTERS
26124 as_cr_digits='0123456789'
26125 as_cr_alnum=$as_cr_Letters$as_cr_digits
26127 # The user is always right.
26128 if test "${PATH_SEPARATOR+set}" != set; then
26129 echo "#! /bin/sh" >conf$$.sh
26130 echo "exit 0" >>conf$$.sh
26131 chmod +x conf$$.sh
26132 if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
26133 PATH_SEPARATOR=';'
26134 else
26135 PATH_SEPARATOR=:
26137 rm -f conf$$.sh
26140 # Support unset when possible.
26141 if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
26142 as_unset=unset
26143 else
26144 as_unset=false
26148 # IFS
26149 # We need space, tab and new line, in precisely that order. Quoting is
26150 # there to prevent editors from complaining about space-tab.
26151 # (If _AS_PATH_WALK were called with IFS unset, it would disable word
26152 # splitting by setting IFS to empty value.)
26153 as_nl='
26155 IFS=" "" $as_nl"
26157 # Find who we are. Look in the path if we contain no directory separator.
26158 case $0 in
26159 *[\\/]* ) as_myself=$0 ;;
26160 *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
26161 for as_dir in $PATH
26163 IFS=$as_save_IFS
26164 test -z "$as_dir" && as_dir=.
26165 test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
26166 done
26167 IFS=$as_save_IFS
26170 esac
26171 # We did not find ourselves, most probably we were run as `sh COMMAND'
26172 # in which case we are not to be found in the path.
26173 if test "x$as_myself" = x; then
26174 as_myself=$0
26176 if test ! -f "$as_myself"; then
26177 echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
26178 { (exit 1); exit 1; }
26181 # Work around bugs in pre-3.0 UWIN ksh.
26182 for as_var in ENV MAIL MAILPATH
26183 do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26184 done
26185 PS1='$ '
26186 PS2='> '
26187 PS4='+ '
26189 # NLS nuisances.
26190 for as_var in \
26191 LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
26192 LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
26193 LC_TELEPHONE LC_TIME
26195 if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
26196 eval $as_var=C; export $as_var
26197 else
26198 ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
26200 done
26202 # Required to use basename.
26203 if expr a : '\(a\)' >/dev/null 2>&1 &&
26204 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26205 as_expr=expr
26206 else
26207 as_expr=false
26210 if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
26211 as_basename=basename
26212 else
26213 as_basename=false
26217 # Name of the executable.
26218 as_me=`$as_basename -- "$0" ||
26219 $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
26220 X"$0" : 'X\(//\)$' \| \
26221 X"$0" : 'X\(/\)' \| . 2>/dev/null ||
26222 echo X/"$0" |
26223 sed '/^.*\/\([^/][^/]*\)\/*$/{
26224 s//\1/
26227 /^X\/\(\/\/\)$/{
26228 s//\1/
26231 /^X\/\(\/\).*/{
26232 s//\1/
26235 s/.*/./; q'`
26237 # CDPATH.
26238 $as_unset CDPATH
26242 as_lineno_1=$LINENO
26243 as_lineno_2=$LINENO
26244 test "x$as_lineno_1" != "x$as_lineno_2" &&
26245 test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
26247 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
26248 # uniformly replaced by the line number. The first 'sed' inserts a
26249 # line-number line after each line using $LINENO; the second 'sed'
26250 # does the real work. The second script uses 'N' to pair each
26251 # line-number line with the line containing $LINENO, and appends
26252 # trailing '-' during substitution so that $LINENO is not a special
26253 # case at line end.
26254 # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
26255 # scripts with optimization help from Paolo Bonzini. Blame Lee
26256 # E. McMahon (1931-1989) for sed's syntax. :-)
26257 sed -n '
26259 /[$]LINENO/=
26260 ' <$as_myself |
26261 sed '
26262 s/[$]LINENO.*/&-/
26263 t lineno
26265 :lineno
26267 :loop
26268 s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
26269 t loop
26270 s/-\n.*//
26271 ' >$as_me.lineno &&
26272 chmod +x "$as_me.lineno" ||
26273 { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
26274 { (exit 1); exit 1; }; }
26276 # Don't try to exec as it changes $[0], causing all sort of problems
26277 # (the dirname of $[0] is not the place where we might find the
26278 # original and so on. Autoconf is especially sensitive to this).
26279 . "./$as_me.lineno"
26280 # Exit status is that of the last command.
26281 exit
26285 if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
26286 as_dirname=dirname
26287 else
26288 as_dirname=false
26291 ECHO_C= ECHO_N= ECHO_T=
26292 case `echo -n x` in
26293 -n*)
26294 case `echo 'x\c'` in
26295 *c*) ECHO_T=' ';; # ECHO_T is single tab character.
26296 *) ECHO_C='\c';;
26297 esac;;
26299 ECHO_N='-n';;
26300 esac
26302 if expr a : '\(a\)' >/dev/null 2>&1 &&
26303 test "X`expr 00001 : '.*\(...\)'`" = X001; then
26304 as_expr=expr
26305 else
26306 as_expr=false
26309 rm -f conf$$ conf$$.exe conf$$.file
26310 if test -d conf$$.dir; then
26311 rm -f conf$$.dir/conf$$.file
26312 else
26313 rm -f conf$$.dir
26314 mkdir conf$$.dir
26316 echo >conf$$.file
26317 if ln -s conf$$.file conf$$ 2>/dev/null; then
26318 as_ln_s='ln -s'
26319 # ... but there are two gotchas:
26320 # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
26321 # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
26322 # In both cases, we have to default to `cp -p'.
26323 ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
26324 as_ln_s='cp -p'
26325 elif ln conf$$.file conf$$ 2>/dev/null; then
26326 as_ln_s=ln
26327 else
26328 as_ln_s='cp -p'
26330 rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
26331 rmdir conf$$.dir 2>/dev/null
26333 if mkdir -p . 2>/dev/null; then
26334 as_mkdir_p=:
26335 else
26336 test -d ./-p && rmdir ./-p
26337 as_mkdir_p=false
26340 if test -x / >/dev/null 2>&1; then
26341 as_test_x='test -x'
26342 else
26343 if ls -dL / >/dev/null 2>&1; then
26344 as_ls_L_option=L
26345 else
26346 as_ls_L_option=
26348 as_test_x='
26349 eval sh -c '\''
26350 if test -d "$1"; then
26351 test -d "$1/.";
26352 else
26353 case $1 in
26354 -*)set "./$1";;
26355 esac;
26356 case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
26357 ???[sx]*):;;*)false;;esac;fi
26358 '\'' sh
26361 as_executable_p=$as_test_x
26363 # Sed expression to map a string onto a valid CPP name.
26364 as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
26366 # Sed expression to map a string onto a valid variable name.
26367 as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
26370 exec 6>&1
26372 # Save the log message, to keep $[0] and so on meaningful, and to
26373 # report actual input values of CONFIG_FILES etc. instead of their
26374 # values after options handling.
26375 ac_log="
26376 This file was extended by Wine $as_me 1.1.5, which was
26377 generated by GNU Autoconf 2.61. Invocation command line was
26379 CONFIG_FILES = $CONFIG_FILES
26380 CONFIG_HEADERS = $CONFIG_HEADERS
26381 CONFIG_LINKS = $CONFIG_LINKS
26382 CONFIG_COMMANDS = $CONFIG_COMMANDS
26383 $ $0 $@
26385 on `(hostname || uname -n) 2>/dev/null | sed 1q`
26388 _ACEOF
26390 cat >>$CONFIG_STATUS <<_ACEOF
26391 # Files that config.status was made for.
26392 config_files="$ac_config_files"
26393 config_headers="$ac_config_headers"
26394 config_commands="$ac_config_commands"
26396 _ACEOF
26398 cat >>$CONFIG_STATUS <<\_ACEOF
26399 ac_cs_usage="\
26400 \`$as_me' instantiates files from templates according to the
26401 current configuration.
26403 Usage: $0 [OPTIONS] [FILE]...
26405 -h, --help print this help, then exit
26406 -V, --version print version number and configuration settings, then exit
26407 -q, --quiet do not print progress messages
26408 -d, --debug don't remove temporary files
26409 --recheck update $as_me by reconfiguring in the same conditions
26410 --file=FILE[:TEMPLATE]
26411 instantiate the configuration file FILE
26412 --header=FILE[:TEMPLATE]
26413 instantiate the configuration header FILE
26415 Configuration files:
26416 $config_files
26418 Configuration headers:
26419 $config_headers
26421 Configuration commands:
26422 $config_commands
26424 Report bugs to <bug-autoconf@gnu.org>."
26426 _ACEOF
26427 cat >>$CONFIG_STATUS <<_ACEOF
26428 ac_cs_version="\\
26429 Wine config.status 1.1.5
26430 configured by $0, generated by GNU Autoconf 2.61,
26431 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
26433 Copyright (C) 2006 Free Software Foundation, Inc.
26434 This config.status script is free software; the Free Software Foundation
26435 gives unlimited permission to copy, distribute and modify it."
26437 ac_pwd='$ac_pwd'
26438 srcdir='$srcdir'
26439 INSTALL='$INSTALL'
26440 _ACEOF
26442 cat >>$CONFIG_STATUS <<\_ACEOF
26443 # If no file are specified by the user, then we need to provide default
26444 # value. By we need to know if files were specified by the user.
26445 ac_need_defaults=:
26446 while test $# != 0
26448 case $1 in
26449 --*=*)
26450 ac_option=`expr "X$1" : 'X\([^=]*\)='`
26451 ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
26452 ac_shift=:
26455 ac_option=$1
26456 ac_optarg=$2
26457 ac_shift=shift
26459 esac
26461 case $ac_option in
26462 # Handling of the options.
26463 -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
26464 ac_cs_recheck=: ;;
26465 --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
26466 echo "$ac_cs_version"; exit ;;
26467 --debug | --debu | --deb | --de | --d | -d )
26468 debug=: ;;
26469 --file | --fil | --fi | --f )
26470 $ac_shift
26471 CONFIG_FILES="$CONFIG_FILES $ac_optarg"
26472 ac_need_defaults=false;;
26473 --header | --heade | --head | --hea )
26474 $ac_shift
26475 CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
26476 ac_need_defaults=false;;
26477 --he | --h)
26478 # Conflict between --help and --header
26479 { echo "$as_me: error: ambiguous option: $1
26480 Try \`$0 --help' for more information." >&2
26481 { (exit 1); exit 1; }; };;
26482 --help | --hel | -h )
26483 echo "$ac_cs_usage"; exit ;;
26484 -q | -quiet | --quiet | --quie | --qui | --qu | --q \
26485 | -silent | --silent | --silen | --sile | --sil | --si | --s)
26486 ac_cs_silent=: ;;
26488 # This is an error.
26489 -*) { echo "$as_me: error: unrecognized option: $1
26490 Try \`$0 --help' for more information." >&2
26491 { (exit 1); exit 1; }; } ;;
26493 *) ac_config_targets="$ac_config_targets $1"
26494 ac_need_defaults=false ;;
26496 esac
26497 shift
26498 done
26500 ac_configure_extra_args=
26502 if $ac_cs_silent; then
26503 exec 6>/dev/null
26504 ac_configure_extra_args="$ac_configure_extra_args --silent"
26507 _ACEOF
26508 cat >>$CONFIG_STATUS <<_ACEOF
26509 if \$ac_cs_recheck; then
26510 echo "running CONFIG_SHELL=$SHELL $SHELL $0 "$ac_configure_args \$ac_configure_extra_args " --no-create --no-recursion" >&6
26511 CONFIG_SHELL=$SHELL
26512 export CONFIG_SHELL
26513 exec $SHELL "$0"$ac_configure_args \$ac_configure_extra_args --no-create --no-recursion
26516 _ACEOF
26517 cat >>$CONFIG_STATUS <<\_ACEOF
26518 exec 5>>config.log
26520 echo
26521 sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
26522 ## Running $as_me. ##
26523 _ASBOX
26524 echo "$ac_log"
26525 } >&5
26527 _ACEOF
26528 cat >>$CONFIG_STATUS <<_ACEOF
26529 _ACEOF
26531 cat >>$CONFIG_STATUS <<\_ACEOF
26533 # Handling of arguments.
26534 for ac_config_target in $ac_config_targets
26536 case $ac_config_target in
26537 "include/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/config.h" ;;
26538 "include/stamp-h") CONFIG_COMMANDS="$CONFIG_COMMANDS include/stamp-h" ;;
26539 "dlls/gdi32/enhmfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/enhmfdrv" ;;
26540 "dlls/gdi32/mfdrv") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/gdi32/mfdrv" ;;
26541 "dlls/kernel32/nls") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/kernel32/nls" ;;
26542 "dlls/user32/resources") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/user32/resources" ;;
26543 "dlls/wineps.drv/data") CONFIG_COMMANDS="$CONFIG_COMMANDS dlls/wineps.drv/data" ;;
26544 "include/wine") CONFIG_COMMANDS="$CONFIG_COMMANDS include/wine" ;;
26545 "Make.rules") CONFIG_FILES="$CONFIG_FILES Make.rules" ;;
26546 "dlls/Makedll.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makedll.rules" ;;
26547 "dlls/Makeimplib.rules") CONFIG_FILES="$CONFIG_FILES dlls/Makeimplib.rules" ;;
26548 "dlls/Maketest.rules") CONFIG_FILES="$CONFIG_FILES dlls/Maketest.rules" ;;
26549 "programs/Makeprog.rules") CONFIG_FILES="$CONFIG_FILES programs/Makeprog.rules" ;;
26550 "Makefile") CONFIG_FILES="$CONFIG_FILES Makefile" ;;
26551 "dlls/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/Makefile" ;;
26552 "dlls/acledit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/acledit/Makefile" ;;
26553 "dlls/activeds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/activeds/Makefile" ;;
26554 "dlls/actxprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/actxprxy/Makefile" ;;
26555 "dlls/adsiid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/adsiid/Makefile" ;;
26556 "dlls/advapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/Makefile" ;;
26557 "dlls/advapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advapi32/tests/Makefile" ;;
26558 "dlls/advpack/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/Makefile" ;;
26559 "dlls/advpack/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/advpack/tests/Makefile" ;;
26560 "dlls/amstream/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/amstream/Makefile" ;;
26561 "dlls/appwiz.cpl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/appwiz.cpl/Makefile" ;;
26562 "dlls/atl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/atl/Makefile" ;;
26563 "dlls/avicap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avicap32/Makefile" ;;
26564 "dlls/avifil32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/avifil32/Makefile" ;;
26565 "dlls/browseui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/Makefile" ;;
26566 "dlls/browseui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/browseui/tests/Makefile" ;;
26567 "dlls/cabinet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/Makefile" ;;
26568 "dlls/cabinet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cabinet/tests/Makefile" ;;
26569 "dlls/capi2032/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/capi2032/Makefile" ;;
26570 "dlls/cards/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cards/Makefile" ;;
26571 "dlls/cfgmgr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cfgmgr32/Makefile" ;;
26572 "dlls/clusapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/clusapi/Makefile" ;;
26573 "dlls/comcat/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/Makefile" ;;
26574 "dlls/comcat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comcat/tests/Makefile" ;;
26575 "dlls/comctl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/Makefile" ;;
26576 "dlls/comctl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comctl32/tests/Makefile" ;;
26577 "dlls/comdlg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/Makefile" ;;
26578 "dlls/comdlg32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/comdlg32/tests/Makefile" ;;
26579 "dlls/compstui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/compstui/Makefile" ;;
26580 "dlls/credui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/Makefile" ;;
26581 "dlls/credui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/credui/tests/Makefile" ;;
26582 "dlls/crtdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crtdll/Makefile" ;;
26583 "dlls/crypt32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/Makefile" ;;
26584 "dlls/crypt32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/crypt32/tests/Makefile" ;;
26585 "dlls/cryptdlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdlg/Makefile" ;;
26586 "dlls/cryptdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptdll/Makefile" ;;
26587 "dlls/cryptnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/Makefile" ;;
26588 "dlls/cryptnet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptnet/tests/Makefile" ;;
26589 "dlls/cryptui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/cryptui/Makefile" ;;
26590 "dlls/ctapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctapi32/Makefile" ;;
26591 "dlls/ctl3d32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ctl3d32/Makefile" ;;
26592 "dlls/d3d10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d10/Makefile" ;;
26593 "dlls/d3d8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/Makefile" ;;
26594 "dlls/d3d8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d8/tests/Makefile" ;;
26595 "dlls/d3d9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/Makefile" ;;
26596 "dlls/d3d9/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3d9/tests/Makefile" ;;
26597 "dlls/d3dim/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dim/Makefile" ;;
26598 "dlls/d3drm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/Makefile" ;;
26599 "dlls/d3drm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3drm/tests/Makefile" ;;
26600 "dlls/d3dx8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/Makefile" ;;
26601 "dlls/d3dx8/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx8/tests/Makefile" ;;
26602 "dlls/d3dx9_24/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_24/Makefile" ;;
26603 "dlls/d3dx9_25/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_25/Makefile" ;;
26604 "dlls/d3dx9_26/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_26/Makefile" ;;
26605 "dlls/d3dx9_27/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_27/Makefile" ;;
26606 "dlls/d3dx9_28/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_28/Makefile" ;;
26607 "dlls/d3dx9_29/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_29/Makefile" ;;
26608 "dlls/d3dx9_30/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_30/Makefile" ;;
26609 "dlls/d3dx9_31/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_31/Makefile" ;;
26610 "dlls/d3dx9_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_32/Makefile" ;;
26611 "dlls/d3dx9_33/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_33/Makefile" ;;
26612 "dlls/d3dx9_34/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_34/Makefile" ;;
26613 "dlls/d3dx9_35/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_35/Makefile" ;;
26614 "dlls/d3dx9_36/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/Makefile" ;;
26615 "dlls/d3dx9_36/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_36/tests/Makefile" ;;
26616 "dlls/d3dx9_37/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dx9_37/Makefile" ;;
26617 "dlls/d3dxof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/Makefile" ;;
26618 "dlls/d3dxof/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/d3dxof/tests/Makefile" ;;
26619 "dlls/dbghelp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dbghelp/Makefile" ;;
26620 "dlls/dciman32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dciman32/Makefile" ;;
26621 "dlls/ddraw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/Makefile" ;;
26622 "dlls/ddraw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddraw/tests/Makefile" ;;
26623 "dlls/ddrawex/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ddrawex/Makefile" ;;
26624 "dlls/devenum/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/devenum/Makefile" ;;
26625 "dlls/dinput/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/Makefile" ;;
26626 "dlls/dinput/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput/tests/Makefile" ;;
26627 "dlls/dinput8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dinput8/Makefile" ;;
26628 "dlls/dmband/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmband/Makefile" ;;
26629 "dlls/dmcompos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmcompos/Makefile" ;;
26630 "dlls/dmime/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmime/Makefile" ;;
26631 "dlls/dmloader/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmloader/Makefile" ;;
26632 "dlls/dmscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmscript/Makefile" ;;
26633 "dlls/dmstyle/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmstyle/Makefile" ;;
26634 "dlls/dmsynth/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmsynth/Makefile" ;;
26635 "dlls/dmusic/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic/Makefile" ;;
26636 "dlls/dmusic32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dmusic32/Makefile" ;;
26637 "dlls/dnsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/Makefile" ;;
26638 "dlls/dnsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dnsapi/tests/Makefile" ;;
26639 "dlls/dplay/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplay/Makefile" ;;
26640 "dlls/dplayx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/Makefile" ;;
26641 "dlls/dplayx/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dplayx/tests/Makefile" ;;
26642 "dlls/dpnaddr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnaddr/Makefile" ;;
26643 "dlls/dpnet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnet/Makefile" ;;
26644 "dlls/dpnhpast/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnhpast/Makefile" ;;
26645 "dlls/dpnlobby/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpnlobby/Makefile" ;;
26646 "dlls/dpwsockx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dpwsockx/Makefile" ;;
26647 "dlls/dsound/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/Makefile" ;;
26648 "dlls/dsound/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dsound/tests/Makefile" ;;
26649 "dlls/dssenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dssenh/Makefile" ;;
26650 "dlls/dswave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dswave/Makefile" ;;
26651 "dlls/dwmapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dwmapi/Makefile" ;;
26652 "dlls/dxdiagn/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxdiagn/Makefile" ;;
26653 "dlls/dxerr8/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr8/Makefile" ;;
26654 "dlls/dxerr9/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxerr9/Makefile" ;;
26655 "dlls/dxguid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/dxguid/Makefile" ;;
26656 "dlls/faultrep/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/faultrep/Makefile" ;;
26657 "dlls/fusion/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/Makefile" ;;
26658 "dlls/fusion/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/fusion/tests/Makefile" ;;
26659 "dlls/gdi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/Makefile" ;;
26660 "dlls/gdi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdi32/tests/Makefile" ;;
26661 "dlls/gdiplus/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/Makefile" ;;
26662 "dlls/gdiplus/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gdiplus/tests/Makefile" ;;
26663 "dlls/glu32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/glu32/Makefile" ;;
26664 "dlls/gphoto2.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gphoto2.ds/Makefile" ;;
26665 "dlls/gpkcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/gpkcsp/Makefile" ;;
26666 "dlls/hal/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hal/Makefile" ;;
26667 "dlls/hhctrl.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hhctrl.ocx/Makefile" ;;
26668 "dlls/hid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hid/Makefile" ;;
26669 "dlls/hlink/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/Makefile" ;;
26670 "dlls/hlink/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hlink/tests/Makefile" ;;
26671 "dlls/hnetcfg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/hnetcfg/Makefile" ;;
26672 "dlls/iccvid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iccvid/Makefile" ;;
26673 "dlls/icmp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/icmp/Makefile" ;;
26674 "dlls/ifsmgr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ifsmgr.vxd/Makefile" ;;
26675 "dlls/imaadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imaadp32.acm/Makefile" ;;
26676 "dlls/imagehlp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imagehlp/Makefile" ;;
26677 "dlls/imm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/Makefile" ;;
26678 "dlls/imm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/imm32/tests/Makefile" ;;
26679 "dlls/inetcomm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/Makefile" ;;
26680 "dlls/inetcomm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetcomm/tests/Makefile" ;;
26681 "dlls/inetmib1/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/Makefile" ;;
26682 "dlls/inetmib1/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inetmib1/tests/Makefile" ;;
26683 "dlls/infosoft/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/Makefile" ;;
26684 "dlls/infosoft/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/infosoft/tests/Makefile" ;;
26685 "dlls/initpki/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/initpki/Makefile" ;;
26686 "dlls/inkobj/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inkobj/Makefile" ;;
26687 "dlls/inseng/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/inseng/Makefile" ;;
26688 "dlls/iphlpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/Makefile" ;;
26689 "dlls/iphlpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/iphlpapi/tests/Makefile" ;;
26690 "dlls/itircl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itircl/Makefile" ;;
26691 "dlls/itss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/Makefile" ;;
26692 "dlls/itss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/itss/tests/Makefile" ;;
26693 "dlls/jscript/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/Makefile" ;;
26694 "dlls/jscript/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/jscript/tests/Makefile" ;;
26695 "dlls/kernel32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/Makefile" ;;
26696 "dlls/kernel32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/kernel32/tests/Makefile" ;;
26697 "dlls/localspl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/Makefile" ;;
26698 "dlls/localspl/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localspl/tests/Makefile" ;;
26699 "dlls/localui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/Makefile" ;;
26700 "dlls/localui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/localui/tests/Makefile" ;;
26701 "dlls/lz32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/Makefile" ;;
26702 "dlls/lz32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/lz32/tests/Makefile" ;;
26703 "dlls/mapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/Makefile" ;;
26704 "dlls/mapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mapi32/tests/Makefile" ;;
26705 "dlls/mciavi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciavi32/Makefile" ;;
26706 "dlls/mcicda/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mcicda/Makefile" ;;
26707 "dlls/mciseq/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciseq/Makefile" ;;
26708 "dlls/mciwave/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mciwave/Makefile" ;;
26709 "dlls/midimap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/midimap/Makefile" ;;
26710 "dlls/mlang/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/Makefile" ;;
26711 "dlls/mlang/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mlang/tests/Makefile" ;;
26712 "dlls/mmdevldr.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mmdevldr.vxd/Makefile" ;;
26713 "dlls/monodebg.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/monodebg.vxd/Makefile" ;;
26714 "dlls/mountmgr.sys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mountmgr.sys/Makefile" ;;
26715 "dlls/mpr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mpr/Makefile" ;;
26716 "dlls/mprapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mprapi/Makefile" ;;
26717 "dlls/msacm32.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32.drv/Makefile" ;;
26718 "dlls/msacm32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/Makefile" ;;
26719 "dlls/msacm32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msacm32/tests/Makefile" ;;
26720 "dlls/msadp32.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msadp32.acm/Makefile" ;;
26721 "dlls/mscat32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscat32/Makefile" ;;
26722 "dlls/mscms/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/Makefile" ;;
26723 "dlls/mscms/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscms/tests/Makefile" ;;
26724 "dlls/mscoree/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mscoree/Makefile" ;;
26725 "dlls/msdmo/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msdmo/Makefile" ;;
26726 "dlls/msftedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msftedit/Makefile" ;;
26727 "dlls/msg711.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msg711.acm/Makefile" ;;
26728 "dlls/mshtml.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml.tlb/Makefile" ;;
26729 "dlls/mshtml/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/Makefile" ;;
26730 "dlls/mshtml/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mshtml/tests/Makefile" ;;
26731 "dlls/msi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/Makefile" ;;
26732 "dlls/msi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msi/tests/Makefile" ;;
26733 "dlls/msimg32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimg32/Makefile" ;;
26734 "dlls/msimtf/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msimtf/Makefile" ;;
26735 "dlls/msisip/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisip/Makefile" ;;
26736 "dlls/msisys.ocx/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msisys.ocx/Makefile" ;;
26737 "dlls/msnet32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msnet32/Makefile" ;;
26738 "dlls/msrle32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msrle32/Makefile" ;;
26739 "dlls/mssip32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mssip32/Makefile" ;;
26740 "dlls/mstask/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/Makefile" ;;
26741 "dlls/mstask/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mstask/tests/Makefile" ;;
26742 "dlls/msvcirt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcirt/Makefile" ;;
26743 "dlls/msvcr71/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcr71/Makefile" ;;
26744 "dlls/msvcrt/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/Makefile" ;;
26745 "dlls/msvcrt/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt/tests/Makefile" ;;
26746 "dlls/msvcrt20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt20/Makefile" ;;
26747 "dlls/msvcrt40/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrt40/Makefile" ;;
26748 "dlls/msvcrtd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/Makefile" ;;
26749 "dlls/msvcrtd/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvcrtd/tests/Makefile" ;;
26750 "dlls/msvfw32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvfw32/Makefile" ;;
26751 "dlls/msvidc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msvidc32/Makefile" ;;
26752 "dlls/mswsock/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/mswsock/Makefile" ;;
26753 "dlls/msxml3/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/Makefile" ;;
26754 "dlls/msxml3/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/msxml3/tests/Makefile" ;;
26755 "dlls/nddeapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/nddeapi/Makefile" ;;
26756 "dlls/netapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/Makefile" ;;
26757 "dlls/netapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/netapi32/tests/Makefile" ;;
26758 "dlls/newdev/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/newdev/Makefile" ;;
26759 "dlls/ntdll/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/Makefile" ;;
26760 "dlls/ntdll/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdll/tests/Makefile" ;;
26761 "dlls/ntdsapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/Makefile" ;;
26762 "dlls/ntdsapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntdsapi/tests/Makefile" ;;
26763 "dlls/ntoskrnl.exe/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntoskrnl.exe/Makefile" ;;
26764 "dlls/ntprint/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/Makefile" ;;
26765 "dlls/ntprint/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ntprint/tests/Makefile" ;;
26766 "dlls/objsel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/objsel/Makefile" ;;
26767 "dlls/odbc32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbc32/Makefile" ;;
26768 "dlls/odbccp32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/Makefile" ;;
26769 "dlls/odbccp32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/odbccp32/tests/Makefile" ;;
26770 "dlls/ole32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/Makefile" ;;
26771 "dlls/ole32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ole32/tests/Makefile" ;;
26772 "dlls/oleacc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleacc/Makefile" ;;
26773 "dlls/oleaut32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/Makefile" ;;
26774 "dlls/oleaut32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oleaut32/tests/Makefile" ;;
26775 "dlls/olecli32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olecli32/Makefile" ;;
26776 "dlls/oledlg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/oledlg/Makefile" ;;
26777 "dlls/olepro32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olepro32/Makefile" ;;
26778 "dlls/olesvr32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olesvr32/Makefile" ;;
26779 "dlls/olethk32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/olethk32/Makefile" ;;
26780 "dlls/opengl32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/Makefile" ;;
26781 "dlls/opengl32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/opengl32/tests/Makefile" ;;
26782 "dlls/pdh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/Makefile" ;;
26783 "dlls/pdh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pdh/tests/Makefile" ;;
26784 "dlls/powrprof/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/powrprof/Makefile" ;;
26785 "dlls/printui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/printui/Makefile" ;;
26786 "dlls/propsys/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/propsys/Makefile" ;;
26787 "dlls/psapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/Makefile" ;;
26788 "dlls/psapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/psapi/tests/Makefile" ;;
26789 "dlls/pstorec/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/pstorec/Makefile" ;;
26790 "dlls/qcap/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qcap/Makefile" ;;
26791 "dlls/qedit/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/Makefile" ;;
26792 "dlls/qedit/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qedit/tests/Makefile" ;;
26793 "dlls/qmgr/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/Makefile" ;;
26794 "dlls/qmgr/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgr/tests/Makefile" ;;
26795 "dlls/qmgrprxy/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/qmgrprxy/Makefile" ;;
26796 "dlls/quartz/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/Makefile" ;;
26797 "dlls/quartz/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/quartz/tests/Makefile" ;;
26798 "dlls/query/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/query/Makefile" ;;
26799 "dlls/rasapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/Makefile" ;;
26800 "dlls/rasapi32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rasapi32/tests/Makefile" ;;
26801 "dlls/resutils/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/resutils/Makefile" ;;
26802 "dlls/riched20/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/Makefile" ;;
26803 "dlls/riched20/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched20/tests/Makefile" ;;
26804 "dlls/riched32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/Makefile" ;;
26805 "dlls/riched32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/riched32/tests/Makefile" ;;
26806 "dlls/rpcrt4/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/Makefile" ;;
26807 "dlls/rpcrt4/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rpcrt4/tests/Makefile" ;;
26808 "dlls/rsabase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsabase/Makefile" ;;
26809 "dlls/rsaenh/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/Makefile" ;;
26810 "dlls/rsaenh/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/rsaenh/tests/Makefile" ;;
26811 "dlls/sane.ds/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sane.ds/Makefile" ;;
26812 "dlls/sccbase/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sccbase/Makefile" ;;
26813 "dlls/schannel/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/Makefile" ;;
26814 "dlls/schannel/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/schannel/tests/Makefile" ;;
26815 "dlls/secur32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/Makefile" ;;
26816 "dlls/secur32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/secur32/tests/Makefile" ;;
26817 "dlls/security/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/security/Makefile" ;;
26818 "dlls/sensapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sensapi/Makefile" ;;
26819 "dlls/serialui/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/Makefile" ;;
26820 "dlls/serialui/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/serialui/tests/Makefile" ;;
26821 "dlls/setupapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/Makefile" ;;
26822 "dlls/setupapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/setupapi/tests/Makefile" ;;
26823 "dlls/sfc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc/Makefile" ;;
26824 "dlls/sfc_os/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sfc_os/Makefile" ;;
26825 "dlls/shdoclc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdoclc/Makefile" ;;
26826 "dlls/shdocvw/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/Makefile" ;;
26827 "dlls/shdocvw/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shdocvw/tests/Makefile" ;;
26828 "dlls/shell32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/Makefile" ;;
26829 "dlls/shell32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shell32/tests/Makefile" ;;
26830 "dlls/shfolder/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shfolder/Makefile" ;;
26831 "dlls/shlwapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/Makefile" ;;
26832 "dlls/shlwapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/shlwapi/tests/Makefile" ;;
26833 "dlls/slbcsp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slbcsp/Makefile" ;;
26834 "dlls/slc/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/slc/Makefile" ;;
26835 "dlls/snmpapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/Makefile" ;;
26836 "dlls/snmpapi/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/snmpapi/tests/Makefile" ;;
26837 "dlls/softpub/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/softpub/Makefile" ;;
26838 "dlls/spoolss/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/Makefile" ;;
26839 "dlls/spoolss/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/spoolss/tests/Makefile" ;;
26840 "dlls/stdole2.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole2.tlb/Makefile" ;;
26841 "dlls/stdole32.tlb/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/stdole32.tlb/Makefile" ;;
26842 "dlls/sti/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sti/Makefile" ;;
26843 "dlls/strmiids/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/strmiids/Makefile" ;;
26844 "dlls/svrapi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/svrapi/Makefile" ;;
26845 "dlls/sxs/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/sxs/Makefile" ;;
26846 "dlls/tapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/tapi32/Makefile" ;;
26847 "dlls/twain_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/twain_32/Makefile" ;;
26848 "dlls/unicows/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/unicows/Makefile" ;;
26849 "dlls/url/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/url/Makefile" ;;
26850 "dlls/urlmon/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/Makefile" ;;
26851 "dlls/urlmon/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/urlmon/tests/Makefile" ;;
26852 "dlls/user32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/Makefile" ;;
26853 "dlls/user32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/user32/tests/Makefile" ;;
26854 "dlls/userenv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/Makefile" ;;
26855 "dlls/userenv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/userenv/tests/Makefile" ;;
26856 "dlls/usp10/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/Makefile" ;;
26857 "dlls/usp10/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/usp10/tests/Makefile" ;;
26858 "dlls/uuid/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uuid/Makefile" ;;
26859 "dlls/uxtheme/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/Makefile" ;;
26860 "dlls/uxtheme/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/uxtheme/tests/Makefile" ;;
26861 "dlls/vdhcp.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdhcp.vxd/Makefile" ;;
26862 "dlls/vdmdbg/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vdmdbg/Makefile" ;;
26863 "dlls/version/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/Makefile" ;;
26864 "dlls/version/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/version/tests/Makefile" ;;
26865 "dlls/vmm.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vmm.vxd/Makefile" ;;
26866 "dlls/vnbt.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnbt.vxd/Makefile" ;;
26867 "dlls/vnetbios.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vnetbios.vxd/Makefile" ;;
26868 "dlls/vtdapi.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vtdapi.vxd/Makefile" ;;
26869 "dlls/vwin32.vxd/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/vwin32.vxd/Makefile" ;;
26870 "dlls/w32skrnl/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/w32skrnl/Makefile" ;;
26871 "dlls/winealsa.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winealsa.drv/Makefile" ;;
26872 "dlls/wineaudioio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineaudioio.drv/Makefile" ;;
26873 "dlls/winecoreaudio.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecoreaudio.drv/Makefile" ;;
26874 "dlls/winecrt0/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winecrt0/Makefile" ;;
26875 "dlls/wined3d/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wined3d/Makefile" ;;
26876 "dlls/winedos/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winedos/Makefile" ;;
26877 "dlls/wineesd.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineesd.drv/Makefile" ;;
26878 "dlls/winejack.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejack.drv/Makefile" ;;
26879 "dlls/winejoystick.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winejoystick.drv/Makefile" ;;
26880 "dlls/winemp3.acm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winemp3.acm/Makefile" ;;
26881 "dlls/winenas.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winenas.drv/Makefile" ;;
26882 "dlls/wineoss.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineoss.drv/Makefile" ;;
26883 "dlls/wineps.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wineps.drv/Makefile" ;;
26884 "dlls/winepulse.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winepulse.drv/Makefile" ;;
26885 "dlls/winequartz.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winequartz.drv/Makefile" ;;
26886 "dlls/winex11.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winex11.drv/Makefile" ;;
26887 "dlls/wing32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wing32/Makefile" ;;
26888 "dlls/winhttp/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/Makefile" ;;
26889 "dlls/winhttp/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winhttp/tests/Makefile" ;;
26890 "dlls/wininet/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/Makefile" ;;
26891 "dlls/wininet/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wininet/tests/Makefile" ;;
26892 "dlls/winmm/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/Makefile" ;;
26893 "dlls/winmm/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winmm/tests/Makefile" ;;
26894 "dlls/winnls32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winnls32/Makefile" ;;
26895 "dlls/winscard/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winscard/Makefile" ;;
26896 "dlls/winspool.drv/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/Makefile" ;;
26897 "dlls/winspool.drv/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/winspool.drv/tests/Makefile" ;;
26898 "dlls/wintab32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintab32/Makefile" ;;
26899 "dlls/wintrust/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/Makefile" ;;
26900 "dlls/wintrust/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wintrust/tests/Makefile" ;;
26901 "dlls/wldap32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wldap32/Makefile" ;;
26902 "dlls/wmi/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wmi/Makefile" ;;
26903 "dlls/wnaspi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wnaspi32/Makefile" ;;
26904 "dlls/wow32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wow32/Makefile" ;;
26905 "dlls/ws2_32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/Makefile" ;;
26906 "dlls/ws2_32/tests/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/ws2_32/tests/Makefile" ;;
26907 "dlls/wsock32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wsock32/Makefile" ;;
26908 "dlls/wtsapi32/Makefile") CONFIG_FILES="$CONFIG_FILES dlls/wtsapi32/Makefile" ;;
26909 "documentation/Makefile") CONFIG_FILES="$CONFIG_FILES documentation/Makefile" ;;
26910 "fonts/Makefile") CONFIG_FILES="$CONFIG_FILES fonts/Makefile" ;;
26911 "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;;
26912 "libs/Makefile") CONFIG_FILES="$CONFIG_FILES libs/Makefile" ;;
26913 "libs/port/Makefile") CONFIG_FILES="$CONFIG_FILES libs/port/Makefile" ;;
26914 "libs/wine/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wine/Makefile" ;;
26915 "libs/wpp/Makefile") CONFIG_FILES="$CONFIG_FILES libs/wpp/Makefile" ;;
26916 "loader/Makefile") CONFIG_FILES="$CONFIG_FILES loader/Makefile" ;;
26917 "programs/Makefile") CONFIG_FILES="$CONFIG_FILES programs/Makefile" ;;
26918 "programs/clock/Makefile") CONFIG_FILES="$CONFIG_FILES programs/clock/Makefile" ;;
26919 "programs/cmd/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmd/Makefile" ;;
26920 "programs/cmdlgtst/Makefile") CONFIG_FILES="$CONFIG_FILES programs/cmdlgtst/Makefile" ;;
26921 "programs/control/Makefile") CONFIG_FILES="$CONFIG_FILES programs/control/Makefile" ;;
26922 "programs/eject/Makefile") CONFIG_FILES="$CONFIG_FILES programs/eject/Makefile" ;;
26923 "programs/expand/Makefile") CONFIG_FILES="$CONFIG_FILES programs/expand/Makefile" ;;
26924 "programs/explorer/Makefile") CONFIG_FILES="$CONFIG_FILES programs/explorer/Makefile" ;;
26925 "programs/hh/Makefile") CONFIG_FILES="$CONFIG_FILES programs/hh/Makefile" ;;
26926 "programs/icinfo/Makefile") CONFIG_FILES="$CONFIG_FILES programs/icinfo/Makefile" ;;
26927 "programs/iexplore/Makefile") CONFIG_FILES="$CONFIG_FILES programs/iexplore/Makefile" ;;
26928 "programs/msiexec/Makefile") CONFIG_FILES="$CONFIG_FILES programs/msiexec/Makefile" ;;
26929 "programs/net/Makefile") CONFIG_FILES="$CONFIG_FILES programs/net/Makefile" ;;
26930 "programs/notepad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/notepad/Makefile" ;;
26931 "programs/oleview/Makefile") CONFIG_FILES="$CONFIG_FILES programs/oleview/Makefile" ;;
26932 "programs/progman/Makefile") CONFIG_FILES="$CONFIG_FILES programs/progman/Makefile" ;;
26933 "programs/reg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/reg/Makefile" ;;
26934 "programs/regedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regedit/Makefile" ;;
26935 "programs/regsvr32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/regsvr32/Makefile" ;;
26936 "programs/rpcss/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rpcss/Makefile" ;;
26937 "programs/rundll32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/rundll32/Makefile" ;;
26938 "programs/secedit/Makefile") CONFIG_FILES="$CONFIG_FILES programs/secedit/Makefile" ;;
26939 "programs/services/Makefile") CONFIG_FILES="$CONFIG_FILES programs/services/Makefile" ;;
26940 "programs/spoolsv/Makefile") CONFIG_FILES="$CONFIG_FILES programs/spoolsv/Makefile" ;;
26941 "programs/start/Makefile") CONFIG_FILES="$CONFIG_FILES programs/start/Makefile" ;;
26942 "programs/svchost/Makefile") CONFIG_FILES="$CONFIG_FILES programs/svchost/Makefile" ;;
26943 "programs/taskmgr/Makefile") CONFIG_FILES="$CONFIG_FILES programs/taskmgr/Makefile" ;;
26944 "programs/uninstaller/Makefile") CONFIG_FILES="$CONFIG_FILES programs/uninstaller/Makefile" ;;
26945 "programs/view/Makefile") CONFIG_FILES="$CONFIG_FILES programs/view/Makefile" ;;
26946 "programs/wineboot/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineboot/Makefile" ;;
26947 "programs/winebrowser/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winebrowser/Makefile" ;;
26948 "programs/winecfg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winecfg/Makefile" ;;
26949 "programs/wineconsole/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wineconsole/Makefile" ;;
26950 "programs/winedbg/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedbg/Makefile" ;;
26951 "programs/winedevice/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winedevice/Makefile" ;;
26952 "programs/winefile/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winefile/Makefile" ;;
26953 "programs/winemenubuilder/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemenubuilder/Makefile" ;;
26954 "programs/winemine/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winemine/Makefile" ;;
26955 "programs/winepath/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winepath/Makefile" ;;
26956 "programs/winetest/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winetest/Makefile" ;;
26957 "programs/winevdm/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winevdm/Makefile" ;;
26958 "programs/winhlp32/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winhlp32/Makefile" ;;
26959 "programs/winver/Makefile") CONFIG_FILES="$CONFIG_FILES programs/winver/Makefile" ;;
26960 "programs/wordpad/Makefile") CONFIG_FILES="$CONFIG_FILES programs/wordpad/Makefile" ;;
26961 "programs/write/Makefile") CONFIG_FILES="$CONFIG_FILES programs/write/Makefile" ;;
26962 "programs/xcopy/Makefile") CONFIG_FILES="$CONFIG_FILES programs/xcopy/Makefile" ;;
26963 "server/Makefile") CONFIG_FILES="$CONFIG_FILES server/Makefile" ;;
26964 "tools/Makefile") CONFIG_FILES="$CONFIG_FILES tools/Makefile" ;;
26965 "tools/widl/Makefile") CONFIG_FILES="$CONFIG_FILES tools/widl/Makefile" ;;
26966 "tools/winebuild/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winebuild/Makefile" ;;
26967 "tools/winedump/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winedump/Makefile" ;;
26968 "tools/winegcc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/winegcc/Makefile" ;;
26969 "tools/wmc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wmc/Makefile" ;;
26970 "tools/wrc/Makefile") CONFIG_FILES="$CONFIG_FILES tools/wrc/Makefile" ;;
26972 *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
26973 echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
26974 { (exit 1); exit 1; }; };;
26975 esac
26976 done
26979 # If the user did not use the arguments to specify the items to instantiate,
26980 # then the envvar interface is used. Set only those that are not.
26981 # We use the long form for the default assignment because of an extremely
26982 # bizarre bug on SunOS 4.1.3.
26983 if $ac_need_defaults; then
26984 test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
26985 test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
26986 test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
26989 # Have a temporary directory for convenience. Make it in the build tree
26990 # simply because there is no reason against having it here, and in addition,
26991 # creating and moving files from /tmp can sometimes cause problems.
26992 # Hook for its removal unless debugging.
26993 # Note that there is a small window in which the directory will not be cleaned:
26994 # after its creation but before its name has been assigned to `$tmp'.
26995 $debug ||
26997 tmp=
26998 trap 'exit_status=$?
26999 { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
27001 trap '{ (exit 1); exit 1; }' 1 2 13 15
27003 # Create a (secure) tmp directory for tmp files.
27006 tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
27007 test -n "$tmp" && test -d "$tmp"
27008 } ||
27010 tmp=./conf$$-$RANDOM
27011 (umask 077 && mkdir "$tmp")
27012 } ||
27014 echo "$me: cannot create a temporary directory in ." >&2
27015 { (exit 1); exit 1; }
27019 # Set up the sed scripts for CONFIG_FILES section.
27022 # No need to generate the scripts if there are no CONFIG_FILES.
27023 # This happens for instance when ./config.status config.h
27024 if test -n "$CONFIG_FILES"; then
27026 _ACEOF
27028 # Create sed commands to just substitute file output variables.
27030 # Remaining file output variables are in a fragment that also has non-file
27031 # output varibles.
27035 ac_delim='%!_!# '
27036 for ac_last_try in false false false false false :; do
27037 cat >conf$$subs.sed <<_ACEOF
27038 SHELL!$SHELL$ac_delim
27039 PATH_SEPARATOR!$PATH_SEPARATOR$ac_delim
27040 PACKAGE_NAME!$PACKAGE_NAME$ac_delim
27041 PACKAGE_TARNAME!$PACKAGE_TARNAME$ac_delim
27042 PACKAGE_VERSION!$PACKAGE_VERSION$ac_delim
27043 PACKAGE_STRING!$PACKAGE_STRING$ac_delim
27044 PACKAGE_BUGREPORT!$PACKAGE_BUGREPORT$ac_delim
27045 exec_prefix!$exec_prefix$ac_delim
27046 prefix!$prefix$ac_delim
27047 program_transform_name!$program_transform_name$ac_delim
27048 bindir!$bindir$ac_delim
27049 sbindir!$sbindir$ac_delim
27050 libexecdir!$libexecdir$ac_delim
27051 datarootdir!$datarootdir$ac_delim
27052 datadir!$datadir$ac_delim
27053 sysconfdir!$sysconfdir$ac_delim
27054 sharedstatedir!$sharedstatedir$ac_delim
27055 localstatedir!$localstatedir$ac_delim
27056 includedir!$includedir$ac_delim
27057 oldincludedir!$oldincludedir$ac_delim
27058 docdir!$docdir$ac_delim
27059 infodir!$infodir$ac_delim
27060 htmldir!$htmldir$ac_delim
27061 dvidir!$dvidir$ac_delim
27062 pdfdir!$pdfdir$ac_delim
27063 psdir!$psdir$ac_delim
27064 libdir!$libdir$ac_delim
27065 localedir!$localedir$ac_delim
27066 mandir!$mandir$ac_delim
27067 DEFS!$DEFS$ac_delim
27068 ECHO_C!$ECHO_C$ac_delim
27069 ECHO_N!$ECHO_N$ac_delim
27070 ECHO_T!$ECHO_T$ac_delim
27071 LIBS!$LIBS$ac_delim
27072 build_alias!$build_alias$ac_delim
27073 host_alias!$host_alias$ac_delim
27074 target_alias!$target_alias$ac_delim
27075 MAINTAINER_MODE!$MAINTAINER_MODE$ac_delim
27076 build!$build$ac_delim
27077 build_cpu!$build_cpu$ac_delim
27078 build_vendor!$build_vendor$ac_delim
27079 build_os!$build_os$ac_delim
27080 host!$host$ac_delim
27081 host_cpu!$host_cpu$ac_delim
27082 host_vendor!$host_vendor$ac_delim
27083 host_os!$host_os$ac_delim
27084 WIN16_FILES!$WIN16_FILES$ac_delim
27085 WIN16_INSTALL!$WIN16_INSTALL$ac_delim
27086 WINETEST!$WINETEST$ac_delim
27087 SET_MAKE!$SET_MAKE$ac_delim
27088 CC!$CC$ac_delim
27089 CFLAGS!$CFLAGS$ac_delim
27090 LDFLAGS!$LDFLAGS$ac_delim
27091 CPPFLAGS!$CPPFLAGS$ac_delim
27092 ac_ct_CC!$ac_ct_CC$ac_delim
27093 EXEEXT!$EXEEXT$ac_delim
27094 OBJEXT!$OBJEXT$ac_delim
27095 CXX!$CXX$ac_delim
27096 CXXFLAGS!$CXXFLAGS$ac_delim
27097 ac_ct_CXX!$ac_ct_CXX$ac_delim
27098 CPPBIN!$CPPBIN$ac_delim
27099 TOOLSDIR!$TOOLSDIR$ac_delim
27100 XMKMF!$XMKMF$ac_delim
27101 CPP!$CPP$ac_delim
27102 X_CFLAGS!$X_CFLAGS$ac_delim
27103 X_PRE_LIBS!$X_PRE_LIBS$ac_delim
27104 X_LIBS!$X_LIBS$ac_delim
27105 X_EXTRA_LIBS!$X_EXTRA_LIBS$ac_delim
27106 FLEX!$FLEX$ac_delim
27107 BISON!$BISON$ac_delim
27108 AS!$AS$ac_delim
27109 ac_ct_AS!$ac_ct_AS$ac_delim
27110 LD!$LD$ac_delim
27111 ac_ct_LD!$ac_ct_LD$ac_delim
27112 NM!$NM$ac_delim
27113 ac_ct_NM!$ac_ct_NM$ac_delim
27114 AR!$AR$ac_delim
27115 ac_ct_AR!$ac_ct_AR$ac_delim
27116 ARFLAGS!$ARFLAGS$ac_delim
27117 RANLIB!$RANLIB$ac_delim
27118 STRIP!$STRIP$ac_delim
27119 WINDRES!$WINDRES$ac_delim
27120 _ACEOF
27122 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 82; then
27123 break
27124 elif $ac_last_try; then
27125 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27126 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27127 { (exit 1); exit 1; }; }
27128 else
27129 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27131 done
27133 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27134 if test -n "$ac_eof"; then
27135 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27136 ac_eof=`expr $ac_eof + 1`
27139 cat >>$CONFIG_STATUS <<_ACEOF
27140 cat >"\$tmp/subs-1.sed" <<\CEOF$ac_eof
27141 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27142 /^[ ]*@MAKE_RULES@[ ]*$/{
27143 r $MAKE_RULES
27146 /^[ ]*@MAKE_DLL_RULES@[ ]*$/{
27147 r $MAKE_DLL_RULES
27150 /^[ ]*@MAKE_IMPLIB_RULES@[ ]*$/{
27151 r $MAKE_IMPLIB_RULES
27154 /^[ ]*@MAKE_TEST_RULES@[ ]*$/{
27155 r $MAKE_TEST_RULES
27158 /^[ ]*@MAKE_PROG_RULES@[ ]*$/{
27159 r $MAKE_PROG_RULES
27162 _ACEOF
27163 sed '
27164 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27165 s/^/s,@/; s/!/@,|#_!!_#|/
27168 s/'"$ac_delim"'$/,g/; t
27169 s/$/\\/; p
27170 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27171 ' >>$CONFIG_STATUS <conf$$subs.sed
27172 rm -f conf$$subs.sed
27173 cat >>$CONFIG_STATUS <<_ACEOF
27174 CEOF$ac_eof
27175 _ACEOF
27178 ac_delim='%!_!# '
27179 for ac_last_try in false false false false false :; do
27180 cat >conf$$subs.sed <<_ACEOF
27181 LN_S!$LN_S$ac_delim
27182 LN!$LN$ac_delim
27183 GREP!$GREP$ac_delim
27184 EGREP!$EGREP$ac_delim
27185 LDCONFIG!$LDCONFIG$ac_delim
27186 INSTALL_PROGRAM!$INSTALL_PROGRAM$ac_delim
27187 INSTALL_SCRIPT!$INSTALL_SCRIPT$ac_delim
27188 INSTALL_DATA!$INSTALL_DATA$ac_delim
27189 LINT!$LINT$ac_delim
27190 LINTFLAGS!$LINTFLAGS$ac_delim
27191 FONTFORGE!$FONTFORGE$ac_delim
27192 PKG_CONFIG!$PKG_CONFIG$ac_delim
27193 RSVG!$RSVG$ac_delim
27194 ICOTOOL!$ICOTOOL$ac_delim
27195 PRELINK!$PRELINK$ac_delim
27196 LIBPTHREAD!$LIBPTHREAD$ac_delim
27197 XLIB!$XLIB$ac_delim
27198 OPENGL_LIBS!$OPENGL_LIBS$ac_delim
27199 DLLEXT!$DLLEXT$ac_delim
27200 DLLFLAGS!$DLLFLAGS$ac_delim
27201 LDSHARED!$LDSHARED$ac_delim
27202 LDDLLFLAGS!$LDDLLFLAGS$ac_delim
27203 LIBEXT!$LIBEXT$ac_delim
27204 IMPLIBEXT!$IMPLIBEXT$ac_delim
27205 LDRPATH_INSTALL!$LDRPATH_INSTALL$ac_delim
27206 LDRPATH_LOCAL!$LDRPATH_LOCAL$ac_delim
27207 LDD!$LDD$ac_delim
27208 DLLTOOL!$DLLTOOL$ac_delim
27209 DLLWRAP!$DLLWRAP$ac_delim
27210 MINGWAR!$MINGWAR$ac_delim
27211 SECURITYLIB!$SECURITYLIB$ac_delim
27212 COREFOUNDATIONLIB!$COREFOUNDATIONLIB$ac_delim
27213 IOKITLIB!$IOKITLIB$ac_delim
27214 LDEXECFLAGS!$LDEXECFLAGS$ac_delim
27215 DISKARBITRATIONLIB!$DISKARBITRATIONLIB$ac_delim
27216 COREAUDIO!$COREAUDIO$ac_delim
27217 CARBONLIB!$CARBONLIB$ac_delim
27218 CROSSTEST!$CROSSTEST$ac_delim
27219 CROSSCC!$CROSSCC$ac_delim
27220 CROSSWINDRES!$CROSSWINDRES$ac_delim
27221 NASLIBS!$NASLIBS$ac_delim
27222 XML2LIBS!$XML2LIBS$ac_delim
27223 XML2INCL!$XML2INCL$ac_delim
27224 XSLTLIBS!$XSLTLIBS$ac_delim
27225 XSLTINCL!$XSLTINCL$ac_delim
27226 HALINCL!$HALINCL$ac_delim
27227 GNUTLSINCL!$GNUTLSINCL$ac_delim
27228 sane_devel!$sane_devel$ac_delim
27229 SANEINCL!$SANEINCL$ac_delim
27230 gphoto2_devel!$gphoto2_devel$ac_delim
27231 gphoto2port_devel!$gphoto2port_devel$ac_delim
27232 GPHOTO2LIBS!$GPHOTO2LIBS$ac_delim
27233 GPHOTO2INCL!$GPHOTO2INCL$ac_delim
27234 RESOLVLIBS!$RESOLVLIBS$ac_delim
27235 LCMSLIBS!$LCMSLIBS$ac_delim
27236 ft_devel!$ft_devel$ac_delim
27237 FREETYPELIBS!$FREETYPELIBS$ac_delim
27238 FREETYPEINCL!$FREETYPEINCL$ac_delim
27239 ESDCONFIG!$ESDCONFIG$ac_delim
27240 ESDINCL!$ESDINCL$ac_delim
27241 ESDLIBS!$ESDLIBS$ac_delim
27242 PULSELIBS!$PULSELIBS$ac_delim
27243 ALSALIBS!$ALSALIBS$ac_delim
27244 AUDIOIOLIBS!$AUDIOIOLIBS$ac_delim
27245 CUPSINCL!$CUPSINCL$ac_delim
27246 FONTCONFIGINCL!$FONTCONFIGINCL$ac_delim
27247 EXTRACFLAGS!$EXTRACFLAGS$ac_delim
27248 BUILTINFLAG!$BUILTINFLAG$ac_delim
27249 LDPATH!$LDPATH$ac_delim
27250 CRTLIBS!$CRTLIBS$ac_delim
27251 SOCKETLIBS!$SOCKETLIBS$ac_delim
27252 MAIN_BINARY!$MAIN_BINARY$ac_delim
27253 EXTRA_BINARIES!$EXTRA_BINARIES$ac_delim
27254 LIBDL!$LIBDL$ac_delim
27255 LIBPOLL!$LIBPOLL$ac_delim
27256 LDAPLIBS!$LDAPLIBS$ac_delim
27257 DEPENDENCIES!$DEPENDENCIES$ac_delim
27258 ALL_MAKERULES!$ALL_MAKERULES$ac_delim
27259 ALL_MAKEFILES!$ALL_MAKEFILES$ac_delim
27260 ALL_MAKEFILE_DEPENDS!$ALL_MAKEFILE_DEPENDS$ac_delim
27261 ALL_TOP_DIRS!$ALL_TOP_DIRS$ac_delim
27262 ALL_DLL_DIRS!$ALL_DLL_DIRS$ac_delim
27263 ALL_IMPLIB_DIRS!$ALL_IMPLIB_DIRS$ac_delim
27264 ALL_TEST_DIRS!$ALL_TEST_DIRS$ac_delim
27265 ALL_PROGRAM_DIRS!$ALL_PROGRAM_DIRS$ac_delim
27266 ALL_PROGRAM_INSTALL_DIRS!$ALL_PROGRAM_INSTALL_DIRS$ac_delim
27267 ALL_PROGRAM_BIN_INSTALL_DIRS!$ALL_PROGRAM_BIN_INSTALL_DIRS$ac_delim
27268 ALL_WINETEST_DEPENDS!$ALL_WINETEST_DEPENDS$ac_delim
27269 LIBOBJS!$LIBOBJS$ac_delim
27270 LTLIBOBJS!$LTLIBOBJS$ac_delim
27271 _ACEOF
27273 if test `sed -n "s/.*$ac_delim\$/X/p" conf$$subs.sed | grep -c X` = 90; then
27274 break
27275 elif $ac_last_try; then
27276 { { echo "$as_me:$LINENO: error: could not make $CONFIG_STATUS" >&5
27277 echo "$as_me: error: could not make $CONFIG_STATUS" >&2;}
27278 { (exit 1); exit 1; }; }
27279 else
27280 ac_delim="$ac_delim!$ac_delim _$ac_delim!! "
27282 done
27284 ac_eof=`sed -n '/^CEOF[0-9]*$/s/CEOF/0/p' conf$$subs.sed`
27285 if test -n "$ac_eof"; then
27286 ac_eof=`echo "$ac_eof" | sort -nru | sed 1q`
27287 ac_eof=`expr $ac_eof + 1`
27290 cat >>$CONFIG_STATUS <<_ACEOF
27291 cat >"\$tmp/subs-2.sed" <<\CEOF$ac_eof
27292 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b end
27293 _ACEOF
27294 sed '
27295 s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g
27296 s/^/s,@/; s/!/@,|#_!!_#|/
27299 s/'"$ac_delim"'$/,g/; t
27300 s/$/\\/; p
27301 N; s/^.*\n//; s/[,\\&]/\\&/g; s/@/@|#_!!_#|/g; b n
27302 ' >>$CONFIG_STATUS <conf$$subs.sed
27303 rm -f conf$$subs.sed
27304 cat >>$CONFIG_STATUS <<_ACEOF
27305 :end
27306 s/|#_!!_#|//g
27307 CEOF$ac_eof
27308 _ACEOF
27311 # VPATH may cause trouble with some makes, so we remove $(srcdir),
27312 # ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and
27313 # trailing colons and then remove the whole line if VPATH becomes empty
27314 # (actually we leave an empty line to preserve line numbers).
27315 if test "x$srcdir" = x.; then
27316 ac_vpsub='/^[ ]*VPATH[ ]*=/{
27317 s/:*\$(srcdir):*/:/
27318 s/:*\${srcdir}:*/:/
27319 s/:*@srcdir@:*/:/
27320 s/^\([^=]*=[ ]*\):*/\1/
27321 s/:*$//
27322 s/^[^=]*=[ ]*$//
27326 cat >>$CONFIG_STATUS <<\_ACEOF
27327 fi # test -n "$CONFIG_FILES"
27330 for ac_tag in :F $CONFIG_FILES :H $CONFIG_HEADERS :C $CONFIG_COMMANDS
27332 case $ac_tag in
27333 :[FHLC]) ac_mode=$ac_tag; continue;;
27334 esac
27335 case $ac_mode$ac_tag in
27336 :[FHL]*:*);;
27337 :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
27338 echo "$as_me: error: Invalid tag $ac_tag." >&2;}
27339 { (exit 1); exit 1; }; };;
27340 :[FH]-) ac_tag=-:-;;
27341 :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
27342 esac
27343 ac_save_IFS=$IFS
27344 IFS=:
27345 set x $ac_tag
27346 IFS=$ac_save_IFS
27347 shift
27348 ac_file=$1
27349 shift
27351 case $ac_mode in
27352 :L) ac_source=$1;;
27353 :[FH])
27354 ac_file_inputs=
27355 for ac_f
27357 case $ac_f in
27358 -) ac_f="$tmp/stdin";;
27359 *) # Look for the file first in the build tree, then in the source tree
27360 # (if the path is not absolute). The absolute path cannot be DOS-style,
27361 # because $ac_f cannot contain `:'.
27362 test -f "$ac_f" ||
27363 case $ac_f in
27364 [\\/$]*) false;;
27365 *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
27366 esac ||
27367 { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
27368 echo "$as_me: error: cannot find input file: $ac_f" >&2;}
27369 { (exit 1); exit 1; }; };;
27370 esac
27371 ac_file_inputs="$ac_file_inputs $ac_f"
27372 done
27374 # Let's still pretend it is `configure' which instantiates (i.e., don't
27375 # use $as_me), people would be surprised to read:
27376 # /* config.h. Generated by config.status. */
27377 configure_input="Generated from "`IFS=:
27378 echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
27379 if test x"$ac_file" != x-; then
27380 configure_input="$ac_file. $configure_input"
27381 { echo "$as_me:$LINENO: creating $ac_file" >&5
27382 echo "$as_me: creating $ac_file" >&6;}
27385 case $ac_tag in
27386 *:-:* | *:-) cat >"$tmp/stdin";;
27387 esac
27389 esac
27391 ac_dir=`$as_dirname -- "$ac_file" ||
27392 $as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27393 X"$ac_file" : 'X\(//\)[^/]' \| \
27394 X"$ac_file" : 'X\(//\)$' \| \
27395 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
27396 echo X"$ac_file" |
27397 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27398 s//\1/
27401 /^X\(\/\/\)[^/].*/{
27402 s//\1/
27405 /^X\(\/\/\)$/{
27406 s//\1/
27409 /^X\(\/\).*/{
27410 s//\1/
27413 s/.*/./; q'`
27414 { as_dir="$ac_dir"
27415 case $as_dir in #(
27416 -*) as_dir=./$as_dir;;
27417 esac
27418 test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
27419 as_dirs=
27420 while :; do
27421 case $as_dir in #(
27422 *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
27423 *) as_qdir=$as_dir;;
27424 esac
27425 as_dirs="'$as_qdir' $as_dirs"
27426 as_dir=`$as_dirname -- "$as_dir" ||
27427 $as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
27428 X"$as_dir" : 'X\(//\)[^/]' \| \
27429 X"$as_dir" : 'X\(//\)$' \| \
27430 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
27431 echo X"$as_dir" |
27432 sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
27433 s//\1/
27436 /^X\(\/\/\)[^/].*/{
27437 s//\1/
27440 /^X\(\/\/\)$/{
27441 s//\1/
27444 /^X\(\/\).*/{
27445 s//\1/
27448 s/.*/./; q'`
27449 test -d "$as_dir" && break
27450 done
27451 test -z "$as_dirs" || eval "mkdir $as_dirs"
27452 } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
27453 echo "$as_me: error: cannot create directory $as_dir" >&2;}
27454 { (exit 1); exit 1; }; }; }
27455 ac_builddir=.
27457 case "$ac_dir" in
27458 .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
27460 ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
27461 # A ".." for each directory in $ac_dir_suffix.
27462 ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
27463 case $ac_top_builddir_sub in
27464 "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
27465 *) ac_top_build_prefix=$ac_top_builddir_sub/ ;;
27466 esac ;;
27467 esac
27468 ac_abs_top_builddir=$ac_pwd
27469 ac_abs_builddir=$ac_pwd$ac_dir_suffix
27470 # for backward compatibility:
27471 ac_top_builddir=$ac_top_build_prefix
27473 case $srcdir in
27474 .) # We are building in place.
27475 ac_srcdir=.
27476 ac_top_srcdir=$ac_top_builddir_sub
27477 ac_abs_top_srcdir=$ac_pwd ;;
27478 [\\/]* | ?:[\\/]* ) # Absolute name.
27479 ac_srcdir=$srcdir$ac_dir_suffix;
27480 ac_top_srcdir=$srcdir
27481 ac_abs_top_srcdir=$srcdir ;;
27482 *) # Relative name.
27483 ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
27484 ac_top_srcdir=$ac_top_build_prefix$srcdir
27485 ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
27486 esac
27487 ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
27490 case $ac_mode in
27493 # CONFIG_FILE
27496 case $INSTALL in
27497 [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
27498 *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
27499 esac
27500 _ACEOF
27502 cat >>$CONFIG_STATUS <<\_ACEOF
27503 # If the template does not know about datarootdir, expand it.
27504 # FIXME: This hack should be removed a few years after 2.60.
27505 ac_datarootdir_hack=; ac_datarootdir_seen=
27507 case `sed -n '/datarootdir/ {
27511 /@datadir@/p
27512 /@docdir@/p
27513 /@infodir@/p
27514 /@localedir@/p
27515 /@mandir@/p
27516 ' $ac_file_inputs` in
27517 *datarootdir*) ac_datarootdir_seen=yes;;
27518 *@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
27519 { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
27520 echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
27521 _ACEOF
27522 cat >>$CONFIG_STATUS <<_ACEOF
27523 ac_datarootdir_hack='
27524 s&@datadir@&$datadir&g
27525 s&@docdir@&$docdir&g
27526 s&@infodir@&$infodir&g
27527 s&@localedir@&$localedir&g
27528 s&@mandir@&$mandir&g
27529 s&\\\${datarootdir}&$datarootdir&g' ;;
27530 esac
27531 _ACEOF
27533 # Neutralize VPATH when `$srcdir' = `.'.
27534 # Shell code in configure.ac might set extrasub.
27535 # FIXME: do we really want to maintain this feature?
27536 cat >>$CONFIG_STATUS <<_ACEOF
27537 sed "$ac_vpsub
27538 $extrasub
27539 _ACEOF
27540 cat >>$CONFIG_STATUS <<\_ACEOF
27542 /@[a-zA-Z_][a-zA-Z_0-9]*@/!b
27543 s&@configure_input@&$configure_input&;t t
27544 s&@top_builddir@&$ac_top_builddir_sub&;t t
27545 s&@srcdir@&$ac_srcdir&;t t
27546 s&@abs_srcdir@&$ac_abs_srcdir&;t t
27547 s&@top_srcdir@&$ac_top_srcdir&;t t
27548 s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
27549 s&@builddir@&$ac_builddir&;t t
27550 s&@abs_builddir@&$ac_abs_builddir&;t t
27551 s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
27552 s&@INSTALL@&$ac_INSTALL&;t t
27553 $ac_datarootdir_hack
27554 " $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" >$tmp/out
27556 test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
27557 { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
27558 { ac_out=`sed -n '/^[ ]*datarootdir[ ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
27559 { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27560 which seems to be undefined. Please make sure it is defined." >&5
27561 echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
27562 which seems to be undefined. Please make sure it is defined." >&2;}
27564 rm -f "$tmp/stdin"
27565 case $ac_file in
27566 -) cat "$tmp/out"; rm -f "$tmp/out";;
27567 *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
27568 esac
27572 # CONFIG_HEADER
27574 _ACEOF
27576 # Transform confdefs.h into a sed script `conftest.defines', that
27577 # substitutes the proper values into config.h.in to produce config.h.
27578 rm -f conftest.defines conftest.tail
27579 # First, append a space to every undef/define line, to ease matching.
27580 echo 's/$/ /' >conftest.defines
27581 # Then, protect against being on the right side of a sed subst, or in
27582 # an unquoted here document, in config.status. If some macros were
27583 # called several times there might be several #defines for the same
27584 # symbol, which is useless. But do not sort them, since the last
27585 # AC_DEFINE must be honored.
27586 ac_word_re=[_$as_cr_Letters][_$as_cr_alnum]*
27587 # These sed commands are passed to sed as "A NAME B PARAMS C VALUE D", where
27588 # NAME is the cpp macro being defined, VALUE is the value it is being given.
27589 # PARAMS is the parameter list in the macro definition--in most cases, it's
27590 # just an empty string.
27591 ac_dA='s,^\\([ #]*\\)[^ ]*\\([ ]*'
27592 ac_dB='\\)[ (].*,\\1define\\2'
27593 ac_dC=' '
27594 ac_dD=' ,'
27596 uniq confdefs.h |
27597 sed -n '
27598 t rset
27599 :rset
27600 s/^[ ]*#[ ]*define[ ][ ]*//
27601 t ok
27604 s/[\\&,]/\\&/g
27605 s/^\('"$ac_word_re"'\)\(([^()]*)\)[ ]*\(.*\)/ '"$ac_dA"'\1'"$ac_dB"'\2'"${ac_dC}"'\3'"$ac_dD"'/p
27606 s/^\('"$ac_word_re"'\)[ ]*\(.*\)/'"$ac_dA"'\1'"$ac_dB$ac_dC"'\2'"$ac_dD"'/p
27607 ' >>conftest.defines
27609 # Remove the space that was appended to ease matching.
27610 # Then replace #undef with comments. This is necessary, for
27611 # example, in the case of _POSIX_SOURCE, which is predefined and required
27612 # on some systems where configure will not decide to define it.
27613 # (The regexp can be short, since the line contains either #define or #undef.)
27614 echo 's/ $//
27615 s,^[ #]*u.*,/* & */,' >>conftest.defines
27617 # Break up conftest.defines:
27618 ac_max_sed_lines=50
27620 # First sed command is: sed -f defines.sed $ac_file_inputs >"$tmp/out1"
27621 # Second one is: sed -f defines.sed "$tmp/out1" >"$tmp/out2"
27622 # Third one will be: sed -f defines.sed "$tmp/out2" >"$tmp/out1"
27623 # et cetera.
27624 ac_in='$ac_file_inputs'
27625 ac_out='"$tmp/out1"'
27626 ac_nxt='"$tmp/out2"'
27628 while :
27630 # Write a here document:
27631 cat >>$CONFIG_STATUS <<_ACEOF
27632 # First, check the format of the line:
27633 cat >"\$tmp/defines.sed" <<\\CEOF
27634 /^[ ]*#[ ]*undef[ ][ ]*$ac_word_re[ ]*\$/b def
27635 /^[ ]*#[ ]*define[ ][ ]*$ac_word_re[( ]/b def
27637 :def
27638 _ACEOF
27639 sed ${ac_max_sed_lines}q conftest.defines >>$CONFIG_STATUS
27640 echo 'CEOF
27641 sed -f "$tmp/defines.sed"' "$ac_in >$ac_out" >>$CONFIG_STATUS
27642 ac_in=$ac_out; ac_out=$ac_nxt; ac_nxt=$ac_in
27643 sed 1,${ac_max_sed_lines}d conftest.defines >conftest.tail
27644 grep . conftest.tail >/dev/null || break
27645 rm -f conftest.defines
27646 mv conftest.tail conftest.defines
27647 done
27648 rm -f conftest.defines conftest.tail
27650 echo "ac_result=$ac_in" >>$CONFIG_STATUS
27651 cat >>$CONFIG_STATUS <<\_ACEOF
27652 if test x"$ac_file" != x-; then
27653 echo "/* $configure_input */" >"$tmp/config.h"
27654 cat "$ac_result" >>"$tmp/config.h"
27655 if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
27656 { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
27657 echo "$as_me: $ac_file is unchanged" >&6;}
27658 else
27659 rm -f $ac_file
27660 mv "$tmp/config.h" $ac_file
27662 else
27663 echo "/* $configure_input */"
27664 cat "$ac_result"
27666 rm -f "$tmp/out12"
27669 :C) { echo "$as_me:$LINENO: executing $ac_file commands" >&5
27670 echo "$as_me: executing $ac_file commands" >&6;}
27672 esac
27675 case $ac_file$ac_mode in
27676 "include/stamp-h":C) echo timestamp > include/stamp-h ;;
27677 "dlls/gdi32/enhmfdrv":C) test -d "dlls/gdi32/enhmfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/enhmfdrv" >&5
27678 echo "$as_me: creating dlls/gdi32/enhmfdrv" >&6;} && mkdir "dlls/gdi32/enhmfdrv") ;;
27679 "dlls/gdi32/mfdrv":C) test -d "dlls/gdi32/mfdrv" || ({ echo "$as_me:$LINENO: creating dlls/gdi32/mfdrv" >&5
27680 echo "$as_me: creating dlls/gdi32/mfdrv" >&6;} && mkdir "dlls/gdi32/mfdrv") ;;
27681 "dlls/kernel32/nls":C) test -d "dlls/kernel32/nls" || ({ echo "$as_me:$LINENO: creating dlls/kernel32/nls" >&5
27682 echo "$as_me: creating dlls/kernel32/nls" >&6;} && mkdir "dlls/kernel32/nls") ;;
27683 "dlls/user32/resources":C) test -d "dlls/user32/resources" || ({ echo "$as_me:$LINENO: creating dlls/user32/resources" >&5
27684 echo "$as_me: creating dlls/user32/resources" >&6;} && mkdir "dlls/user32/resources") ;;
27685 "dlls/wineps.drv/data":C) test -d "dlls/wineps.drv/data" || ({ echo "$as_me:$LINENO: creating dlls/wineps.drv/data" >&5
27686 echo "$as_me: creating dlls/wineps.drv/data" >&6;} && mkdir "dlls/wineps.drv/data") ;;
27687 "include/wine":C) test -d "include/wine" || ({ echo "$as_me:$LINENO: creating include/wine" >&5
27688 echo "$as_me: creating include/wine" >&6;} && mkdir "include/wine") ;;
27690 esac
27691 done # for ac_tag
27694 { (exit 0); exit 0; }
27695 _ACEOF
27696 chmod +x $CONFIG_STATUS
27697 ac_clean_files=$ac_clean_files_save
27700 # configure is writing to config.log, and then calls config.status.
27701 # config.status does its own redirection, appending to config.log.
27702 # Unfortunately, on DOS this fails, as config.log is still kept open
27703 # by configure, so config.status won't be able to write to it; its
27704 # output is simply discarded. So we exec the FD to /dev/null,
27705 # effectively closing config.log, so it can be properly (re)opened and
27706 # appended to by config.status. When coming back to configure, we
27707 # need to make the FD available again.
27708 if test "$no_create" != yes; then
27709 ac_cs_success=:
27710 ac_config_status_args=
27711 test "$silent" = yes &&
27712 ac_config_status_args="$ac_config_status_args --quiet"
27713 exec 5>/dev/null
27714 $SHELL $CONFIG_STATUS $ac_config_status_args || ac_cs_success=false
27715 exec 5>>config.log
27716 # Use ||, not &&, to avoid exiting from the if with $? = 1, which
27717 # would make configure fail if this is the last instruction.
27718 $ac_cs_success || { (exit 1); exit 1; }
27722 if test "$no_create" = "yes"
27723 then
27724 exit 0
27727 ac_save_IFS="$IFS"
27728 IFS="|"
27729 if test "x$wine_notices != "x; then
27730 echo >&6
27731 for msg in $wine_notices; do
27732 if test -n "$msg"; then
27733 { echo "$as_me:$LINENO: $msg" >&5
27734 echo "$as_me: $msg" >&6;}
27736 done
27738 for msg in $wine_warnings; do
27739 if test -n "$msg"; then
27740 echo >&2
27741 { echo "$as_me:$LINENO: WARNING: $msg" >&5
27742 echo "$as_me: WARNING: $msg" >&2;}
27744 done
27745 IFS="$ac_save_IFS"
27747 echo "
27748 $as_me: Finished. Do '${ac_make} depend && ${ac_make}' to compile Wine.
27749 " >&6